Bug 53330 - Need InjectedBundle API to get the response MIMEType for a URL
Summary: Need InjectedBundle API to get the response MIMEType for a URL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-28 13:45 PST by Brady Eidson
Modified: 2011-01-28 14:48 PST (History)
0 users

See Also:


Attachments
Patch v1 (7.41 KB, patch)
2011-01-28 13:48 PST, Brady Eidson
sullivan: review+
beidson: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2011-01-28 13:45:27 PST
Need InjectedBundle API to get the response MIMEType for a URL
Comment 1 Brady Eidson 2011-01-28 13:48:00 PST
Created attachment 80491 [details]
Patch v1
Comment 2 John Sullivan 2011-01-28 14:44:46 PST
Comment on attachment 80491 [details]
Patch v1

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

> Source/WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp:276
> +    // FIXME: Implement

It would be good to include a bug number here.
Comment 3 Brady Eidson 2011-01-28 14:47:56 PST
Thanks for the review!

(In reply to comment #2)
> (From update of attachment 80491 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=80491&action=review
> 
> > Source/WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp:276
> > +    // FIXME: Implement
> 
> It would be good to include a bug number here.

There are many such empty methods in the Qt port that don't have bug numbers, so I'm not sure the value of starting with this one.
Comment 4 Brady Eidson 2011-01-28 14:48:50 PST
Landed in r76993