Home | History | Annotate | Download | only in win

Lines Matching full:patch

332         No review, rolling out a patch.
471 suggestions from patch review.
491 This patch reduces the time needed to load a 100,000-item
3115 Remove most uses of JSValue, which will be removed in a future patch.
3333 Make updateScrollbars cross-platform. For now a stubbed out scrollContents function is invoked to do the scrolling of the backing store. Next patch
3363 This patch makes the ScrollView::paint method cross-platform. The paint method calls the base class
3369 paints white (which is incorrect), so a future patch will actually implement proper native scroll corner painting
5833 This patch fixes the above two issues, and possibly others.
6999 In this first patch, I've only moved createDocumentLoader up to the
9499 is being introduced in this patch and to insure that no conflicts arise, a temporary
9553 - This patch does two main things.
10442 null, and the crash came from dereferencing this pointer. This patch
10519 necessary. This is what was done in this patch.
10711 with two different UUIDs for the same class. This patch does it for three
11284 This patch corrects WebView::handleEditingKeyboardEvent to prevent such characters from being sent
13200 This patch adds IME support to WebKit/win, it currently does not support
13851 Build fix -- forgot to commit a little bit in my last patch.
15055 Enable complex text. Selection and small-caps support are now enabled with this patch.
16379 - Adapt for Lars's patch to clean up Frame
17008 Patch by Anders
21168 * WebKit.vcproj/WebKitGUID.vcproj: Fix patch to IWebFramePrivate_i.c
21417 This patch implements keyboard selection and select-all.
21418 This patch also hooks up engine side of copy/cut/paste but that won't work until we have clipboards.