Changes between Version 5 and Version 6 of Mobile


Ignore:
Timestamp:
Jan 21, 2008 12:36:40 AM (16 years ago)
Author:
mrowe@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mobile

    v5 v6  
    2626=== MOBILE ===
    2727Introduced 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{{{
    2929// The mobile device needs to be responsive, as such the tokenizer chunk size is reduced.
    3030// This value is used to define how many characters the tokenizer will process before
    3131// yeilding control.
    3232#define TOKENIZER_CHUNK_SIZE  256
     33}}}
    3334
    3435== Compiler flags ==