Bug 64320 - Java Bridge leaks local references
Summary: Java Bridge leaks local references
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Steve Block
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 15:32 PDT by Steve Block
Modified: 2011-08-09 10:00 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.68 KB, patch)
2011-07-11 15:41 PDT, Steve Block
no flags Details | Formatted Diff | Diff
Patch (4.72 KB, patch)
2011-07-12 01:36 PDT, Steve Block
no flags Details | Formatted Diff | Diff
Patch (3.10 KB, patch)
2011-08-09 07:42 PDT, Steve Block
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2011-07-11 15:32:20 PDT
In particular, see the JavaField constructors and convertNPVariantToJavaValue()
Comment 1 Steve Block 2011-07-11 15:41:16 PDT
Created attachment 100371 [details]
Patch
Comment 2 WebKit Review Bot 2011-07-11 15:52:57 PDT
Comment on attachment 100371 [details]
Patch

Attachment 100371 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/9013481
Comment 3 Steve Block 2011-07-12 01:36:51 PDT
Created attachment 100449 [details]
Patch
Comment 4 Steve Block 2011-08-09 07:42:46 PDT
Created attachment 103361 [details]
Patch
Comment 5 Steve Block 2011-08-09 07:43:39 PDT
The relevant code in convertNPVariantToJavaValue() was moved to javaValueToJvalue() and then removed in http://trac.webkit.org/changeset/92659
Comment 6 WebKit Review Bot 2011-08-09 10:00:18 PDT
Comment on attachment 103361 [details]
Patch

Clearing flags on attachment: 103361

Committed r92689: <http://trac.webkit.org/changeset/92689>
Comment 7 WebKit Review Bot 2011-08-09 10:00:24 PDT
All reviewed patches have been landed.  Closing bug.