WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
133393
-[WKProcessPoolConfiguration setCachePartitionedURLSchemes:] should do a deep copy
https://bugs.webkit.org/show_bug.cgi?id=133393
Summary
-[WKProcessPoolConfiguration setCachePartitionedURLSchemes:] should do a deep...
Anders Carlsson
Reported
2014-05-29 16:58:32 PDT
-[WKProcessPoolConfiguration setCachePartitionedURLSchemes:] should do a deep copy
Attachments
Patch
(1.58 KB, patch)
2014-05-29 16:58 PDT
,
Anders Carlsson
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-05-29 16:58:42 PDT
Created
attachment 232271
[details]
Patch
mitz
Comment 2
2014-05-29 17:03:21 PDT
Comment on
attachment 232271
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=232271&action=review
> Source/WebKit2/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.mm:-55 > - _cachePartitionedURLSchemes = adoptNS([cachePartitionedURLSchemes copy]);
Just use -[NSArray initWithArray:copyItems:].
mitz
Comment 3
2014-05-29 17:06:56 PDT
Comment on
attachment 232271
[details]
Patch r=me if you address the comment
Anders Carlsson
Comment 4
2014-05-29 17:10:10 PDT
Committed
r169477
: <
http://trac.webkit.org/changeset/169477
>
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