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

Issue 304693002: DevTools: get rid of deviceMetics settings. (Closed)

Created:
6 years, 6 months ago by pfeldman
Modified:
6 years, 6 months ago
Reviewers:
dgozman
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
Visibility:
Public.

Description

DevTools: get rid of deviceMetics settings. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175009

Patch Set 1 #

Total comments: 14

Patch Set 2 : Review comments addressed. #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : Review comments addressed. #

Patch Set 5 : Tests fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -441 lines) Patch
M Source/devtools/front_end/ResponsiveDesignView.js View 1 2 3 3 chunks +53 lines, -78 lines 0 comments Download
M Source/devtools/front_end/common/Settings.js View 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/elements/OverridesView.js View 1 5 chunks +26 lines, -99 lines 0 comments Download
M Source/devtools/front_end/main/Main.js View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/devtools/front_end/overrides.css View 1 1 chunk +15 lines, -0 lines 0 comments Download
M Source/devtools/front_end/responsiveDesignView.css View 1 2 2 chunks +19 lines, -3 lines 0 comments Download
M Source/devtools/front_end/sdk/OverridesSupport.js View 1 2 3 4 19 chunks +101 lines, -231 lines 0 comments Download
M Source/devtools/front_end/ui/SettingsUI.js View 1 3 chunks +32 lines, -25 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
pfeldman
Here is a first cut of the change. The idea is that every single field ...
6 years, 6 months ago (2014-05-28 08:35:38 UTC) #1
dgozman
Very nice! https://codereview.chromium.org/304693002/diff/1/Source/devtools/front_end/sdk/OverridesSupport.js File Source/devtools/front_end/sdk/OverridesSupport.js (right): https://codereview.chromium.org/304693002/diff/1/Source/devtools/front_end/sdk/OverridesSupport.js#newcode287 Source/devtools/front_end/sdk/OverridesSupport.js:287: var metrics = WebInspector.OverridesSupport.DeviceMetrics.parseSetting(deviceMetrics) nit: semicolon missing ...
6 years, 6 months ago (2014-05-28 09:39:10 UTC) #2
pfeldman
https://codereview.chromium.org/304693002/diff/1/Source/devtools/front_end/sdk/OverridesSupport.js File Source/devtools/front_end/sdk/OverridesSupport.js (right): https://codereview.chromium.org/304693002/diff/1/Source/devtools/front_end/sdk/OverridesSupport.js#newcode287 Source/devtools/front_end/sdk/OverridesSupport.js:287: var metrics = WebInspector.OverridesSupport.DeviceMetrics.parseSetting(deviceMetrics) On 2014/05/28 09:39:10, dgozman wrote: ...
6 years, 6 months ago (2014-05-28 15:07:45 UTC) #3
dgozman
https://codereview.chromium.org/304693002/diff/20001/Source/devtools/front_end/ResponsiveDesignView.js File Source/devtools/front_end/ResponsiveDesignView.js (right): https://codereview.chromium.org/304693002/diff/20001/Source/devtools/front_end/ResponsiveDesignView.js#newcode57 Source/devtools/front_end/ResponsiveDesignView.js:57: if (WebInspector.dockController.dockSide() === WebInspector.DockController.State.Undocked) setPageResizer(null) in case of undocked. ...
6 years, 6 months ago (2014-05-28 15:26:40 UTC) #4
dgozman
lgtm with comments addressed
6 years, 6 months ago (2014-05-28 15:38:25 UTC) #5
pfeldman
https://codereview.chromium.org/304693002/diff/20001/Source/devtools/front_end/ResponsiveDesignView.js File Source/devtools/front_end/ResponsiveDesignView.js (right): https://codereview.chromium.org/304693002/diff/20001/Source/devtools/front_end/ResponsiveDesignView.js#newcode57 Source/devtools/front_end/ResponsiveDesignView.js:57: if (WebInspector.dockController.dockSide() === WebInspector.DockController.State.Undocked) On 2014/05/28 15:26:41, dgozman wrote: ...
6 years, 6 months ago (2014-05-28 15:40:00 UTC) #6
pfeldman
The CQ bit was checked by pfeldman@chromium.org
6 years, 6 months ago (2014-05-28 15:41:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/304693002/60001
6 years, 6 months ago (2014-05-28 15:42:02 UTC) #8
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, 6 months ago (2014-05-28 17:13:04 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-28 17:40:55 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/9487)
6 years, 6 months ago (2014-05-28 17:40:55 UTC) #11
dgozman
The CQ bit was checked by dgozman@chromium.org
6 years, 6 months ago (2014-05-28 18:20:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/304693002/60001
6 years, 6 months ago (2014-05-28 18:21:00 UTC) #13
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, 6 months ago (2014-05-28 19:22:14 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-28 20:08:11 UTC) #15
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/9840)
6 years, 6 months ago (2014-05-28 20:08:12 UTC) #16
pfeldman
The CQ bit was checked by pfeldman@chromium.org
6 years, 6 months ago (2014-05-28 21:20:25 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pfeldman@chromium.org/304693002/80001
6 years, 6 months ago (2014-05-28 21:20:45 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_rel on tryserver.blink ...
6 years, 6 months ago (2014-05-28 22:34:02 UTC) #19
commit-bot: I haz the power
6 years, 6 months ago (2014-05-28 23:08:56 UTC) #20
Message was sent while issue was closed.
Change committed as 175009

Powered by Google App Engine
This is Rietveld 408576698