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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/Icon.js

Issue 2657743003: DevTools: migrate icons in "search across files" to UI.Icon (Closed)
Patch Set: nits Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/Icon.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
index 49d041b031ef425e783f3c8e15dc6af2ee82c88f..ee9bc9bb317275bba3c310dc410c1bfcf5ebddab 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
@@ -116,6 +116,8 @@ UI.Icon.Descriptors = {
'smallicon-inline-breakpoint-conditional': {x: -160, y: -20, width: 10, height: 10, spritesheet: 'smallicons'},
'smallicon-file': {x: -64, y: -24, width: 12, height: 14, spritesheet: 'largeicons'},
'smallicon-file-sync': {x: -76, y: -24, width: 12, height: 14, spritesheet: 'largeicons'},
+ 'smallicon-search-sources': {x: -234, y: -30, width: 12, height: 12, spritesheet: 'largeicons'},
dgozman 2017/01/25 17:56:37 Just smallicon-search?
lushnikov 2017/01/26 00:52:40 Done.
+ 'smallicon-close-hover': {x: -143, y: -96, width: 13, height: 13, spritesheet: 'largeicons'},
dgozman 2017/01/25 17:56:37 smallicon-clear-input
lushnikov 2017/01/26 00:52:40 Done.
'largeicon-longclick-triangle': {x: -290, y: -46, width: 28, height: 24, spritesheet: 'largeicons', isMask: true},
'largeicon-menu': {x: -192, y: -24, width: 28, height: 24, spritesheet: 'largeicons', isMask: true},
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698