Changes between Version 5 and Version 6 of Mobile
- Timestamp:
- Jan 21, 2008, 12:36:40 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mobile
v5 v6 26 26 === MOBILE === 27 27 Introduced with [http://bugs.webkit.org/show_bug.cgi?id=11152 this] bug fix. This flag was meant to represent a set of changes that would make WebKit work better on mobile devices. Presently, though, this flag is only used in the HTMLTokenizer.cpp. It adjusts the tokenizer chunk size. From the comments in the file: 28 28 {{{ 29 29 // The mobile device needs to be responsive, as such the tokenizer chunk size is reduced. 30 30 // This value is used to define how many characters the tokenizer will process before 31 31 // yeilding control. 32 32 #define TOKENIZER_CHUNK_SIZE 256 33 }}} 33 34 34 35 == Compiler flags ==