WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
141620
Web Inspector: move WebCore agents to Inspector namespace
https://bugs.webkit.org/show_bug.cgi?id=141620
Summary
Web Inspector: move WebCore agents to Inspector namespace
Brian Burg
Reported
2015-02-15 08:27:50 PST
.
Attachments
Proposed Fix
(165.86 KB, patch)
2015-02-15 19:11 PST
,
Brian Burg
no flags
Details
Formatted Diff
Diff
Proposed Fix (rebased)
(161.45 KB, patch)
2015-02-27 12:52 PST
,
Brian Burg
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-02-15 08:28:05 PST
<
rdar://problem/19840602
>
Brian Burg
Comment 2
2015-02-15 19:11:10 PST
Created
attachment 246631
[details]
Proposed Fix
Joseph Pecoraro
Comment 3
2015-02-27 11:06:29 PST
Comment on
attachment 246631
[details]
Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=246631&action=review
Looks good. r=me
> Source/WebCore/WebCore.exp.in:1642 > +__ZN9Inspector9PageAgent7frameIdEPNS_5FrameE
I don't think this file exists anymore =).
> Source/WebCore/inspector/InspectorCSSAgent.h:101 > + void didCreateNamedFlow(WebCore::Document&, WebCore::WebKitNamedFlow&); > + void willRemoveNamedFlow(WebCore::Document&, WebCore::WebKitNamedFlow&);
Arg, this is why I was afraid of moving the agents to Inspector namespace. Hopefully there aren't too many WebCore::s.
Brian Burg
Comment 4
2015-02-27 12:52:03 PST
Created
attachment 247538
[details]
Proposed Fix (rebased)
Brian Burg
Comment 5
2015-02-28 09:46:18 PST
Comment on
attachment 246631
[details]
Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=246631&action=review
>> Source/WebCore/WebCore.exp.in:1642 >> +__ZN9Inspector9PageAgent7frameIdEPNS_5FrameE > > I don't think this file exists anymore =).
Yup, rebased patch has removed this chunk.
>> Source/WebCore/inspector/InspectorCSSAgent.h:101 >> + void willRemoveNamedFlow(WebCore::Document&, WebCore::WebKitNamedFlow&); > > Arg, this is why I was afraid of moving the agents to Inspector namespace. Hopefully there aren't too many WebCore::s.
I only found the number of prefixes to be onerous in CSSAgent and DOMAgent due to the huge number of hooks. It's only for headers though, so I think it's worth it.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug