Home | History | Annotate | Download | only in WebCore

Lines Matching full:patch

42 	This patch fixes the pseudo-elements ::first-line and ::first-letter to inherit styles properly.  More
46 The old code did this, and this was a regression from my previous patch.
227 http://placenamehere.com/safari/fixedbgtest.html is now fixed with a patch from the KHTML trunk.
461 Patch from KHTML trunk that makes textareas work properly even when they have no render objects.
743 Also merge in Dirk's patch to fix a crasher caused by an obvious deref mistake.
839 patch makes sure that cell spacing between cells is
856 Fix for table regression 3449444, as well as a patch to support padding on tables and to stop
875 Patch to move the widgets during layout instead of at paint time.
1275 The intention of this patch is to add keyboard navigation support for
1358 This patch also tightens the assignment to scrollLeft/Top to not do anything if you don't
1416 Several fixes preparing for the incremental repainting patch to be enabled.
1502 - preparation for the upcoming whitespace patch; refactored some of the code that extracts text
1701 Work on exposing elements to the Acc API. This patch gets us to the point where text
1939 This patch also adds support for getting/setting our custom CSS properties (-khtml-*)
2324 behavior as a result of this patch.
2955 pass in baseURL at all This patch gets rid of that by only passingindividual specified
3407 patch cleans up the adjustments of <td>s and <table>s and moves the code into
3628 Fix for 3372896, spaces left at ends of lines. Patch the selection code
3711 content to get all screwed up, especially if you try to print. This patch fixes
3759 to patch bidiiterator to have a null check for this bizarre case. Technically <col>
3931 rendered HTML. This patch makes sure that the TextRuns are walked instead
4040 This patch changes floats to ignore text-indent when positioning themselves
4047 With these changes pepboys.com renders correctly. This patch also conveniently fixes
4077 This patch adds a simple function to check for this condition. It strips off the
4598 the functions back to their original forms. This patch does that.
4620 Allow HTML and BODY to be any display type. This patch primarily eliminates the
4680 Fix for mozilla.org front page. This patch re-architects
4751 Fix removeAttributeNode. This is David Faure's patch.
4760 Checking in David Faure's patch that fixes getElementsByTagName(*).
4805 This patch makes sure our addition uses the raw xmlDoc pointer,
4963 This patch also fixes a slew of bugs with colors in KHTML. When
4970 Our KWQColor implementation has been rewritten in this patch to
4976 This patch adds support for rgba quadruples to CSS, so you can now
5090 Fix for 3187101, before/after content not dynamic. This patch
5121 Patch iframes so that they correctly let the parent document's
6159 patch) that we also properly update the radio button array in
6203 worked. This patch fixes the problem by making sure that for both
6409 This patch makes a splitFlow occur like it should and it also
6484 This patch deals with the main cause of regressions from
6489 This patch changes FontDef to store a float size instead of an
6548 This patch also fixes z-index so it properly only applies to the
6810 This patch also contains a fix for 3211915, left/top positions
6811 not computed properly when auto or static. The patch adds
7048 this patch makes the application conditional.
7325 The purpose of this patch is to unify XML and HTML documents' root
7669 patch, with
8034 This patch fixes the following bugs:
8042 to choke. This patch adds a rule to parser.y to deal with
8052 honored by Safari. A patch to css_styleselector.cpp checks to
8085 The remainder of the overflow:auto patch.
8245 Part two of the overflow patch. This adds the scrollbars and
8819 (3) Patch RenderText's height method to give more accurate
9079 This first fix is a refinement of the patch I produced to fix <nobr>
9098 encountered, so this patch basically does what the original was
9105 The second fix in this patch is a simple reversal of
9189 parser's error handling. Fix is to narrow my original patch
9233 the RenderFlow split. This patch makes sure that we still crawl
9249 This is a patch to the parser to prevent residual
10092 This patch fixed RenderObject's setStyle method to check for
10204 This patch splits floats and positioned elements into two lists
10915 Check in the patch I actually meant to land. Somehow what I landed
11241 I messed up when i merged Lars' quirks color patch for CSS with
11242 my original patch. I'm now exactly matching Lars' patch, and this
11853 Revert Dave's patch to these files, since it turned out to cause
12767 Patch calcInlineMaxWidth to add in left/right margins/borders/padding
12784 Patch #1: Compacts are supposed to use their maximum intrinsic width
12794 Patch #2: Implement an iterator for min/max width calculations
12936 Fix for assertion on nasdaq.com. Patch containingBlock
12940 Patch setOverhangingContents to deal with a null containingBlock
14175 - fixed last minute screwup in my last patch fixing onchange
14535 changes. This patch does 3 things:
14863 This patch also rewrites :hover/:active so that they can actually
15357 Fix for 3139120. This patch was contributed by Mitz Pettel. It correctly
15358 handles the visually ordered encodings. The patch also picks up changes
15718 Fix for the 3137790. This patch passes the mouse event x and y as
15725 This patch also makes the "clip" property apply to the element that specifies the clip instead of to the element's kids. This is ambiguous in the spec, but it turns out other browsers do it this way, so there really is an interpretation that must be fol
16485 Dave recently patched khtml with a fix for media content inside of table cells. The patch causes the java widget to get the layout call more than once. Calling layout more than once is perfectly allowed, but the java widget wasn't prepared for that and w
16837 existing line box if possible. This patch also fixes RTL bullets
17039 _pseudoTypes. A nice subtle bug from the mega-patch.
17049 from darin's mega-patch.
17489 browsers, so the patch in bidi.cpp fixes us to match
18395 shouldn't. This patch adds some code to help handle this