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

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

Issue 126289: Graceful handling of extension process crashes (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 6 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/extensions/extension_host.h » ('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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 <message name="IDS_TASK_MANAGER_PLUGIN_PREFIX" desc="The prefix for a Task Manager plugin row"> 1875 <message name="IDS_TASK_MANAGER_PLUGIN_PREFIX" desc="The prefix for a Task Manager plugin row">
1876 Plug-in: <ph name="PLUGIN_NAME">$1<ex>Unknown Plug-in</ex></ph> 1876 Plug-in: <ph name="PLUGIN_NAME">$1<ex>Unknown Plug-in</ex></ph>
1877 </message> 1877 </message>
1878 <message name="IDS_TASK_MANAGER_UNKNOWN_PLUGIN_NAME" desc="The prefix for a Task Manager plugin row"> 1878 <message name="IDS_TASK_MANAGER_UNKNOWN_PLUGIN_NAME" desc="The prefix for a Task Manager plugin row">
1879 Unknown plug-in 1879 Unknown plug-in
1880 </message> 1880 </message>
1881 <message name="IDS_TASK_MANAGER_WORKER_PREFIX" desc="The prefix for a Task Manager HTML5 Web Worker process row"> 1881 <message name="IDS_TASK_MANAGER_WORKER_PREFIX" desc="The prefix for a Task Manager HTML5 Web Worker process row">
1882 Web Worker: <ph name="WORKER_NAME">$1<ex>http://www.domain.com</ex></ph> 1882 Web Worker: <ph name="WORKER_NAME">$1<ex>http://www.domain.com</ex></ph>
1883 </message> 1883 </message>
1884 1884
1885 <!-- Extension Crashed Info Bar-->
1886 <message name="IDS_EXTENSION_CRASHED_INFOBAR_RESTART_BUTTON" desc="Title o f the restart button in the extension crashed infobar. After the button is click ed, the extension process will be restarted.">
1887 Restart
1888 </message>
1889 <message name="IDS_EXTENSION_CRASHED_INFOBAR_MESSAGE" desc="Message displa yed on the extension crashed infobar.">
1890 The following extension has crashed : <ph name="EXTENSION_NAME">$1<ex>Bu ildbot Monitor</ex></ph>
1891 </message>
1892
1885 <!-- Session Crashed Info Bar--> 1893 <!-- Session Crashed Info Bar-->
1886 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 1894 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
1887 Restore 1895 Restore
1888 </message> 1896 </message>
1889 1897
1890 1898
1891 <!-- about:plugins strings --> 1899 <!-- about:plugins strings -->
1892 <message name="IDS_ABOUT_PLUGINS_TITLE" desc="Title on the about:plugins p age"> 1900 <message name="IDS_ABOUT_PLUGINS_TITLE" desc="Title on the about:plugins p age">
1893 About Plug-ins 1901 About Plug-ins
1894 </message> 1902 </message>
(...skipping 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after
3868 Use system title bar and borders 3876 Use system title bar and borders
3869 </message> 3877 </message>
3870 3878
3871 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> 3879 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba().">
3872 rgba($1, $2, $3, $4) 3880 rgba($1, $2, $3, $4)
3873 </message> 3881 </message>
3874 3882
3875 </messages> 3883 </messages>
3876 </release> 3884 </release>
3877 </grit> 3885 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698