OLD | NEW |
| 1 2011-02-19 Charlie Reis <creis@chromium.org> |
| 2 |
| 3 Reviewed by Mihai Parparita. |
| 4 |
| 5 Ensure loading has stopped in HistoryController::goToItem |
| 6 https://bugs.webkit.org/show_bug.cgi?id=54517 |
| 7 |
| 8 Add a FrameLoaderClient callback for whether to stop loading before goTo
Item. |
| 9 |
| 10 Test: http/tests/navigation/forward-to-fragment-fires-onload.html |
| 11 |
| 12 * WebCoreSupport/FrameLoaderClientHaiku.cpp: |
| 13 (WebCore::FrameLoaderClientHaiku::shouldStopLoadingForHistoryItem): Adde
d. |
| 14 * WebCoreSupport/FrameLoaderClientHaiku.h: |
| 15 |
| 16 2011-01-26 MORITA Hajime <morrita@google.com> |
| 17 |
| 18 Reviewed by Ryosuke Niwa. |
| 19 |
| 20 Refactoring: Extract TextCheckerClient from EditorClient |
| 21 https://bugs.webkit.org/show_bug.cgi?id=53213 |
| 22 |
| 23 * WebCoreSupport/EditorClientHaiku.h: |
| 24 (WebCore::EditorClientHaiku::textChecker): |
| 25 |
| 26 2011-02-07 Ryosuke Niwa <rniwa@webkit.org> |
| 27 |
| 28 Reviewed by Adam Barth. |
| 29 |
| 30 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptC
anAccessClipboard |
| 31 https://bugs.webkit.org/show_bug.cgi?id=52417 |
| 32 |
| 33 Added two callback functions, canCopyCut and canPaste to EditorClient. T
hey are currently |
| 34 not implemented. |
| 35 |
| 36 * WebCoreSupport/EditorClientHaiku.cpp: |
| 37 (WebCore::EditorClientHaiku::canCopyCut): Added. |
| 38 (WebCore::EditorClientHaiku::canPaste): Added. |
| 39 * WebCoreSupport/EditorClientHaiku.h: |
| 40 |
| 41 2011-02-08 Adam Barth <abarth@webkit.org> |
| 42 |
| 43 Reviewed by Eric Seidel. |
| 44 |
| 45 Remove orphan code from old parser |
| 46 https://bugs.webkit.org/show_bug.cgi?id=53984 |
| 47 |
| 48 * WebCoreSupport/ChromeClientHaiku.cpp: |
| 49 * WebCoreSupport/ChromeClientHaiku.h: |
| 50 |
| 51 2011-02-07 Enrica Casucci <enrica@apple.com> |
| 52 |
| 53 Reviewed Adam Roben and Darin Adler. |
| 54 |
| 55 WebKit2: drag and drop support on Windows. |
| 56 https://bugs.webkit.org/show_bug.cgi?id=52775 |
| 57 |
| 58 Removed createDragImageForLink from DragClient. |
| 59 |
| 60 * WebCoreSupport/DragClientHaiku.cpp: |
| 61 * WebCoreSupport/DragClientHaiku.h: |
| 62 |
| 63 2011-02-07 Patrick Gansterer <paroga@webkit.org> |
| 64 |
| 65 Reviewed by Andreas Kling. |
| 66 |
| 67 [Haiku] FrameLoaderClient calls loadURLInChildFrame on the child's frame
loader |
| 68 https://bugs.webkit.org/show_bug.cgi?id=53893 |
| 69 |
| 70 * WebCoreSupport/FrameLoaderClientHaiku.cpp: |
| 71 (WebCore::FrameLoaderClientHaiku::createFrame): Use m_frame instead of c
hildFrame. |
| 72 |
| 73 2011-01-28 Dan Bernstein <mitz@apple.com> |
| 74 |
| 75 Reviewed by Sam Weinig. |
| 76 |
| 77 <select> can't display right-to-left (rtl) languages |
| 78 https://bugs.webkit.org/show_bug.cgi?id=19785 |
| 79 |
| 80 * WebCoreSupport/ChromeClientHaiku.cpp: |
| 81 (WebCore::ChromeClientHaiku::selectItemAlignmentFollowsMenuWritingDirect
ion): Added. |
| 82 * WebCoreSupport/ChromeClientHaiku.h: |
| 83 |
| 84 2011-01-27 Nate Chapin <japhet@chromium.org> |
| 85 |
| 86 Reviewed by Adam Barth. |
| 87 |
| 88 Use Document::url() instead of FrameLoader::url(). |
| 89 https://bugs.webkit.org/show_bug.cgi?id=41165 |
| 90 |
| 91 * WebCoreSupport/FrameLoaderClientHaiku.cpp: |
| 92 (WebCore::FrameLoaderClientHaiku::dispatchDidFinishDocumentLoad): |
| 93 |
1 2010-12-22 Sam Weinig <sam@webkit.org> | 94 2010-12-22 Sam Weinig <sam@webkit.org> |
2 | 95 |
3 Reviewed by Darin Adler. | 96 Reviewed by Darin Adler. |
4 | 97 |
5 WebKit2 needs to mirror the frame tree in the UIProcess | 98 WebKit2 needs to mirror the frame tree in the UIProcess |
6 https://bugs.webkit.org/show_bug.cgi?id=51546 | 99 https://bugs.webkit.org/show_bug.cgi?id=51546 |
7 | 100 |
8 - Add client functions to notify that a frame has been added or | 101 - Add client functions to notify that a frame has been added or |
9 removed from the page cache. | 102 removed from the page cache. |
10 | 103 |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 | 742 |
650 Reviewed by Darin Adler. | 743 Reviewed by Darin Adler. |
651 | 744 |
652 Added foundation work to allow a testing infrastructure for the Web | 745 Added foundation work to allow a testing infrastructure for the Web |
653 Inspector. | 746 Inspector. |
654 | 747 |
655 * WebCoreSupport/InspectorClientHaiku.cpp: | 748 * WebCoreSupport/InspectorClientHaiku.cpp: |
656 (WebCore::InspectorClientHaiku::inspectorWindowObjectCleared): | 749 (WebCore::InspectorClientHaiku::inspectorWindowObjectCleared): |
657 * WebCoreSupport/InspectorClientHaiku.h: | 750 * WebCoreSupport/InspectorClientHaiku.h: |
658 | 751 |
OLD | NEW |