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

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

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, cleaned up. Created 9 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
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 4305 matching lines...) Expand 10 before | Expand all | Expand 10 after
4316 </message> 4316 </message>
4317 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION" desc="Descript ion for the flag to use the LevelDB back-end for IndexedDB"> 4317 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION" desc="Descript ion for the flag to use the LevelDB back-end for IndexedDB">
4318 Enable the experimental LevelDB back-end for IndexedDB. 4318 Enable the experimental LevelDB back-end for IndexedDB.
4319 </message> 4319 </message>
4320 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_NAME" desc="Title for the flag to preload Instant search"> 4320 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_NAME" desc="Title for the flag to preload Instant search">
4321 Preload Instant Search 4321 Preload Instant Search
4322 </message> 4322 </message>
4323 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION" desc="Descrip tion for the flag to preload Instant search"> 4323 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION" desc="Descrip tion for the flag to preload Instant search">
4324 Preload the default search engine for Instant. 4324 Preload the default search engine for Instant.
4325 </message> 4325 </message>
4326 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_NAME" desc="Title for the flag to turn on smooth scrolling">
4327 Enable Smooth Scrolling
tony 2011/06/22 19:11:31 Nit: I would just name this "Smooth Scrolling" (th
4328 </message>
4329 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION" desc="Descri ption for the flag to turn on smooth scrolling">
4330 Enable the experimental smooth scrolling implementation.
4331 </message>
4326 <message name="IDS_FLAGS_AUTO_LOGIN_NAME" desc="title for the flag to pre- and auto-login the user"> 4332 <message name="IDS_FLAGS_AUTO_LOGIN_NAME" desc="title for the flag to pre- and auto-login the user">
4327 Disable pre- and auto-login 4333 Disable pre- and auto-login
4328 </message> 4334 </message>
4329 <message name="IDS_FLAGS_AUTO_LOGIN_DESCRIPTION" desc="Description for the flag to pre- and auto-login the user"> 4335 <message name="IDS_FLAGS_AUTO_LOGIN_DESCRIPTION" desc="Description for the flag to pre- and auto-login the user">
4330 Disable pre-login to services when sync is enabled. Also disable infoba r on login pages which help automate the login process. 4336 Disable pre-login to services when sync is enabled. Also disable infoba r on login pages which help automate the login process.
4331 Pre- and auto-login are always disabled if sync is disabled. 4337 Pre- and auto-login are always disabled if sync is disabled.
4332 </message> 4338 </message>
4333 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms"> 4339 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms">
4334 Show Autofill predictions 4340 Show Autofill predictions
4335 </message> 4341 </message>
(...skipping 8420 matching lines...) Expand 10 before | Expand all | Expand 10 after
12756 </includes> 12762 </includes>
12757 <structures fallback_to_english="true"> 12763 <structures fallback_to_english="true">
12758 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12764 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12759 </structure> 12765 </structure>
12760 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12766 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12761 </structure> 12767 </structure>
12762 </structures> 12768 </structures>
12763 12769
12764 </release> 12770 </release>
12765 </grit> 12771 </grit>
OLDNEW
« build/common.gypi ('K') | « build/common.gypi ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698