Bug 139261 - Make API::String copy the underlying strings if needed, for thread safety
Summary: Make API::String copy the underlying strings if needed, for thread safety
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks: 133936
  Show dependency treegraph
 
Reported: 2014-12-04 11:02 PST by Anders Carlsson
Modified: 2014-12-04 17:17 PST (History)
4 users (show)

See Also:


Attachments
Patch (7.68 KB, patch)
2014-12-04 11:05 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (24.36 KB, patch)
2014-12-04 16:39 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-12-04 11:02:09 PST
Make API::String copy the underlying strings if needed, for thread safety
Comment 1 Anders Carlsson 2014-12-04 11:05:00 PST
Created attachment 242575 [details]
Patch
Comment 2 Anders Carlsson 2014-12-04 16:39:37 PST
Created attachment 242598 [details]
Patch
Comment 3 Anders Carlsson 2014-12-04 17:02:45 PST
Committed r176826: <http://trac.webkit.org/changeset/176826>