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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 412073002: Local NTP: prevent tiles from reloading on resize by moving them into single <div>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fixes. Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 <include name="IDR_LOCAL_DISCOVERY_CSS" file="resources\local_discovery\ local_discovery.css" type="BINDATA" /> 199 <include name="IDR_LOCAL_DISCOVERY_CSS" file="resources\local_discovery\ local_discovery.css" type="BINDATA" />
200 <include name="IDR_LOCAL_DISCOVERY_JS" file="resources\local_discovery\l ocal_discovery.js" flattenhtml="true" type="BINDATA" /> 200 <include name="IDR_LOCAL_DISCOVERY_JS" file="resources\local_discovery\l ocal_discovery.js" flattenhtml="true" type="BINDATA" />
201 <include name="IDR_LOCAL_DISCOVERY_DEVICE_PNG" file="resources\local_dis covery\device.png" type="BINDATA" /> 201 <include name="IDR_LOCAL_DISCOVERY_DEVICE_PNG" file="resources\local_dis covery\device.png" type="BINDATA" />
202 <include name="IDR_LOCAL_DISCOVERY_PRINTER_PNG" file="resources\local_di scovery\printer.png" type="BINDATA" /> 202 <include name="IDR_LOCAL_DISCOVERY_PRINTER_PNG" file="resources\local_di scovery\printer.png" type="BINDATA" />
203 </if> 203 </if>
204 204
205 <include name="IDR_INSTANT_IFRAME_VALIDATION_JS" file="resources\local_ntp \instant_iframe_validation.js" type="BINDATA" /> 205 <include name="IDR_INSTANT_IFRAME_VALIDATION_JS" file="resources\local_ntp \instant_iframe_validation.js" type="BINDATA" />
206 <include name="IDR_LOCAL_NTP_HTML" file="resources\local_ntp\local_ntp.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 206 <include name="IDR_LOCAL_NTP_HTML" file="resources\local_ntp\local_ntp.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
207 <include name="IDR_LOCAL_NTP_CSS" file="resources\local_ntp\local_ntp.css" type="BINDATA" /> 207 <include name="IDR_LOCAL_NTP_CSS" file="resources\local_ntp\local_ntp.css" type="BINDATA" />
208 <include name="IDR_LOCAL_NTP_JS" file="resources\local_ntp\local_ntp.js" f lattenhtml="true" type="BINDATA" /> 208 <include name="IDR_LOCAL_NTP_JS" file="resources\local_ntp\local_ntp.js" f lattenhtml="true" type="BINDATA" />
209 <include name="IDR_LOCAL_NTP_UTIL_JS" file="resources\local_ntp\local_ntp_ util.js" flattenhtml="true" type="BINDATA" />
209 <include name="IDR_MOST_VISITED_IFRAME_CSS" file="resources\local_ntp\most _visited_iframe.css" type="BINDATA" /> 210 <include name="IDR_MOST_VISITED_IFRAME_CSS" file="resources\local_ntp\most _visited_iframe.css" type="BINDATA" />
210 <include name="IDR_MOST_VISITED_TITLE_HTML" file="resources\local_ntp\most _visited_title.html" type="BINDATA" /> 211 <include name="IDR_MOST_VISITED_TITLE_HTML" file="resources\local_ntp\most _visited_title.html" type="BINDATA" />
211 <include name="IDR_MOST_VISITED_TITLE_CSS" file="resources\local_ntp\most_ visited_title.css" type="BINDATA" /> 212 <include name="IDR_MOST_VISITED_TITLE_CSS" file="resources\local_ntp\most_ visited_title.css" type="BINDATA" />
212 <include name="IDR_MOST_VISITED_TITLE_JS" file="resources\local_ntp\most_v isited_title.js" type="BINDATA" /> 213 <include name="IDR_MOST_VISITED_TITLE_JS" file="resources\local_ntp\most_v isited_title.js" type="BINDATA" />
213 <include name="IDR_MOST_VISITED_THUMBNAIL_HTML" file="resources\local_ntp\ most_visited_thumbnail.html" type="BINDATA" /> 214 <include name="IDR_MOST_VISITED_THUMBNAIL_HTML" file="resources\local_ntp\ most_visited_thumbnail.html" type="BINDATA" />
214 <include name="IDR_MOST_VISITED_THUMBNAIL_CSS" file="resources\local_ntp\m ost_visited_thumbnail.css" type="BINDATA" /> 215 <include name="IDR_MOST_VISITED_THUMBNAIL_CSS" file="resources\local_ntp\m ost_visited_thumbnail.css" type="BINDATA" />
215 <include name="IDR_MOST_VISITED_THUMBNAIL_JS" file="resources\local_ntp\mo st_visited_thumbnail.js" type="BINDATA" /> 216 <include name="IDR_MOST_VISITED_THUMBNAIL_JS" file="resources\local_ntp\mo st_visited_thumbnail.js" type="BINDATA" />
216 <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_vi sited_util.js" type="BINDATA" flattenhtml="true" /> 217 <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_vi sited_util.js" type="BINDATA" flattenhtml="true" />
217 <include name="IDR_MOST_VISITED_WINDOW_DISPOSITION_UTIL_JS" file="resource s\local_ntp\window_disposition_util.js" type="BINDATA" /> 218 <include name="IDR_MOST_VISITED_WINDOW_DISPOSITION_UTIL_JS" file="resource s\local_ntp\window_disposition_util.js" type="BINDATA" />
218 219
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 <include name="IDR_GCM_INTERNALS_JS" file="resources\gcm_internals.js" typ e="BINDATA" /> 424 <include name="IDR_GCM_INTERNALS_JS" file="resources\gcm_internals.js" typ e="BINDATA" />
424 <include name="IDR_EASY_UNLOCK_MANIFEST" file="resources\easy_unlock\manif est.json" type="BINDATA" /> 425 <include name="IDR_EASY_UNLOCK_MANIFEST" file="resources\easy_unlock\manif est.json" type="BINDATA" />
425 <if expr="chromeos"> 426 <if expr="chromeos">
426 <include name="IDR_SET_TIME_HTML" file="resources\chromeos\set_time.html " type="BINDATA" /> 427 <include name="IDR_SET_TIME_HTML" file="resources\chromeos\set_time.html " type="BINDATA" />
427 <include name="IDR_SET_TIME_CSS" file="resources\chromeos\set_time.css" type="BINDATA" /> 428 <include name="IDR_SET_TIME_CSS" file="resources\chromeos\set_time.css" type="BINDATA" />
428 <include name="IDR_SET_TIME_JS" file="resources\chromeos\set_time.js" ty pe="BINDATA" /> 429 <include name="IDR_SET_TIME_JS" file="resources\chromeos\set_time.js" ty pe="BINDATA" />
429 </if> 430 </if>
430 </includes> 431 </includes>
431 </release> 432 </release>
432 </grit> 433 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698