| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Bug: 2225518
modified: WebCore/rendering/RenderBlockLineLayout.cpp
|
|
|
|
|
| |
Bug: 2289376
modified: WebCore/rendering/RenderBlockLineLayout.cpp
|
|
|
|
| |
Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit 'a56054997e46fcd04621cc67d650b6daf85f7b59' into eclair-mr2
* commit 'a56054997e46fcd04621cc67d650b6daf85f7b59':
Changing fit column to screen to exclude the padding.
|
| |
| |
| | |
Fix http://b/issue?id=2253222
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
But some mobile sites will have minimum pref width
wider than the screen width, like in
http://www.boygeniusreport.com/2009/10/23/motorola-droid-preview/.
Now we are checking width() > screenWidth before wrapping at line 958,
there is no need to exclude the device-width case. Remove the
checking and both bugs should be fixed.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
webkit.org.
- Fixes whitespace discrepancies between webkit.org and Android versions
- Re-orders Android-specific changes to minimise the diff with webkit.org
- Makes sure all Android-specific changes are appropriately guarded.
- Fixes some Android-specific style problems
None of these should introduce any functional changes for PLATFORM(ANDROID).
Change-Id: Id27cf0b0e8682a7f29590c3fccae2d287b3630f1
|
| |
| |
| |
| |
| |
| | |
See http://trac.webkit.org/changeset?new=47440
Change-Id: I140b6be130c1fb175c653f5ba2ba19fdc323bbc9
|
|/
|
|
| |
Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7
|
|
|
|
| |
Copy the change from bidi.cpp to RenerBlockLineLayout.cpp as the file is renamed.
|
|
|