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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js

Issue 1689743002: DevTools: bring search results counter to the left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
index e3a7144f49b391d1daf5bbce69bff5e4828b0350..8e47be19abd0a3115c1287c4321d73eed8a9c9a1 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/AdvancedSearchView.js
@@ -45,7 +45,6 @@ WebInspector.AdvancedSearchView = function()
this._searchToolbarElement = this.contentElement.createChild("div", "search-toolbar-summary");
this._searchMessageElement = this._searchToolbarElement.createChild("div", "search-message");
this._searchProgressPlaceholderElement = this._searchToolbarElement.createChild("div", "flex-centered");
- this._searchToolbarElement.createChild("div", "search-message-spacer");
this._searchResultsMessageElement = this._searchToolbarElement.createChild("div", "search-message");
this._advancedSearchConfig = WebInspector.settings.createLocalSetting("advancedSearchConfig", new WebInspector.SearchConfig("", true, false).toPlainObject());
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698