Bug 55934 - [GTK] Implement ResourceRequest and ResourceResponse encoder/decoder
Summary: [GTK] Implement ResourceRequest and ResourceResponse encoder/decoder
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: 2011-03-08 04:22 PST by Alejandro G. Castro
Modified: 2011-06-16 09:03 PDT (History)
4 users (show)

See Also:


Attachments
patch for ResourceRequest and ResourceResponse encoder/decoder (7.13 KB, patch)
2011-06-15 03:41 PDT, SangYong Park
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2011-03-08 04:22:44 PST
We have to implement the proper encoder and decoder to make the policy work, currently we just have a stub to make the communication work, check:

  - Source/WebKit2/Shared/gtk/WebCoreArgumentCodersGtk.cpp
Comment 1 SangYong Park 2011-06-14 23:32:27 PDT
Would you like to make patch for this bug? if not, can I make it?
Comment 2 Alejandro G. Castro 2011-06-15 00:09:48 PDT
(In reply to comment #1)
> Would you like to make patch for this bug? if not, can I make it?

Please go ahead :), thanks.
Comment 3 SangYong Park 2011-06-15 03:41:32 PDT
Created attachment 97270 [details]
patch for ResourceRequest and ResourceResponse encoder/decoder
Comment 4 Martin Robinson 2011-06-15 08:51:55 PDT
CCing svillar who might have some opinions about whether or not it be good to do this with gvariant.
Comment 5 Sergio Villar Senin 2011-06-16 07:53:37 PDT
(In reply to comment #4)
> CCing svillar who might have some opinions about whether or not it be good to do this with gvariant.

I'd say, if we have tools in WebKit to do it then let's do it that way. Doing it with GVariant wouldn't outcome simpler code.
Comment 6 Martin Robinson 2011-06-16 08:14:33 PDT
Comment on attachment 97270 [details]
patch for ResourceRequest and ResourceResponse encoder/decoder

Okay. Seems sane!
Comment 7 WebKit Review Bot 2011-06-16 09:03:27 PDT
Comment on attachment 97270 [details]
patch for ResourceRequest and ResourceResponse encoder/decoder

Clearing flags on attachment: 97270

Committed r89030: <http://trac.webkit.org/changeset/89030>
Comment 8 WebKit Review Bot 2011-06-16 09:03:31 PDT
All reviewed patches have been landed.  Closing bug.