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

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: Remove compile flag in webkit/glue/webpreferences 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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 4268 matching lines...) Expand 10 before | Expand all | Expand 10 after
4279 </message> 4279 </message>
4280 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search"> 4280 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search">
4281 Restrict Instant to loading only search pages. 4281 Restrict Instant to loading only search pages.
4282 </message> 4282 </message>
4283 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_NAME" desc="Title for the f lag to use the LevelDB back-end for IndexedDB"> 4283 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_NAME" desc="Title for the f lag to use the LevelDB back-end for IndexedDB">
4284 IndexedDB use LevelDB. 4284 IndexedDB use LevelDB.
4285 </message> 4285 </message>
4286 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION" desc="Descript ion for the flag to use the LevelDB back-end for IndexedDB"> 4286 <message name="IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION" desc="Descript ion for the flag to use the LevelDB back-end for IndexedDB">
4287 Enable the experimental LevelDB back-end for IndexedDB. 4287 Enable the experimental LevelDB back-end for IndexedDB.
4288 </message> 4288 </message>
4289 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_NAME" desc="Title for the flag to turn on smooth scrolling">
4290 Enable Smooth Scrolling
4291 </message>
4292 <message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION" desc="Descri ption for the flag to turn on smooth scrolling">
4293 Enable the experimental smooth scrolling implemntation.
vangelis 2011/06/02 20:33:56 typo: implementation
Scott Byer 2011/06/02 21:07:26 Done.
4294 </message>
4289 4295
4290 <!-- Crashes --> 4296 <!-- Crashes -->
4291 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4297 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4292 Crashes 4298 Crashes
4293 </message> 4299 </message>
4294 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4300 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4295 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4301 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4296 </message> 4302 </message>
4297 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4303 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4298 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4304 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8337 matching lines...) Expand 10 before | Expand all | Expand 10 after
12636 </includes> 12642 </includes>
12637 <structures fallback_to_english="true"> 12643 <structures fallback_to_english="true">
12638 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12644 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12639 </structure> 12645 </structure>
12640 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12646 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12641 </structure> 12647 </structure>
12642 </structures> 12648 </structures>
12643 12649
12644 </release> 12650 </release>
12645 </grit> 12651 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698