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

Issue 2839413002: DevTools: add rendering overlay options to command menu (Closed)

Created:
3 years, 8 months ago by luoe
Modified:
3 years, 6 months ago
Reviewers:
dgozman, lushnikov, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: add rendering overlay options to command menu This CL adds existing rendering controls to show paint flashing, FPS meter, layout borders, scroll performance bottlenecks, and CSS media type emulation into the command menu. BUG=695986 Review-Url: https://codereview.chromium.org/2839413002 Cr-Commit-Position: refs/heads/master@{#475710} Committed: https://chromium.googlesource.com/chromium/src/+/b28399760d8a875871a0a156543a2f5069dcdd47

Patch Set 1 : a #

Total comments: 2

Patch Set 2 : use general createSettingSelect() for media type emulator #

Patch Set 3 : ac #

Total comments: 2

Patch Set 4 : ac #

Total comments: 9

Patch Set 5 : ac #

Total comments: 6

Patch Set 6 : ac #

Messages

Total messages: 22 (10 generated)
luoe
Please take a look
3 years, 8 months ago (2017-04-27 03:55:14 UTC) #5
pfeldman
https://codereview.chromium.org/2839413002/diff/40001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js File third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js (right): https://codereview.chromium.org/2839413002/diff/40001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js#newcode100 third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js:100: if (this._emulateCSSMediaSetting.get() !== 'none' && target.hasBrowserCapability()) Can we replace ...
3 years, 7 months ago (2017-04-27 21:46:18 UTC) #6
luoe
https://codereview.chromium.org/2839413002/diff/40001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js File third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js (right): https://codereview.chromium.org/2839413002/diff/40001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js#newcode100 third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js:100: if (this._emulateCSSMediaSetting.get() !== 'none' && target.hasBrowserCapability()) On 2017/04/27 21:46:18, ...
3 years, 7 months ago (2017-05-09 02:58:27 UTC) #8
pfeldman
https://codereview.chromium.org/2839413002/diff/80001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js File third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js (right): https://codereview.chromium.org/2839413002/diff/80001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js#newcode62 third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js:62: var mediaOptions = emulateMediaExtension.descriptor().options; I'm seeing the same code ...
3 years, 7 months ago (2017-05-10 20:55:19 UTC) #9
luoe
ptal https://codereview.chromium.org/2839413002/diff/80001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js File third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js (right): https://codereview.chromium.org/2839413002/diff/80001/third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js#newcode62 third_party/WebKit/Source/devtools/front_end/main/RenderingOptions.js:62: var mediaOptions = emulateMediaExtension.descriptor().options; On 2017/05/10 20:55:19, pfeldman ...
3 years, 7 months ago (2017-05-11 21:40:02 UTC) #10
dgozman
https://codereview.chromium.org/2839413002/diff/100001/third_party/WebKit/Source/devtools/front_end/sdk/module.json File third_party/WebKit/Source/devtools/front_end/sdk/module.json (right): https://codereview.chromium.org/2839413002/diff/100001/third_party/WebKit/Source/devtools/front_end/sdk/module.json#newcode182 third_party/WebKit/Source/devtools/front_end/sdk/module.json:182: "settingName": "emulateCSSMedia", - emulatedCSSMedia - if we define a ...
3 years, 7 months ago (2017-05-15 19:07:44 UTC) #12
luoe
Ptal https://codereview.chromium.org/2839413002/diff/100001/third_party/WebKit/Source/devtools/front_end/sdk/module.json File third_party/WebKit/Source/devtools/front_end/sdk/module.json (right): https://codereview.chromium.org/2839413002/diff/100001/third_party/WebKit/Source/devtools/front_end/sdk/module.json#newcode182 third_party/WebKit/Source/devtools/front_end/sdk/module.json:182: "settingName": "emulateCSSMedia", On 2017/05/15 19:07:44, dgozman wrote: > ...
3 years, 7 months ago (2017-05-16 00:05:48 UTC) #13
dgozman
lgtm https://codereview.chromium.org/2839413002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js File third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js (right): https://codereview.chromium.org/2839413002/diff/100001/third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js#newcode145 third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js:145: UI.SettingsUI.settingExtensionToControl = function(extension) { On 2017/05/16 00:05:47, luoe ...
3 years, 7 months ago (2017-05-16 18:47:25 UTC) #14
pfeldman
Hold on, let's land it next week.
3 years, 7 months ago (2017-05-16 20:26:50 UTC) #15
luoe
https://codereview.chromium.org/2839413002/diff/120001/third_party/WebKit/Source/devtools/front_end/common/Settings.js File third_party/WebKit/Source/devtools/front_end/common/Settings.js (right): https://codereview.chromium.org/2839413002/diff/120001/third_party/WebKit/Source/devtools/front_end/common/Settings.js#newcode356 third_party/WebKit/Source/devtools/front_end/common/Settings.js:356: setExtension(extension) { On 2017/05/16 at 18:47:25, dgozman wrote: > ...
3 years, 6 months ago (2017-05-30 20:56:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2839413002/140001
3 years, 6 months ago (2017-05-30 22:32:19 UTC) #19
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 00:52:01 UTC) #22
Message was sent while issue was closed.
Committed patchset #6 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/b28399760d8a875871a0a156543a...

Powered by Google App Engine
This is Rietveld 408576698