Commit Graph

9 Commits

Author SHA1 Message Date
Mark Banner
dc46a8fba3 Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
MozReview-Commit-ID: CiIsUjQzp4D
2016-11-09 22:06:32 +00:00
Eric Rahm
604dde28cd Bug 1299596 - Handle failure to remove event listener in ChromeMessagePort.destroy. r=mconley
It's possible this._browser is already a dead wrapper when trying to
unregister the event listener. In that case we can carry on with destruction.
2016-09-06 10:33:55 -07:00
Bill McCloskey
531db100ed Bug 1269961 - Remove listeners from RemotePageManager before invoking Unload (r=mconley) 2016-05-04 15:09:50 -07:00
Dave Townsend
7b18d60eed Bug 1229519: Fix toolkit/modules to pass eslint checks. r=mak 2015-12-03 09:58:56 -08:00
Mike Conley
ce95194b81 Bug 1220929 - RemotePageManager should let us get all ports for a browser. r=Mossop 2015-11-02 16:03:00 -05:00
Mike Conley
95ea8bca78 Bug 1220929 - RemotePageManager should use documentURI and allow special URLs with query params. r=Mossop 2015-11-02 20:46:37 -05:00
Mike de Boer
6bc7565c57 Bug 1048850 - Part 3: transition from the navigator.mozLoop API to the RemotePageManager API. r=Standard8 2015-11-18 17:09:36 +01:00
Shu-yu Guo
37989840cd Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Dave Townsend
e035eed93b Bug 1068087: Add a simple mechanism for content pages to communicate with chrome. r=mconley 2015-03-10 09:19:17 -07:00