Граф коммитов

67 Коммитов

Автор SHA1 Сообщение Дата
Neil Deakin a092f0e2e2 Bug 1056146, round zoom value to two digits and re-enable zoom tests, r=adw 2015-04-29 08:39:30 -04:00
Neil Deakin e662ba16db Bug 1134769, move selection info retrieval on context menu to content process, r=mconley 2015-04-29 08:38:42 -04:00
Tim Taubert 5f83ec986e Bug 1096850 - [e10s] Handle nsIWebProgress::DOMWindowID not being available for remote webProgress notifications r=billm 2015-04-17 11:15:16 +02:00
Bill McCloskey c53029d62f Bug 1140129 - Don't clear tab title when location changes (r=Mossop) 2015-04-13 18:11:49 -07:00
Bill McCloskey d283d0b0a7 Bug 1151585 - Use AppConstants in browser-child.js (r=felipe) 2015-04-06 18:24:51 -07:00
Mike Conley ba828c3259 Bug 1150200 - QI the docShell to an nsIWebNavigation before sending canGoForward or canGoBackward in browser-child.js. r=ttaubert.
--HG--
extra : rebase_source : 8bba25713dc006ca897f21295ccb47b19ac1b312
extra : amend_source : 9a61ba3c60162ba131b617ca0f45f7b8bfeb79fb
2015-04-01 17:20:09 -04:00
Bill McCloskey 35f0c7ff02 Bug 1137933 - Don't cache the docshell in WebNavigation in browser-child.js (r=felipe) 2015-03-30 20:13:04 -07:00
Alex Verstak d0c9d91dc1 Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz 2015-01-05 09:42:31 -08:00
Dave Townsend a8ee483d34 Bug 1073462: Send synthetic property with Content:LocationChange message. r=felipe
The browser.isSynthetic property is needed by the zoom code to detect when to
apply the correct zoom level. In e10s it is currently only set when a new
document is created which means we don't set it right for history navigation.
This sends it with the Content:LocationChange message which is where it is
needed by the zoom code anyway.

--HG--
extra : rebase_source : 3fe515c161dd036c18fc239af59ac934236eada8
extra : source : 8d5f10959b2c4ae498b4a9a3704a5859038190f5
2015-03-03 16:58:53 -08:00
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