Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1066)

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed)

Created:
6 years, 5 months ago by pfeldman
Modified:
6 years, 5 months ago
Reviewers:
sergeyv
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: get rid of WebInspector.cssModel, use target models instead Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178405

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : Fixed inspector-enabled test #

Patch Set 4 : Rebaselined #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -221 lines) Patch
M LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector.html View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/debugger-test.js View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/inspector/filesystem/delete-entry.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/filesystem/request-directory-content.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/filesystem/request-file-content.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/filesystem/request-filesystem-root.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/filesystem/request-metadata.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/indexeddb/database-data.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/indexeddb/database-names.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/indexeddb/database-structure.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/inspector-test.js View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/json-preview.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/network/request-name-path.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/resource-har-headers.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/stylesheet-source-mapping.html View 3 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/inspector-enabled/sources/debugger/linkifier.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/console/command-line-api.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/console/console-css-unterminated-comment.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/console/console-css-warnings.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/curl-command.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/jump-to-previous-editing-location.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/layers/tracing-layer-tree.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/network/network-filter-http-requests.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/network/network-filter-updated-requests.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/inspector/network/network-request-parse-query-params.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/network/network-request-query-string.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/network/network-toggle-type-filter.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/profiler/heap-snapshot-loader.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/sources/debugger/dynamic-script-tag.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/sources/debugger/monitor-console-command.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/inspector/sources/debugger/network-uisourcecode-provider.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/timeline/tracing/frame-model.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/tracing.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/tracing-test.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M Source/devtools/front_end/Tests.js View 1 7 chunks +11 lines, -11 lines 0 comments Download
M Source/devtools/front_end/audits/AuditsPanel.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/common/Console.js View 3 chunks +43 lines, -3 lines 0 comments Download
M Source/devtools/front_end/console/ConsolePanel.js View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/devtools/front_end/console/ConsoleView.js View 1 2 5 chunks +19 lines, -20 lines 0 comments Download
M Source/devtools/front_end/console/module.json View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/elements/MetricsSidebarPane.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/extensions/ExtensionServer.js View 1 3 chunks +5 lines, -4 lines 0 comments Download
M Source/devtools/front_end/host/InspectorFrontendHost.js View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M Source/devtools/front_end/layers/LayersPanel.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/main/App.js View 3 chunks +7 lines, -0 lines 0 comments Download
M Source/devtools/front_end/main/Main.js View 1 2 3 5 chunks +5 lines, -24 lines 0 comments Download
M Source/devtools/front_end/profiler/CPUProfileView.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/profiler/CanvasProfileView.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/profiler/HeapSnapshotProxy.js View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/profiler/HeapSnapshotView.js View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M Source/devtools/front_end/profiler/ProfilesPanel.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/resources/ResourcesPanel.js View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/sdk/CPUProfilerModel.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sdk/CSSStyleModel.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sdk/CompilerScriptMapping.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sdk/ConsoleModel.js View 6 chunks +94 lines, -45 lines 0 comments Download
M Source/devtools/front_end/sdk/IsolatedFileSystemManager.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sdk/LiveEditSupport.js View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/sdk/PresentationConsoleMessageHelper.js View 4 chunks +12 lines, -7 lines 0 comments Download
M Source/devtools/front_end/sdk/SASSSourceMapping.js View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/sdk/ScriptSnippetModel.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sdk/StylesSourceMapping.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sdk/Target.js View 1 2 2 chunks +1 line, -4 lines 0 comments Download
M Source/devtools/front_end/sdk/TempFile.js View 6 chunks +8 lines, -8 lines 0 comments Download
M Source/devtools/front_end/sdk/TimelineManager.js View 1 chunk +2 lines, -5 lines 0 comments Download
M Source/devtools/front_end/sources/SourcesPanel.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sources/UISourceCodeFrame.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/timeline/TimelineModelImpl.js View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelinePanel.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/timeline/TimelinePowerOverview.js View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
pfeldman
6 years, 5 months ago (2014-07-16 15:24:31 UTC) #1
pfeldman
6 years, 5 months ago (2014-07-16 15:24:31 UTC) #2
pfeldman
https://codereview.chromium.org/396993003/diff/1/Source/devtools/front_end/Tests.js File Source/devtools/front_end/Tests.js (right): https://codereview.chromium.org/396993003/diff/1/Source/devtools/front_end/Tests.js#newcode500 Source/devtools/front_end/Tests.js:500: if (WebInspector.consoleModel.messages().length === 1) I'll have to modify this ...
6 years, 5 months ago (2014-07-16 19:57:58 UTC) #3
sergeyv
As a drive by of this change we can fix two issues of WebInspector.console: 1. ...
6 years, 5 months ago (2014-07-16 20:50:29 UTC) #4
sergeyv
lgtm
6 years, 5 months ago (2014-07-17 10:49:39 UTC) #5
pfeldman
The CQ bit was checked by pfeldman@chromium.org
6 years, 5 months ago (2014-07-17 10:54:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/396993003/20001
6 years, 5 months ago (2014-07-17 10:55:26 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-17 12:09:03 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-17 12:33:57 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/16471)
6 years, 5 months ago (2014-07-17 12:33:58 UTC) #10
pfeldman
The CQ bit was checked by pfeldman@chromium.org
6 years, 5 months ago (2014-07-17 17:38:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/396993003/40001
6 years, 5 months ago (2014-07-17 17:39:37 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-17 17:40:01 UTC) #13
commit-bot: I haz the power
Failed to apply patch for LayoutTests/inspector/layers/tracing-layer-tree.html: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-17 17:40:03 UTC) #14
pfeldman
The CQ bit was checked by pfeldman@chromium.org
6 years, 5 months ago (2014-07-17 20:01:26 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/396993003/60001
6 years, 5 months ago (2014-07-17 20:02:24 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-17 21:10:44 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-17 21:34:23 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/16554)
6 years, 5 months ago (2014-07-17 21:34:25 UTC) #19
pfeldman
The CQ bit was checked by pfeldman@chromium.org
6 years, 5 months ago (2014-07-17 21:40:13 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/396993003/80001
6 years, 5 months ago (2014-07-17 21:41:08 UTC) #21
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 23:27:09 UTC) #22
Message was sent while issue was closed.
Change committed as 178405

Powered by Google App Engine
This is Rietveld 408576698