Bug 127537 - Move ContentSearchUtils, ScriptBreakpoint, and ScriptDebugListener into JavaScriptCore for inspector
Summary: Move ContentSearchUtils, ScriptBreakpoint, and ScriptDebugListener into JavaS...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 19:54 PST by Joseph Pecoraro
Modified: 2014-01-23 22:08 PST (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (60.67 KB, patch)
2014-01-23 20:05 PST, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff
[PATCH] For Bots 1 (97.87 KB, patch)
2014-01-23 20:06 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-01-23 19:54:07 PST
More classes that need to move down into JavaScriptCore for ScriptDebugServer/InspectorDebuggerAgent.

Leave them mostly unedited (just cleaned up a bit with nullptr and ASCIILiteral). Move them to the Inspector namespace, and export via ForwardingHeaders.
Comment 1 Joseph Pecoraro 2014-01-23 20:05:02 PST
Created attachment 222070 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2014-01-23 20:06:18 PST
Created attachment 222071 [details]
[PATCH] For Bots 1

Proposed fix depends on others not yet landing. Adding a version that the bots can chew through in the meantime.
Comment 3 Joseph Pecoraro 2014-01-23 22:08:09 PST
Landed <http://trac.webkit.org/changeset/162692>.