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
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
Patch (75.41 KB, patch)
2012-08-22 08:20 PDT, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-08-22 07:19:16 PDT
Gyuyoung Kim
Comment 2 2012-08-22 07:28:44 PDT
Early Warning System Bot
Comment 3 2012-08-22 07:30:50 PDT
Build Bot
Comment 4 2012-08-22 07:41:10 PDT
Early Warning System Bot
Comment 5 2012-08-22 07:44:59 PDT
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
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
Note You need to log in before you can comment on or make changes to this bug.