RESOLVED FIXED 200571
Pass a ScriptExecutionContext as input to register/unregister URLRegistry routines
https://bugs.webkit.org/show_bug.cgi?id=200571
Summary Pass a ScriptExecutionContext as input to register/unregister URLRegistry rou...
youenn fablet
Reported 2019-08-09 05:10:40 PDT
Pass a ScriptExecutionContext as input to register/unregister URLRegistry routines
Attachments
Patch (10.77 KB, patch)
2019-08-09 05:12 PDT, youenn fablet
no flags
Rebasing (8.57 KB, patch)
2019-08-09 13:33 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2019-08-09 05:12:34 PDT
Radar WebKit Bug Importer
Comment 2 2019-08-09 06:31:54 PDT
Darin Adler
Comment 3 2019-08-09 09:31:02 PDT
Comment on attachment 375907 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=375907&action=review > Source/WebCore/html/PublicURLManager.cpp:54 > + found->key->registerURL(*scriptExecutionContext(), url, registrable); What guarantees it’s non-null? > Source/WebCore/html/PublicURLManager.cpp:62 > + registry.key->unregisterURL(*scriptExecutionContext(), url); What guarantees it’s non-null? > Source/WebCore/html/PublicURLManager.cpp:77 > + registry.key->unregisterURL(*scriptExecutionContext(), URL({ }, url)); What guarantees it’s non-null?
youenn fablet
Comment 4 2019-08-09 13:32:46 PDT
Thanks for the review. (In reply to Darin Adler from comment #3) > Comment on attachment 375907 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=375907&action=review > > > Source/WebCore/html/PublicURLManager.cpp:54 > > + found->key->registerURL(*scriptExecutionContext(), url, registrable); > > What guarantees it’s non-null? PublicURLManager is an ActiveDOMObject and all call sites doing '*scriptExecutionContext()' cannot be called after the manager is stopped or are no-op once the manager is stopped (all urls are cleared).
youenn fablet
Comment 5 2019-08-09 13:33:34 PDT
Created attachment 375945 [details] Rebasing
WebKit Commit Bot
Comment 6 2019-08-09 13:55:12 PDT
Comment on attachment 375945 [details] Rebasing Clearing flags on attachment: 375945 Committed r248473: <https://trac.webkit.org/changeset/248473>
WebKit Commit Bot
Comment 7 2019-08-09 13:55:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.