Bug 15575 - [GTK] Implement threading using GThread
Summary: [GTK] Implement threading using GThread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2007-10-20 05:09 PDT by Alp Toker
Modified: 2007-10-21 23:37 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.37 KB, patch)
2007-10-21 20:15 PDT, Mark Rowe (bdash)
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alp Toker 2007-10-20 05:09:48 PDT
The GTK+ port currently uses the pthread implementation. This can be re-implemented using the GLib threading API to provide greater portability.
Comment 1 Mark Rowe (bdash) 2007-10-20 22:23:09 PDT
I have a patch for this that's 90% done.  Just needs some minor tweaking before review.
Comment 2 Mark Rowe (bdash) 2007-10-21 20:15:58 PDT
Created attachment 16777 [details]
Patch
Comment 3 Mark Rowe (bdash) 2007-10-21 23:37:31 PDT
Landed in r26864.