Closed
Bug 708171
Opened 14 years ago
Closed 14 years ago
XUL fennec hangs on start up
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 11
People
(Reporter: blassey, Assigned: blassey)
References
Details
Attachments
(1 file)
3.29 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
we regressed XUL fennec by landing native android fennec from birch on mozilla-central
Attachment #579574 -
Flags: review?(mbrubeck)
Comment 1•14 years ago
|
||
Comment on attachment 579574 [details] [diff] [review]
patch
>+++ b/mobile/xul/chrome/content/browser.js
>+ try {
>+ sendMessageToJava({
>+ gecko: {
>+ type: "Gecko:Ready"
>+ }
>+ });
>+ } catch(e) {
>+ Cu.reportError("error sending message: " + e);
>+ }
Fix indentation in the try block (or remove the try/catch if it was only for development purposes).
Attachment #579574 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → blassey.bugs
Target Milestone: --- → Firefox 11
You need to log in
before you can comment on or make changes to this bug.
Description
•