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

Side by Side Diff: chrome/browser/resources/task_scheduler_internals/index.html

Issue 2349623003: Add a Browser Task Scheduler Chrome Internals Page (Closed)
Patch Set: CR Feedback 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright 2016 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
Dan Beam 2016/09/23 18:08:59 you don't need this (very few other html files hav
robliao 2016/09/23 21:45:10 Sounds like a cleanup is in order. 3829 hits on ht
8 <head>
9 <title>Task Scheduler Internals</title>
10 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
11 <script src="chrome://resources/js/load_time_data.js"></script>
12 <script src="chrome://taskscheduler-internals/strings.js"></script>
13 </head>
14 <body>
15 <h1>Task Scheduler Internals</h1>
16 Status: <span i18n-content="status"></span>
Dan Beam 2016/09/23 18:09:00 Status: <span>$i18n{status}</span>
robliao 2016/09/23 21:45:10 Nice! This is exactly what I want. Done.
17 <script src="chrome://resources/js/i18n_template.js"></script>
Dan Beam 2016/09/23 18:09:00 don't use this, use $i18n{}
robliao 2016/09/23 21:45:10 Done.
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698