diff options
Diffstat (limited to 'Source/WebKit/win/ChangeLog')
-rw-r--r-- | Source/WebKit/win/ChangeLog | 255 |
1 files changed, 253 insertions, 2 deletions
diff --git a/Source/WebKit/win/ChangeLog b/Source/WebKit/win/ChangeLog index 870b692..21b04c7 100644 --- a/Source/WebKit/win/ChangeLog +++ b/Source/WebKit/win/ChangeLog @@ -1,6 +1,173 @@ -2011-03-30 Martin Robinson <mrobinson@igalia.com> +2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> - Reviewed by Dirk Schulze. + Reviewed by Pavel Feldman. + + Web Inspector: Rename lengthReceived to encodedDataLength/dataLength + https://bugs.webkit.org/show_bug.cgi?id=58883 + + * WebCoreSupport/WebFrameLoaderClient.h: + +2011-04-18 Timothy Hatcher <timothy@apple.com> + + Remove the two commands that make en.lproj and copy Localizable.strings. + + Rubber-stamped by Adam Roben. + + * WebKit.vcproj/WebKitLibPostBuild.cmd: + +2011-04-18 Patrick Gansterer <paroga@webkit.org> + + Reviewed by Adam Roben. + + Include <WebCore/COMPtr.h> instead of "COMPtr.h" + https://bugs.webkit.org/show_bug.cgi?id=58744 + + * DOMCoreClasses.cpp: + * DOMHTMLClasses.cpp: + * WebActionPropertyBag.cpp: + * WebBackForwardList.cpp: + * WebCoreSupport/WebGeolocationClient.h: + * WebDownload.h: + * WebDropSource.h: + * WebFrame.cpp: + * WebHistoryItem.cpp: + * WebIconDatabase.cpp: + * WebNavigationData.h: + * WebPreferences.cpp: + * WebResource.h: + * WebURLAuthenticationChallenge.cpp: + * WebURLAuthenticationChallengeSender.cpp: + * WebURLAuthenticationChallengeSenderCFNet.cpp: + * WebURLAuthenticationChallengeSenderCurl.cpp: + * WebView.h: + +2011-04-17 Patrick Gansterer <paroga@webkit.org> + + Reviewed by Adam Barth. + + Rename PLATFORM(CG) to USE(CG) + https://bugs.webkit.org/show_bug.cgi?id=58729 + + * WebFrame.cpp: + (WebFrame::spoolPages): + * WebFrame.h: + * WebPreferences.cpp: + (WebPreferences::setFontSmoothing): + (WebPreferences::setFontSmoothingContrast): + * WebView.cpp: + (systemParameterChanged): + +2011-04-16 Sam Weinig <sam@webkit.org> + + Reviewed by Simon Fraser. + + Windows should use WebCore localized strings + <rdar://problem/9119405> + https://bugs.webkit.org/show_bug.cgi?id=58733 + + * WebCoreSupport/WebEditorClient.cpp: + (undoNameForEditAction): + (WebEditorClient::registerCommandForUndo): + * WebPreferences.cpp: + (WebPreferences::initializeDefaultSettings): + * WebURLResponse.cpp: + (CFHTTPMessageCopyLocalizedShortDescriptionForStatusCode): + (WebURLResponse::localizedStringForStatusCode): + Change to use WEB_UI_STRING. + + * WebCoreSupport/WebPlatformStrategies.cpp: + * WebCoreSupport/WebPlatformStrategies.h: + Remove the localization strategy in favor of using the default one. + +2011-04-16 Patrick Gansterer <paroga@webkit.org> + + Reviewed by Eric Seidel. + + Rename PLATFORM(CAIRO) to USE(CAIRO) + https://bugs.webkit.org/show_bug.cgi?id=55192 + + * WebFrame.cpp: + (WebFrame::spoolPages): + * WebFrame.h: + +2011-04-14 Adam Roben <aroben@apple.com> + + Replace some known-to-fail assertions with FIXMEs + + These assertions get hit during various layout tests. They indicate that we're sometimes + doing some extra work when a page goes into accelerated compositing mode, but otherwise + there's no bad effect. + + See <http://webkit.org/b/58539> for more details. + + Rubber-stamped by John Sullivan. + + * WebView.cpp: + (WebView::paintIntoBackingStore): + (WebView::paintIntoWindow): + Replaced assertions with FIXMEs. + +2011-04-13 James Robinson <jamesr@chromium.org> + + Reviewed by Simon Fraser. + + Allow setting composited backing stores for scrollbars and scroll corners + https://bugs.webkit.org/show_bug.cgi?id=57202 + + Update WebScrollBar to reflect ScrollableArea interface changes. + + * WebScrollBar.h: + (WebScrollBar::invalidateScrollCornerRect): + (WebScrollBar::scrollCornerPresent): + (WebScrollBar::scrollCornerRect): + +2011-04-12 Alice Liu <alice.liu@apple.com> + + Reviewed by Sam Weinig. + + https://bugs.webkit.org/show_bug.cgi?id=58292 + Provide new setting to allow site icon loading despite disabling automatic image loading in general. + + * Interfaces/IWebPreferencesPrivate.idl: Added prefs. + * Interfaces/WebKit.idl: Touch file to force autogeneration + * WebPreferenceKeysPrivate.h: Add preference key. + * WebPreferences.cpp: + (WebPreferences::initializeDefaultSettings): Initialize setting to false. + (WebPreferences::setLoadsSiteIconsIgnoringImageLoadingPreference): Added setter + (WebPreferences::loadsSiteIconsIgnoringImageLoadingPreference): Added getter + * WebPreferences.h: + * WebView.cpp: + (WebView::notifyPreferencesChanged): Add to settings that get propagated upon changes. + +2011-04-11 Alexey Proskuryakov <ap@apple.com> + + Reviewed by Maciej Stachowiak. + + WebKit2: Cannot use Ctrl-Delete as a custom keyboard shortcut + https://bugs.webkit.org/show_bug.cgi?id=58265 + <rdar://problem/9221468> + + * WebView.cpp: (WebView::keyDown): Removed special handling of Backspace, which is unnecessary + now that WebCore implements it. + +2011-04-06 Brian Weinstein <bweinstein@apple.com> + + Reviewed by Adam Roben. + + WebKit2: Support Windows 7 Gestures + https://bugs.webkit.org/show_bug.cgi?id=49824 + <rdar://problem/8689728> + + Move WindowsTouch.h from WebKit/win to WebCore/platform/win, so it can be + used in both WebKit and WebKit2. + + * WebKit.vcproj/WebKit.vcproj: Remove WindowsTouch.h. + * WebView.cpp: Include WindowsTouch.h from WebCore instead of WebKit. + * WindowsTouch.h: Removed. + +2011-04-05 Martin Robinson <mrobinson@igalia.com> + + Reviewed by Eric Seidel. [Cairo] Better separate the concerns of GraphicsContextCairo https://bugs.webkit.org/show_bug.cgi?id=55150 @@ -12,6 +179,90 @@ (WebFrame::spoolPages): Ditto. * WebFrame.h: Ditto. +2011-04-04 MORITA Hajime <morrita@google.com> + + Reviewed by Ryosuke Niwa. + + [Refactoring] SpellCheckingResult should be replaced with TextCheckingResult + https://bugs.webkit.org/show_bug.cgi?id=56085 + + * WebCoreSupport/WebEditorClient.h: + (WebEditorClient::requestCheckingOfString): + +2011-04-04 Alexey Proskuryakov <ap@apple.com> + + Reviewed by Dan Bernstein. + + REGRESSION (WebKit2): Caps-Lock indicator sometimes doesn't appear in WebKit2 + https://bugs.webkit.org/show_bug.cgi?id=51230 + <rdar://problem/8780989> + + * WebView.cpp: (WebView::keyDown): Moved Caps Lock handling from WebKits to WebCore, + because WebKit shouldn't be smart. + +2011-04-04 Steve Falkenburg <sfalken@apple.com> + + Reviewed by Adam Roben. + + Remove unused AnalyzeWithLargeStack code from Windows build files + https://bugs.webkit.org/show_bug.cgi?id=57771 + + This was used for us to build with prefast automatically, + but it is out-of-date and hasn't been used for some time. + Removing completely for now. + + * WebKit.vcproj/WebKitLibPreBuild.cmd: + +2011-04-01 Adam Roben <aroben@apple.com> + + Remove the WebView's "this" pointer from its HWND when WM_DESTROY is received + + This will ensure we don't try to process any window messages after the window has been + destroyed. + + Covered by existing tests. + + Fixes <http://webkit.org/b/55054>. + + Reviewed by Steve Falkenburg and John Sullivan. + + * WebView.cpp: + (WebView::setIsBeingDestroyed): Moved here from the header file, and added a call to clear + out the this pointer from the HWND. + (WebView::WebViewWndProc): Changed a runtime check into an assertion. + + * WebView.h: Moved setIsBeingDestroyed from here to the .cpp file. + +2011-03-31 Evan Martin <evan@chromium.org> + + Reviewed by Eric Seidel. + + <title> should support dir attribute + https://bugs.webkit.org/show_bug.cgi?id=50961 + + Update to new FrameLoaderClient interface. + + * WebCoreSupport/WebFrameLoaderClient.cpp: + (WebFrameLoaderClient::dispatchDidReceiveTitle): + * WebCoreSupport/WebFrameLoaderClient.h: + +2011-03-30 Steve Falkenburg <sfalken@apple.com> + + Reviewed by Adam Roben. + + Share most vsprops between Release and Production builds in releaseproduction.vsprops + https://bugs.webkit.org/show_bug.cgi?id=57508 + + * WebKit.vcproj/InterfacesProduction.vsprops: + * WebKit.vcproj/InterfacesRelease.vsprops: + * WebKit.vcproj/InterfacesReleaseCairoCFLite.vsprops: + * WebKit.vcproj/WebKitGUIDProduction.vsprops: + * WebKit.vcproj/WebKitGUIDRelease.vsprops: + * WebKit.vcproj/WebKitGUIDReleaseCairoCFLite.vsprops: + * WebKit.vcproj/WebKitLibProduction.vsprops: + * WebKit.vcproj/WebKitLibRelease.vsprops: + * WebKit.vcproj/WebKitLibReleaseCairoCFLite.vsprops: + 2011-03-30 Steve Falkenburg <sfalken@apple.com> Reviewed by Adam Roben. |