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

Side by Side Diff: chrome/browser/resources/apps_debugger/js/main_scripts.js

Issue 15389003: Loosen a bit the HTML hierarchy required for Tabs to work, Improved UX of the dev tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce RTL, changed non-selected tab color, applied feedback from dbeam. Created 7 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 //<include src="../../../../../ui/webui/resources/js/cr.js" /> 5 //<include src="../../../../../ui/webui/resources/js/cr.js" />
6 //<include src="../../../../../ui/webui/resources/js/cr/ui.js" /> 6 //<include src="../../../../../ui/webui/resources/js/cr/ui.js" />
7 //<include 7 //<include
8 // src="../../../../../ui/webui/resources/js/i18n_template_no_process.js" /> 8 // src="../../../../../ui/webui/resources/js/i18n_template_no_process.js" />
9 //<include src="../../../../../ui/webui/resources/js/cr/ui/alert_overlay.js" /> 9 //<include src="../../../../../ui/webui/resources/js/cr/ui/alert_overlay.js" />
10 //<include 10 //<include
11 // src="../../../../../ui/webui/resources/js/cr/ui/focus_outline_manager.js" /> 11 // src="../../../../../ui/webui/resources/js/cr/ui/focus_outline_manager.js" />
12 //<include src="../../../../../ui/webui/resources/js/cr/ui/overlay.js" /> 12 //<include src="../../../../../ui/webui/resources/js/cr/ui/overlay.js" />
13 //<include src="../../../../../ui/webui/resources/js/cr/ui/tabs.js" /> 13 //<include src="../../../../../ui/webui/resources/js/cr/ui/tabs.js" />
14 //<include src="../../../../../ui/webui/resources/js/i18n_template2.js" /> 14 //<include
15 // src="../../../../../ui/webui/resources/js/i18n_template_no_process.js" />
15 //<include src="../../../../../ui/webui/resources/js/load_time_data.js" /> 16 //<include src="../../../../../ui/webui/resources/js/load_time_data.js" />
16 //<include src="../../../../../ui/webui/resources/js/util.js" /> 17 //<include src="../../../../../ui/webui/resources/js/util.js" />
17 //<include src="../../uber/uber_utils.js" /> 18 //<include src="../../uber/uber_utils.js" />
18 //<include src="items.js"/> 19 //<include src="items.js"/>
19 //<include src="items_list.js"/> 20 //<include src="items_list.js"/>
20 //<include src="pack_item_overlay.js"/> 21 //<include src="pack_item_overlay.js"/>
21 //<include src="main.js"/> 22 //<include src="main.js"/>
OLDNEW
« no previous file with comments | « chrome/browser/resources/apps_debugger/css/items.css ('k') | chrome/browser/resources/apps_debugger/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698