12009-12-06 Maxime Simon <simon.maxime@gmail.com> 2 3 Reviewed by Adam Barth. 4 5 Build fix. Add in FrameLoaderClientHaiku the declaration of three functions introduced in r51644. 6 7 * WebCoreSupport/FrameLoaderClientHaiku.cpp: 8 (WebCore::FrameLoaderClientHaiku::dispatchDidPushStateWithinPage): 9 (WebCore::FrameLoaderClientHaiku::dispatchDidReplaceStateWithinPage): 10 (WebCore::FrameLoaderClientHaiku::dispatchDidPopStateWithinPage): 11 * WebCoreSupport/FrameLoaderClientHaiku.h: 12 132009-12-03 Pavel Feldman <pfeldman@dhcp-172-28-174-220.spb.corp.google.com> 14 15 Reviewed by Timothy Hatcher. 16 17 Web Inspector: Simplify the settings support in inspector controller. 18 19 https://bugs.webkit.org/show_bug.cgi?id=32076 20 21 * WebCoreSupport/InspectorClientHaiku.cpp: 22 (WebCore::InspectorClientHaiku::populateSetting): 23 (WebCore::InspectorClientHaiku::storeSetting): 24 * WebCoreSupport/InspectorClientHaiku.h: 25 262009-12-03 Ben Murdoch <benm@google.com> 27 28 Reviewed by Brady Eidson. 29 30 [Android] The FrameLoaderClient is unaware of BackForwardList changes. 31 https://bugs.webkit.org/show_bug.cgi?id=31914 32 33 * WebCoreSupport/FrameLoaderClientHaiku.cpp: 34 (WebCore::FrameLoaderClientHaiku::dispatchDidAddBackForwardItem): Add an empty implementation. Method added to FrameLoaderClient by Android (see bug). 35 (WebCore::FrameLoaderClientHaiku::dispatchDidRemoveBackForwardItem): ditto. 36 (WebCore::FrameLoaderClientHaiku::dispatchDidChangeBackForwardIndex): ditto. 37 * WebCoreSupport/FrameLoaderClientHaiku.h: 38 392009-11-13 Adam Roben <aroben@apple.com> 40 41 Update for changes to FrameLoaderClient 42 43 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when 44 window objects in isolated worlds are cleared 45 46 Reviewed by Dave Hyatt. 47 48 * WebCoreSupport/FrameLoaderClientHaiku.cpp: 49 (WebCore::FrameLoaderClientHaiku::dispatchDidClearWindowObjectInWorld): 50 * WebCoreSupport/FrameLoaderClientHaiku.h: 51 Replaced windowObjectCleared with this function. Does nothing if the 52 passed-in world is not the mainThreadNormalWorld(). 53 542009-10-30 Evan Stade <estade@chromium.org> 55 56 Reviewed by David Levin. 57 58 Notify the chrome when the focused node has changed. 59 https://bugs.webkit.org/show_bug.cgi?id=30832 60 61 Added stub implementation for new ChromeClient function. 62 63 * WebCoreSupport/ChromeClientHaiku.cpp: 64 (WebCore::ChromeClientHaiku::focusedNodeChanged): 65 * WebCoreSupport/ChromeClientHaiku.h: 66 672009-10-07 Adam Barth <abarth@webkit.org> 68 69 Reviewed by Darin Adler. 70 71 Factor PolicyChecker out of FrameLoader 72 https://bugs.webkit.org/show_bug.cgi?id=30155 73 74 Move the policy callback to the policy object. 75 76 * WebCoreSupport/FrameLoaderClientHaiku.cpp: 77 (WebCore::FrameLoaderClientHaiku::dispatchWillSubmitForm): 78 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForMIMEType): 79 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForNewWindowAction): 80 (WebCore::FrameLoaderClientHaiku::dispatchDecidePolicyForNavigationAction): 81 822009-09-17 Kenneth Rohde Christiansen <kenneth@webkit.org> 83 84 Reviewed by Simon Hausmann. 85 86 Make PlatformWindow return something else than PlatformWidget 87 https://bugs.webkit.org/show_bug.cgi?id=29085 88 89 Reflect the rename of platformWindow and it's return type. 90 91 * WebCoreSupport/ChromeClientHaiku.cpp: 92 (WebCore::ChromeClientHaiku::platformPageClient): 93 * WebCoreSupport/ChromeClientHaiku.h: 94 952009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> 96 97 Reviewed by Holger Freyther. 98 99 https://bugs.webkit.org/show_bug.cgi?id=25889 100 [GTK] scrollbar policy for main frame is not implementable 101 102 Add empty implementation for new ChromeClient method. 103 104 * WebCoreSupport/ChromeClientHaiku.h: 105 (ChromeClientHaiku::scrollbarsModeDidChange): 106 1072009-07-29 Kevin McCullough <kmccullough@apple.com> 108 109 Reviewed by Darin Adler. 110 111 Added foundation work to allow a testing infrastructure for the Web 112 Inspector. 113 114 * WebCoreSupport/InspectorClientHaiku.cpp: 115 (WebCore::InspectorClientHaiku::inspectorWindowObjectCleared): 116 * WebCoreSupport/InspectorClientHaiku.h: 117 118