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

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: 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 4233 matching lines...) Expand 10 before | Expand all | Expand 10 after
4244 </message> 4244 </message>
4245 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab"> 4245 <message name="IDS_FLAGS_CLOUD_PRINT_PROXY_DESCRIPTION" desc="Description of the Cloud Print Proxy lab">
4246 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. 4246 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.
4247 </message> 4247 </message>
4248 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_NAME" desc="Title of the CRX-les s web apps lab"> 4248 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_NAME" desc="Title of the CRX-les s web apps lab">
4249 CRX-less Web Apps 4249 CRX-less Web Apps
4250 </message> 4250 </message>
4251 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_DESCRIPTION" desc="Description o f the CRX-less web apps lab"> 4251 <message name="IDS_FLAGS_CRXLESS_WEB_APPS_DESCRIPTION" desc="Description o f the CRX-less web apps lab">
4252 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. 4252 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.
4253 </message> 4253 </message>
4254 <message name="IDS_FLAGS_LAZY_BACKGROUND_PAGES_NAME" desc="Title of the fl ag to enable lazy loading of extension background pages.">
4255 Lazy Background Pages
4256 </message>
4257 <message name="IDS_FLAGS_LAZY_BACKGROUND_PAGES_DESCRIPTION" desc="Descript ion of the flag to enable lazy loading of extension background pages.">
4258 Enables some extension background pages to be loaded when they are neede d rather than when the extensions are first loaded.
4259 </message>
4254 <message name="IDS_FLAGS_CONFLICTS_CHECK_NAME" desc="Title of the run conf licts check flag"> 4260 <message name="IDS_FLAGS_CONFLICTS_CHECK_NAME" desc="Title of the run conf licts check flag">
4255 Check for known conflicts with 3rd party modules. 4261 Check for known conflicts with 3rd party modules.
4256 </message> 4262 </message>
4257 <message name="IDS_FLAGS_CONFLICTS_CHECK_DESCRIPTION" desc="Description of the conflicts check flag"> 4263 <message name="IDS_FLAGS_CONFLICTS_CHECK_DESCRIPTION" desc="Description of the conflicts check flag">
4258 Enables a background check that warns you when a software incompatibilit y is detected (ie. 3rd party modules that crash the browser). 4264 Enables a background check that warns you when a software incompatibilit y is detected (ie. 3rd party modules that crash the browser).
4259 </message> 4265 </message>
4260 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_NAME" desc="Name of the ' GPU Accelerated Compositing' lab."> 4266 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_NAME" desc="Name of the ' GPU Accelerated Compositing' lab.">
4261 GPU Accelerated Compositing 4267 GPU Accelerated Compositing
4262 </message> 4268 </message>
4263 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> 4269 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab.">
(...skipping 9118 matching lines...) Expand 10 before | Expand all | Expand 10 after
13382 </includes> 13388 </includes>
13383 <structures fallback_to_english="true"> 13389 <structures fallback_to_english="true">
13384 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13390 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13385 </structure> 13391 </structure>
13386 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13392 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13387 </structure> 13393 </structure>
13388 </structures> 13394 </structures>
13389 13395
13390 </release> 13396 </release>
13391 </grit> 13397 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/extensions/extension_process_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698