Changeset 39362 in webkit for trunk/JavaScriptCore
- Timestamp:
- Dec 17, 2008, 1:11:31 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r39360 r39362 1 2008-12-17 Cary Clark <[email protected]> 2 3 Reviewed by Darin Adler. 4 Landed by Adam Barth. 5 6 Add ENABLE_TEXT_CARET to permit the ANDROID platform 7 to invalidate and draw the caret in a separate thread. 8 9 * wtf/Platform.h: 10 Default ENABLE_TEXT_CARET to 1. 11 1 12 2008-12-17 Alexey Proskuryakov <[email protected]> 2 13 -
trunk/JavaScriptCore/wtf/Platform.h
r39325 r39362 424 424 #endif 425 425 426 #if !defined(ENABLE_TEXT_CARET) 427 #define ENABLE_TEXT_CARET 1 428 #endif 429 426 430 /* CTI only supports x86 at the moment, and has only been tested on Mac and Windows. */ 427 431 #if !defined(ENABLE_JIT) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))
Note:
See TracChangeset
for help on using the changeset viewer.