summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderTable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r64264 : Initial merge by git.Kristian Monsen2010-08-041-28/+14
| | | | Change-Id: Ic42bef02efef8217a0f84c47176a9c617c28d1f1
* Fix issue: 2741016 and refactor visible width logic in android layout.Shimeng (Simon) Wang2010-07-121-12/+4
| | | | | | | | | | | The site is not reflowed, because for some RenderBlock, the m_visibleWidth is set twice before layout; the current logic will think the visibleWidth is not changed, hence no relayout children and no reflow. The logic is refactored to to make it modularlized. issue: 2741016 Change-Id: I1f433e263add974c0981c332ad4ea092ddb395e0
* Merge WebKit at r62496: Initial merge by gitSteve Block2010-07-091-2/+2
| | | | Change-Id: Ie3da0770eca22a70a632e3571f31cfabc80facb2
* Code clean up, http://b/issue?id=2724743Grace Kloba2010-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change Widget:screenWidth() to Widget:textWrapWidth() as the text wrap width may be different than the screen width after pinch zoom. Change AndroidWebHistoryBridge's m_screenWidthScale to m_textWrapScale to reflect its meaning. Remove unused screenWidth/screenHeight in PlatformBridge. Merge two restore methods to one. There is a matching CL in framework/base. Only setUseFixedLayout if layout width is different than screen width. Change from Node* to Ref<Node> to avoid a crash. Fix http://b/issue?id=2660396
* Merge WebKit at r60074: Initial merge by gitSteve Block2010-05-271-1/+1
| | | | Change-Id: I18a2dc5439e36c928351ea829d8fb4e39b062fc7
* First draft to add a fat point to WebKit hit test.Grace Kloba2010-05-241-0/+20
| | | | | | | | | | | | | | | | | | | | | | | If padding is 0, it is the old style point hit test. If it finds a node, it will break the search loop and return. If padding is non-zero, the first node will be added to HitTestResult's innerNode as before. But instead of finishing the search, hit test will continue to look for other nodes covered by the fat point unless it is fully inside the current node. Here are some highlights of the changes. . instead of testing renderRect.contains(x, y), we now test renderRect.intersect(pointRect) . when a Node is hit, it will be appended to the rawNodeList of HitTestResult. So the order inside the rawNodeList represents the hit test order. Currently the fat point doesn't support SVG nodes. It also doesn't support overflow control yet.
* Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-111-39/+57
| | | | Change-Id: If006c38561af287c50cd578d251629b51e4d8cd1
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-151-0/+3
| | | | Change-Id: Ib489d2ff91186ea3652522e1d586e54416a2cf44
* Makes a number of changes to ease future merging with and upstreaming to ↵Steve Block2009-10-221-7/+7
| | | | | | | | | | | | | 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
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-201-39/+25
| | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-191-1/+20
| | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
* Merge WebKit r47420Ben Murdoch2009-08-181-20/+1
|
* Merge in WebKit r47029.Ben Murdoch2009-08-111-59/+44
|
* Get WebKit r44544.Feng Qian2009-06-171-26/+18
|
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-101-55/+90
| | | | Automated import of CL 145796
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-52/+52
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1205
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1205/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-63/+91
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+72
|
* external/webkit r30707Upstream1970-01-121-0/+1105