Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-staging...
commitbc6c888a149064c43d8dd8194170e999507987e0
authorSimon Hausmann <simon.hausmann@nokia.com>
Wed, 24 Jun 2009 10:04:13 +0000 (24 12:04 +0200)
committerSimon Hausmann <simon.hausmann@nokia.com>
Wed, 24 Jun 2009 10:04:13 +0000 (24 12:04 +0200)
treedaded9069c0cb0f190b05e95bdebb2c4f30346c2
parent4963cf12ddaf75a669c69b9e1c478ad6a3d0ae90
Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-staging ( 6d5a2a0472a6af0b7f781da018e76bb8522d57a5 )

Changes in WebKit since the last update:

++ b/JavaScriptCore/ChangeLog
        Reviewed by Maciej Stachowiak.

        https://bugs.webkit.org/show_bug.cgi?id=26645

        Inherits ScopeChainNode class from FastAllocBase because it has been
        instantiated by 'new' in JavaScriptCore/runtime/ScopeChain.h:95.

        * wtf/RefPtr.h:

2009-06-24  Zoltan Horvath  <hzoltan@inf.u-szeged.hu>

        Reviewed by Darin Adler.

        https://bugs.webkit.org/show_bug.cgi?id=26648

        Inherits Deque class from FastAllocBase because it has been
        instantiated by 'new' with DEFINE_STATIC_LOCAL macro in
        JavaScriptCore/wtf/MainThread.cpp:62.

        * wtf/Deque.h:

2009-06-24  Zoltan Horvath  <hzoltan@inf.u-szeged.hu>

        Reviewed by Darin Adler.

        https://bugs.webkit.org/show_bug.cgi?id=26644

        Inherits RefPtr class from FastAllocBase because it has been
        instantiated by 'new' in JavaScriptCore/runtime/StructureChain.cpp:41.

        * wtf/RefPtr.h:

2009-06-24  Zoltan Horvath  <hzoltan@inf.u-szeged.hu>

++ b/LayoutTests/ChangeLog
        Reviewed by NOBODY (Disabling failing test!).

        * media/video-canvas.html-disabled: Renamed from LayoutTests/media/video-canvas.html.

2009-06-24  Eric Seidel  <eric@webkit.org>

        Reviewed by Mark Rowe.

        Add new drag tests to the Skipped lists for non-mac platforms.

        Skipped tests:
        fast/events/drag-to-navigate.html
        fast/events/prevent-drag-to-navigate.html

        * platform/gtk/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:

2009-06-24  Oliver Hunt  <oliver@apple.com>

++ b/WebCore/ChangeLog
2009-06-24  Simon Hausmann  <simon.hausmann@nokia.com>

        Reviewed by Tor Arne Vestbø.

        Fix the build without ENABLE_VIDEO.

        * html/CanvasRenderingContext2D.cpp: Add #if ENABLE guards.
        * html/CanvasRenderingContext2D.h: Ditto.

2009-06-24  Siddhartha Chattopadhyay  <sidchat@google.com>

        Reviewed by Eric Seidel.

        Fix for https://bugs.webkit.org/show_bug.cgi?id=26200 which I introduced earlier. I had
        the smartReplace set TRUE initially, which was wrong since the purpose of this call is
        to just replace the selection, and place the caret at the end of the selection it replaced.

        * editing/Editor.cpp:
        (WebCore::Editor::markMisspellingsAfterTypingToPosition):
        * manual-tests/textarea-caret-position-after-auto-spell-correct.html: Added.

++ b/WebKit/mac/ChangeLog
2009-06-24  Jeff Johnson  <opendarwin@lapcatsoftware.com>

        Reviewed by Darin Adler.

        https://bugs.webkit.org/show_bug.cgi?id=26638 WebKitErrors.m: _initWithPluginErrorCode: does not set localizedDescription

        Add localized descriptions for plugin errors.
        The localized strings already existed but were unused; now NSLocalizedDescriptionKey is added to the NSError userInfo.

        * Misc/WebKitErrors.m:
        (-[NSError _initWithPluginErrorCode:contentURL:pluginPageURL:pluginName:MIMEType:]):
src/3rdparty/webkit/JavaScriptCore/ChangeLog
src/3rdparty/webkit/JavaScriptCore/runtime/ScopeChain.h
src/3rdparty/webkit/JavaScriptCore/wtf/Deque.h
src/3rdparty/webkit/JavaScriptCore/wtf/RefPtr.h
src/3rdparty/webkit/VERSION
src/3rdparty/webkit/WebCore/ChangeLog
src/3rdparty/webkit/WebCore/editing/Editor.cpp
src/3rdparty/webkit/WebCore/html/CanvasRenderingContext2D.cpp
src/3rdparty/webkit/WebCore/html/CanvasRenderingContext2D.h
src/3rdparty/webkit/WebCore/plugins/win/PluginViewWin.cpp