Bug 51032 - [GTK] Fix several issues in r73858
Summary: [GTK] Fix several issues in r73858
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 06:22 PST by Carlos Garcia Campos
Modified: 2010-12-14 08:11 PST (History)
1 user (show)

See Also:


Attachments
Patch to fix the issues (4.93 KB, patch)
2010-12-14 06:26 PST, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2010-12-14 06:22:44 PST
- It uses both glib private data and it allocates its own private structure
- It calls parent's dispose method from finalize
- webkit_web_plugin_get_mimetypes() uses a wrong annotation for the returned value, it should be transfer none rather than transfer container.
- Since the mime type list is internal and we return the list and not a copy, it should never be freed by the caller, so webkit_web_plugin_mime_type_list_free() should be removed from the public API.
- Mime types list is used uninitialized
- Mention in the docs that list returned by webkit_web_plugin_database_get_plugins() must be freed with webkit_web_plugin_database_plugins_list_free()
Comment 1 Carlos Garcia Campos 2010-12-14 06:26:09 PST
Created attachment 76531 [details]
Patch to fix the issues
Comment 2 Xan Lopez 2010-12-14 06:31:56 PST
Comment on attachment 76531 [details]
Patch to fix the issues

View in context: https://bugs.webkit.org/attachment.cgi?id=76531&action=review

> WebKit/gtk/webkit/webkitwebplugin.cpp:55
>  

Are both of these NULL-safe?
Comment 3 Xan Lopez 2010-12-14 06:34:53 PST
Comment on attachment 76531 [details]
Patch to fix the issues

Seems they are.
Comment 4 WebKit Commit Bot 2010-12-14 07:55:40 PST
Comment on attachment 76531 [details]
Patch to fix the issues

Clearing flags on attachment: 76531

Committed r74026: <http://trac.webkit.org/changeset/74026>
Comment 5 WebKit Commit Bot 2010-12-14 07:55:45 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 WebKit Commit Bot 2010-12-14 08:11:48 PST
The commit-queue encountered the following flaky tests while processing attachment 76531 [details]:

fast/loader/recursive-before-unload-crash.html bug 50880 (authors: beidson@apple.com and eric@webkit.org)
fast/preloader/script.html bug 50879 (author: abarth@webkit.org)
The commit-queue is continuing to process your patch.