Closed
Bug 761837
Opened 13 years ago
Closed 13 years ago
inner-window-destroyed observer gets added twice for webapps
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jlal, Assigned: gwagner)
Details
Attachments
(1 file, 1 obsolete file)
|
998 bytes,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
Observed in a recent build of B2G Desktop and Firefox nightly while testing gaia master.
Exception ->
* Call to xpconnect wrapped JSObject produced this error: *
[Exception... "'[JavaScript Error: "this._messages is null" {file: "resource://gre/modules/DOMRequestHelper.jsm" line: 88}]' when calling method: [nsIObserver::observe]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data: yes]
| Assignee | ||
Updated•13 years ago
|
Summary: window.navigator.mozSettings throws an error → JavaScript Error: "this._messages is null" file: "resource://gre/modules/DOMRequestHelper.jsm" line: 88
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → anygregor
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Comment 2•13 years ago
|
||
We register inner-window-destroyed" twice. Once in initHelper and right after in init again.
| Assignee | ||
Updated•13 years ago
|
Attachment #630616 -
Flags: review?(fabrice)
| Assignee | ||
Comment 3•13 years ago
|
||
| Assignee | ||
Comment 4•13 years ago
|
||
The try run showed some intermittent failures that didn't look intermittent any more. I pushed again
https://tbpl.mozilla.org/?tree=Try&rev=0c8fc3c406b4
| Assignee | ||
Comment 5•13 years ago
|
||
The _id removal caused timeouts in the webapps tests.
Attachment #630616 -
Attachment is obsolete: true
Attachment #630616 -
Flags: review?(fabrice)
Attachment #631012 -
Flags: review?(fabrice)
| Assignee | ||
Updated•13 years ago
|
Summary: JavaScript Error: "this._messages is null" file: "resource://gre/modules/DOMRequestHelper.jsm" line: 88 → inner-window-destroyed observer gets added twice for webapps
Updated•13 years ago
|
Attachment #631012 -
Flags: review?(fabrice) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
| Assignee | ||
Comment 7•13 years ago
|
||
ahhh so we can't remove the outerWindowID: http://mxr.mozilla.org/mozilla-central/source/browser/modules/webappsUI.jsm#92
Comment 8•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9ed07c7da57b
(Merged by Ed Morley)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
You need to log in
before you can comment on or make changes to this bug.
Description
•