[webkit-reviews] review requested: [Bug 45663] Web Inspector: [Resources panel] [HAR] Need a way to save timing data. : [Attachment 67785] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 05:36:34 PDT 2010


Andrey Kosyakov <caseq at chromium.org> has asked	for review:
Bug 45663: Web Inspector: [Resources panel] [HAR] Need a way to save timing
data.
https://bugs.webkit.org/show_bug.cgi?id=45663

Attachment 67785: patch
https://bugs.webkit.org/attachment.cgi?id=67785&action=review

------- Additional Comments from Andrey Kosyakov <caseq at chromium.org>
- Added support to export HAR file from resource panel (disabled in Preferences
by default until raw headers & cookies available per pfeldman's request)
- Added support for top-level HAR archive (we used to only support HAREntry)

N.B.: the unreadable name of file we offer for download looks to be an immanent
effect of the underlying implementation: we use blobs to construct contents of
file on the client side, and have no way to apply Content-disposition there or
affect file name in the resulting blob URL returned by createBlobURL().


More information about the webkit-reviews mailing list