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

Unified Diff: chrome/browser/resources/net_internals/events_view.js

Issue 7474013: Extract the CSS for the net_internals EventsView and LogsView to separate files. Also rename thes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 5 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
Index: chrome/browser/resources/net_internals/events_view.js
===================================================================
--- chrome/browser/resources/net_internals/events_view.js (revision 94612)
+++ chrome/browser/resources/net_internals/events_view.js (working copy)
@@ -26,7 +26,7 @@
* @constructor
*/
function EventsView() {
- const tableBodyId = 'eventsListTableBody';
+ const tableBodyId = 'events-view-source-list-tbody';
const filterInputId = 'filterInput';
const filterCountId = 'filterCount';
const deleteSelectedId = 'deleteSelected';
@@ -35,14 +35,14 @@
const sortByIdId = 'sortById';
const sortBySourceTypeId = 'sortBySource';
const sortByDescriptionId = 'sortByDescription';
- const tabHandlesContainerId = 'detailsTabHandles';
+ const tabHandlesContainerId = 'events-view-details-tab-handles';
const logTabId = 'detailsLogTab';
const timelineTabId = 'detailsTimelineTab';
const detailsLogBoxId = 'detailsLogBox';
const detailsTimelineBoxId = 'detailsTimelineBox';
- const topbarId = 'filterBox';
- const middleboxId = 'eventsBox';
- const bottombarId = 'actionBox';
+ const topbarId = 'events-view-filter-box';
+ const middleboxId = 'events-view-source-list';
+ const bottombarId = 'events-view-action-box';
const sizerId = 'splitterBoxForEventDetails';
View.call(this);
« no previous file with comments | « chrome/browser/resources/net_internals/events_view.html ('k') | chrome/browser/resources/net_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698