Side by Side Diff: chrome/browser/resources/settings/site_settings/site_settings_behavior.html
Issue 1372053002:
Flesh out the location-page class to make it more general. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback from Michael
Created 5 years, 1 month ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Dan Beam
2015/10/29 21:10:39
this also depends on [at least] load_time_data and
this also depends on [at least] load_time_data and assert
Finnur
2015/10/30 12:13:47
Hmmm...
It seems to be fine to include...
<li
Hmmm...
It seems to be fine to include...
<link rel="import" href="chrome://resources/html/assert.html">
... but if I also add this ...
<link rel="import" href="chrome://resources/html/load_time_data.html">
I get:
"Unexpected condition on chrome://md-settings/advanced: should only include
this file once", source: chrome://resources/js/load_time_data.js (139)
Curiously, there is currently no md-settings page that includes
load_time_data.html, despite many pages the use loadTimeData.getString.
Dan Beam
2015/10/30 20:23:53
imports should be de-duped automatically. just ig
On 2015/10/30 12:13:47, Finnur wrote:
> Hmmm...
>
> It seems to be fine to include...
> <link rel="import" href="chrome://resources/html/assert.html">
> ... but if I also add this ...
> <link rel="import" href="chrome://resources/html/load_time_data.html">
>
> I get:
> "Unexpected condition on chrome://md-settings/advanced: should only include
> this file once", source: chrome://resources/js/load_time_data.js (139)
>
> Curiously, there is currently no md-settings page that includes
> load_time_data.html, despite many pages the use loadTimeData.getString.
imports should be de-duped automatically. just ignore this for now
Issue 1372053002: Flesh out the location-page class to make it more general.
(Closed)
Created 5 years, 2 months ago by Finnur
Modified 5 years, 1 month ago
Reviewers: Dan Beam, stevenjb, Jeremy Klein, michaelpg
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 260