Closed
Bug 749788
Opened 13 years ago
Closed 13 years ago
Various errors exist in JNI code
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox14 fixed, firefox15 fixed, blocking-fennec1.0 +)
RESOLVED
FIXED
Firefox 15
People
(Reporter: kats, Assigned: kats)
Details
Attachments
(1 file)
5.29 KB,
patch
|
blassey
:
review+
blassey
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Various errors I found: missing null checks and potentially using the wrong JNIEnv for the thread. Also a bad variable initialization.
Attachment #619165 -
Flags: review?(blassey.bugs)
Updated•13 years ago
|
Attachment #619165 -
Flags: review?(blassey.bugs) → review+
Assignee | ||
Comment 1•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/2d619155c69b
Half of the patch was rendered unnecessary by snorp's patch from bug 727116 so this only has the other half.
status-firefox15:
--- → fixed
Target Milestone: --- → Firefox 15
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 619165 [details] [diff] [review]
Patch
[Approval Request Comment]
Regression caused by (bug #): various
User impact if declined: future patches (flash-related) may not apply cleanly
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): not much risk, mobile-only
String changes made by this patch: none
Attachment #619165 -
Flags: approval-mozilla-aurora?
Comment 4•13 years ago
|
||
Let's find out if this is blocking fennec 1.0 before approving for Aurora 14. My intuition tells me it's not a blocker, but still OK to take. I'd like clarification though.
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
Attachment #619165 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 5•13 years ago
|
||
status-firefox14:
--- → fixed
Updated•13 years ago
|
blocking-fennec1.0: ? → +
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
•