Re: [webkit-dev] whats bidi stand for?

2008-02-02 Thread David Hyatt
I'd vote for LineLayout.cpp. dave On Feb 2, 2008, at 5:09 PM, Eric Seidel wrote: That sounds like one vote for renaming that file. "BidirectionalTextLayout.cpp" :) Or maybe BidirectionalWordSorting or similar. Mitz and Hyatt are two of very few to ever have hacked on that file. -eric

Re: [webkit-dev] whats bidi stand for?

2008-02-02 Thread Bin Chen
On Feb 3, 2008 7:09 AM, Eric Seidel <[EMAIL PROTECTED]> wrote: > That sounds like one vote for renaming that file. > "BidirectionalTextLayout.cpp" :) > > Or maybe BidirectionalWordSorting or similar. Mitz and Hyatt are two of > very few to ever have hacked on that file. A good file name is better

Re: [webkit-dev] whats bidi stand for?

2008-02-02 Thread Eric Seidel
That sounds like one vote for renaming that file. " BidirectionalTextLayout.cpp" :) Or maybe BidirectionalWordSorting or similar. Mitz and Hyatt are two of very few to ever have hacked on that file. -eric On Sat, Feb 2, 2008 at 1:02 AM, Cameron McCormack <[EMAIL PROTECTED]> wrote: > Hi Bin. >

Re: [webkit-dev] Incremental Layout

2008-02-02 Thread David Kilzer
You may be interested in defining the USE(LOW_BANDWIDTH_DISPLAY) macro (which becomes WTF_USE_LOW_BANDWIDTH_DISPLAY) when building WebCore. Note that this will cause FOUC (flash of unstyled content) by definition, though: http://webkit.org/blog/66/the-fouc-problem/ Dave ankush tiwari <[EMAIL P

[webkit-dev] Incremental Layout

2008-02-02 Thread ankush tiwari
Hi All, Is there any plan of making webkit render pages incrementally for better performance? Thanks, Ankush. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] whats bidi stand for?

2008-02-02 Thread Cameron McCormack
Hi Bin. Bin Chen: > I am reading the source code of webkit right now, I find a file name > like bidi, I can't know the exact meaning, can you tell me whats this > stand for? “Bidi” is an abbreviation for “bidirectional text”, and refers to blocks of text that use both left-to-right and right-to-l

[webkit-dev] whats bidi stand for?

2008-02-02 Thread Bin Chen
Hi, I am reading the source code of webkit right now, I find a file name like bidi, I can't know the exact meaning, can you tell me whats this stand for? Thanks. Bin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman