Closed
Bug 369410
Opened 18 years ago
Closed 18 years ago
Provide API for wrapping XPCOM and Java objects
Categories
(Core Graveyard :: Java to XPCOM Bridge, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: jhpedemonte)
Details
(Keywords: fixed1.8.1.2, fixed1.8.1.4)
Attachments
(3 files, 1 obsolete file)
16.35 KB,
patch
|
Details | Diff | Splinter Review | |
16.71 KB,
patch
|
jay
:
approval1.8.1.2+
|
Details | Diff | Splinter Review |
1.17 KB,
patch
|
dveditz
:
approval1.8.1.4+
|
Details | Diff | Splinter Review |
Provide an API for wrapping an XPCOM object in a Java Proxy, and for wrapping a Java object in an XPCOM proxy.
This API is needed for the Mozilla Everywhere project (https://bugs.eclipse.org/bugs/show_bug.cgi?id=154124), which will allow using Mozilla as the embedded browser in SWT across multiple platforms. They have been experimenting with a private version of this patch.
This patch is spun off of the patch from bug 299263.
Assignee | ||
Comment 1•18 years ago
|
||
Previous patch was missing IJavaXPCOMUtils.java.
Attachment #254080 -
Attachment is obsolete: true
Assignee | ||
Comment 2•18 years ago
|
||
Same patch, but for the MOZILLA_1_8_BRANCH.
Assignee | ||
Updated•18 years ago
|
Attachment #254177 -
Attachment description: patch → patch (checked in)
Assignee | ||
Comment 3•18 years ago
|
||
Checked in to trunk. ->FIXED
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•18 years ago
|
||
Comment on attachment 254213 [details] [diff] [review]
patch for 1.8.1.x branch (checked in)
I know it's rather late in the cycle, but I was wondering if I could sneak this in for 1.8.1.2. This is a XULRunner- (and JavaXPCOM-) only patch. As mentioned in the description, this is needed by the SWT guys, so they have a proper XR build to work with the latest SWT milestone changes.
Attachment #254213 -
Flags: approval1.8.1.2?
Comment 5•18 years ago
|
||
Comment on attachment 254213 [details] [diff] [review]
patch for 1.8.1.x branch (checked in)
Approved for 1.8 branch, a=jay. We need to respin for rc3 in a few hours, so please land this ASAP.
Attachment #254213 -
Flags: approval1.8.1.2? → approval1.8.1.2+
Assignee | ||
Updated•18 years ago
|
Attachment #254213 -
Attachment description: patch for 1.8.1.x branch → patch for 1.8.1.x branch (checked in)
Assignee | ||
Comment 7•18 years ago
|
||
Bloody hell. I had this fix on my Windows machine, but I forgot to check it in. Just checked it in to the trunk.
Any chance of getting this in for 1.8.1.2? Once again, this is XULRunner only, and in no way affects Firefox.
Attachment #255391 -
Flags: approval1.8.1.2?
Comment 8•18 years ago
|
||
Comment on attachment 255391 [details] [diff] [review]
Windows name mangling fix
We've already tagged and spun 4 release candidates for 1.8.1.2, this doesn't make it.
Attachment #255391 -
Flags: approval1.8.1.2? → approval1.8.1.3?
Comment 9•18 years ago
|
||
Comment on attachment 255391 [details] [diff] [review]
Windows name mangling fix
approved for 1.8.1.4, a=dveditz for release-drivers
Attachment #255391 -
Flags: approval1.8.1.4? → approval1.8.1.4+
Assignee | ||
Comment 10•18 years ago
|
||
Checked in Windows name mangling fix to MOZILLA_1_8_BRANCH.
Keywords: fixed1.8.1.4
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•