Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/webkit/WebKit/ChangeLog

    r561 r846  
     12010-06-18  Alexis Menard  <alexis.menard@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [qt] Better check for the declarative plugin inclusion.
     6
     7        * WebKit.pro:
     8
     92010-03-22  Kevin Decker  <kdecker@apple.com>
     10
     11        Reviewed by Simon Fraser.
     12
     13        https://bugs.webkit.org/show_bug.cgi?id=36328
     14
     15        * WebKit.xcodeproj/project.pbxproj: Remove WebNullPluginView and nullplugin.tiff from the project.
     16
     172010-03-22  Darin Adler  <darin@apple.com>
     18
     19        * StringsNotToBeLocalized.txt: Updated for recent changes.
     20
     212010-03-22  Kevin Decker  <kdecker@apple.com>
     22
     23        Reviewed by John Sullivan.
     24
     25        https://bugs.webkit.org/show_bug.cgi?id=36328
     26
     27        * English.lproj/Localizable.strings: Added "Missing Plug-in" string.
     28
     292010-03-18  Leandro Pereira  <leandro@profusion.mobi>
     30
     31        Reviewed by Kenneth Rohde Christiansen.
     32
     33        Add EFL port files to efl/ewk.
     34        http://webkit.org/b/35931
     35
     36        * efl/ewk/ewk_settings.cpp: Added.
     37        * efl/ewk/ewk_settings.h: Added.
     38
     392010-03-17  Leandro Pereira  <leandro@profusion.mobi>
     40
     41        Reviewed by Kenneth Rohde Christiansen.
     42
     43        Add default theme files to efl/DefaultTheme.
     44        http://webkit.org/b/36240
     45
     46        * efl/DefaultTheme/widget/radio/img_radio_on.png: Added.
     47        * efl/DefaultTheme/radio/img_radio_off_hover.png: Added.
     48        * efl/DefaultTheme/radio/img_radio_on_hover.png: Added.
     49        * efl/DefaultTheme/radio/img_radio_off.png: Added.
     50        * efl/DefaultTheme/radio/img_radio_off_focus.png: Added.
     51        * efl/DefaultTheme/radio/img_radio_on_focus.png: Added.
     52        * efl/DefaultTheme/combo/combo_normal.png: Added.
     53        * efl/DefaultTheme/combo/combo_focus_button.png: Added.
     54        * efl/DefaultTheme/combo/combo_hover_button.png: Added.
     55        * efl/DefaultTheme/combo/combo_hover.png: Added.
     56        * efl/DefaultTheme/combo/combo_focus.png: Added.
     57        * efl/DefaultTheme/combo/combo_press_button.png: Added.
     58        * efl/DefaultTheme/combo/combo_normal_button.png: Added.
     59        * efl/DefaultTheme/combo/combo_press.png: Added.
     60        * efl/DefaultTheme/combo/icon.png: Added.
     61        * efl/DefaultTheme/file/file_normal.png: Added.
     62        * efl/DefaultTheme/file/file_press.png: Added.
     63        * efl/DefaultTheme/file/file_hover.png: Added.
     64        * efl/DefaultTheme/file/file_focus.png: Added.
     65        * efl/DefaultTheme/search/cancel/cancel_normal_button.png: Added.
     66        * efl/DefaultTheme/search/cancel/cancel_normal_button2.png: Added.
     67        * efl/DefaultTheme/search/decoration/decoration_normal_button.png: Added.
     68        * efl/DefaultTheme/search/field/field_focused.png: Added.
     69        * efl/DefaultTheme/search/field/field_normal.png: Added.
     70        * efl/DefaultTheme/search/field/field_hovered.png: Added.
     71        * efl/DefaultTheme/entry/img_normal.png: Added.
     72        * efl/DefaultTheme/entry/img_hovered.png: Added.
     73        * efl/DefaultTheme/entry/img_focused.png: Added.
     74        * efl/DefaultTheme/check/img_check_off_hover.png: Added.
     75        * efl/DefaultTheme/check/img_check_on.png: Added.
     76        * efl/DefaultTheme/check/img_check_off_focus.png: Added.
     77        * efl/DefaultTheme/check/img_check_on_focus.png: Added.
     78        * efl/DefaultTheme/check/img_check_off.png: Added.
     79        * efl/DefaultTheme/check/img_check_on_hover.png: Added.
     80        * efl/DefaultTheme/scrollbar/scrollbar_knob_h.png: Added.
     81        * efl/DefaultTheme/scrollbar/scrollbar_knob_v.png: Added.
     82        * efl/DefaultTheme/scrollbar/scrollbar_hilight.png: Added.
     83        * efl/DefaultTheme/scrollbar/scrollbar_v.png: Added.
     84        * efl/DefaultTheme/scrollbar/scrollbar_h.png: Added.
     85        * efl/DefaultTheme/button/img_button_normal.png: Added.
     86        * efl/DefaultTheme/button/img_button_focus.png: Added.
     87        * efl/DefaultTheme/button/img_button_hover.png: Added.
     88        * efl/DefaultTheme/button/img_button_press.png: Added.
     89
     902010-03-17  Leandro Pereira  <leandro@profusion.mobi>
     91
     92        Reviewed by Kenneth Rohde Christiansen.
     93
     94        Add EFL example browser to efl/EWebLauncher.
     95        http://webkit.org/b/36176
     96
     97        * efl/EWebLauncher/main.c: Added.
     98
     992010-03-16  Leandro Pereira  <leandro@profusion.mobi>
     100
     101        Reviewed by Kenneth Rohde Christiansen.
     102
     103        Add EFL port files to efl/WebCoreSupport.
     104        http://webkit.org/b/35916
     105
     106        * efl/WebCoreSupport/ContextMenuClientEfl.cpp: Added.
     107        * efl/WebCoreSupport/ContextMenuClientEfl.h: Added.
     108
     1092010-03-16  Yury Semikhatsky  <yurys@chromium.org>
     110
     111        Reviewed by Pavel Feldman.
     112
     113        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.
     114
     115        Introduce InspectorFrontendClient that would provide InspectorFrontend with an interface to the embedder
     116        https://bugs.webkit.org/show_bug.cgi?id=35036
     117
     118        * efl/WebCoreSupport/InspectorClientEfl.cpp:
     119        (WebCore::InspectorClientEfl::openInspectorFrontend):
     120        * efl/WebCoreSupport/InspectorClientEfl.h:
     121
     1222010-03-13  Leandro Pereira  <leandro@profusion.mobi>
     123
     124        Reviewed by Kenneth Rohde Christiansen.
     125
     126        Add EFL port files to efl/ewk.
     127        http://webkit.org/b/35925
     128
     129        * efl/ewk/ewk_history.cpp: Added.
     130        * efl/ewk/ewk_history.h: Added.
     131
     1322010-03-13  Leandro Pereira  <leandro@profusion.mobi>
     133
     134        Reviewed by Kenneth Rohde Christiansen.
     135
     136        Add EFL port files to efl/ewk.
     137        http://webkit.org/b/35928
     138
     139        * efl/ewk/ewk_main.cpp: Added.
     140        * efl/ewk/ewk_main.h: Added.
     141
     1422010-03-13  Leandro Pereira  <leandro@profusion.mobi>
     143
     144        Reviewed by Kenneth Rohde Christiansen.
     145
     146        Add EFL port files to efl/ewk.
     147        http://webkit.org/b/35924
     148
     149        * efl/ewk/ewk_frame.cpp: Added.
     150        * efl/ewk/ewk_frame.h: Added.
     151
     1522010-03-13  Leandro Pereira  <leandro@profusion.mobi>
     153
     154        Reviewed by Kenneth Rohde Christiansen.
     155
     156        Add EFL port files to efl/ewk.
     157        http://webkit.org/b/35936
     158
     159        * efl/ewk/ewk_view_single.c: Added.
     160
     1612010-03-13  Leandro Pereira  <leandro@profusion.mobi>
     162
     163        Reviewed by Kenneth Rohde Christiansen.
     164
     165        Add EFL port files to efl/ewk.
     166        http://webkit.org/b/35929
     167
     168        * efl/ewk/ewk_util.cpp: Added.
     169        * efl/ewk/ewk_util.h: Added.
     170
     1712010-03-13  Leandro Pereira  <leandro@profusion.mobi>
     172
     173        Reviewed by Kenneth Rohde Christiansen.
     174
     175        Add EFL port files to efl/ewk.
     176        http://webkit.org/b/35934
     177
     178        * efl/ewk/EWebKit.h: Added.
     179        * efl/ewk/ewk_eapi.h: Added.
     180        * efl/ewk/ewk_logging.h: Added.
     181        * efl/ewk/ewk_private.h: Added.
     182
     1832010-03-11  Leandro Pereira  <leandro@profusion.mobi>
     184
     185        Reviewed by Gustavo Noronha Silva.
     186
     187        Add EFL port files to efl/WebCoreSupport.
     188        http://webkit.org/b/35917
     189
     190        * efl/WebCoreSupport/InspectorClientEfl.h: Added.
     191        * efl/WebCoreSupport/InspectorClientEfl.cpp: Added.
     192
     1932010-03-11  Leandro Pereira  <leandro@profusion.mobi>
     194
     195        Reviewed by Gustavo Noronha Silva.
     196
     197        Add EFL port files to efl/WebCoreSupport.
     198        http://webkit.org/b/35914
     199
     200        * efl/WebCoreSupport/DragClientEfl.h: Added.
     201        * efl/WebCoreSupport/DragClientEfl.cpp: Added.
     202
     2032010-03-11  Simon Fraser  <simon.fraser@apple.com>
     204
     205        Reviewed by Mark Rowe.
     206
     207        Sort the project file.
     208
     209        * WebKit.xcodeproj/project.pbxproj:
     210
     2112010-03-10  Leandro Pereira  <leandro@profusion.mobi>
     212
     213        Reviewed by Holger Freyther.
     214
     215        Add EFL port files to efl/WebCoreSupport.
     216        http://webkit.org/b/35913
     217
     218        * efl/WebCoreSupport/ChromeClientEfl.cpp: Added.
     219        * efl/WebCoreSupport/ChromeClientEfl.h: Added.
     220
     2212010-03-09  John Sullivan  <sullivan@apple.com>
     222
     223        Fixed localized string key collision. update-webkit-localized-strings now
     224        runs without errors.
     225
     226        Reviewed by Adam Roben.
     227
     228        * English.lproj/Localizable.strings:
     229        Regenerated.
     230
     2312010-03-09  John Sullivan  <sullivan@apple.com>
     232
     233        * StringsNotToBeLocalized.txt:
     234        Brought this file up to date. update-webkit-localizable-strings still lists
     235        one key collision, but that's a separate issue.
     236
     2372010-03-04  Mark Rowe  <mrowe@apple.com>
     238
     239        Reviewed by Sam Weinig.
     240
     241        Add a script to verify that WebKit framework headers are internally consistent.
     242
     243        * WebKit.xcodeproj/project.pbxproj: Run the script during the build and fail with
     244        an error should the consistency check fail.
     245
     2462010-02-25  Alexey Proskuryakov  <ap@apple.com>
     247
     248        Reviewed by Geoffrey Garen.
     249
     250        https://bugs.webkit.org/show_bug.cgi?id=35394
     251        <rdar://problem/7685262> Make passing objects between Java and plug-ins work
     252
     253        * WebKit.xcodeproj/project.pbxproj: Added new files.
     254
     2552010-02-04  Mark Rowe  <mrowe@apple.com>
     256
     257        Reviewed by Timothy Hatcher.
     258
     259        Build fix.  Remove a symbol corresponding to an inline function from the linker export
     260        file to prevent a weak external failure.
     261
     262        * WebKit.xcodeproj/project.pbxproj: Accommodate rename of script.
     263
     2642010-02-04  John Sullivan  <sullivan@apple.com>
     265
     266        https://bugs.webkit.org/show_bug.cgi?id=34611
     267        WebLocalizedString() could use an assertion that it is being called on the main thread
     268
     269        Reviewed by Tim Hatcher.
     270
     271        * WebKit.xcodeproj/project.pbxproj:
     272        Updated for renamed file (WebLocalizableStrings.m -> WebLocalizableStrings.mm)
     273
     2742010-01-29  Mark Rowe  <mrowe@apple.com>
     275
     276        Sort Xcode projects.
     277
     278        * WebKit.xcodeproj/project.pbxproj:
     279
     2802010-01-19  Dan Bernstein  <mitz@apple.com>
     281
     282        Redo DumpRenderTree build fix without making WebTypesInternal.h a private header
     283
     284        * WebKit.xcodeproj/project.pbxproj:
     285
     2862010-01-19  Simon Fraser  <simon.fraser@apple.com>
     287
     288        Build fix, no review.
     289
     290        Fix build of DumpRenderTree by making the header WebTypesInternal.h Private
     291        in WebKit.
     292
     293        * WebKit.xcodeproj/project.pbxproj:
     294
     2952010-01-19  Jon Honeycutt  <jhoneycutt@apple.com>
     296
     297        MSAA: The child <option> elements of a non-multiple <select> are not
     298        exposed
     299
     300        https://bugs.webkit.org/show_bug.cgi?id=33773
     301        <rdar://problem/7550556>
     302
     303        Reviewed by Alice Liu.
     304
     305        * English.lproj/Localizable.strings:
     306        Add new localized strings.
     307
     3082010-01-13  Kevin Decker  <kdecker@apple.com>
     309
     310        Reviewed by Mark Rowe.
     311
     312        https://bugs.webkit.org/show_bug.cgi?id=33610
     313        <rdar://problem/7288546> Silverlight full screen performance problem seen on Snow Leopard.
     314
     315         * WebKit.xcodeproj/project.pbxproj: Link the project against OpenGL.
     316
     3172009-12-25  Darin Adler  <darin@apple.com>
     318
     319        * StringsNotToBeLocalized.txt: Updated for recent changes.
     320
     3212009-12-18  Dan Bernstein  <mitz@apple.com>
     322
     323        Updated localizable strings after r52368
     324
     325        * English.lproj/Localizable.strings:
     326
     3272009-12-18  Sam Weinig  <sam@webkit.org>
     328
     329        Reviewed by Dan Bernstein.
     330
     331        Add Mac WebKit side of the client based geolocation provider.
     332
     333        * WebKit.xcodeproj/project.pbxproj:
     334
     3352009-12-16  Mark Rowe  <mrowe@apple.com>
     336
     337        Build fix.  Disable debug variants of WebKit frameworks.
     338
     339        * WebKit.xcodeproj/project.pbxproj:
     340
     3412009-12-16  John Sullivan  <sullivan@apple.com>
     342
     343        Brought this file up to date, sans review.
     344
     345        * StringsNotToBeLocalized.txt:
     346
     3472009-11-30  Mark Rowe  <mrowe@apple.com>
     348
     349        Use the correct path to Info.plist to avoid creating an empty file at the top of the WebKit directory.
     350
     351        * WebKit.xcodeproj/project.pbxproj:
     352
     3532009-11-24  Dmitry Titov  <dimich@chromium.org>
     354
     355        Reviewed by Eric Seidel.
     356
     357        Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
     358        https://bugs.webkit.org/show_bug.cgi?id=31444
     359
     360        * chromium/features.gypi:
     361
     3622009-11-24  Mark Rowe  <mrowe@apple.com>
     363
     364        Fix production builds where the source tree may be read-only.
     365
     366        * WebKit.xcodeproj/project.pbxproj:
     367
     3682009-11-20  Dave Hyatt  <hyatt@apple.com>
     369
     370        Reviewed by Oliver Hunt and Jon Honeycutt.
     371
     372        Add support for WebSerializedJSValue to WebKit.  This object wraps the SerializedScriptValue functionality in WebCore
     373        and exposes the ability to do JS value serialization/deserialization to WebKit clients.
     374
     375        * WebKit.xcodeproj/project.pbxproj:
     376
     3772009-11-20  Chris Fleizach  <cfleizach@apple.com>
     378
     379        Reviewed by Beth Dakin.
     380
     381        WAI-ARIA: add support for 'math' role
     382        https://bugs.webkit.org/show_bug.cgi?id=31706
     383
     384        * English.lproj/Localizable.strings:
     385        * StringsNotToBeLocalized.txt:
     386
     3872009-11-19  Eric Carlson  <eric.carlson@apple.com>
     388
     389        Reviewed by Dan Bernstein.
     390
     391        <rdar://problem/7035231>
     392        Support closed caption in <video> element
     393
     394        * English.lproj/Localizable.strings:
     395            Add strings for toggle captions button.
     396
     3972009-11-18  Michelangelo De Simone  <micdesim@gmail.com>
     398
     399        Reviewed by Darin Adler.
     400
     401        Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
     402        Support for validationMessage attribute, as per HTML5 specs.
     403
     404        * English.lproj/Localizable.strings: new localizable strings
     405
     4062009-11-18  Sam Weinig  <sam@webkit.org>
     407
     408        Reviewed by Anders Carlsson.
     409
     410        Make the Mac Geolocation API async.
     411
     412        * WebKit.xcodeproj/project.pbxproj: Remove WebGeolocation.
     413
     4142009-11-13  Adam Roben  <aroben@apple.com>
     415
     416        Add WebFrameLoadDelegatePrivat.h to WebKit.xcodeproj
     417
     418        Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
     419        window objects in isolated worlds are cleared
     420
     421        Reviewed by Dave Hyatt.
     422
     423        * WebKit.xcodeproj/project.pbxproj: Added
     424        WebFrameLoadDelegatePrivate.h, which already existed.
     425
     4262009-11-12  Adam Roben  <aroben@apple.com>
     427
     428        Replace worldIDs with world objects
     429
     430        Part of <http://webkit.org/b/31414> Implement new SPI for dealing with
     431        user scripts/stylesheets and isolated worlds
     432
     433        Reviewed by Sam Weinig.
     434
     435        * WebKit.xcodeproj/project.pbxproj: Added WebScriptWorld to the project.
     436
     4372009-11-12  Chris Fleizach  <cfleizach@apple.com>
     438
     439        Reviewed by Darin Adler.
     440
     441        ARIA: add alert type roles
     442        https://bugs.webkit.org/show_bug.cgi?id=31392
     443
     444        * English.lproj/Localizable.strings:
     445        * StringsNotToBeLocalized.txt:
     446
     4472009-11-02  Eric Carlson  <eric.carlson@apple.com>
     448
     449        Reviewed by John Sullivan and Mark Rowe.
     450
     451        <rdar://problem/7356733> Voiceover does not read correct media controller time values
     452       
     453        Fix localized strings for media controller time values.
     454
     455        * English.lproj/Localizable.strings:
     456
     4572009-11-02  Chris Fleizach  <cfleizach@apple.com>
     458
     459        Reviewed by Beth Dakin.
     460
     461        Support ARIA "tab" roles
     462        https://bugs.webkit.org/show_bug.cgi?id=30842
     463
     464        Add a localizable string for tab panel.
     465
     466        * English.lproj/Localizable.strings:
     467        * StringsNotToBeLocalized.txt:
     468
    14692009-10-27  Dan Bernstein  <mitz@apple.com>
    2470
Note: See TracChangeset for help on using the changeset viewer.