Home | History | Annotate | Download | only in WebCore

Lines Matching full:patch

50         This patch makes the findString and markAllMatchesForText functions 
377 In this patch, I am not attempting to completely sever the attachment of LocalStorage
2121 With this patch we now stop the pan scroll and swallow the event to prevent any following action.
2260 Based on a patch from Dimcho Balev.
2377 Based on a patch by Dimcho Balev.
3068 This patch also makes Node::diff() a static function.
5774 Manual test is included in the patch.
5945 Fix to previous patch for handling mouse up events.
6267 Revised version of the patch, not using pointer-to-member function callbacks anymore - after discussion with Adam Roben.
6403 Splitting up large patch in small chunk: Land valueAsString() implementation on it's own.
10004 for adding a new one in a future patch)
10722 This patch removes all instances of the phrase "TextMarker" from
13811 MetaCall event due to the queued connections. This patch removes the posted
14569 Yet another cleanup patch for CSSParser
15467 Patch includes a related build fix by Jan Michael Alonzo.
15930 hashtable may have been freed already. This patch changes things
16053 hashtable may have been freed already. This patch changes things
16324 The patch makes use of this mechanism when inserting nodes directly
16716 This patch does two things:
17789 On a debug Windows build (I know, hardly a good testcase) this patch
19154 This is caused by problems with data: URL loading. Besides what is fixed by this patch,
20022 Patch suggested by Antti. Reviewed by Antti.
20228 This patch adds support for the ARIA progressbar role and the
22327 Original patch by Aaron Golden and Tim Omernick. Reviewed by Adele.
22811 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
22901 This patch accomplished 2 things:
24101 This patch changes us to perform same-origin checks based on the lexical global object)
24112 an upcoming patch.
24528 This patch does three things:
26164 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
26704 The three main changes in this patch are:
27263 operations a Storage object supports, this patch makes the API entry points virtual so
27265 is unchanged with this patch, but LocalStorageArea will override them in the future.
30853 There should be no behavioral changes caused by this patch.
32300 This patch adds support for CSS gradients as background images. RenderStyles now hold a StyleImage
32907 This patch is basically:
33241 - This patch takes the first step in changing the window navigation model
33692 - fix most of the Windows layout test regressions from the font-weight patch
34490 Patch by Tim Hatcher, typed by me.
34769 files from Issue 17985. This small project file patch corrects
34778 This patch eliminates AccessibilityObjectMac. All of the platform-
35719 Patch by Beth Dakin <bdakin@apple.com> and Alice Liu
35723 Refactored WebCore Accessibility code. Prior to this patch, WebCore
35725 with much of the "guts" in C++. This patch the next natural step of
36319 This patch just changes "Paths" to "Directories" and "Path" to
36941 With this patch, the key operation of "Creating a WebArchive rooted at a single Node" takes place
36944 This is another "zero behavior change" patch, and current editing/ and webarchive/ layout tests
37038 This patch also introduces a behavior change. WebCore allows ArchiveResources with null or empty data.
37189 That logic is currently in DOMNode in WebKitMac - this patch moves that ability down into
37528 Add support for the rendering and measurement of the <altGlyph> element in SVG. This patch brings
37904 Oops, my cache refactoring patch was missing these rather essential lines for
37948 This is valuable to avoid copying a block of data for an upcoming patch
38157 This patch accomplishes two main goals:
38162 ResourceResponse for each resource, this patch manually parses through the property list on CoreFoundation platforms and
38968 This patch doesn't affect Mac, which doesn't use the shared PluginView
38971 Note that this patch doesn't prevent plugins from executing JS via an
39425 This patch also implements the IE zoom CSS property. This property allows fine-grained control over
40481 which was broken by the preload patch.
40505 This was a memory smasher introduced by the preloading patch.
41204 This patch makes full page zoom work pretty well. It fixes repainting so that it works when transforms
41642 Make full page zoom vaguely work. This patch uses the CSS transform system to turn on full page zoom at the
41784 Original patch by Sven Herzberg <sven@imendio.com>
41900 that I removed erroneously in the Range patch.
42383 This patch makes text nodes editable via double-click.
42645 This patch makes DOM attributes editable via double-click.
43163 clamped to a much smaller arbitrary value, and this patch makes us use
44593 What this patch does is ensure that the Myanmar and other complex
45070 I am about to use in an upcoming patch.
46462 Based on a patch by Tim Steele <timsteele41@gmail.com>.
47109 This patch adds support for all the pixel reading portions
47377 This patch gets Acid3 up to 86/100 with 3 colored boxes filled in.
48675 This patch resolves the regression for the GTK+ port.
49127 Deciding to make the Database I/O semantic the same as loaders/XHR when a document is shut down, this patch implements
49132 No new layout tests with this patch as the current layout tests were catching this issue in a plethora of ways already
49243 Before this patch, Frame::scriptProxy() would only return null in the case that javascript was
49251 minor addition to this patch is that I added a function on KSJProxy to be a shortcut for checking if javascript
50115 Patch by Mark Rowe (with a few changes).
50121 This patch modifies the match and open functions to only apply when we
50247 I only reran layout tests when fixing the last issues with the patch,
50766 buffer. This patch allows us to further reduce the platform
51417 Fix for bug 17203, high CPU usage loading HTML5 spec. This patch significantly improves the performance
51585 into the patch.
52153 Fix for bug 6248, implement the nth-* CSS3 selectors. Patch based on original KHTML work from Allan Jensen
52214 layout problem at Google Maps. This patch adds a new member
53233 functions involved, and this patch fixes those too.
53430 Nice and simple patch as the cross-platform code to apply
53527 all SVG*Element classes and implement svgAttributeChanged / childrenChanged anywhere needed in a follow-up patch.
55045 it to the bindings. Most of this patch is the addition of
55541 Windows patch coming separately.
56630 Not reviewed: rolling out a previous patch.
56649 Building on Beth's earlier work to start building line boxes for empty inlines, this patch makes more
56676 This patch rewrites cellpadding to be like other browsers. Instead of being a setting on the table
57248 The Mac parts of this patch were written by Darin.
57493 Windows patch coming up.
57551 The original patch introduced pathological O(n^2) behavior into this function even when the quirk didn't need
57556 This new patch rewrites the quirk to be complete. The original test case attached to the bug that tested a variety
57992 This patch fixes an issue with addLineBoxRects not correctly calculating the
58018 - fix mistakes Sam noticed in my re-speed-up patch
58064 Some cleanup to my last patch.
58539 (WebCore::ResourceHandleManager::cancel): revert the previous patch for regression
58912 This patch makes two changes:
58916 shouldAllowNavigation check. This patch adds that check to that
60084 Prior to this patch, several events could induce the frame to change
60088 This patch makes several changes:
60100 would require changes that are too risky for this patch. I'll
60105 therefore replace the current document). This patch unifies
60312 Reviewed by Oliver. Fix build error introduced by Dan's unicode-range support patch & enabling SVG_FONTS by default.
60999 Patch for http://bugs.webkit.org/show_bug.cgi?id=16758
61193 Windows patch coming soon.
62012 Based on a patch by Holger Freyther.
62054 This patch consolidates the list of acceptable MIME types for JavaScript
62086 Patch for http://bugs.webkit.org/show_bug.cgi?id=16691
62227 Patch for http://bugs.webkit.org/show_bug.cgi?id=16637
62344 Patch for http://bugs.webkit.org/show_bug.cgi?id=14994
62407 Patch for http://bugs.webkit.org/show_bug.cgi?id=10686
62781 This patch changes the behavior so that setTimeout to does
63195 The globalAlpha canvas fixes are not included in this patch as
63234 This patch is based on initial merging work by Brent Fulgham. Adobe's
63620 patch):
63653 IE6 in these cases. This patch includes regression tests for both
64632 Based on original patch by Rob Buis.
64789 Fixes: http://bugs.webkit.org/show_bug.cgi?id=16445 (Refactor EventTargetNode & JSEventTargetNode for an upcoming SVG patch)
64794 This makes it possible for the upcoming patch implementing the EventTarget interface for SVGElementInstance
64987 This patch also renames AtomicStringList to ClassNames to better reflect its actual use,
65118 bridge, but that's not this patch.
65208 This patch makes the Acid2 test pass.
65213 Bug found by and initial patch provided by Luca Bruno.
65357 an earlier patch.
65375 In this patch I've:
65520 To get rid of that nastiness and pave the way for adding Back/Forward cache on other platforms, this patch adds the
65741 Though it was correct in an earlier iteration of my patch, it is
65745 initialized to 300 and 150 respectively! This patch instead adds a
67086 this patch splits ENABLE_SVG_EXPERIMENTAL_FEATURES into the following
67887 transaction. Note that in this patch, the quota being set is wrong - it makes sense to fix that in a follow up patch
70735 Note this patch does not actually use the new maximumSize() functionality of the
70916 This patch also polishes off the missing features of the management API
71163 Patch includes a workaround for
73797 document it contained. This patch does not address the root cause, but
74111 - fix line numbers that were off since my recent patch
74211 I measured a speed-up of the page load test while developing this patch. I don't
74584 is being introduced in this patch and to insure that no conflicts arise, a temporary
74610 This patch is for the WebKit side of <rdar://problem/5591115>.
76598 This patch does not address the bigger issue of doing a full relayout
76648 Fix a merge error from when I applied my patch to ToT. A couple of lines should be part of an if.
77721 This patch allows empty inlines that have box decorations or width
77736 actually an empty inline with box decorations. This patch causes
78684 when NaN was used. This patch goes one step further and does NaN checking to prevent the possibility of
78802 Fix for bug 15672, background images don't tile properly inside transforms. This patch fixes background
78967 Previous patch erroneously compared a path and a
79311 Patch for http://bugs.webkit.org/show_bug.cgi?id=15356
80318 as suggested by George Wright in #15108 (which this patch will
80655 There are some implementation details in this patch that seem unused or useless, but they remain in place
80909 (This patch does not include the support artwork)
81945 This patch adds support for the back-end parsing of two new CSS properties: transform and transform-origin.
82131 the original text from. The patch fixes this by changing the inner text into a
82156 This patch reverts the kjs_window.* parts of r25576 because following