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

Issue 1979163003: Updated icons in Resources/Application panel (Closed)

Created:
4 years, 7 months ago by chowse
Modified:
4 years, 7 months ago
Reviewers:
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, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Updated icons in Resources/Application panel BUG=612090 NOTRY=true Committed: https://crrev.com/2294d7602983c1183ae966d995d15d3b695bf4d2 Cr-Commit-Position: refs/heads/master@{#394604}

Patch Set 1 #

Patch Set 2 : Adjusted the brightness of Application panel sidebar icons #

Patch Set 3 : Sprited new assets used in Application/Resources panel #

Total comments: 30

Patch Set 4 : Removing old classes and comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -66 lines) Patch
M third_party/WebKit/Source/devtools/devtools.gypi View 1 2 5 chunks +2 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/cookie.png View 1 2 Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/database.png View 1 2 Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/databaseTable.png View 1 2 Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/indexedDB.png View 1 2 Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/indexedDBIndex.png View 1 2 Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/indexedDBObjectStore.png View 1 2 Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/localStorage.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/Source/devtools/front_end/Images/resourceGlyphs.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/Source/devtools/front_end/Images/resourceGlyphs_2x.png View 1 2 Binary file 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/serviceWorker.svg View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/Source/devtools/front_end/Images/sessionStorage.png View 1 2 Binary file 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/src/optimize_png.hashes View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/Images/src/resourceGlyphs.svg View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/Images/src/svg2png.hashes View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js View 1 2 3 16 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css View 1 2 3 4 chunks +27 lines, -35 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
chowse
4 years, 7 months ago (2016-05-17 17:11:59 UTC) #2
pfeldman
On 2016/05/17 17:11:59, chowse wrote: We should use sprites to speed things up. You should ...
4 years, 7 months ago (2016-05-17 17:16:52 UTC) #3
chowse
On 2016/05/17 17:16:52, pfeldman wrote: > On 2016/05/17 17:11:59, chowse wrote: > > We should ...
4 years, 7 months ago (2016-05-17 19:37:43 UTC) #4
pfeldman
> Unless we have some scripts to generate the sprites and their corresponding CSS, > ...
4 years, 7 months ago (2016-05-17 19:51:12 UTC) #5
chowse
On 2016/05/17 19:51:12, pfeldman wrote: > > Unless we have some scripts to generate the ...
4 years, 7 months ago (2016-05-18 00:06:41 UTC) #7
pfeldman
https://codereview.chromium.org/1979163003/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/1979163003/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode59 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:59: this.localStorageListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Local Storage"), "LocalStorage", ["localstorage-tree-item", "table-tree-item", ...
4 years, 7 months ago (2016-05-18 05:36:50 UTC) #8
chowse
https://codereview.chromium.org/1979163003/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/1979163003/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode59 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:59: this.localStorageListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Local Storage"), "LocalStorage", ["localstorage-tree-item", "table-tree-item", ...
4 years, 7 months ago (2016-05-18 17:17:42 UTC) #9
pfeldman
lgtm
4 years, 7 months ago (2016-05-18 18:09:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1979163003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1979163003/80001
4 years, 7 months ago (2016-05-18 18:52:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1979163003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1979163003/80001
4 years, 7 months ago (2016-05-18 23:39:21 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 7 months ago (2016-05-18 23:46:02 UTC) #18
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 23:48:50 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2294d7602983c1183ae966d995d15d3b695bf4d2
Cr-Commit-Position: refs/heads/master@{#394604}

Powered by Google App Engine
This is Rietveld 408576698