WebKit Bugzilla
Attachment 369290 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
bug-197663-20190507190808.patch (text/plain), 1.69 KB, created by
Adrian Perez
on 2019-05-07 09:08:10 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2019-05-07 09:08:10 PDT
Size:
1.69 KB
patch
obsolete
>Subversion Revision: 245009 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 88ce45ee303d8a8e33e9b3d41a62ad179616778e..3fa7f2e7af1034e0cf95560d4c84f13f94983556 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 NOBODY (OOPS!). >+ >+ * 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:enabl-media property. >+ > 2019-05-07 Wenson Hsieh <wenson_hsieh@apple.com> > > [macOS] Avoid crashing the UI process when writing empty data to the pasteboard >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