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

Side by Side Diff: Source/WebCore/css/CSSPropertyNames.in

Issue 14296003: Remove TOUCH_EVENTS and TOUCH_EVENT_TRACKING compile-time flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 // 1 //
2 // CSS property names 2 // CSS property names
3 // 3 //
4 // Some properties are used internally, but are not part of CSS. They are used t o get 4 // Some properties are used internally, but are not part of CSS. They are used t o get
5 // HTML4 compatibility in the rendering engine. 5 // HTML4 compatibility in the rendering engine.
6 // 6 //
7 // Microsoft extensions are documented here: 7 // Microsoft extensions are documented here:
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp 8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9 // 9 //
10 10
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 -webkit-wrap-flow 417 -webkit-wrap-flow
418 -webkit-wrap-through 418 -webkit-wrap-through
419 -webkit-wrap 419 -webkit-wrap
420 #endif 420 #endif
421 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION 421 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION
422 max-zoom 422 max-zoom
423 min-zoom 423 min-zoom
424 orientation 424 orientation
425 user-zoom 425 user-zoom
426 #endif 426 #endif
427 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS
428 -webkit-tap-highlight-color 427 -webkit-tap-highlight-color
429 #endif
430 -webkit-app-region 428 -webkit-app-region
431 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO W_SCROLLING 429 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLO W_SCROLLING
432 -webkit-overflow-scrolling 430 -webkit-overflow-scrolling
433 #endif 431 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698