| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge webkit.org at R49305 : Automatic merge by git. | Steve Block | 2009-10-20 | 1 | -9/+37 |
| | | | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7 | ||||
| * | Fix the random crash around iframes. | Patrick Scott | 2009-09-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | The problem is that if updateWidgetPosition calls layout, the FrameView will layout with 0x0 dimensions. Then, we resize the view and try to relayout. This causes the body to be marked as needing a layout. But, the body does not get a chance to relayout. If updateWidgetPosition does not layout, the view size will match and the body will not be marked for layout. This makes everything sane after layout of the iframe. The root of the problem is that we are calling FrameView::layout() while in the midst of a layout. This is causing a child RenderObject to need a layout without the parent object needing a layout. We avoid this by not laying out until we set the FrameView dimensions. Bug: 2048855, 2134215 | ||||
| * | Merge in WebKit r47029. | Ben Murdoch | 2009-08-11 | 1 | -20/+11 |
| | | |||||
| * | Get WebKit r44544. | Feng Qian | 2009-06-17 | 1 | -29/+41 |
| | | |||||
| * | AI 145796: Land the WebKit merge @r42026. | Feng Qian | 2009-04-10 | 1 | -26/+41 |
| | | | | | Automated import of CL 145796 | ||||
| * | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -15/+14 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+280 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -280/+0 |
| | | |||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -20/+34 |
| | | |||||
| * | external/webkit r30707 | Upstream | 1970-01-12 | 1 | -0/+266 |
