RESOLVED FIXED 57763
Web Inspector: [Extensions API] remove inspectedPage.* events
https://bugs.webkit.org/show_bug.cgi?id=57763
Summary Web Inspector: [Extensions API] remove inspectedPage.* events
Andrey Kosyakov
Reported 2011-04-04 10:23:45 PDT
- remove onDOMContentLoaded & onLoaded events (native browser extensions should be used instead) - moved onNavigated to webInspecor.resources
Attachments
patch (8.71 KB, patch)
2011-04-04 10:31 PDT, Andrey Kosyakov
no flags
patch (12.77 KB, patch)
2011-04-05 09:29 PDT, Andrey Kosyakov
yurys: review-
patch (12.64 KB, patch)
2011-04-05 10:08 PDT, Andrey Kosyakov
yurys: review+
Andrey Kosyakov
Comment 1 2011-04-04 10:31:21 PDT
Yury Semikhatsky
Comment 2 2011-04-05 01:35:36 PDT
Comment on attachment 88077 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=88077&action=review > Source/WebCore/inspector/front-end/ExtensionAPI.js:114 > + this.onNavigated = new EventSink("inspectedURLChanged"); Is there a test for this event? > Source/WebCore/inspector/front-end/ExtensionAPISchema.json:170 > + "name": "callback", Looks unrelated to this change.
Andrey Kosyakov
Comment 3 2011-04-05 09:29:27 PDT
Created attachment 88253 [details] patch - the schema change is intended (just a drive-by fix to bring it in-sync with the code) - added test
Yury Semikhatsky
Comment 4 2011-04-05 09:59:59 PDT
Comment on attachment 88253 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=88253&action=review > LayoutTests/inspector/extensions/extensions-events-expected.txt:8 > +Navigated to: file:///E:/src/gchromium/src/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html?navigated Test result is source-path dependent, r- for this.
Andrey Kosyakov
Comment 5 2011-04-05 10:08:00 PDT
Created attachment 88266 [details] patch oops, thanks for spotting this!
Andrey Kosyakov
Comment 6 2011-04-06 01:27:28 PDT
Note You need to log in before you can comment on or make changes to this bug.