Changes between Version 38 and Version 39 of WebKitGTK


Ignore:
Timestamp:
Mar 1, 2019 1:51:57 AM (5 years ago)
Author:
Fujii Hironori
Comment:

GTK+ → GTK

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK

    v38 v39  
    11[[PageOutline]]
    22
    3 = WebKitGTK+ =
     3= WebKitGTK =
    44
    5 The GTK+ port of WebKit is intended to provide a browser component for the portable [http://www.gtk.org/ GTK+] UI toolkit. WebKitGTK+ is developed within the official WebKit SVN. The [http://build.webkit.org/ WebKit Buildbot] provides continuous build and layout tests.
     5The GTK port of WebKit is intended to provide a browser component for the portable [http://www.gtk.org/ GTK] UI toolkit. WebKitGTK is developed within the official WebKit SVN. The [http://build.webkit.org/ WebKit Buildbot] provides continuous build and layout tests.
    66
    7 To handle stability and security support, the GTK+ port issues periodic [wiki:"WebKitGTK/StableRelease" stable releases].
     7To handle stability and security support, the GTK port issues periodic [wiki:"WebKitGTK/StableRelease" stable releases].
    88
    9 Developers interested in using or contributing to the GTK+ port should be willing to get their hands dirty at this stage. Patches are welcome on the [http://bugs.webkit.org/ bug tracker] and help is readily available at #webkitgtk+ on irc.freenode.net and the [http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk mailing list] for developers who want to learn the ropes.
     9Developers interested in using or contributing to the GTK port should be willing to get their hands dirty at this stage. Patches are welcome on the [http://bugs.webkit.org/ bug tracker] and help is readily available at #webkitgtk on irc.freenode.net and the [http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk mailing list] for developers who want to learn the ropes.
    1010
    1111== Building ==
     
    2828=== Reporting Bugs ===
    2929
    30 You can file a bug against WebKitGTK+ by using [https://bugs.webkit.org/enter_bug.cgi?assigned_to=webkit-unassigned%40lists.webkit.org&attachurl=&blocked=&bug_file_loc=http://&bug_severity=Normal&bug_status=NEW&comment=&component=WebKit%20Gtk&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text/plain&data=&dependson=&description=&flag_type-1=X&flag_type-3=X&flag_type-4=X&form_name=enter_bug&keywords=GTK&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&priority=P3&product=WebKit&rep_platform=PC&short_desc=%5BGTK%5D%20 this template]. Remember to include the version of WebKitGTK+ or revision number / commit hash that you are using in the bug summary. It's very important to include a minimal, reproducible test case, whether it be a snippet of HTML or a bit of C code. The QtWebKit port has provided some excellent [QtWebKitBugs tips] for good bug reports.
     30You can file a bug against WebKitGTK by using [https://bugs.webkit.org/enter_bug.cgi?assigned_to=webkit-unassigned%40lists.webkit.org&attachurl=&blocked=&bug_file_loc=http://&bug_severity=Normal&bug_status=NEW&comment=&component=WebKit%20Gtk&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text/plain&data=&dependson=&description=&flag_type-1=X&flag_type-3=X&flag_type-4=X&form_name=enter_bug&keywords=GTK&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&priority=P3&product=WebKit&rep_platform=PC&short_desc=%5BGTK%5D%20 this template]. Remember to include the version of WebKitGTK or revision number / commit hash that you are using in the bug summary. It's very important to include a minimal, reproducible test case, whether it be a snippet of HTML or a bit of C code. The QtWebKit port has provided some excellent [QtWebKitBugs tips] for good bug reports.
    3131
    3232=== Running Tests ===
     
    4141== Distributions ==
    4242
    43 The WebKit/GTK+ API follows a stable additions-only policy. The core engine is continually being stabilised and is suitable for most embedding tasks. Distributors should get in touch with the upstream maintainers to be sure they're packaging the correct version.
     43The WebKit/GTK API follows a stable additions-only policy. The core engine is continually being stabilised and is suitable for most embedding tasks. Distributors should get in touch with the upstream maintainers to be sure they're packaging the correct version.
    4444
    4545We have posted some detailed information about [wiki:WebKitGTK/StableRelease WebKitGTK+ Stable Releases].
     
    4747=== Debian ===
    4848
    49 Debian Unstable provides experimental WebKit/GTK+ packages by Mike Hommey.
     49Debian Unstable provides experimental WebKit/GTK packages by Mike Hommey.
    5050
    5151 Debian has organised a packaging team for WebKit:
     
    6161}}}
    6262
    63 Ebuilds for unstable branch of WebKitGTK+ are available from gnome-overlay.
     63Ebuilds for unstable branch of WebKitGTK are available from gnome-overlay.
    6464
    6565=== Lunar-Linux ===
    6666
    67 Lunar provides an experimental/development module for WebKit/GTK+.  It can be found in the moonbase in the experimental (zbeta) section under the name 'WebKit.'
     67Lunar provides an experimental/development module for WebKit/GTK.  It can be found in the moonbase in the experimental (zbeta) section under the name 'WebKit.'
    6868
    6969= Further links =
    7070
    7171 * [ApplicationsGtk Applications using this Gtk port]
    72  * [wiki:"HackingGtk" the hacker's guide to WebKit/GTK+].
     72 * [wiki:"HackingGtk" the hacker's guide to WebKit/GTK].
    7373 * [wiki:"WebKitGTK/KeepingTheTreeGreen" help keep the buildbots happy. and green].
    7474 * [wiki:"WebKitGTK/StableRelease" Stable releases]
    75  * [wiki:"WebKitGTK/Releasing" Making a release of WebKit/GTK+]
     75 * [wiki:"WebKitGTK/Releasing" Making a release of WebKit/GTK]
    7676 * [wiki:"WebKitGTK/TrackingMemoryErrors" Tracking memory errors and leaks]
    77  * [wiki:"WebKitGTK/Wayland" WebKitGTK+ Wayland support]
     77 * [wiki:"WebKitGTK/Wayland" WebKitGTK Wayland support]
    7878 * [wiki:"WebKitGTK/DependenciesPolicy" Dependencies policy]