Bug 107313

Summary: Objective-C API: Update documentation for JSValue and JSContext
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Mark Hahnenberg
Reported 2013-01-18 12:41:55 PST
After changing the semantics of object lifetime we need to update the API documentation to reflect the new semantics. This will primarily affect APIJSValue.h and JSContext.h.
Attachments
Patch (3.87 KB, patch)
2013-01-18 12:48 PST, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2013-01-18 12:48:46 PST
Geoffrey Garen
Comment 2 2013-01-18 12:50:30 PST
Comment on attachment 183531 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=183531&action=review > Source/JavaScriptCore/API/JSContext.h:39 > +// will become invalid unless it has been previously retained. s/will become invalid/will be deallocated/
Mark Hahnenberg
Comment 3 2013-01-18 12:56:04 PST
Note You need to log in before you can comment on or make changes to this bug.