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

Issue 2881453003: DevTools: update buttons to new style (Closed)

Created:
3 years, 7 months ago by luoe
Modified:
3 years, 6 months ago
Reviewers:
einbinder, dgozman, 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, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: update buttons to new style Please see crbug for a screenshot. BUG=690239 Review-Url: https://codereview.chromium.org/2881453003 Cr-Commit-Position: refs/heads/master@{#477194} Committed: https://chromium.googlesource.com/chromium/src/+/067ae0c565d431228fbcada9823b47d371f54b7d

Patch Set 1 : a #

Total comments: 1

Patch Set 2 : a #

Patch Set 3 : find replace updated too! #

Total comments: 13

Patch Set 4 : ac #

Patch Set 5 : rebase and more fixes #

Patch Set 6 : rebase over cleanup #

Total comments: 2

Patch Set 7 : ac #

Patch Set 8 : rebase #

Patch Set 9 : rebase on audits button fix #

Patch Set 10 : actually rebase over audits fix #

Patch Set 11 : a #

Patch Set 12 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -127 lines) Patch
M third_party/WebKit/LayoutTests/inspector/help/release-note-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js View 1 2 3 4 5 3 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/help/releaseNote.css View 1 2 3 4 5 1 chunk +2 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inline_editor/cssShadowEditor.css View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/ProfileLauncherView.js View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/settings/frameworkBlackboxSettingsTab.css View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js View 1 2 3 4 5 6 7 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css View 1 2 3 4 10 1 chunk +0 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/listWidget.css View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/searchableView.css View 1 2 3 4 5 9 9 chunks +15 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/textButton.css View 1 2 3 4 5 6 9 1 chunk +49 lines, -29 lines 0 comments Download

Messages

Total messages: 28 (18 generated)
luoe
Please take a look. Known issues: ctrl-F in Sources still has old find/replace style buttons. ...
3 years, 7 months ago (2017-05-12 03:06:48 UTC) #5
dgozman
https://codereview.chromium.org/2881453003/diff/80001/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js File third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js (right): https://codereview.chromium.org/2881453003/diff/80001/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode76 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:76: UI.createTextButton(Common.UIString('Perform an audit\u2026'), this._showLauncherUI.bind(this), 'primary'); Let's either pass a ...
3 years, 7 months ago (2017-05-15 21:29:00 UTC) #8
luoe
Please check this out. Blue buttons should all use the same blue, (including blue setting ...
3 years, 7 months ago (2017-05-18 21:29:26 UTC) #9
luoe
Now that the cleanup CL has been reviewed, this CL is ready for review as ...
3 years, 6 months ago (2017-06-01 01:38:50 UTC) #15
pfeldman
lgtm https://codereview.chromium.org/2881453003/diff/200001/third_party/WebKit/Source/devtools/front_end/ui/textButton.css File third_party/WebKit/Source/devtools/front_end/ui/textButton.css (right): https://codereview.chromium.org/2881453003/diff/200001/third_party/WebKit/Source/devtools/front_end/ui/textButton.css#newcode40 third_party/WebKit/Source/devtools/front_end/ui/textButton.css:40: :host(.primary), -theme-preserve { consider using a more specific ...
3 years, 6 months ago (2017-06-01 21:11:36 UTC) #16
luoe
Thanks for the reviews! https://codereview.chromium.org/2881453003/diff/200001/third_party/WebKit/Source/devtools/front_end/ui/textButton.css File third_party/WebKit/Source/devtools/front_end/ui/textButton.css (right): https://codereview.chromium.org/2881453003/diff/200001/third_party/WebKit/Source/devtools/front_end/ui/textButton.css#newcode40 third_party/WebKit/Source/devtools/front_end/ui/textButton.css:40: :host(.primary), -theme-preserve { On 2017/06/01 ...
3 years, 6 months ago (2017-06-01 21:47:16 UTC) #17
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/2881453003/300001
3 years, 6 months ago (2017-06-05 23:00:04 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/461479)
3 years, 6 months ago (2017-06-06 00:57:45 UTC) #22
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/2881453003/320001
3 years, 6 months ago (2017-06-06 01:06:38 UTC) #25
commit-bot: I haz the power
3 years, 6 months ago (2017-06-06 04:28:28 UTC) #28
Message was sent while issue was closed.
Committed patchset #12 (id:320001) as
https://chromium.googlesource.com/chromium/src/+/067ae0c565d431228fbcada9823b...

Powered by Google App Engine
This is Rietveld 408576698