WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
94705
Web Inspector: make "sdk" component compile independently from the rest of the front-end.
https://bugs.webkit.org/show_bug.cgi?id=94705
Summary
Web Inspector: make "sdk" component compile independently from the rest of th...
Pavel Feldman
Reported
2012-08-22 06:57:52 PDT
This change refactors the way we compile. Running "compile-front-end.py sdk" will compile sdk only. It also introduces DOMStorageModel and DatabaseModel that are used to split model / UI layers.
Attachments
Patch
(67.21 KB, patch)
2012-08-22 07:19 PDT
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from gce-cr-linux-07
(459.44 KB, application/zip)
2012-08-22 07:59 PDT
,
WebKit Review Bot
no flags
Details
Patch
(75.41 KB, patch)
2012-08-22 08:20 PDT
,
Pavel Feldman
vsevik
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-08-22 07:19:16 PDT
Created
attachment 159929
[details]
Patch
Gyuyoung Kim
Comment 2
2012-08-22 07:28:44 PDT
Comment on
attachment 159929
[details]
Patch
Attachment 159929
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/13562265
Early Warning System Bot
Comment 3
2012-08-22 07:30:50 PDT
Comment on
attachment 159929
[details]
Patch
Attachment 159929
[details]
did not pass qt-ews (qt): Output:
http://queues.webkit.org/results/13571235
Build Bot
Comment 4
2012-08-22 07:41:10 PDT
Comment on
attachment 159929
[details]
Patch
Attachment 159929
[details]
did not pass win-ews (win): Output:
http://queues.webkit.org/results/13564290
Early Warning System Bot
Comment 5
2012-08-22 07:44:59 PDT
Comment on
attachment 159929
[details]
Patch
Attachment 159929
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/13566254
WebKit Review Bot
Comment 6
2012-08-22 07:59:40 PDT
Comment on
attachment 159929
[details]
Patch
Attachment 159929
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/13568241
New failing tests: inspector/extensions/extensions-resources.html inspector/storage-panel-dom-storage.html inspector/storage-panel-dom-storage-update.html
WebKit Review Bot
Comment 7
2012-08-22 07:59:43 PDT
Created
attachment 159932
[details]
Archive of layout-test-results from gce-cr-linux-07 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: gce-cr-linux-07 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Pavel Feldman
Comment 8
2012-08-22 08:20:50 PDT
Created
attachment 159938
[details]
Patch
Vsevolod Vlasov
Comment 9
2012-08-22 09:21:20 PDT
Comment on
attachment 159938
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=159938&action=review
> Source/WebCore/inspector/front-end/DOMStorage.js:163 > + payload.isLocalStorage))
;
> Source/WebCore/inspector/front-end/InspectorFrontendHostStub.js:-195 > -var InspectorFrontendHost = new WebInspector.InspectorFrontendHostStub();
Why?
> Source/WebCore/inspector/front-end/ResourcesPanel.js:366 > + this._showDOMStorage(domStorage);
Can we remove it like showDatabase was removed?
> Source/WebCore/inspector/front-end/ScriptsPanel.js:395 > + WebInspector.searchController.disableSearchUntilExplicitAction();
Why did this change?
Pavel Feldman
Comment 10
2012-08-22 10:10:03 PDT
Committed
r126314
: <
http://trac.webkit.org/changeset/126314
>
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