--- a/src/3rdparty/webkit/WebKit/ChangeLog Wed Jun 23 19:07:03 2010 +0300
+++ b/src/3rdparty/webkit/WebKit/ChangeLog Tue Jul 06 15:10:48 2010 +0300
@@ -1,3 +1,463 @@
+2010-03-22 Kevin Decker <kdecker@apple.com>
+
+ Reviewed by Simon Fraser.
+
+ https://bugs.webkit.org/show_bug.cgi?id=36328
+
+ * WebKit.xcodeproj/project.pbxproj: Remove WebNullPluginView and nullplugin.tiff from the project.
+
+2010-03-22 Darin Adler <darin@apple.com>
+
+ * StringsNotToBeLocalized.txt: Updated for recent changes.
+
+2010-03-22 Kevin Decker <kdecker@apple.com>
+
+ Reviewed by John Sullivan.
+
+ https://bugs.webkit.org/show_bug.cgi?id=36328
+
+ * English.lproj/Localizable.strings: Added "Missing Plug-in" string.
+
+2010-03-18 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/ewk.
+ http://webkit.org/b/35931
+
+ * efl/ewk/ewk_settings.cpp: Added.
+ * efl/ewk/ewk_settings.h: Added.
+
+2010-03-17 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add default theme files to efl/DefaultTheme.
+ http://webkit.org/b/36240
+
+ * efl/DefaultTheme/widget/radio/img_radio_on.png: Added.
+ * efl/DefaultTheme/radio/img_radio_off_hover.png: Added.
+ * efl/DefaultTheme/radio/img_radio_on_hover.png: Added.
+ * efl/DefaultTheme/radio/img_radio_off.png: Added.
+ * efl/DefaultTheme/radio/img_radio_off_focus.png: Added.
+ * efl/DefaultTheme/radio/img_radio_on_focus.png: Added.
+ * efl/DefaultTheme/combo/combo_normal.png: Added.
+ * efl/DefaultTheme/combo/combo_focus_button.png: Added.
+ * efl/DefaultTheme/combo/combo_hover_button.png: Added.
+ * efl/DefaultTheme/combo/combo_hover.png: Added.
+ * efl/DefaultTheme/combo/combo_focus.png: Added.
+ * efl/DefaultTheme/combo/combo_press_button.png: Added.
+ * efl/DefaultTheme/combo/combo_normal_button.png: Added.
+ * efl/DefaultTheme/combo/combo_press.png: Added.
+ * efl/DefaultTheme/combo/icon.png: Added.
+ * efl/DefaultTheme/file/file_normal.png: Added.
+ * efl/DefaultTheme/file/file_press.png: Added.
+ * efl/DefaultTheme/file/file_hover.png: Added.
+ * efl/DefaultTheme/file/file_focus.png: Added.
+ * efl/DefaultTheme/search/cancel/cancel_normal_button.png: Added.
+ * efl/DefaultTheme/search/cancel/cancel_normal_button2.png: Added.
+ * efl/DefaultTheme/search/decoration/decoration_normal_button.png: Added.
+ * efl/DefaultTheme/search/field/field_focused.png: Added.
+ * efl/DefaultTheme/search/field/field_normal.png: Added.
+ * efl/DefaultTheme/search/field/field_hovered.png: Added.
+ * efl/DefaultTheme/entry/img_normal.png: Added.
+ * efl/DefaultTheme/entry/img_hovered.png: Added.
+ * efl/DefaultTheme/entry/img_focused.png: Added.
+ * efl/DefaultTheme/check/img_check_off_hover.png: Added.
+ * efl/DefaultTheme/check/img_check_on.png: Added.
+ * efl/DefaultTheme/check/img_check_off_focus.png: Added.
+ * efl/DefaultTheme/check/img_check_on_focus.png: Added.
+ * efl/DefaultTheme/check/img_check_off.png: Added.
+ * efl/DefaultTheme/check/img_check_on_hover.png: Added.
+ * efl/DefaultTheme/scrollbar/scrollbar_knob_h.png: Added.
+ * efl/DefaultTheme/scrollbar/scrollbar_knob_v.png: Added.
+ * efl/DefaultTheme/scrollbar/scrollbar_hilight.png: Added.
+ * efl/DefaultTheme/scrollbar/scrollbar_v.png: Added.
+ * efl/DefaultTheme/scrollbar/scrollbar_h.png: Added.
+ * efl/DefaultTheme/button/img_button_normal.png: Added.
+ * efl/DefaultTheme/button/img_button_focus.png: Added.
+ * efl/DefaultTheme/button/img_button_hover.png: Added.
+ * efl/DefaultTheme/button/img_button_press.png: Added.
+
+2010-03-17 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL example browser to efl/EWebLauncher.
+ http://webkit.org/b/36176
+
+ * efl/EWebLauncher/main.c: Added.
+
+2010-03-16 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/WebCoreSupport.
+ http://webkit.org/b/35916
+
+ * efl/WebCoreSupport/ContextMenuClientEfl.cpp: Added.
+ * efl/WebCoreSupport/ContextMenuClientEfl.h: Added.
+
+2010-03-16 Yury Semikhatsky <yurys@chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Introduce InspectorFrontendClient that provides InspectorFrontend with an interface to the embedder. InspectorClient now serves as a delegate for InspectorController and does not contain methods for managing inspector frontend window. That allows to create remote InspectorFrontendHost.
+
+ Introduce InspectorFrontendClient that would provide InspectorFrontend with an interface to the embedder
+ https://bugs.webkit.org/show_bug.cgi?id=35036
+
+ * efl/WebCoreSupport/InspectorClientEfl.cpp:
+ (WebCore::InspectorClientEfl::openInspectorFrontend):
+ * efl/WebCoreSupport/InspectorClientEfl.h:
+
+2010-03-13 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/ewk.
+ http://webkit.org/b/35925
+
+ * efl/ewk/ewk_history.cpp: Added.
+ * efl/ewk/ewk_history.h: Added.
+
+2010-03-13 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/ewk.
+ http://webkit.org/b/35928
+
+ * efl/ewk/ewk_main.cpp: Added.
+ * efl/ewk/ewk_main.h: Added.
+
+2010-03-13 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/ewk.
+ http://webkit.org/b/35924
+
+ * efl/ewk/ewk_frame.cpp: Added.
+ * efl/ewk/ewk_frame.h: Added.
+
+2010-03-13 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/ewk.
+ http://webkit.org/b/35936
+
+ * efl/ewk/ewk_view_single.c: Added.
+
+2010-03-13 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/ewk.
+ http://webkit.org/b/35929
+
+ * efl/ewk/ewk_util.cpp: Added.
+ * efl/ewk/ewk_util.h: Added.
+
+2010-03-13 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Add EFL port files to efl/ewk.
+ http://webkit.org/b/35934
+
+ * efl/ewk/EWebKit.h: Added.
+ * efl/ewk/ewk_eapi.h: Added.
+ * efl/ewk/ewk_logging.h: Added.
+ * efl/ewk/ewk_private.h: Added.
+
+2010-03-11 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Add EFL port files to efl/WebCoreSupport.
+ http://webkit.org/b/35917
+
+ * efl/WebCoreSupport/InspectorClientEfl.h: Added.
+ * efl/WebCoreSupport/InspectorClientEfl.cpp: Added.
+
+2010-03-11 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Add EFL port files to efl/WebCoreSupport.
+ http://webkit.org/b/35914
+
+ * efl/WebCoreSupport/DragClientEfl.h: Added.
+ * efl/WebCoreSupport/DragClientEfl.cpp: Added.
+
+2010-03-11 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Mark Rowe.
+
+ Sort the project file.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2010-03-10 Leandro Pereira <leandro@profusion.mobi>
+
+ Reviewed by Holger Freyther.
+
+ Add EFL port files to efl/WebCoreSupport.
+ http://webkit.org/b/35913
+
+ * efl/WebCoreSupport/ChromeClientEfl.cpp: Added.
+ * efl/WebCoreSupport/ChromeClientEfl.h: Added.
+
+2010-03-09 John Sullivan <sullivan@apple.com>
+
+ Fixed localized string key collision. update-webkit-localized-strings now
+ runs without errors.
+
+ Reviewed by Adam Roben.
+
+ * English.lproj/Localizable.strings:
+ Regenerated.
+
+2010-03-09 John Sullivan <sullivan@apple.com>
+
+ * StringsNotToBeLocalized.txt:
+ Brought this file up to date. update-webkit-localizable-strings still lists
+ one key collision, but that's a separate issue.
+
+2010-03-04 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Add a script to verify that WebKit framework headers are internally consistent.
+
+ * WebKit.xcodeproj/project.pbxproj: Run the script during the build and fail with
+ an error should the consistency check fail.
+
+2010-02-25 Alexey Proskuryakov <ap@apple.com>
+
+ Reviewed by Geoffrey Garen.
+
+ https://bugs.webkit.org/show_bug.cgi?id=35394
+ <rdar://problem/7685262> Make passing objects between Java and plug-ins work
+
+ * WebKit.xcodeproj/project.pbxproj: Added new files.
+
+2010-02-04 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Timothy Hatcher.
+
+ Build fix. Remove a symbol corresponding to an inline function from the linker export
+ file to prevent a weak external failure.
+
+ * WebKit.xcodeproj/project.pbxproj: Accommodate rename of script.
+
+2010-02-04 John Sullivan <sullivan@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=34611
+ WebLocalizedString() could use an assertion that it is being called on the main thread
+
+ Reviewed by Tim Hatcher.
+
+ * WebKit.xcodeproj/project.pbxproj:
+ Updated for renamed file (WebLocalizableStrings.m -> WebLocalizableStrings.mm)
+
+2010-01-29 Mark Rowe <mrowe@apple.com>
+
+ Sort Xcode projects.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2010-01-19 Dan Bernstein <mitz@apple.com>
+
+ Redo DumpRenderTree build fix without making WebTypesInternal.h a private header
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2010-01-19 Simon Fraser <simon.fraser@apple.com>
+
+ Build fix, no review.
+
+ Fix build of DumpRenderTree by making the header WebTypesInternal.h Private
+ in WebKit.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2010-01-19 Jon Honeycutt <jhoneycutt@apple.com>
+
+ MSAA: The child <option> elements of a non-multiple <select> are not
+ exposed
+
+ https://bugs.webkit.org/show_bug.cgi?id=33773
+ <rdar://problem/7550556>
+
+ Reviewed by Alice Liu.
+
+ * English.lproj/Localizable.strings:
+ Add new localized strings.
+
+2010-01-13 Kevin Decker <kdecker@apple.com>
+
+ Reviewed by Mark Rowe.
+
+ https://bugs.webkit.org/show_bug.cgi?id=33610
+ <rdar://problem/7288546> Silverlight full screen performance problem seen on Snow Leopard.
+
+ * WebKit.xcodeproj/project.pbxproj: Link the project against OpenGL.
+
+2009-12-25 Darin Adler <darin@apple.com>
+
+ * StringsNotToBeLocalized.txt: Updated for recent changes.
+
+2009-12-18 Dan Bernstein <mitz@apple.com>
+
+ Updated localizable strings after r52368
+
+ * English.lproj/Localizable.strings:
+
+2009-12-18 Sam Weinig <sam@webkit.org>
+
+ Reviewed by Dan Bernstein.
+
+ Add Mac WebKit side of the client based geolocation provider.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2009-12-16 Mark Rowe <mrowe@apple.com>
+
+ Build fix. Disable debug variants of WebKit frameworks.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2009-12-16 John Sullivan <sullivan@apple.com>
+
+ Brought this file up to date, sans review.
+
+ * StringsNotToBeLocalized.txt:
+
+2009-11-30 Mark Rowe <mrowe@apple.com>
+
+ Use the correct path to Info.plist to avoid creating an empty file at the top of the WebKit directory.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2009-11-24 Dmitry Titov <dimich@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
+ https://bugs.webkit.org/show_bug.cgi?id=31444
+
+ * chromium/features.gypi:
+
+2009-11-24 Mark Rowe <mrowe@apple.com>
+
+ Fix production builds where the source tree may be read-only.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2009-11-20 Dave Hyatt <hyatt@apple.com>
+
+ Reviewed by Oliver Hunt and Jon Honeycutt.
+
+ Add support for WebSerializedJSValue to WebKit. This object wraps the SerializedScriptValue functionality in WebCore
+ and exposes the ability to do JS value serialization/deserialization to WebKit clients.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
+2009-11-20 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Beth Dakin.
+
+ WAI-ARIA: add support for 'math' role
+ https://bugs.webkit.org/show_bug.cgi?id=31706
+
+ * English.lproj/Localizable.strings:
+ * StringsNotToBeLocalized.txt:
+
+2009-11-19 Eric Carlson <eric.carlson@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ <rdar://problem/7035231>
+ Support closed caption in <video> element
+
+ * English.lproj/Localizable.strings:
+ Add strings for toggle captions button.
+
+2009-11-18 Michelangelo De Simone <micdesim@gmail.com>
+
+ Reviewed by Darin Adler.
+
+ Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
+ Support for validationMessage attribute, as per HTML5 specs.
+
+ * English.lproj/Localizable.strings: new localizable strings
+
+2009-11-18 Sam Weinig <sam@webkit.org>
+
+ Reviewed by Anders Carlsson.
+
+ Make the Mac Geolocation API async.
+
+ * WebKit.xcodeproj/project.pbxproj: Remove WebGeolocation.
+
+2009-11-13 Adam Roben <aroben@apple.com>
+
+ Add WebFrameLoadDelegatePrivat.h to WebKit.xcodeproj
+
+ Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
+ window objects in isolated worlds are cleared
+
+ Reviewed by Dave Hyatt.
+
+ * WebKit.xcodeproj/project.pbxproj: Added
+ WebFrameLoadDelegatePrivate.h, which already existed.
+
+2009-11-12 Adam Roben <aroben@apple.com>
+
+ Replace worldIDs with world objects
+
+ Part of <http://webkit.org/b/31414> Implement new SPI for dealing with
+ user scripts/stylesheets and isolated worlds
+
+ Reviewed by Sam Weinig.
+
+ * WebKit.xcodeproj/project.pbxproj: Added WebScriptWorld to the project.
+
+2009-11-12 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Darin Adler.
+
+ ARIA: add alert type roles
+ https://bugs.webkit.org/show_bug.cgi?id=31392
+
+ * English.lproj/Localizable.strings:
+ * StringsNotToBeLocalized.txt:
+
+2009-11-02 Eric Carlson <eric.carlson@apple.com>
+
+ Reviewed by John Sullivan and Mark Rowe.
+
+ <rdar://problem/7356733> Voiceover does not read correct media controller time values
+
+ Fix localized strings for media controller time values.
+
+ * English.lproj/Localizable.strings:
+
+2009-11-02 Chris Fleizach <cfleizach@apple.com>
+
+ Reviewed by Beth Dakin.
+
+ Support ARIA "tab" roles
+ https://bugs.webkit.org/show_bug.cgi?id=30842
+
+ Add a localizable string for tab panel.
+
+ * English.lproj/Localizable.strings:
+ * StringsNotToBeLocalized.txt:
+
2009-10-27 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.