Bug 35628

Summary: add a flag to WebURLResponse so we can identify multipart content
Product: WebKit Reporter: Tony Chang <tony>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: fishd
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch fishd: review+, fishd: commit-queue-

Description Tony Chang 2010-03-02 20:45:28 PST
add a flag to WebURLResponse so we can identify multipart content
Comment 1 Tony Chang 2010-03-02 20:45:51 PST
Created attachment 49875 [details]
Patch
Comment 2 Tony Chang 2010-03-02 20:46:51 PST
Comment on attachment 49875 [details]
Patch

This is the webkit side of http://codereview.chromium.org/661445.  This is to fix http://code.google.com/p/chromium/issues/detail?id=34350
Comment 3 Darin Fisher (:fishd, Google) 2010-03-02 22:11:47 PST
Comment on attachment 49875 [details]
Patch

> +++ b/WebCore/ChangeLog
> @@ -1,3 +1,17 @@
> +2010-03-02  Tony Chang  <tony@chromium.org>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        add a flag to WebURLResponse so we can identify multipart content
> +        https://bugs.webkit.org/show_bug.cgi?id=35628
> +
> +        No new tests. (OOPS!)

^^^ This oops is going to cause the commit-queue to barf.

Otherwise, r=me
Comment 4 Tony Chang 2010-03-02 22:14:03 PST
(In reply to comment #3)
> (From update of attachment 49875 [details])
> > +++ b/WebCore/ChangeLog
> > @@ -1,3 +1,17 @@
> > +2010-03-02  Tony Chang  <tony@chromium.org>
> > +
> > +        Reviewed by NOBODY (OOPS!).
> > +
> > +        add a flag to WebURLResponse so we can identify multipart content
> > +        https://bugs.webkit.org/show_bug.cgi?id=35628
> > +
> > +        No new tests. (OOPS!)
> 
> ^^^ This oops is going to cause the commit-queue to barf.
> 
> Otherwise, r=me

D'oh.  Will land manually.  Thanks for the fast review!
Comment 5 Tony Chang 2010-03-02 23:22:35 PST
Committed r55451: <http://trac.webkit.org/changeset/55451>