Bug 40126 - [Chromium] Add 'setJavaScriptProfilingEnabled' to WebDevToolsAgent, so it can be added to LayoutTestController
Summary: [Chromium] Add 'setJavaScriptProfilingEnabled' to WebDevToolsAgent, so it can...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mikhail Naganov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 09:38 PDT by Mikhail Naganov
Modified: 2010-06-03 09:56 PDT (History)
3 users (show)

See Also:


Attachments
patch (2.76 KB, patch)
2010-06-03 09:40 PDT, Mikhail Naganov
mnaganov: commit-queue-
Details | Formatted Diff | Diff
untabify changelog (2.78 KB, patch)
2010-06-03 09:44 PDT, Mikhail Naganov
mnaganov: review-
mnaganov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Naganov 2010-06-03 09:38:27 PDT
This is needed for compatibility with WebKit's layout tests.
Comment 1 Mikhail Naganov 2010-06-03 09:40:36 PDT
Created attachment 57781 [details]
patch
Comment 2 WebKit Review Bot 2010-06-03 09:41:48 PDT
Attachment 57781 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit/chromium/ChangeLog:6:  Line contains tab character.  [whitespace/tab] [5]
WebKit/chromium/ChangeLog:7:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Mikhail Naganov 2010-06-03 09:44:24 PDT
Created attachment 57782 [details]
untabify changelog
Comment 4 Mikhail Naganov 2010-06-03 09:55:45 PDT
This is not needed. JS profiling is always enabled in Chromium's InspectorController, so LTC's method can be dummy.