[Webkit-unassigned] [Bug 40425] Web Inspector: provide API for content scripts to interact with the inspector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 30 08:08:49 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40425
--- Comment #21 from Andrey Kosyakov <caseq at chromium.org> 2010-07-30 08:08:49 PST ---
(In reply to comment #19)
> (From update of attachment 62843 [details])
> LayoutTests/inspector/extensions-expected.txt:50
> + createSidebarPane : <function>
> resources panel does not have sidebar. r- for this.
>
> LayoutTests/inspector/extensions-expected.txt:56
> + createSidebarPane : <function>
> ditto.
>
> LayoutTests/inspector/extensions-expected.txt:59
> + createSidebarPane : <function>
> ditto.
>
> LayoutTests/inspector/extensions-expected.txt:62
> + createSidebarPane : <function>
> ditto.
>
> LayoutTests/inspector/extensions-expected.txt:65
> + createSidebarPane : <function>
> ditto.
>
> LayoutTests/inspector/extensions-expected.txt:68
> + createSidebarPane : <function>
> ditto.
>
I'm dropping support for panels other than scripts and elements now, will add it back later when we have some other methods (e.g. revealAndSelect) supported.
> For LayoutTests/inspector/extensions-expected.txt:30
> + onLoaded : {
> Lets mimic these with reflective addEventListener("load") as Timothy suggested. r- for this.
Will do later, filed https://bugs.webkit.org/show_bug.cgi?id=43251 for that.
>
> LayoutTests/inspector/extensions-expected.txt:73
> + onCreated : {
> onFinished?
Done.
>
> LayoutTests/inspector/extensions-expected.txt:91
> + >>> test_resourceNotification
> >>> will be used by the conflict resolve tool as well. Change to something else?
>
Done.
> LayoutTests/inspector/extensions-expected.txt:5
> + >>> test_createPanel
> Each test should be in its own file. Or at least separate panel tests from APIs from inspectedWindow's and such. This could be done in a follow-up.
I've changed the extension tests to make splitting the tests easier and separated the API dump. The other tests are still together, but Im going to split them when more tests are introduced.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list