WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
51510
WebKit2 needs a way to return the main resource data
https://bugs.webkit.org/show_bug.cgi?id=51510
Summary
WebKit2 needs a way to return the main resource data
Darin Adler
Reported
2010-12-22 17:20:55 PST
WebKit2 needs a way to return the main resource data
Attachments
Patch
(16.32 KB, patch)
2010-12-22 17:25 PST
,
Darin Adler
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2010-12-22 17:25:19 PST
Created
attachment 77284
[details]
Patch
Anders Carlsson
Comment 2
2010-12-22 17:37:14 PST
Comment on
attachment 77284
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=77284&action=review
> WebKit2/WebProcess/WebPage/WebPage.cpp:952 > + if (RefPtr<SharedBuffer> buffer = loader->mainResourceData())
It would be better to move the RefPtr<SharedBuffer> declaration out so that it has the same scope as the dataReference object itself.
Darin Adler
Comment 3
2010-12-22 17:46:21 PST
Committed
r74527
: <
http://trac.webkit.org/changeset/74527
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug