WebKit Bugzilla
Attachment 369311 Details for
Bug 197663
: [GTK][WPE] Cannot build documentation with gtk-doc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-197663-20190507221639.patch (text/plain), 1.71 KB, created by
Adrian Perez
on 2019-05-07 12:16:40 PDT
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2019-05-07 12:16:40 PDT
Size:
1.71 KB
patch
obsolete
>Subversion Revision: 245023 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 7cb4a7c6935ecba83d3f695e052bef919358fedb..3b55ea6f6442867f510e71b4e329bafef6059a49 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,15 @@ >+2019-05-07 Adrian Perez de Castro <aperez@igalia.com> >+ >+ [GTK][WPE] Cannot build documentation with gtk-doc >+ https://bugs.webkit.org/show_bug.cgi?id=197663 >+ >+ Reviewed by Philippe Normand. >+ >+ * UIProcess/API/glib/WebKitSettings.cpp: >+ (webkit_settings_class_init): Escape content which gets wrongly interpreted as >+ SGML tags by gtk-doc as Markdown preformatted content, which fits well for the >+ tag names in the documentation for the WebKitSettings:enable-media property. >+ > 2019-05-07 John Wilander <wilander@apple.com> > > Change IsITPFirstPartyWebsiteDataRemovalEnabled from DEFAULT_EXPERIMENTAL_FEATURES_ENABLED to true. >diff --git a/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp b/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp >index 023b14c33f4dbc73dfc3448c3fe6f66bfc4b6372..657b1febf5d1ee326126704cc21da95e6437f8c8 100644 >--- a/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp >+++ b/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp >@@ -1505,7 +1505,7 @@ static void webkit_settings_class_init(WebKitSettingsClass* klass) > * WebKitSettings:enable-media: > * > * Enable or disable support for media playback on pages. This setting is enabled by >- * default. Disabling it means <audio>, <track> and <video> elements will have >+ * default. Disabling it means `<audio>`, `<track>` and `<video>` elements will have > * playback support disabled. > * > * Since: 2.26
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197663
:
369290
| 369311