diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 11:44:36 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 11:44:36 +0000 |
commit | 5272851e482e081b58055d8f8470fef014704b09 (patch) | |
tree | 219f6d52c6dea64a243e999099ddd59d7fab2470 /chrome/app | |
parent | b47fc93828d237045e1c62236be80e94d1913b28 (diff) | |
download | chromium_src-5272851e482e081b58055d8f8470fef014704b09.zip chromium_src-5272851e482e081b58055d8f8470fef014704b09.tar.gz chromium_src-5272851e482e081b58055d8f8470fef014704b09.tar.bz2 |
Revert 57635: Implement about:labs
Original CL: http://codereview.chromium.org/3152055
Implement about:labs
Tabpose is currently the only lab on mac, tabs-on-left the only lab on windows. Nothing for linux yet.
BUG=53399
TEST=Go to about:labs. Should have one feature on windows and osx each, none on linux yet. about:labs should not be visible on the stable channel. Labs that were enabled on the dev channel should not be enabled on the stable channel. about:labs in chromeos should still work (they use a different implementation)
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/3256001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 41 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 0 insertions, 42 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6b37b00..27a5f4f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3778,47 +3778,6 @@ Keep your key file in a safe place. You will need it to create new versions of y Priority: </message> - <!-- Labs --> - <message name="IDS_LABS_TITLE" desc="Title for the chrome://labs page. Should be translated like 'Labs' is at googlelabs.com."> - Labs - </message> - <message name="IDS_LABS_LONG_TITLE" desc="Long version of the title for the chrome://labs page."> - Labs: Some crazy experimental stuff. - </message> - <message name="IDS_LABS_TABLE_TITLE" desc="Title for the experiments table on the chrome://labs page."> - Labs Experiments - </message> - <message name="IDS_LABS_BLURB" desc="Text at the top of the about:labs page, warning users that the about:labs contents are volatile."> - <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Labs is a testing ground for experimental features that aren't quite ready for primetime. They may change, break or disappear at any time. - </message> - <message name="IDS_LABS_NO_EXPERIMENTS_AVAILABLE" desc="Shown if no labs experiments are available"> - Aww, it looks like there are currently no experiments available. - </message> - <message name="IDS_LABS_RESTART_NOTICE" desc="Notifies the user that he needs to restart chrome. Shown next to a button that says 'Restart Now'."> - Your changes will take effect the next time you restart <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. - </message> - <message name="IDS_LABS_RESTART_BUTTON" desc="Text on a button that restarts chrome when clicked. "> - Restart Now - </message> - <message name="IDS_LABS_DISABLE" desc="The link for disabling a labs experiment."> - Disable - </message> - <message name="IDS_LABS_ENABLE" desc="The link for enabling a labs experiment."> - Enable - </message> - <message name="IDS_LABS_TABPOSE_NAME" desc="Name of the 'Tab Overview' lab."> - Tab Overview - </message> - <message name="IDS_LABS_TABPOSE_DESCRIPTION" desc="Description of the 'Tab Overview' lab."> - Swipe down with three fingers on your trackpad to see an overview of all your tabs. Click on a thumbnail to select it. Works great in fullscreen mode. - </message> - <message name="IDS_LABS_LEFTTABS_NAME" desc="Name of the 'Left Tabs' lab."> - Tabs on the left - </message> - <message name="IDS_LABS_LEFTTABS_DESCRIPTION" desc="Description of the 'Left Tabs' lab."> - Adds a "Use Side Tabs" entry to the tabstrip's context menu. Use this to toggle between tabs on top (default) and tabs on the left. Useful on widescreen monitors. - </message> - <!-- Click-to-load --> <message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug-in."> Run plug-in this time diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 27ba62a7..19737f4 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -186,7 +186,6 @@ <include name="IDR_INFO_BUBBLE_CLOSE" file="bubble_close.png" type="BINDATA" /> <include name="IDR_INPUT_ALERT" file="input_alert.png" type="BINDATA" /> <include name="IDR_KEYWORD_SEARCH_MAGNIFIER" file="keyword_search_magnifier.png" type="BINDATA" /> - <include name="IDR_LABS" file="labs.png" type="BINDATA" /> <include name="IDR_LOCATIONBG_C" file="omnibox_c.png" type="BINDATA" /> <include name="IDR_LOCATIONBG_L" file="omnibox_l.png" type="BINDATA" /> <include name="IDR_LOCATIONBG_POPUPMODE_CENTER" file="omnibox_popup_c.png" type="BINDATA" /> |