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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2352553002: [MD History] Run MD History on chrome://chrome/history. (Closed)
Patch Set: Created 4 years, 3 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/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 4e363577fa450243b8d4fd675f7892d537e78ff4..aecebe023f640b18f9de5b4d4f813ed6a82a860b 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -2909,7 +2909,7 @@ h1 {
}
</style>
-<dom-module id="shared-style" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="shared-style" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="shared-style">[hidden] {
display: none !important;
@@ -2989,7 +2989,7 @@ button.more-vert-button div {
</style>
</template>
</dom-module>
-<dom-module id="history-toolbar" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-toolbar" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-toolbar">[hidden] {
display: none !important;
@@ -3577,7 +3577,7 @@ paper-tabs {
</template>
</dom-module>
-<link rel="import" href="chrome://history/constants.html">
+<link rel="import" href="chrome://chrome/history/constants.html">
<dom-module id="iron-collapse" assetpath="chrome://resources/polymer/v1_0/iron-collapse/" css-build="shadow">
<template>
@@ -3604,9 +3604,9 @@ paper-tabs {
</dom-module>
-<dom-module id="history-searched-label" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-searched-label" assetpath="chrome://chrome/history/" css-build="shadow">
</dom-module>
-<dom-module id="history-item" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-item" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-item">[hidden] {
display: none !important;
@@ -3909,7 +3909,7 @@ button.more-vert-button div {
</div>
</template>
</dom-module>
-<dom-module id="history-grouped-list" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-grouped-list" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-grouped-list">[hidden] {
display: none !important;
@@ -4138,7 +4138,7 @@ history-item {
</template>
</dom-module>
-<dom-module id="history-list" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-list" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-list">[hidden] {
display: none !important;
@@ -4238,7 +4238,7 @@ history-item {
</iron-scroll-threshold>
</template>
</dom-module>
-<dom-module id="history-list-container" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-list-container" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-list-container">[hidden] {
display: none !important;
@@ -4426,7 +4426,7 @@ dialog .body {
</template>
</template>
</dom-module>
-<dom-module id="history-synced-device-card" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-synced-device-card" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-synced-device-card">[hidden] {
display: none !important;
@@ -4591,7 +4591,7 @@ button.more-vert-button div {
</div>
</template>
</dom-module>
-<dom-module id="history-synced-device-manager" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-synced-device-manager" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-synced-device-manager">[hidden] {
display: none !important;
@@ -4736,8 +4736,8 @@ paper-spinner {
#illustration {
background: -webkit-image-set(
- url("chrome://history/images/100/sign_in_promo.png") 1x,
- url("chrome://history/images/200/sign_in_promo.png") 2x)
+ url("chrome://chrome/history/images/100/sign_in_promo.png") 1x,
+ url("chrome://chrome/history/images/200/sign_in_promo.png") 2x)
no-repeat center center;
height: 222px;
margin-top: 100px;
@@ -4811,7 +4811,7 @@ paper-spinner {
</template>
</template>
</dom-module>
-<dom-module id="history-side-bar" assetpath="chrome://history/" css-build="shadow">
+<dom-module id="history-side-bar" assetpath="chrome://chrome/history/" css-build="shadow">
<template>
<style scope="history-side-bar">[hidden] {
display: none !important;
@@ -4957,11 +4957,11 @@ iron-selector > a.iron-selected {
</style>
<iron-selector id="menu" selected="[[selectedPage]]" selectable=".page-item" attr-for-selected="path" fallback-selection="history" on-iron-activate="onSelectorActivate_">
- <a href="/[[getQueryString_(route)]]" class="page-item" path="history">
+ <a href="/history/[[getQueryString_(route)]]" class="page-item" path="history">
$i18n{historyMenuItem}
<paper-ripple></paper-ripple>
</a>
- <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item" path="syncedTabs">
+ <a href="/history/syncedTabs[[getQueryString_(route)]]" class="page-item" path="syncedTabs">
$i18n{openTabsMenuItem}
<paper-ripple></paper-ripple>
</a>
@@ -5119,7 +5119,7 @@ h1 {
</style>
<app-location route="{{route_}}"></app-location>
- <app-route route="{{route_}}" pattern="/:page" data="{{routeData_}}" query-params="{{queryParams_}}">
+ <app-route route="{{route_}}" pattern="history/:page" data="{{routeData_}}" query-params="{{queryParams_}}">
</app-route>
<history-toolbar id="toolbar" spinner-active="[[shouldShowSpinner_(queryState_.querying,
queryState_.incremental,
« no previous file with comments | « chrome/browser/resources/md_history/app.html ('k') | chrome/browser/resources/md_history/browser_service.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698