Commit Graph

59 Commits

Author SHA1 Message Date
Tooru Fujisawa
b4f573dc3b Bug 1155846 - Comment out intentionally unreachable code and unused parameters in Prefetcher.jsm. r=billm 2015-04-18 14:58:29 +09:00
Bill McCloskey
9d71dfce79 Bug 1154465 - Test for add-on compat warnings (r=gabor) 2015-04-15 20:01:13 -07:00
Bill McCloskey
6f6fb03b28 Bug 1154465 - Fix add-on shim telemetry (r=gabor) 2015-04-15 20:00:37 -07:00
Christoph Kerschbaumer
2debe423e6 Bug 1147562 - Update remaining callsites of newChannel before landing the shim in toolkit/ (r=gijs) 2015-04-09 10:10:45 -07:00
Bill McCloskey
333a85f67c Bug 1150754 - Add keyed histogram for add-on shim usage (r=gabor) 2015-04-07 13:46:24 -07:00
Gabor Krizsanits
a79ecf0091 Bug 1133761 - Warnings for chrome-script limitations. r=wmccloskey 2015-04-02 10:25:42 +02:00
Gabor Krizsanits
23c1c0380f Bug 1133761 - helper for e10s addon compat warnings. r=wmccloskey 2015-04-02 10:25:42 +02:00
Christoph Kerschbaumer
daaff1a374 Bug 1138649 - Update remaining callsites to use newChannel2 in toolkit/components (r=gijs,billm) 2015-03-12 11:27:17 -07:00
Dave Townsend
70fd9d6fdb Bug 1133141: Reduce the amount of CPOW traffic caused by shimmed events. r=billm
--HG--
extra : rebase_source : d9e85e2373efff7252070ed528bb535b78260eb3
2015-02-14 00:14:25 -08:00
Dave Townsend
4f523ae8d6 Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm 2015-01-30 09:14:13 -08:00
Bill McCloskey
73cced6be2 Bug 1072980 - Don't allow CPOWs to be passed to C++ code (r=mrbkap,ally,mconley) 2015-01-29 11:28:01 -08:00
Bill McCloskey
44cfe42f6a Bug 1126018 - [e10s] Add shims for some observer topics (r=mconley) 2015-01-29 11:24:46 -08:00
Bill McCloskey
dcdd0c7523 Bug 1126018 - [e10s] Add shim for window._content (r=mconley) 2015-01-29 11:24:46 -08:00
Bill McCloskey
6867d0ba07 Bug 1126018 - [e10s] Improve dummy window shim (r=mconley) 2015-01-29 11:24:46 -08:00
Blake Kaplan
5f7f8fe1ed Bug 1120613 - Handle functions and objects that claim to be functions as well. r=billm 2015-01-21 16:14:20 -08:00
Mike Conley
f6fda192e2 Bug 1110495 - Wrap try/catch around e10s add-on shim initialization. r=billm.
--HG--
extra : rebase_source : 43cee1df2bced048dc22be58a7f0a2ccb9dc92a5
2015-01-13 18:19:18 -05:00
Bill McCloskey
d7b6fbed98 Bug 1102643 - [e10s] Prefetching for add-on shims (r=mconley) 2015-01-05 13:49:44 -08:00
Bill McCloskey
ea0245e40a Backout bug 1072980 due to regressions (a=backout) 2014-12-20 21:15:36 -08:00
Bill McCloskey
772a701742 Bug 1102643 - Track add-on ID in e10s shims (r=mconley) 2014-12-18 17:34:24 -08:00
Bill McCloskey
85e73d3dc5 Bug 1072980 - Ensure event.currentTarget is correct in event shim (r=ally) 2014-12-18 17:34:24 -08:00
Bill McCloskey
8a5acb46fc Bug 1072980 - Don't pass CPOW as notificationCallbacks in nsIAboutProtocol shim (r=ally) 2014-12-18 17:34:23 -08:00
Mike Conley
2e2c27a383 Bug 1102410 - Regression test to ensure that multiple shimmed nsIAboutModule's can be accessed from the content process. feedback=ally, r=mrbkap,billm. 2014-11-26 10:47:22 -05:00
Mike Conley
be10b032f4 Bug 1102410 - Make AboutProtocolChild use a unique classID each time it registers a new nsIAboutModule. r=billm.
--HG--
extra : rebase_source : eb937c4c8996441eb92b41e2620820f99937ed90
2014-11-26 10:48:26 -05:00
Tim Taubert
d9d3a3f9c0 Bug 1075450 - Disable some Awesomebar actions for private windows r=mak 2014-11-21 23:39:44 +01:00
Bill McCloskey
d97dc04353 Bug 1102635 - [e10s] Handle factory unregistration better in AboutProtocol shim (r=mconley) 2014-11-21 14:01:45 -08:00
Bill McCloskey
59e4faaf60 Bug 1098969 - [e10s] Content policy shim should use category value, not name (r=mconley) 2014-11-18 16:21:00 -08:00
Bill McCloskey
e17d1e87ed Bug 1092156 - [e10s] Don't use compartment-per-addon if window already associated with add-on (r=bholley) 2014-11-18 16:20:59 -08:00
Tooru Fujisawa
1baa1a39ee Bug 1096921 - Fix typo in CategoryManagerInterposition.methods.deleteCategoryEntry. r=mconley 2014-11-12 10:18:08 +01:00
Bill McCloskey
a4186ac75a Bug 1091970 - [e10s] Cache object tag in add-on shims for remote objects (r=mrbkap) 2014-11-04 17:40:08 -08:00
Dave Townsend
ce307c1a60 Bug 1094068: Typo bustage fix. 2014-11-05 00:02:13 -08:00
Irakli Gozalishvili
769d64f541 Bug 1094068: Creating sandbox with expanded principals causes an exception. r=Mossop 2014-11-04 23:31:29 -08:00
Dave Townsend
38219c7376 Bug 1094017: Component registrar shim doesn't support null contract IDs. r=Unfocused 2014-11-04 20:16:47 -08:00
Bill McCloskey
7ab580e6f0 Bug 1091953 - [e10s] Add missing argument for about: protocol shim (r=mconley) 2014-11-03 07:10:27 -08:00
Bill McCloskey
564d056326 Bug 1091959 - [e10s] Reduce number of messages used for content policy shim (r=mconley) 2014-11-03 07:10:27 -08:00
Bill McCloskey
076c4996ba Bug 1092444 - [e10s] Add test for expanded principal sandboxes (r=mconley) 2014-11-03 07:10:27 -08:00
Bill McCloskey
4ce05eed23 Bug 1092444 - [e10s] Add shim support for expanded principal sandboxes (r=mconley) 2014-11-03 07:10:27 -08:00
Blake Kaplan
fb67749925 Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me) 2014-10-30 15:51:39 -07:00
Dave Townsend
fea7478907 Bug 1073315: Log callers attempting to use dead CPOWs. r=billm 2014-10-14 09:53:54 -07:00
Bill McCloskey
db6ee68ae3 Bug 1072467 - Add tests for e10s add-on shims (r=mconley,ted) 2014-10-07 11:46:24 -07:00
Bill McCloskey
00611e8e68 Bug 1072477 - [e10s] Make EventTarget shim work when removeEventListener called from listener (r=mconley) 2014-09-29 13:05:23 -07:00
Bill McCloskey
e127657aa3 Bug 1072607 - [e10s] Handle removeEventListener correctly in EventTarget shim (r=mconley) 2014-09-29 13:05:23 -07:00
Bill McCloskey
995a3add7e Bug 1072472 - [e10s] Make sandbox shim work with COWs (r=mconley) 2014-09-29 13:05:23 -07:00
Mike Hommey
bd8065dffa Bug 1072152 - Change chrome.manifest read order. r=bsmedberg
In case of multiple "resource" manifest entries for the same keyword, the
last registered one now takes precedence, like any other chrome manifest
entry.
2014-09-25 14:47:03 +09:00
Bill McCloskey
ec661b9854 Bug 1070516 - [e10s] window.content shim should apply only to browser windows (r=mconley) 2014-09-23 15:48:52 -07:00
Bill McCloskey
db84092400 Bug 1059207 - Fix capture/bubbling issue with e10s event shims (r=mconley) 2014-09-18 08:56:56 -07:00
Bill McCloskey
b0e50c22c2 Bug 1066433 - Make shims work when contentWindow is unavailable (r=mconley) 2014-09-15 16:42:27 -07:00
Bill McCloskey
19ad8ca141 Bug 1066433 - Fix how event notifications work for e10s shims (r=mconley) 2014-09-15 16:42:27 -07:00
Bill McCloskey
2f9f5a5a2e Bug 1060046 - e10s EventTarget shim broken because interpositions don't delegate properly (r=mconley) 2014-09-15 16:42:26 -07:00
Bill McCloskey
a15b49d6f6 Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap) 2014-08-20 12:49:11 -07:00
Bill McCloskey
87cfdec391 Bug 1041334 - Pass notificationCallbacks to Adblock element hiding shims (r=mconley) 2014-07-28 14:55:47 -07:00