Closed
Bug 1116641
Opened 11 years ago
Closed 11 years ago
Get rid of JNI macros AndroidBridgeUtilities.h
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 37
People
(Reporter: jchen, Assigned: jchen)
Details
Attachments
(2 files)
|
1.90 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
|
18.62 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
The JNI macros in widget/android/AndroidBridgeUtilities.h declare a 'jClass' variable in the local scope, which is unexpected and potentially dangerous. We should replace it with something better.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8544171 -
Flags: review?(snorp)
| Assignee | ||
Updated•11 years ago
|
Attachment #8544172 -
Flags: review?(snorp)
Updated•11 years ago
|
Attachment #8544171 -
Flags: review?(snorp) → review+
Updated•11 years ago
|
Attachment #8544172 -
Flags: review?(snorp) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 37
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•