Commit Graph

58 Commits

Author SHA1 Message Date
Dave Townsend
f99f6d8c29 Bug 1087966: Fix tab detach in e10s windows. r=mconley
When swapping docshells we also have to swap any properties on remote-browsers
that are cached from the content process. This includes things like the
remoteWebNavigation etc. which in turn cache content information. Some of
these also maintain message listeners that we have to switch to the new browser
and message manager.

--HG--
extra : rebase_source : 5ed5dd9b754612f86f5c44fde7a0610abfe976f8
2015-02-18 16:47:43 -08:00
Mike Conley
92b15a3194 Bug 1077168 - Have RemoteWebProgress dispatch DOMWindowID's to nsIWebProgressListener's. r=felipe.
--HG--
extra : rebase_source : 5714b2711661bcf029096d870de5fb7cda83cdc6
2015-02-10 12:28:31 -05:00
Mike Conley
6fc217517d Bug 1077168 - Make WebappManager.jsm use the top window id to select which browser to show notifications in. r=felipe.
--HG--
extra : rebase_source : c54b8d8fc9fc01af47fb96d692226532ea3f4c69
2015-01-27 18:32:40 -05:00
Bill McCloskey
3e0e011978 Bug 1129755 - AutoCompletePopup should detach its docshell on unload. r=felipe 2015-02-07 09:16:30 -08:00
Jim Mathies
54f902d7ef Bug 1088203 - e10sify PageThumbs support for checking page security and error state. r=Dao 2015-01-22 07:07:56 -06:00
Tim Taubert
e50b778554 Bug 1106936 - [e10s] Fix progress throbber for remote browsers r=billm 2014-12-03 14:14:23 -08:00
Tim Taubert
32d44d07db Bug 1103068 - Stop leaking due to a strong reference held by the nsBrowserStatusFilter r=billm 2014-11-23 10:28:20 +01:00
Bill McCloskey
d672a1ceae Bug 1075122 - [e10s] Handle nsIWebProgress::DOMWindow not being available (r=ttaubert) 2014-11-18 16:20:59 -08:00
Bill McCloskey
f7ea838987 Bug 1099416 - [e10s] Make sure add-on shims are always enabled (r=ally) 2014-11-18 16:20:59 -08:00
Tim Taubert
f815271141 Bug 1099490 - [e10s] Use nsBrowserStatusFilter in the content to avoid a flood of progress messages being sent to the parent r=billm 2014-11-15 15:58:08 +01:00
Dave Townsend
71056da8c6 Bug 1093221: RemoteWebNavigation.loadURI should accept and pass referrer argument. r=mconley 2014-11-04 12:05:08 -08:00
Jim Mathies
a2c0b60f5e Bug 698371 - Move determineCropSize calls to the child for remote browsers. r=dao 2014-10-18 09:09:32 -05:00
Jim Mathies
95f7aedb9b Bug 698371 - Add async thumbnail support for remote browsers. r=dao 2014-10-18 09:09:32 -05:00
Wes Kocher
025b96df52 Backed out 4 changesets (bug 698371) for e10s bc3 bustage
Backed out changeset 6c6d420a3acc (bug 698371)
Backed out changeset 81378dee5a62 (bug 698371)
Backed out changeset d004bfd7f706 (bug 698371)
Backed out changeset 17bbdeffa8a6 (bug 698371)
2014-10-17 18:33:34 -07:00
Jim Mathies
a4f197f3fe Bug 698371 - Move determineCropSize calls to the child for remote browsers. r=dao 2014-10-17 18:13:58 -05:00
Jim Mathies
f37943060c Bug 698371 - Add async thumbnail support for remote browsers. r=dao 2014-10-17 18:13:57 -05:00
Tim Taubert
0abde01963 Bug 998267 - Don't always show the throbber when opening new tabs in e10s r=billm 2014-09-25 05:34:47 +02:00
Mike Conley
11e4975e65 Bug 1069567 - [e10s] Make remote browser contentPrincipals not be CPOWs. r=billm.
--HG--
extra : rebase_source : 4f47430a2ff95737e579ddca1655d410656bb64a
2014-09-18 19:26:50 -04:00
Bill McCloskey
c63d728731 Bug 1066433 - Fix how event notifications work for e10s shims (r=mconley) 2014-09-15 16:42:27 -07:00
Felipe Gomes
382f4efc2f Bug 1063848 - Disable e10s in safe mode. r=bsmedberg,ally. 2014-09-10 15:53:55 -03:00
Bill McCloskey
90e0a9f8c4 Bug 1059007 - [e10s] Update canGoBack for subframe navigations (r=felipe) 2014-08-28 13:37:16 -07:00
Ryan VanderMeulen
556b135ea8 Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
Ed Morley
aae02d523c Merge mozilla-central and fx-team 2014-08-20 15:18:31 +01:00
Mike Conley
36148f8108 Bug 961362 - DOM Fullscreen API support for e10s. r=smaug,billm. 2014-08-19 16:58:00 -04:00
Bill McCloskey
fba26ad713 Bug 1053458 - Ignore failures sending Browser:Init message (r=felipe) 2014-08-19 15:48:58 -07:00
Markus Stange
477587277a Bug 1015721 - Detect zoom changes by listening for ZoomChangeUsingMouseWheel events instead of DOMMouseScroll events. r=dao 2014-08-20 17:13:35 +02:00
Alex Bardas
0647fe4544 Bug 999293 - [e10s] Make charset menu work. r=adw 2014-08-13 13:29:00 -04:00
Trevor Saunders
dfb8d4ea04 bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug 2014-07-09 17:27:49 -04:00
Mike Conley
cfa76f90f4 Bug 1039586 - Ensure no add-on shim code gets executed when browser.tabs.remote.autostart is false. r=billm,jimm.
--HG--
extra : rebase_source : 9e7b62c32e01698992757cca5b6283ed2aa95f27
extra : histedit_source : 404875166004053aca7ccaa805bc616f8910f143
2014-07-16 14:13:33 -04:00
Bill McCloskey
26513758b2 Bug 1031609 - Basic e10s add-on shim architecture and content-policy shims (r=mconley,mrbkap) 2014-07-14 22:10:06 -07:00
Bill McCloskey
842257593a Bug 1031609 - Remove old e10s Adblock compat code (r=mconley) 2014-07-14 22:10:06 -07:00
Mike Conley
256e96f15d Bug 616134 - Content processes should annotate URLs for crashes. r=felipe. 2014-05-17 12:39:14 -04:00
Bill McCloskey
66f604e9e1 Bug 996785 - Fix existing CPOW uses to prepare for weak references (r=mrbkap) 2014-05-16 16:40:37 -07:00
Aleh Zasypkin
8c1426453b Bug 984004 - Part 1: Cache parent's fullZoom\textZoom value to ensure that we always return the fresh one. r=felipc 2014-03-19 10:25:13 +01:00
Bill McCloskey
aae6baffd3 Bug 924260 -[e10s] Fix assertion on window close (r=felipe) 2014-03-20 14:26:47 -07:00
Bill McCloskey
10b55ebc8c Bug 978610 - [e10s] Make window.close() work (r=felipe) 2014-03-18 07:58:02 -07:00
Bill McCloskey
e4ba24146f Bug 980530 - [e10s] remote-browser.xml shouldn't send IPC messages in constructor (r=felipe) 2014-03-11 20:13:52 -07:00
Bill McCloskey
96f886f1cf Bug 666804 - [e10s] Support NetworkPrioritizer (r=felipe) 2014-03-11 20:13:48 -07:00
Bill McCloskey
f03d9fc63e Bug 980766 - [e10s] Send document content type to remote-browser.xml (r=felipe) 2014-03-11 20:13:41 -07:00
Bill McCloskey
c4e7ca5e2e Bug 967344 - [e10s] Remove observer in content.js (r=felipe) 2014-02-04 18:16:56 -08:00
Tom Schuster
e939a46cb8 Bug 691614 - Make content zooming work with e10s Firefox. r=felipe 2014-01-13 18:36:26 +01:00
Felipe Gomes
80f3bb3173 Bug 897061 - [e10s] Implement support for form autocomplete. r=markh 2013-12-06 22:02:05 -02:00
Mark Hammond
3ff2a9909d Bug 941469 - RemoteWebProgress doesn't pass flags param for onLocationChange. r=felipe 2013-11-22 17:39:05 +11:00
Bill McCloskey
6d6a7fb256 Bug 935784 - Avoid popping up the findbar when editing text fields in e10s (r=evilpie) 2013-11-19 13:20:15 -08:00
Ed Morley
db7e2dea98 Backed out changeset 77f53f9d3099 (bug 935784) on suspicion of causing shutdown hangs on OS X 2013-11-20 12:34:04 +00:00
Bill McCloskey
d293074f73 Bug 935784 - Avoid popping up the findbar when editing text fields in e10s (r=evilpie) 2013-11-19 13:20:15 -08:00
Bill McCloskey
0c96a4d5e9 Bug 931534 - Make back/forward dropdowns work using CPOWs (r=felipe) 2013-10-28 12:24:51 -07:00
Bill McCloskey
3a130bf985 Bug 931421 - Enable useGlobalHistory for child process docshells (r=felipe) 2013-10-28 12:24:45 -07:00
Tom Schuster
8bb88c8328 Bug 910838 - Electrolysis: Don't update browser information with non-toplevel WebProgress notifications. r=felipe 2013-09-05 19:24:29 -04:00
Bill McCloskey
72ca00840e Bug 905439 - Infrastructure for e10s addon compatibility code (r=felipe) 2013-08-28 21:43:00 -07:00