add a flag to WebURLResponse so we can identify multipart content
Created attachment 49875 [details] Patch
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 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
(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!
Committed r55451: <http://trac.webkit.org/changeset/55451>