[Webkit-unassigned] [Bug 113209] [Qt] docs: Fix module name format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 06:57:44 PDT 2013


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





--- Comment #4 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-03-27 07:00:10 PST ---
(From update of attachment 195281)
View in context: https://bugs.webkit.org/attachment.cgi?id=195281&action=review

I think you can ignore the EWS error, this patch can't be related to the failure.

> Source/WebKit/qt/declarative/experimental/plugin.cpp:52
> -        qWarning("\nWARNING: This project is using the experimental QML API extensions for QtWebKit and is therefore tied to a specific QtWebKit release.\n"
> +        qWarning("\nWARNING: This project is using the experimental QML API extensions for Qt WebKit and is therefore tied to a specific Qt WebKit release.\n"

I think this is not necessary, let's just fix the doc.
Everywhere else in the code, wiki and internet QtWebKit have been refered as QtWebKit without a space, it has been a module since the beginning unlike the rest of Qt.

> Source/WebKit/qt/examples/platformplugin/README:12
> -that will provide combo boxes popups to QtWebKit.
> +that will provide combo boxes popups to Qt WebKit.
>  
> -QtWebKit will look for the plugins automatically so there is no need to make any other configuration to
> +Qt WebKit will look for the plugins automatically so there is no need to make any other configuration to
>  put the plugin into use. To stop using the plugin just remove the directory $$[QT_INSTALL_PLUGINS]/webkit.
>  
>  A copy of qwebkitplatformplugin.h is provided with the example, as platform plugins should not depend
> -on the precense of QtWebKit to build.
> +on the precense of Qt WebKit to build.
>  
> -This plugin can provide popups for <select multiple> elements but to use this feature QtWebKit must be
> +This plugin can provide popups for <select multiple> elements but to use this feature Qt WebKit must be

ditto

> Tools/Scripts/webkitpy/layout_tests/port/qt.py:29
> -"""QtWebKit implementation of the Port interface."""
> +"""Qt WebKit implementation of the Port interface."""

ditto

> Tools/qmake/README:29
> -in Qt Creator, and for building QtWebKit. Normally you will build
> +in Qt Creator, and for building Qt WebKit. Normally you will build

ditto

> Tools/qmake/mkspecs/features/configure.prf:114
> -        addReasonForSkippingBuild("ICU is required. To build QtWebKit with Qt 5 you need to build Qt 5 with libICU support. Check for ICU support being mentioned in qtbase/config.summary.")
> +        addReasonForSkippingBuild("ICU is required. To build Qt WebKit with Qt 5 you need to build Qt 5 with libICU support. Check for ICU support being mentioned in qtbase/config.summary.")

ditto

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list