WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
117288
ResourceLoader::resourceData() should not return a PassRefPtr
https://bugs.webkit.org/show_bug.cgi?id=117288
Summary
ResourceLoader::resourceData() should not return a PassRefPtr
Carlos Garcia Campos
Reported
2013-06-06 04:58:28 PDT
ResourceLoader is the owner of the resource data and we don't really want to transfer the ownership in resourceData().
Attachments
Patch
(17.16 KB, patch)
2013-06-06 05:04 PDT
,
Carlos Garcia Campos
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2013-06-06 05:04:08 PDT
Created
attachment 203924
[details]
Patch
Darin Adler
Comment 2
2013-06-06 09:22:20 PDT
Comment on
attachment 203924
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=203924&action=review
> Source/WebCore/ChangeLog:10 > + Change ResourceLoader::resourceData() to return a raw pointer > + instead of a PassRefPtr since we don't want to transfer the > + ownership of the resource data. Also pass a raw pointer to
Definitely a good change.
> Source/WebCore/ChangeLog:14 > + CachedResource::data() so that the cached resource can decide > + whether to take a reference of the data or not, for example, > + CachedRawResource only takes a reference when buffering policy is > + BufferData.
Not sure this change is as good, but it’s OK.
Carlos Garcia Campos
Comment 3
2013-06-06 09:37:16 PDT
Committed
r151277
: <
http://trac.webkit.org/changeset/151277
>
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