Bug 99066 - Web Inspector: Preview HTML in ajax responses in network panel
Summary: Web Inspector: Preview HTML in ajax responses in network panel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 06:59 PDT by Vsevolod Vlasov
Modified: 2012-10-11 09:43 PDT (History)
10 users (show)

See Also:


Attachments
Patch (8.20 KB, patch)
2012-10-11 09:21 PDT, Vsevolod Vlasov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-10-11 06:59:11 PDT
Downstream bug: https://code.google.com/p/chromium/issues/detail?id=48389
Comment 1 Vsevolod Vlasov 2012-10-11 09:21:36 PDT
Created attachment 168239 [details]
Patch
Comment 2 Yury Semikhatsky 2012-10-11 09:35:11 PDT
Comment on attachment 168239 [details]
Patch

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

> Source/WebCore/inspector/front-end/ResourceUtils.js:239
> +    // If resource content is not available or won't fit a data URL, fall back to using original URL.

Please update the comment as there is no original URL anymore.
Comment 3 Vsevolod Vlasov 2012-10-11 09:43:17 PDT
Committed r131074: <http://trac.webkit.org/changeset/131074>