Closed
Bug 902176
Opened 12 years ago
Closed 12 years ago
Gaia Firefox development environment is broken
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kgrandon, Assigned: kgrandon)
References
Details
(Whiteboard: [NPOTB] [c= p= s=2013.09.20 u=])
Attachments
(1 file)
I'm seeing the following errors being logged:
System JS : ERROR (null):0
uncaught exception: 2147500033
No permission to use the keyboard API for http://keyboard.gaiamobile.org:8080
JavaScript error: http://keyboard.gaiamobile.org:8080/js/keyboard.js, line 1753: navigator.mozKeyboard is null
| Assignee | ||
Comment 1•12 years ago
|
||
After bisecting, I've found that the patch for bug 894287 is breaking gaia in nightly.
Blocks: 894287
| Assignee | ||
Comment 2•12 years ago
|
||
Hey - adding a simple shim to gaia. Can someone review?
Attachment #786520 -
Flags: review?(timdream)
Attachment #786520 -
Flags: review?(rexboy)
Comment 3•12 years ago
|
||
Comment on attachment 786520 [details]
Github Pull Request
Next time you likely want to ask etienne, he really likes the telephony API. It has consumed a big part of his time during the last year :)
Attachment #786520 -
Flags: review?(timdream)
Attachment #786520 -
Flags: review?(rexboy)
Attachment #786520 -
Flags: review+
| Assignee | ||
Comment 4•12 years ago
|
||
Landed in master: https://github.com/mozilla-b2g/gaia/commit/70a9797adb9f38efc3f40a4ac8748dd401fca861
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
bug 894287 will land on v1-train, so this one should, too?
blocking-b2g: --- → leo?
| Assignee | ||
Comment 6•12 years ago
|
||
This is "NPOTB", so it wouldn't hurt to uplift as well.
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Whiteboard: [NPOTB]
Comment 7•12 years ago
|
||
I was not able to uplift this bug to v1-train. If this bug has dependencies which are not marked in this bug, please comment on this bug. If this bug depends on patches that aren't approved for v1-train, we need to re-evaluate the approval. Otherwise, if this is just a merge conflict, you might be able to resolve it with:
git checkout v1-train
git cherry-pick -x -m1 70a9797adb9f38efc3f40a4ac8748dd401fca861
<RESOLVE MERGE CONFLICTS>
git commit
Flags: needinfo?(kgrandon)
| Assignee | ||
Comment 8•12 years ago
|
||
I haven't heard any complaints from users who are unable to use this in v1-train. As we're now focusing on 1.2, this is really not important. Clearing the leo flag, please re-nom if you *really* need this.
blocking-b2g: leo+ → ---
Flags: needinfo?(kgrandon)
Updated•12 years ago
|
Whiteboard: [NPOTB] → [NPOTB] [c= p= s=2013.09.20 u=]
You need to log in
before you can comment on or make changes to this bug.
Description
•