WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
85708
Web Inspector: get rid of InspectorAgent::emitCommitLoadIfNeeded method
https://bugs.webkit.org/show_bug.cgi?id=85708
Summary
Web Inspector: get rid of InspectorAgent::emitCommitLoadIfNeeded method
Yury Semikhatsky
Reported
2012-05-05 05:50:23 PDT
The method is special in that it is called by InspectorController when render process changes right after restore() has been called on all agents. The method makes front-end see the cross process navigation as one that doesn't lead to process change. Instead of having a special method we should send "reset" events from corresponding restore methods.
Attachments
Patch
(10.20 KB, patch)
2012-05-07 01:12 PDT
,
Yury Semikhatsky
pfeldman
: review+
Details
Formatted Diff
Diff
Patch for landing
(8.87 KB, patch)
2012-05-10 05:06 PDT
,
Yury Semikhatsky
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Yury Semikhatsky
Comment 1
2012-05-07 01:12:39 PDT
Created
attachment 140491
[details]
Patch
Pavel Feldman
Comment 2
2012-05-10 05:01:46 PDT
Comment on
attachment 140491
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=140491&action=review
> Source/WebCore/inspector/InspectorResourceAgent.cpp:97 > + mainFrameNavigated(m_pageAgent->mainFrame()->loader()->documentLoader());
I don't think you need this.
Yury Semikhatsky
Comment 3
2012-05-10 05:06:59 PDT
Created
attachment 141148
[details]
Patch for landing
Yury Semikhatsky
Comment 4
2012-05-10 05:07:09 PDT
(In reply to
comment #2
)
> (From update of
attachment 140491
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=140491&action=review
> > > Source/WebCore/inspector/InspectorResourceAgent.cpp:97 > > + mainFrameNavigated(m_pageAgent->mainFrame()->loader()->documentLoader()); > > I don't think you need this.
Done.
Yury Semikhatsky
Comment 5
2012-05-11 01:41:27 PDT
Committed
r116740
: <
http://trac.webkit.org/changeset/116740
>
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