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 * WebKitSupport/FrameLoaderClientWx.cpp: |
| 13 (WebCore::FrameLoaderClientWx::shouldStopLoadingForHistoryItem): Added. |
| 14 * WebKitSupport/FrameLoaderClientWx.h: |
| 15 |
| 16 2011-02-17 Kevin Ollivier <kevino@theolliviers.com> |
| 17 |
| 18 [wx] Build fix after move of DocumentWriter to DocumentLoader. |
| 19 |
| 20 * WebKitSupport/FrameLoaderClientWx.cpp: |
| 21 (WebCore::FrameLoaderClientWx::setMainDocumentError): |
| 22 (WebCore::FrameLoaderClientWx::dispatchDidFailLoading): |
| 23 |
| 24 2011-01-26 MORITA Hajime <morrita@google.com> |
| 25 |
| 26 Reviewed by Ryosuke Niwa. |
| 27 |
| 28 Refactoring: Extract TextCheckerClient from EditorClient |
| 29 https://bugs.webkit.org/show_bug.cgi?id=53213 |
| 30 |
| 31 * WebKitSupport/EditorClientWx.h: |
| 32 (WebCore::EditorClientWx::textChecker): |
| 33 |
| 34 2011-02-07 Ryosuke Niwa <rniwa@webkit.org> |
| 35 |
| 36 Reviewed by Adam Barth. |
| 37 |
| 38 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptC
anAccessClipboard |
| 39 https://bugs.webkit.org/show_bug.cgi?id=52417 |
| 40 |
| 41 Added two callback functions, canCopyCut and canPaste to EditorClient. T
hey are currently |
| 42 not implemented. |
| 43 |
| 44 * WebKitSupport/EditorClientWx.cpp: |
| 45 (WebCore::EditorClientWx::canCopyCut): Added. |
| 46 (WebCore::EditorClientWx::canPaste): Added. |
| 47 * WebKitSupport/EditorClientWx.h: |
| 48 |
| 49 2011-02-10 Nate Chapin <japhet@chromium.org> |
| 50 |
| 51 Reviewed by Adam Barth. |
| 52 |
| 53 Update calls to DocumentWriter. |
| 54 https://bugs.webkit.org/show_bug.cgi?id=50489 |
| 55 |
| 56 * WebKitSupport/FrameLoaderClientWx.cpp: |
| 57 (WebCore::FrameLoaderClientWx::finishedLoading): |
| 58 |
| 59 2011-02-08 Adam Barth <abarth@webkit.org> |
| 60 |
| 61 Reviewed by Eric Seidel. |
| 62 |
| 63 Remove orphan code from old parser |
| 64 https://bugs.webkit.org/show_bug.cgi?id=53984 |
| 65 |
| 66 * WebKitSupport/ChromeClientWx.h: |
| 67 |
| 68 2011-02-07 Enrica Casucci <enrica@apple.com> |
| 69 |
| 70 Reviewed Adam Roben and Darin Adler. |
| 71 |
| 72 WebKit2: drag and drop support on Windows. |
| 73 https://bugs.webkit.org/show_bug.cgi?id=52775 |
| 74 |
| 75 Removed createDragImageForLink from DragClient. |
| 76 |
| 77 * WebKitSupport/DragClientWx.cpp: |
| 78 * WebKitSupport/DragClientWx.h: |
| 79 |
| 80 2011-02-07 Patrick Gansterer <paroga@webkit.org> |
| 81 |
| 82 Reviewed by Andreas Kling. |
| 83 |
| 84 [wx] FrameLoaderClient calls loadURLInChildFrame on the child's frame lo
ader |
| 85 https://bugs.webkit.org/show_bug.cgi?id=53895 |
| 86 |
| 87 * WebKitSupport/FrameLoaderClientWx.cpp: |
| 88 (WebCore::FrameLoaderClientWx::createFrame): Use m_frame instead of chil
dFrame. |
| 89 |
| 90 2011-02-03 Adam Langley <agl@chromium.org> |
| 91 |
| 92 Reviewed by Adam Barth. |
| 93 |
| 94 Plumb mixed script URL to FrameLoaderClient |
| 95 https://bugs.webkit.org/show_bug.cgi?id=52384 |
| 96 |
| 97 Regressions covered by http/tests/security/mixedContent/* |
| 98 |
| 99 * WebKitSupport/FrameLoaderClientWx.cpp: |
| 100 (WebCore::FrameLoaderClientWx::didRunInsecureContent): |
| 101 * WebKitSupport/FrameLoaderClientWx.h: |
| 102 |
| 103 2011-02-02 Kevin Ollivier <kevino@theolliviers.com> |
| 104 |
| 105 [wx] Build fixes for wxWebKit. |
| 106 |
| 107 * bindings/python/wscript: |
| 108 |
| 109 2011-01-28 Dan Bernstein <mitz@apple.com> |
| 110 |
| 111 Reviewed by Sam Weinig. |
| 112 |
| 113 <select> can't display right-to-left (rtl) languages |
| 114 https://bugs.webkit.org/show_bug.cgi?id=19785 |
| 115 |
| 116 * WebKitSupport/ChromeClientWx.cpp: |
| 117 (WebCore::ChromeClientWx::selectItemAlignmentFollowsMenuWritingDirection
): Added. |
| 118 * WebKitSupport/ChromeClientWx.h: |
| 119 |
| 120 2011-01-27 Nate Chapin <japhet@chromium.org> |
| 121 |
| 122 Reviewed by Adam Barth. |
| 123 |
| 124 Use Document::url() instead of FrameLoader::url(). |
| 125 https://bugs.webkit.org/show_bug.cgi?id=41165 |
| 126 |
| 127 * WebKitSupport/FrameLoaderClientWx.cpp: |
| 128 (WebCore::FrameLoaderClientWx::dispatchDidFinishDocumentLoad): |
| 129 |
1 2011-01-14 Yuzo Fujishima <yuzo@google.com> | 130 2011-01-14 Yuzo Fujishima <yuzo@google.com> |
2 | 131 |
3 Reviewed by Antti Koivisto. | 132 Reviewed by Antti Koivisto. |
4 | 133 |
5 Rename cache() to memoryCache() | 134 Rename cache() to memoryCache() |
6 https://bugs.webkit.org/show_bug.cgi?id=52433 | 135 https://bugs.webkit.org/show_bug.cgi?id=52433 |
7 | 136 |
8 * WebView.cpp: | 137 * WebView.cpp: |
9 (wxWebView::SetCachePolicy): | 138 (wxWebView::SetCachePolicy): |
10 | 139 |
(...skipping 3524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3535 * bindings/python/samples: Added. | 3664 * bindings/python/samples: Added. |
3536 * bindings/python/samples/simple.py: Added. | 3665 * bindings/python/samples/simple.py: Added. |
3537 * bindings/python/webview.i: Added. | 3666 * bindings/python/webview.i: Added. |
3538 * bindings/python/wxwebkit-py.bkl: Added. | 3667 * bindings/python/wxwebkit-py.bkl: Added. |
3539 * dependencies.bkl: Added. | 3668 * dependencies.bkl: Added. |
3540 * presets: Added. | 3669 * presets: Added. |
3541 * presets/wxwebkit.bkl: Added. | 3670 * presets/wxwebkit.bkl: Added. |
3542 * wxwebkit.bkl: Added. | 3671 * wxwebkit.bkl: Added. |
3543 * wxwk-settings.bkl: Added. | 3672 * wxwk-settings.bkl: Added. |
3544 | 3673 |
OLD | NEW |