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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7672009: Lazy creating of background pages --enable-lazy-background-pages) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix broken test Created 9 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4243 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 </message> 4254 </message>
4255 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab"> 4255 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab">
4256 Enables a background service that connects the <ph name="CLOUD_PRINT_NAM E">Google Cloud Print</ph> service to any printers installed on this computer. O nce this lab is enabled, you can turn <ph name="CLOUD_PRINT_NAME">Google Cloud P rint</ph> on by logging in with your Google account in the Options/Preferences i n the Under the Hood section. 4256 Enables a background service that connects the <ph name="CLOUD_PRINT_NAM E">Google Cloud Print</ph> service to any printers installed on this computer. O nce this lab is enabled, you can turn <ph name="CLOUD_PRINT_NAME">Google Cloud P rint</ph> on by logging in with your Google account in the Options/Preferences i n the Under the Hood section.
4257 </message> 4257 </message>
4258 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_NAME" desc="Title of the CRX-les s web apps lab"> 4258 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_NAME" desc="Title of the CRX-les s web apps lab">
4259 CRX-less Web Apps 4259 CRX-less Web Apps
4260 </message> 4260 </message>
4261 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_DESCRIPTION" desc="Description o f the CRX-less web apps lab"> 4261 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_DESCRIPTION" desc="Description o f the CRX-less web apps lab">
4262 Enables support for installing Chrome apps that are deployed using a man ifest file on a webpage, rather than by packaging the manifest and icons into a crx file. 4262 Enables support for installing Chrome apps that are deployed using a man ifest file on a webpage, rather than by packaging the manifest and icons into a crx file.
4263 </message> 4263 </message>
4264 <message name="IDS_FLAGS_LAZY_BACKGROUND_PAGES_NAME" desc="Title of the fl ag to enable lazy loading of extension background pages.">
4265 Lazy Background Pages
4266 </message>
4267 <message name="IDS_FLAGS_LAZY_BACKGROUND_PAGES_DESCRIPTION" desc="Descript ion of the flag to enable lazy loading of extension background pages.">
4268 Enables some extension background pages to be loaded when they are neede d rather than when the extensions are first loaded.
4269 </message>
4264 <message name="IDS_FLAGS_CONFLICTS_CHECK_NAME" desc="Title of the run conf licts check flag"> 4270 <message name="IDS_FLAGS_CONFLICTS_CHECK_NAME" desc="Title of the run conf licts check flag">
4265 Check for known conflicts with 3rd party modules. 4271 Check for known conflicts with 3rd party modules.
4266 </message> 4272 </message>
4267 <message name="IDS_FLAGS_CONFLICTS_CHECK_DESCRIPTION" desc="Description of the conflicts check flag"> 4273 <message name="IDS_FLAGS_CONFLICTS_CHECK_DESCRIPTION" desc="Description of the conflicts check flag">
4268 Enables a background check that warns you when a software incompatibilit y is detected (ie. 3rd party modules that crash the browser). 4274 Enables a background check that warns you when a software incompatibilit y is detected (ie. 3rd party modules that crash the browser).
4269 </message> 4275 </message>
4270 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_NAME" desc="Name of the ' GPU Accelerated Compositing' lab."> 4276 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_NAME" desc="Name of the ' GPU Accelerated Compositing' lab.">
4271 GPU Accelerated Compositing 4277 GPU Accelerated Compositing
4272 </message> 4278 </message>
4273 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> 4279 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab.">
(...skipping 9175 matching lines...) Expand 10 before | Expand all | Expand 10 after
13449 </if> 13455 </if>
13450 </includes> 13456 </includes>
13451 <structures fallback_to_english="true"> 13457 <structures fallback_to_english="true">
13452 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13458 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13453 </structure> 13459 </structure>
13454 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13460 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13455 </structure> 13461 </structure>
13456 </structures> 13462 </structures>
13457 </release> 13463 </release>
13458 </grit> 13464 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698