Bug 28979 - [GTK] Misc improvements to NetworkRequest
Summary: [GTK] Misc improvements to NetworkRequest
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-09-04 11:55 PDT by Gustavo Noronha (kov)
Modified: 2009-09-07 08:32 PDT (History)
0 users

See Also:


Attachments
fix documentation (2.04 KB, patch)
2009-09-04 11:57 PDT, Gustavo Noronha (kov)
jmalonzo: review+
gustavo: commit-queue-
Details | Formatted Diff | Diff
fix place where message is unreffed (2.68 KB, patch)
2009-09-04 12:00 PDT, Gustavo Noronha (kov)
jmalonzo: review+
gustavo: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2009-09-04 11:55:17 PDT
While working on NetworkResponse we noticed that some improvements are required in NetworkRequest's documentation, and internals. This bug is to track them.
Comment 1 Gustavo Noronha (kov) 2009-09-04 11:57:13 PDT
Created attachment 39078 [details]
fix documentation

simple doc fix =)
Comment 2 Gustavo Noronha (kov) 2009-09-04 12:00:33 PDT
Created attachment 39080 [details]
fix place where message is unreffed
Comment 3 Jan Alonzo 2009-09-04 15:17:40 PDT
Comment on attachment 39080 [details]
fix place where message is unreffed

r=me.
Comment 4 Jan Alonzo 2009-09-04 15:18:03 PDT
Comment on attachment 39078 [details]
fix documentation

r=me.
Comment 5 Gustavo Noronha (kov) 2009-09-07 08:32:34 PDT
Landed as r48116 and r48117.