summaryrefslogtreecommitdiffstats
path: root/WebKit/win/ChangeLog
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-05-21 16:53:46 +0100
committerKristian Monsen <kristianm@google.com>2010-05-25 10:24:15 +0100
commit6c2af9490927c3c5959b5cb07461b646f8b32f6c (patch)
treef7111b9b22befab472616c1d50ec94eb50f1ec8c /WebKit/win/ChangeLog
parenta149172322a9067c14e8b474a53e63649aa17cad (diff)
downloadexternal_webkit-6c2af9490927c3c5959b5cb07461b646f8b32f6c.zip
external_webkit-6c2af9490927c3c5959b5cb07461b646f8b32f6c.tar.gz
external_webkit-6c2af9490927c3c5959b5cb07461b646f8b32f6c.tar.bz2
Merge WebKit at r59636: Initial merge by git
Change-Id: I59b289c4e6b18425f06ce41cc9d34c522515de91
Diffstat (limited to 'WebKit/win/ChangeLog')
-rw-r--r--WebKit/win/ChangeLog76
1 files changed, 76 insertions, 0 deletions
diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index c342ab0..a67e10f 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,79 @@
+2010-05-13 Brian Weinstein <bweinstein@apple.com>
+
+ Reviewed by Tim Hatcher.
+
+ <rdar://problem/7982652>
+
+ Allow reporting exceptions that occur when using JavaScriptCore APIs to the Web Inspector.
+
+ * Interfaces/IWebViewPrivate.idl: Add a reportException function off of IWebViewPrivate.
+ * Interfaces/WebKit.idl: Touch WebKit.idl to make sure Interfaces rebuild.
+ * WebView.cpp:
+ (WebView::reportException): Make sure the function was called with a context from a WebView, and call
+ WebCore::reportException.
+ * WebView.h:
+
+2010-05-12 Jer Noble <jer.noble@apple.com>
+
+ Reviewed by Darin Adler.
+
+ Bug 38689: #34005 will break fullscreen video playback
+ https://bugs.webkit.org/show_bug.cgi?id=38689
+
+ Use the new definition of PlatformMedia to check the actual type
+ returned by MediaPlayer.
+
+ * FullscreenVideoController.cpp:
+ (FullscreenVideoController::movie):
+
+2010-05-11 Jer Noble <jer.noble@apple.com>
+
+ No Review.
+
+ Fix build error: The QTMovieWin project is dependent on the JavaScriptCore project.
+
+ * WebKit.vcproj/WebKit.sln:
+
+2010-05-11 Alice Liu <alice.liu@apple.com>
+
+ Rubber-stamped by Gavin Barraclough.
+
+ Fix build error when enabling debugging block in WebKit win painting code
+
+ * WebView.cpp:
+ (WebView::paintIntoBackingStore):
+
+2010-05-11 Alice Liu <alice.liu@apple.com>
+
+ Reviewed by Steve Falkenburg.
+
+ https://bugs.webkit.org/show_bug.cgi?id=38937
+ W7 window preview paints content at the wrong location
+
+ * WebFrame.cpp:
+ (WebFrame::paintDocumentRectToContext): Revert r58895
+ (WebFrame::paintDocumentRectToContextAtPoint): Added
+
+ * Interfaces/IWebFramePrivate.idl: Added paintDocumentRectToContextAtPoint
+ * Interfaces/IWebViewPrivate.idl: ditto
+ * Interfaces/WebKit.idl: touch to rebuild
+ * WebFrame.h: ditto
+ * WebView.cpp: ditto
+ (WebView::paintDocumentRectToContextAtPoint): ditto
+ * WebView.h: ditto
+
+2010-05-07 Jer Noble <jer.noble@apple.com>
+
+ Reviewed by Adele Peterson.
+
+ Safari pegs CPU and drops tons of frames using HTML5 Vimeo player
+ https://bugs.webkit.org/show_bug.cgi?id=34005
+
+ QTMovieWin is now QTMovieGWorld.
+ * FullscreenVideoController.cpp:
+ (FullscreenVideoController::movie):
+ * FullscreenVideoController.h:
+
2010-05-06 Adam Roben <aroben@apple.com>
Bail out of WebView::paint when there's nothing to paint