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

Issue 2482073002: DevTools: introduce beautiful checkmarks in navigator and editor tabs (Closed)

Created:
4 years, 1 month ago by lushnikov
Modified:
4 years, 1 month ago
Reviewers:
dgozman
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/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: introduce beautiful checkmarks in navigator and editor tabs These checkmarks should designate that the file syncs with a network resource. BUG=649837 R=dgozman Committed: https://crrev.com/936f3c8b78a9297a79938cce8261de72cff78acd Cr-Commit-Position: refs/heads/master@{#431048}

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Total comments: 3

Patch Set 3 : rename icons #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -24 lines) Patch
M third_party/WebKit/Source/devtools/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/smallIcons.png View Binary file 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/smallIcons_2x.png View Binary file 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/src/optimize_png.hashes View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/src/smallIcons.svg View 2 chunks +16 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/src/svg2png.hashes View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/devtools/front_end/persistence/PersistenceUtils.js View 1 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/persistence/module.json View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js View 1 2 1 chunk +3 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css View 1 1 chunk +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Icon.js View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (7 generated)
lushnikov
please, take a look!
4 years, 1 month ago (2016-11-08 05:37:52 UTC) #1
lushnikov
FYI: screenshot's in the bug.
4 years, 1 month ago (2016-11-08 05:53:56 UTC) #2
dgozman
lgtm https://codereview.chromium.org/2482073002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js File third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js (right): https://codereview.chromium.org/2482073002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js#newcode559 third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js:559: this._tabbedPane.setTabIcon(tabId, 'smallicon-checkmark'); Let's have a tooltip explaining this ...
4 years, 1 month ago (2016-11-08 20:52:29 UTC) #7
lushnikov
https://codereview.chromium.org/2482073002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js File third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js (right): https://codereview.chromium.org/2482073002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js#newcode559 third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js:559: this._tabbedPane.setTabIcon(tabId, 'smallicon-checkmark'); On 2016/11/08 20:52:29, dgozman wrote: > Let's ...
4 years, 1 month ago (2016-11-09 19:30:20 UTC) #8
lushnikov
Please, take another look
4 years, 1 month ago (2016-11-09 19:30:39 UTC) #9
dgozman
lgtm https://codereview.chromium.org/2482073002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/Icon.js File third_party/WebKit/Source/devtools/front_end/ui/Icon.js (right): https://codereview.chromium.org/2482073002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/Icon.js#newcode114 third_party/WebKit/Source/devtools/front_end/ui/Icon.js:114: 'smallicon-checkmark-mask': {x: -100, y: -20, width: 10, height: ...
4 years, 1 month ago (2016-11-09 19:58:26 UTC) #10
lushnikov
https://codereview.chromium.org/2482073002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/Icon.js File third_party/WebKit/Source/devtools/front_end/ui/Icon.js (right): https://codereview.chromium.org/2482073002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/Icon.js#newcode114 third_party/WebKit/Source/devtools/front_end/ui/Icon.js:114: 'smallicon-checkmark-mask': {x: -100, y: -20, width: 10, height: 10, ...
4 years, 1 month ago (2016-11-09 20:29:43 UTC) #11
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/2482073002/40001
4 years, 1 month ago (2016-11-09 20:30:25 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-09 22:10:14 UTC) #15
commit-bot: I haz the power
4 years, 1 month ago (2016-11-09 22:24:47 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/936f3c8b78a9297a79938cce8261de72cff78acd
Cr-Commit-Position: refs/heads/master@{#431048}

Powered by Google App Engine
This is Rietveld 408576698