Title: [128282] trunk/Source/WebKit/qt
Revision
128282
Author
[email protected]
Date
2012-09-12 02:38:58 -0700 (Wed, 12 Sep 2012)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (128281 => 128282)


--- trunk/Source/WebKit/qt/ChangeLog	2012-09-12 09:32:39 UTC (rev 128281)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-09-12 09:38:58 UTC (rev 128282)
@@ -1,3 +1,18 @@
+2012-09-12  Andras Becsi  <[email protected]>
+
+        [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:
+
 2012-09-11  Marcelo Lira  <[email protected]>
 
         Restore original value of mock scrollbars enabled in InternalSettings

Modified: trunk/Source/WebKit/qt/declarative/experimental/qmldir (128281 => 128282)


--- trunk/Source/WebKit/qt/declarative/experimental/qmldir	2012-09-12 09:32:39 UTC (rev 128281)
+++ trunk/Source/WebKit/qt/declarative/experimental/qmldir	2012-09-12 09:38:58 UTC (rev 128282)
@@ -1 +1,2 @@
+module QtWebKit.experimental
 plugin qmlwebkitexperimentalplugin

Modified: trunk/Source/WebKit/qt/declarative/qmldir (128281 => 128282)


--- trunk/Source/WebKit/qt/declarative/qmldir	2012-09-12 09:32:39 UTC (rev 128281)
+++ trunk/Source/WebKit/qt/declarative/qmldir	2012-09-12 09:38:58 UTC (rev 128282)
@@ -1 +1,2 @@
+module QtWebKit
 plugin qmlwebkitplugin
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to