[Webkit-unassigned] [Bug 44174] Web Inspector: extract profiler-related code and data from InspectorController into ProfilerAgent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 18 10:07:58 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44174
Pavel Feldman <pfeldman at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64712|review?, commit-queue? |review-
Flag| |
--- Comment #4 from Pavel Feldman <pfeldman at chromium.org> 2010-08-18 10:07:58 PST ---
(From update of attachment 64712)
WebCore/GNUmakefile.am:1628
+ WebCore/inspector/InspectorProfilerAgent.cpp \
Do not forget the CMakeLists.
WebCore/ChangeLog:5
+ Extract profiler-related code and data from InspectorController into ProfilerAgent.
Web Inspector: Extract ... into InspectorProfilerAgent.
WebCore/inspector/InspectorController.cpp:1488
+ if (profilerEnabled())
In the previous version, user initiated profiling could be started regardless of the profilerEnabled state. You should not change that. r- for that. Please make sure profiler tests are passing!
--
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