WebKit Bugzilla
Attachment 358177 Details for
Bug 193068
: [GTK] Add missing autocleanups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193068-20190101193849.patch (text/plain), 2.46 KB, created by
Michael Catanzaro
on 2019-01-01 17:38:50 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2019-01-01 17:38:50 PST
Size:
2.46 KB
patch
obsolete
>Subversion Revision: 239541 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 94074c9bacf1ef4e1cdff6688204c7a9e978806a..a160708851e99c4ef620757de07f86f3c68d8b23 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-01 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ [WPE][GTK] Add missing autocleanups >+ https://bugs.webkit.org/show_bug.cgi?id=193068 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/API/gtk/WebKitAutocleanups.h: >+ > 2018-12-20 Yusuke Suzuki <yusukesuzuki@slowstart.org> > > Use Ref<> as much as possible >diff --git a/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h b/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h >index c32c099c049bd1c1e98fbcc9e6bbe90a5a607a81..8cc9f0f77622130342f70eab5f4bf2cf1ab7720f 100644 >--- a/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h >+++ b/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h >@@ -34,6 +34,7 @@ > #ifndef __GI_SCANNER__ > > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitAuthenticationRequest, g_object_unref) >+G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitAutomationSession, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitBackForwardList, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitBackForwardListItem, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitColorChooserRequest, g_object_unref) >@@ -52,6 +53,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitInstallMissingMediaPluginsPermissionRequest > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitNavigationPolicyDecision, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitNotification, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitNotificationPermissionRequest, g_object_unref) >+G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitOptionMenu, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitPermissionRequest, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitPlugin, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitPolicyDecision, g_object_unref) >@@ -72,6 +74,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebView, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteDataManager, g_object_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWindowProperties, g_object_unref) > >+G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitApplicationInfo, webkit_application_info_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitCredential, webkit_credential_free) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitJavascriptResult, webkit_javascript_result_unref) > G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitMimeInfo, webkit_mime_info_unref)
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
Flags:
cgarcia
:
review+
cgarcia
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193068
: 358177