summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering
Commit message (Expand)AuthorAgeFilesLines
* Merge webkit.org at r54127 : Make FLATTEN_IFRAME method overrides protectedSteve Block2010-02-041-3/+5
* Merge webkit.org at r54127 : Fix merge conflict in break_lines.cppSteve Block2010-02-041-7/+4
* Merge webkit.org at r54127 : Update RenderLayerCompositor.cpp to account for ...Steve Block2010-02-041-11/+3
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-04124-1709/+4316
* No text wrapping in FitToScreen mode when text has background image.Shimeng (Simon) Wang2010-01-271-1/+3
* Disable "fit to screen" if line height < font size.Shimeng (Simon) Wang2010-01-061-0/+5
* resolved conflicts for merge of 870689c8Nicolas Roard2010-01-042-1/+6
* am 4dd98cc2: am aad6f24e: Merge webkit.org at r51976 : Fix general conflicts.Steve Block2009-12-174-43/+2
|\
| * Merge webkit.org at r51976 : Fix general conflicts.Steve Block2009-12-174-43/+2
* | am b880d713: am 643ca787: Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-17120-755/+2350
|\ \ | |/
| * Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-17120-755/+2350
* | Do not expand IFrames that are 1x1.Patrick Scott2009-12-161-7/+8
|/
* Fix the crash in RenderTableSection for Small ScreenGrace Kloba2009-12-101-2/+7
* Fixes a PLATFORM(ANDROID) guard in RenderBlock.h which causes problems when b...Steve Block2009-11-251-0/+4
* remove obsolete code blockCary Clark2009-11-241-11/+0
* am ffe27b58: Integrate WebKit security fix http://trac.webkit.org/changeset/5...Grace Kloba2009-11-172-12/+18
|\
| * Integrate WebKit security fixGrace Kloba2009-11-172-12/+18
* | am a5605499: Changing fit column to screen to exclude the padding.Grace Kloba2009-11-111-11/+5
|\ \ | |/
| * Changing fit column to screen to exclude the padding.Grace Kloba2009-11-101-11/+5
* | Merge webkit.org at r50258 : Fix conflicts.Steve Block2009-11-101-3/+0
* | Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-1030-88/+308
* | We were excluding device-width to fix http://b/issue?id=1331654.Grace Kloba2009-10-271-3/+2
* | Remove bad assert.Patrick Scott2009-10-271-3/+0
* | Makes a number of changes to ease future merging with and upstreaming to webk...Steve Block2009-10-2213-51/+56
* | Merge webkit.org at R49305 : Update rendering to use new overflow methods.Steve Block2009-10-201-1/+7
* | Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-203-13/+1
* | Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-2094-2834/+3742
* | Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.o...Steve Block2009-10-143-3/+3
* | File upload.Leon Scroggins2009-10-091-4/+0
* | remove unneeded ANDROID_ALLOW_TRANSPARENT_BACKGROUNDSMike Reed2009-10-021-4/+0
|/
* Fix the random crash around iframes.Patrick Scott2009-09-302-4/+24
* save and restore the transparent fill when drawing replaced imagesCary Clark2009-08-311-0/+6
* Fix the paragraph is not wrapping with the new WK problem.Grace Kloba2009-08-211-0/+101
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-1932-407/+252
* Merge WebKit r47420Ben Murdoch2009-08-1832-252/+407
* Merge commit 'goog/master' into mergeBen Murdoch2009-08-181-46/+63
|\
| * Be more restrictive when expanding iframes.Patrick Scott2009-08-171-46/+63
* | Compilation fixes.Ben Murdoch2009-08-171-2/+3
* | Fix merges and add #if PLATFORM(ANDROID)Nicolas Roard2009-08-122-9/+3
* | Merge in WebKit r47029.Ben Murdoch2009-08-11158-3495/+6214
|/
* Another tweak for text wrap screen. We add a fixed padding when wrapping textGrace Kloba2009-08-041-1/+10
* Fix 1635950. If the RenderBlock is positioned, don't wrap text to screenGrace Kloba2009-08-031-1/+5
* Fix 1849037. Don't force text wrap to the screen if text is not autoWrap.Grace Kloba2009-07-301-2/+3
* Get WebKit r44544.Feng Qian2009-06-17131-2712/+3763
* speedup some common matrix operations, to be submitted backMike Reed2009-06-112-1/+17
* Fix a warning with an Android edit.Patrick Scott2009-05-121-6/+6
* AI 146317: Traverse the frame tree and compute the largest rectangle that hol...Patrick Scott2009-04-151-10/+13
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-10176-8265/+12941
* AI 145074: Override calcWidth and calcHeight to compute the content dimensions.Patrick Scott2009-04-082-4/+68
* AI 144458: Remove our hack to prevent drawing the selection, and set our sele...Leon Scroggins2009-04-032-22/+0