Changeset 128282 in webkit


Ignore:
Timestamp:
Sep 12, 2012 2:38:58 AM (12 years ago)
Author:
abecsi@webkit.org
Message:

[Qt] Add module identifier directive to the qmldir files
https://bugs.webkit.org/show_bug.cgi?id=96406

Reviewed by Simon Hausmann.

Qt5 QML modules need to be identified. Type registrations are only permitted
into the namespace identified in the qmldir file's module identifier directive.
Additionally this also facilitates the protection against external registrations.
This patch suppresses a warning when importing the QtWebKit module.

  • declarative/experimental/qmldir:
  • declarative/qmldir:
Location:
trunk/Source/WebKit/qt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/ChangeLog

    r128210 r128282  
     12012-09-12  Andras Becsi  <andras.becsi@nokia.com>
     2
     3        [Qt] Add module identifier directive to the qmldir files
     4        https://bugs.webkit.org/show_bug.cgi?id=96406
     5
     6        Reviewed by Simon Hausmann.
     7
     8        Qt5 QML modules need to be identified. Type registrations are only permitted
     9        into the namespace identified in the qmldir file's module identifier directive.
     10        Additionally this also facilitates the protection against external registrations.
     11        This patch suppresses a warning when importing the QtWebKit module.
     12
     13        * declarative/experimental/qmldir:
     14        * declarative/qmldir:
     15
    1162012-09-11  Marcelo Lira  <marcelo.lira@openbossa.org>
    217
  • trunk/Source/WebKit/qt/declarative/experimental/qmldir

    r100619 r128282  
     1module QtWebKit.experimental
    12plugin qmlwebkitexperimentalplugin
  • trunk/Source/WebKit/qt/declarative/qmldir

    r61325 r128282  
     1module QtWebKit
    12plugin qmlwebkitplugin
Note: See TracChangeset for help on using the changeset viewer.