Changes between Version 4 and Version 5 of Mobile
- Timestamp:
- Jan 17, 2008, 8:52:30 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mobile
v4 v5 25 25 26 26 === MOBILE === 27 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: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.