Bug 159975 - Transition most IDB interfaces from ScriptExecutionContext to ExecState
Summary: Transition most IDB interfaces from ScriptExecutionContext to ExecState
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-20 09:52 PDT by Brady Eidson
Modified: 2016-07-20 12:44 PDT (History)
7 users (show)

See Also:


Attachments
Patch (64.10 KB, patch)
2016-07-20 10:28 PDT, Brady Eidson
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2016-07-20 09:52:55 PDT
Transition most IDB interfaces from ScriptExecutionContext to ExecState

This will get rid of a lot of null checking we do today, as well as fix a lot of missed null checks!
Comment 1 Brady Eidson 2016-07-20 10:28:36 PDT
Created attachment 284123 [details]
Patch
Comment 2 Brady Eidson 2016-07-20 12:44:04 PDT
https://trac.webkit.org/changeset/203465