Closed
Bug 967503
Opened 11 years ago
Closed 11 years ago
Make HawkClient work in b2g
Categories
(Firefox :: Sync, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: ferjm, Assigned: ferjm)
References
Details
Attachments
(1 file)
1.04 KB,
patch
|
rnewman
:
review+
|
Details | Diff | Splinter Review |
On b2g we run with jsloader.reuseGlobal set to true, so we need to modify HawkClient with that in mind.
************************************************************
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "[JavaScript Error: "HawkClient is not a constructor" {file: "resource://gre/modules/FxAccountsClient.jsm" line: 57}]'[JavaScript Error: "HawkClient is not a constructor" {file: "resource://gre/modules/FxAccountsClient.jsm" line: 57}]' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: app://system.gaiamobile.org/js/fxa_client.js :: sendMessage :: line 35" data: yes]
************************************************************
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ferjmoreno
Assignee | ||
Updated•11 years ago
|
Component: Identity → FxA
Product: Core → Firefox
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8370052 -
Flags: review?(rnewman)
Assignee | ||
Comment 2•11 years ago
|
||
Updated•11 years ago
|
Attachment #8370052 -
Flags: review?(rnewman) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Updated•11 years ago
|
Component: FxA → Firefox Sync: Backend
Product: Firefox → Mozilla Services
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•6 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•