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

Issue 71633003: DevTools: added "overlayContents" mode, where DevTools content is placed around and underneath inse… (Closed)

Created:
7 years, 1 month ago by dgozman
Modified:
7 years ago
Reviewers:
pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+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, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

DevTools: added "overlayContents" mode, where DevTools content is placed around and underneath insepcted contents. BUG=318751, 304730 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163695

Patch Set 1 #

Total comments: 15

Patch Set 2 : Fixed review comments #

Patch Set 3 : Resizer clean up #

Patch Set 4 : #

Patch Set 5 : No-op if no overlayContents #

Total comments: 16

Patch Set 6 : Fixed review comments #

Patch Set 7 : #

Patch Set 8 : Insets #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -33 lines) Patch
M Source/devtools/front_end/Drawer.js View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M Source/devtools/front_end/HelpScreen.js View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/InspectorFrontendHostStub.js View 1 2 3 4 5 6 7 8 9 2 chunks +10 lines, -3 lines 0 comments Download
M Source/devtools/front_end/InspectorView.js View 1 2 3 4 5 6 7 8 4 chunks +66 lines, -8 lines 0 comments Download
M Source/devtools/front_end/Settings.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/SourcesPanel.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/StatusBarButton.js View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/externs.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -2 lines 0 comments Download
M Source/devtools/front_end/helpScreen.css View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M Source/devtools/front_end/inspector.css View 1 2 3 4 5 6 7 8 9 10 2 chunks +19 lines, -4 lines 0 comments Download
M Source/devtools/front_end/inspector.js View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M Source/devtools/front_end/inspectorCommon.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
dgozman
Take a preliminary look please.
7 years, 1 month ago (2013-11-13 15:09:26 UTC) #1
pfeldman
https://codereview.chromium.org/71633003/diff/1/Source/devtools/front_end/Drawer.js File Source/devtools/front_end/Drawer.js (right): https://codereview.chromium.org/71633003/diff/1/Source/devtools/front_end/Drawer.js#newcode35 Source/devtools/front_end/Drawer.js:35: WebInspector.Drawer = function(inspectorView) Drawer does not need to know ...
7 years, 1 month ago (2013-11-18 15:07:42 UTC) #2
dgozman
https://codereview.chromium.org/71633003/diff/1/Source/devtools/front_end/Drawer.js File Source/devtools/front_end/Drawer.js (right): https://codereview.chromium.org/71633003/diff/1/Source/devtools/front_end/Drawer.js#newcode35 Source/devtools/front_end/Drawer.js:35: WebInspector.Drawer = function(inspectorView) On 2013/11/18 15:07:42, pfeldman wrote: > ...
7 years, 1 month ago (2013-11-21 16:38:51 UTC) #3
pfeldman
A bunch of nits, otherwise looks good. https://codereview.chromium.org/71633003/diff/200001/Source/devtools/front_end/DockController.js File Source/devtools/front_end/DockController.js (right): https://codereview.chromium.org/71633003/diff/200001/Source/devtools/front_end/DockController.js#newcode43 Source/devtools/front_end/DockController.js:43: this.setDockSide(WebInspector.WorkerManager.isWorkerFrontend() ? ...
7 years ago (2013-12-05 15:44:06 UTC) #4
dgozman
PTAL https://codereview.chromium.org/71633003/diff/200001/Source/devtools/front_end/DockController.js File Source/devtools/front_end/DockController.js (right): https://codereview.chromium.org/71633003/diff/200001/Source/devtools/front_end/DockController.js#newcode43 Source/devtools/front_end/DockController.js:43: this.setDockSide(WebInspector.WorkerManager.isWorkerFrontend() ? "undocked" : (WebInspector.queryParamsObject["dockSide"] || "bottom")); On ...
7 years ago (2013-12-06 16:17:13 UTC) #5
pfeldman
lgtm
7 years ago (2013-12-06 16:44:05 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/71633003/280001
7 years ago (2013-12-10 12:48:35 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=20130
7 years ago (2013-12-10 16:09:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/71633003/300001
7 years ago (2013-12-10 16:28:40 UTC) #9
commit-bot: I haz the power
Failed to apply patch for Source/devtools/front_end/ResourceTreeModel.js: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-10 17:35:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgozman@chromium.org/71633003/320001
7 years ago (2013-12-11 09:10:48 UTC) #11
commit-bot: I haz the power
7 years ago (2013-12-11 10:17:02 UTC) #12
Message was sent while issue was closed.
Change committed as 163695

Powered by Google App Engine
This is Rietveld 408576698