summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 04:11:49 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 04:11:49 +0000
commit8093382a5f49c50cdb6262329a30b14f3c241ee6 (patch)
treeedf116d3fed6e009e63d2fe7210bbf1ac7c127b8 /chrome/browser/resources
parent5b517c1363fd50549aebc94d5287fb0ebe791b95 (diff)
downloadchromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.zip
chromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.tar.gz
chromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.tar.bz2
WebUI: Fix the remaining references to dom_ui. Final Patch.
BUG=59945, 59946 TEST=trybots Review URL: http://codereview.chromium.org/6555001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/about_conflicts.html2
-rw-r--r--chrome/browser/resources/bug_report.html2
-rw-r--r--chrome/browser/resources/extensions_ui.html2
-rw-r--r--chrome/browser/resources/flags.html2
-rw-r--r--chrome/browser/resources/gpu_internals.html2
-rw-r--r--chrome/browser/resources/history.html2
-rw-r--r--chrome/browser/resources/history2.html2
-rw-r--r--chrome/browser/resources/new_new_tab.html2
-rw-r--r--chrome/browser/resources/options/options.html2
-rw-r--r--chrome/browser/resources/print_preview.html2
-rw-r--r--chrome/browser/resources/webui.css (renamed from chrome/browser/resources/dom_ui.css)0
-rw-r--r--chrome/browser/resources/webui2.css (renamed from chrome/browser/resources/dom_ui2.css)0
12 files changed, 10 insertions, 10 deletions
diff --git a/chrome/browser/resources/about_conflicts.html b/chrome/browser/resources/about_conflicts.html
index 9eb6e3a..693d8ce 100644
--- a/chrome/browser/resources/about_conflicts.html
+++ b/chrome/browser/resources/about_conflicts.html
@@ -193,7 +193,7 @@ html[dir=rtl] .clearing {
}
/**
- * Called by the dom_ui to re-populate the page with data representing the
+ * Called by the WebUI to re-populate the page with data representing the
* current state of installed modules.
*/
function returnModuleList(moduleListData) {
diff --git a/chrome/browser/resources/bug_report.html b/chrome/browser/resources/bug_report.html
index 0afbbe2..f497f94 100644
--- a/chrome/browser/resources/bug_report.html
+++ b/chrome/browser/resources/bug_report.html
@@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<title i18n-content="page-title"></title>
<!-- We want to keep our style in sync with the options page. -->
-<link rel="stylesheet" href="dom_ui.css">
+<link rel="stylesheet" href="webui.css">
<link rel="stylesheet" href="options/options_page.css">
<link rel="stylesheet" href="bug_report.css">
diff --git a/chrome/browser/resources/extensions_ui.html b/chrome/browser/resources/extensions_ui.html
index 7cebf12..202d186 100644
--- a/chrome/browser/resources/extensions_ui.html
+++ b/chrome/browser/resources/extensions_ui.html
@@ -417,7 +417,7 @@ var extensionDataFormat = {
var devModeExpanded = false;
/**
- * Toggles the devModeExpanded, and notifies the c++ dom_ui to toggle the
+ * Toggles the devModeExpanded, and notifies the c++ WebUI to toggle the
* extensions.ui.developer_mode which saved in the preferences.
*/
function toggleDevModeExpanded() {
diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html
index f47fecd..50941be 100644
--- a/chrome/browser/resources/flags.html
+++ b/chrome/browser/resources/flags.html
@@ -232,7 +232,7 @@ function restartBrowser() {
}
/**
- * Called by the dom_ui to re-populate the page with data representing the
+ * Called by the WebUI to re-populate the page with data representing the
* current state of installed experiments.
*/
function returnFlagsExperiments(flagsExperimentsData){
diff --git a/chrome/browser/resources/gpu_internals.html b/chrome/browser/resources/gpu_internals.html
index 0a39277..bdcea10 100644
--- a/chrome/browser/resources/gpu_internals.html
+++ b/chrome/browser/resources/gpu_internals.html
@@ -6,7 +6,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head i18n-values="dir:textdirection;">
-<link rel="stylesheet" href="dom_ui.css">
+<link rel="stylesheet" href="webui.css">
<style>
* {
box-sizing: border-box;
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index a6716a6..926560b 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -1050,7 +1050,7 @@ function historyDeleted() {
historyView.reload();
}
</script>
-<link rel="stylesheet" href="dom_ui.css">
+<link rel="stylesheet" href="webui.css">
<style>
#results-separator {
margin-top:12px;
diff --git a/chrome/browser/resources/history2.html b/chrome/browser/resources/history2.html
index 353deb8..ddff0a6 100644
--- a/chrome/browser/resources/history2.html
+++ b/chrome/browser/resources/history2.html
@@ -1082,7 +1082,7 @@ function historyDeleted() {
historyView.reload();
}
</script>
-<link rel="stylesheet" href="dom_ui2.css">
+<link rel="stylesheet" href="webui2.css">
<style>
#results-separator {
margin-top:12px;
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
index 1148bc7..57aeac1 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -66,7 +66,7 @@ registerCallback('bookmarkBarAttached');
/**
* Bitmask for the different UI sections.
- * This matches the Section enum in ../dom_ui/shown_sections_handler.h
+ * This matches the Section enum in ../webui/shown_sections_handler.h
* @enum {number}
*/
var Section = {
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index 529d4d7..057cc0b 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -12,7 +12,7 @@
<link rel="stylesheet" href="chrome://resources/css/list.css">
<link rel="stylesheet" href="chrome://resources/css/throbber.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
-<link rel="stylesheet" href="../dom_ui.css">
+<link rel="stylesheet" href="../webui.css">
<link rel="stylesheet" href="options_page.css">
<link rel="stylesheet" href="add_startup_page_overlay.css">
<link rel="stylesheet" href="advanced_options.css">
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index b916331..94da8513c 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title i18n-content="title"></title>
-<link rel="stylesheet" href="dom_ui.css">
+<link rel="stylesheet" href="webui.css">
<link rel="stylesheet" href="print_preview.css">
<script src="chrome://resources/js/local_strings.js"></script>
diff --git a/chrome/browser/resources/dom_ui.css b/chrome/browser/resources/webui.css
index d1eab85..d1eab85 100644
--- a/chrome/browser/resources/dom_ui.css
+++ b/chrome/browser/resources/webui.css
diff --git a/chrome/browser/resources/dom_ui2.css b/chrome/browser/resources/webui2.css
index 49205f8..49205f8 100644
--- a/chrome/browser/resources/dom_ui2.css
+++ b/chrome/browser/resources/webui2.css