[Webkit-unassigned] [Bug 66776] New: Web Inspector: annotate and prepare for compilation first 14 files within 4 modules.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 23 07:13:48 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66776
Summary: Web Inspector: annotate and prepare for compilation
first 14 files within 4 modules.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pfeldman at chromium.org
CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
pmuellr at yahoo.com, joepeck at webkit.org,
pfeldman at chromium.org, yurys at chromium.org,
bweinstein at apple.com, apavlov at chromium.org,
loislo at chromium.org
Here is the module structure:
1. jsmodule_core: Inspector-agnostic utilities, should compile without WebInspector
2. jsmodule_env: environment used by most of the front-end code: settings, metrics, host
3. jsmodule_sdk: protocol wrappers potentially reusable in alternate front-ends
4. jsmodule_ui: assorted UI code
--module jsmodule_core:2 \
--js Source/WebCore/inspector/front-end/utilities.js \
--js Source/WebCore/inspector/front-end/treeoutline.js \
--module jsmodule_env:3 \
--js Source/WebCore/inspector/front-end/Settings.js \
--js Source/WebCore/inspector/front-end/UserMetrics.js \
--js Source/WebCore/inspector/front-end/InspectorFrontendHostStub.js \
--module jsmodule_sdk:4:jsmodule_core,jsmodule_env \
--js Source/WebCore/inspector/front-end/Object.js \
--js Source/WebCore/inspector/front-end/DOMAgent.js \
--js Source/WebCore/inspector/front-end/Script.js \
--js Source/WebCore/inspector/front-end/DebuggerModel.js \
--module jsmodule_ui:5:jsmodule_sdk \
--js Source/WebCore/inspector/front-end/View.js \
--js Source/WebCore/inspector/front-end/Placard.js \
--js Source/WebCore/inspector/front-end/Popover.js \
--js Source/WebCore/inspector/front-end/ContextMenu.js \
--js Source/WebCore/inspector/front-end/SoftContextMenu.js
--
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