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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1146053009: Added experiment for changing viewport scroll ordering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f31abb764df9c542f14d627a09091a92c5cf30b7..f2a7ad7a7c5583c3bacaab870c6cb3bf5668e801 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6762,6 +6762,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_DISABLE_THREADED_SCROLLING_DESCRIPTION" desc="Description for the flag to disable threaded scrolling.">
Disabled threaded handling of scroll-related input events, forcing all such scroll events to be handled on the main thread. Note that this can dramatically hurt scrolling performance of most websites and is intended for testing purposes only.
</message>
+ <message name="IDS_FLAGS_ENABLE_VIEWPORT_SCROLL_ORDER_EXPERIMENT_NAME" desc="Title for the flag to enable the viewport scroll order experiment.">
+ Enable viewport scroll order experiment.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_VIEWPORT_SCROLL_ORDER_EXPERIMENT_DESCRIPTION" desc="Description for the flag to enable the viewport scroll order experiment.">
+ Enables fliped viewport scroll order in some situations. Namely, during a pinch-zoom, the visual viewport should be scrolled first, then the layout viewport.
aelias_OOO_until_Jul13 2015/06/09 04:02:44 spelling: "flipped"
bokan 2015/06/09 11:49:04 Done.
+ </message>
<message name="IDS_FLAGS_BLEEDING_RENDERER_NAME" desc="Name of the 'Stacked Tabs' lab.">
Bleeding Edge Renderer Paths - LIKELY TO CRASH YOUR BROWSER
</message>

Powered by Google App Engine
This is Rietveld 408576698