WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
53174
Web Inspector: store all settings related to the agents on the frontend side
https://bugs.webkit.org/show_bug.cgi?id=53174
Summary
Web Inspector: store all settings related to the agents on the frontend side
Yury Semikhatsky
Reported
2011-01-26 09:19:06 PST
Web Inspector: store all settings related to the agents on the frontend side. InspectorSettings class should go away completely.
Attachments
Patch
(39.09 KB, patch)
2011-01-26 09:28 PST
,
Yury Semikhatsky
no flags
Details
Formatted Diff
Diff
Patch
(44.29 KB, patch)
2011-01-26 10:28 PST
,
Yury Semikhatsky
pfeldman
: review+
Details
Formatted Diff
Diff
Patch that I'm going to land
(45.30 KB, patch)
2011-01-27 05:15 PST
,
Yury Semikhatsky
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Yury Semikhatsky
Comment 1
2011-01-26 09:28:04 PST
Created
attachment 80199
[details]
Patch
Pavel Feldman
Comment 2
2011-01-26 09:44:41 PST
Comment on
attachment 80199
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=80199&action=review
> Source/WebCore/inspector/InspectorAgent.cpp:569 > + if (InspectorDebuggerAgent::isDebuggerAlwaysEnabled() || m_state->getBoolean(InspectorState::debuggerEnabled))
I think InspectorDebuggerAgent::isDebuggerAlwaysEnabled should also be driven by the front-end. As a result, state will have plane cookie logic.
> Source/WebCore/inspector/InspectorAgent.cpp:579 > + if (!ScriptProfiler::isProfilerAlwaysEnabled() && m_state->getBoolean(InspectorState::profilerEnabled))
ditto
> Source/WebCore/inspector/InspectorAgent.cpp:981 > +void InspectorAgent::enableProfiler()
When did we lose skipRecompile?
Yury Semikhatsky
Comment 3
2011-01-26 10:28:14 PST
Created
attachment 80208
[details]
Patch
Yury Semikhatsky
Comment 4
2011-01-26 10:30:35 PST
(In reply to
comment #2
)
> (From update of
attachment 80199
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=80199&action=review
> > > Source/WebCore/inspector/InspectorAgent.cpp:569 > > + if (InspectorDebuggerAgent::isDebuggerAlwaysEnabled() || m_state->getBoolean(InspectorState::debuggerEnabled)) > > I think InspectorDebuggerAgent::isDebuggerAlwaysEnabled should also be driven by the front-end. As a result, state will have plane cookie logic. >
Good point. Done.
> > Source/WebCore/inspector/InspectorAgent.cpp:579 > > + if (!ScriptProfiler::isProfilerAlwaysEnabled() && m_state->getBoolean(InspectorState::profilerEnabled)) > > ditto >
Done.
> > Source/WebCore/inspector/InspectorAgent.cpp:981 > > +void InspectorAgent::enableProfiler() > > When did we lose skipRecompile?
It happened in
http://trac.webkit.org/changeset/65797
, I changed the profiler agent code to recompile all functions immediately from startUserInitiatedProfiling method. Please look at the change one more time.
Yury Semikhatsky
Comment 5
2011-01-27 00:37:19 PST
Committed
r76770
(
http://trac.webkit.org/changeset/76770
)
Philippe Normand
Comment 6
2011-01-27 01:14:30 PST
It seems this patch makes inspector/storage-panel-dom-storage.html crash on 64-bits GTK Debug:
http://webkit-bots.igalia.com/amd64/svn_76770.core-when_1296119071-_-who_DumpRenderTree-_-why_11.trace.html
WebKit Review Bot
Comment 7
2011-01-27 01:15:29 PST
http://trac.webkit.org/changeset/76770
might have broken Qt Linux Release The following tests are not passing: http/tests/inspector/console-xhr-logging.html http/tests/inspector/extensions-headers.html inspector/report-protocol-errors.html inspector/storage-panel-dom-storage.html
Yury Semikhatsky
Comment 8
2011-01-27 01:35:47 PST
Reopening since the change was rolled out in
r76775
due to layout test failures.
Yury Semikhatsky
Comment 9
2011-01-27 05:15:14 PST
Created
attachment 80322
[details]
Patch that I'm going to land Updated layout tests to match the protocol changes.
Yury Semikhatsky
Comment 10
2011-01-27 06:03:55 PST
Committed
r76792
: <
http://trac.webkit.org/changeset/76792
>
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