Closed
Bug 950809
Opened 12 years ago
Closed 12 years ago
Avoid dereferencing |e.accelerationIncludingGravity| when null in apps/camera/js/orientation.js
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(blocking-b2g:1.3+, b2g-v1.3 fixed, b2g-v1.3T fixed, b2g-v1.4 fixed)
People
(Reporter: m1, Assigned: m1)
Details
(Whiteboard: [cr 583569] [fxos:media])
Attachments
(1 file, 1 obsolete file)
e.accelerationIncludingGravity can be null and handleMotionEvent(e) doesn't handle this.
| Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → 1.3?
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8348221 -
Flags: review?(johu)
| Assignee | ||
Comment 2•12 years ago
|
||
(1.3+ as this is blocking a camera stability test from running)
blocking-b2g: 1.3? → 1.3+
Comment 3•12 years ago
|
||
Comment on attachment 8348221 [details] [diff] [review]
Add null check
Review of attachment 8348221 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for this patch. I think we need to use pull request of github for this patch. If it is ready, I can help to land the code.
Attachment #8348221 -
Flags: review?(johu) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Carrying forward r+
Attachment #8348221 -
Attachment is obsolete: true
Attachment #8348933 -
Flags: review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C1/1.4 S1(20dec)
| Assignee | ||
Updated•12 years ago
|
status-b2g-v1.3:
--- → affected
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [cr 583569]
| Assignee | ||
Comment 6•12 years ago
|
||
Updated•12 years ago
|
Whiteboard: [cr 583569] → [cr 583569] [fxos:media]
Updated•11 years ago
|
Flags: in-moztrap-
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
status-b2g-v1.4:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•