Commit Graph

1035 Commits

Author SHA1 Message Date
Dave Townsend
4a5df9a1e0 Bug 1060138: Add a hook for extensions to provide data to send across the synchronous contextmenu message. r=mconley 2014-11-17 10:58:13 -08:00
Tim Taubert
6aed3bf760 Bug 1077652 - Don't access a tabbrowser's browsers through mPanelContainer r=dao 2014-11-14 06:18:53 +01:00
Mike Conley
cf6162c415 Bug 1085622 - Fix E10S_TESTING_ONLY define so that it only ever applies when E10S_TESTING_ONLY config is true. r=ally,glandium.
We were defining the E10S_TESTING_ONLY build-time define with the value of the E10S_TESTING_ONLY config variable,
regardless of the value of E10S_TESTING_ONLY. Even if E10S_TESTING_ONLY in configure was blank, we'd still define
E10S_TESTING_ONLY, which resulted in E10S_TESTING_ONLY ifdef'd code to be included when we didn't want it to.

We now only ever define E10S_TESTING_ONLY iff NIGHTLY_BUILD is defined, and we do it globally.

This also fixes a busted E10S_TESTING_ONLY ifdef that didn't have an endif.

--HG--
extra : amend_source : 9c8fe8db110765272fa666a5c118d388f87c23d7
2014-11-04 11:16:47 -05:00
Dave Townsend
848b7faf85 Bug 1075658: Make browser.loadURI synchronously update the browser remoteness. r=ttaubert 2014-10-29 13:26:14 -07:00
George Wright
c337754983 Bug 1049551 - Add a tab delay spinner that's visible if we switch tabs before the content has been drawn r=dao 2014-10-10 11:46:27 -04:00
Dão Gottwald
7804ab0c8f Backing out changeset 30b100f7edbe (bug 1049551) 2014-10-23 20:43:43 +02:00
Dave Townsend
776c0e0ebd Bug 1080055: When recreating a browser restore the isAppTab attribute on the docshell. r=mconley. 2014-10-21 16:44:26 -07:00
Jim Mathies
21bfde22c1 Bug 698371 - Fixup front-end callers and enable some thumbnail tests for e10s. r=dao 2014-10-18 09:09:32 -05:00
Wes Kocher
402cf68291 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
19b348ce43 Bug 698371 - Fixup front-end callers and enable some thumbnail tests for e10s. r=dao 2014-10-17 18:13:58 -05:00
Wes Kocher
664a22c914 Backed out changeset ba0bb4f26680 (bug 1080055) for ASAN bc1 orange on a CLOSED TREE 2014-10-17 15:19:09 -07:00
Dave Townsend
0e5c93d8e2 Bug 1080055: When recreating a browser restore the isAppTab attribute on the docshell. r=mconley 2014-10-17 10:00:40 -07:00
George Wright
9265ba8eba Bug 1049551 - Add a tab delay spinner that's visible if we switch tabs before the content has been drawn r=dao 2014-10-10 11:46:27 -04:00
Dão Gottwald
43da697756 Bug 1081156 - [e10s] Switching tabs removes focus from the tab strip. r=mconley 2014-10-15 14:50:47 +02:00
Gijs Kruitbosch
f40dc36510 Bug 1050638 - fix nits which got missed out in initial commit 2014-10-10 08:44:21 +01:00
Gijs Kruitbosch
d773637966 Bug 1050638 - should be able to close tab with onbeforeunload warning if clicking close a second time, r=ttaubert
--HG--
extra : rebase_source : 2290f2d27e57cf3281d2884442e54e9c29e0e4e8
2014-10-10 08:36:51 +01:00
Dão Gottwald
ce8d53fd58 Bug 1069089 - [e10s] Location bar gets focus when switching back to the previous tab after opening a new one. r=mconley
--HG--
extra : rebase_source : 5c64f2a14eb591bde59f42490429a09bb8b1aeac
2014-10-10 08:40:46 +02:00
Dave Townsend
51dcbf1256 Bug 1039500: Fix remaining callers of tabbrowser._getTabForBrowser on a CLOSED TREE. r=Unfocused 2014-10-09 16:26:11 -07:00
Jared Wein
19847f12cd Bug 1016434 - Backout of bug 759252 from mozilla-beta for blurry throbbers. 2014-10-07 10:34:45 +02:00
Vikneshwar
b96cc3aec6 Bug 1039500 - Created a field with a WeakMap to record the tab for each browser and made _getTabForBrowser non-private. r=dao 2014-10-05 12:57:00 +02:00
Blake Kaplan
8917309372 Bug 1026099 - Rework the spellchecker context menu to not use CPOWs. r=ehsan/billm/felipe
This patch fixes a few nits and typos in the C++ spellchecking code as well as
fixing the Finnish dictionary and multiple installed dictionaries in general (r=ehsan).

It reworks the spellchecking context menu to use async message passing (in JS)
and reduces, by a little, the CPOW use in the context menu code (r=felipe).

Finally, the spellcheck IPDL no longer needs to be 'rpc' since we no longer
nest spellchecking calls, so it can go back to being 'sync' (r=billm).
2014-10-03 10:52:37 -04:00
Till Schneidereit
9f0c7267f9 Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me
--HG--
extra : rebase_source : c40bca2849fdfee824560253c7ffe8fb93f9b774
2014-10-02 17:37:48 +02:00
Jim Mathies
ad73cb6c28 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Ayush Mishra
3cdd2c0951 Bug 1072889 - Replace array.indexOf(...) != -1 with array.contains(...) in browser/base/ ; r=dao 2014-09-26 20:51:09 +02:00
Tim Taubert
0a9655a2a2 Bug 1072198 - updateBrowserRemoteness() needs to keep .permanentKey when updating browsers r=billm 2014-09-24 12:19:46 +02:00
Dave Townsend
4c58cae784 Bug 999239: Copy session history when recreating browser element for the remote -> non-remote transition. r=bz, r=felipe, sr=gavin 2014-09-25 11:35:45 -07:00
Tim Taubert
262beb68a5 Bug 998267 - Don't always show the throbber when opening new tabs in e10s r=billm 2014-09-25 05:34:47 +02:00
Bill McCloskey
11883c2977 Bug 1059007 - [e10s] Allow remote chrome: URLs (r=mconley) 2014-09-23 15:48:53 -07:00
Justin Dolske
bc8d2f36a9 Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Blake Kaplan
cd2c5b48a8 Bug 1045987 - Fix doorhanger notifications for the login manager. r=billm/dolske 2014-09-04 17:01:32 -07:00
David Parks
62e533ef60 Bug 1059036 - [e10s] Undo Close Tab would not load tab contents. r=mconley
Update tab index after select event during tab switch -- the event may
change array indices.
2014-09-02 11:16:13 -07:00
Dave Townsend
ac39d61898 Bug 961867: Pass app tab status to child processes and allow onBeforeLinkTraversal to work there. r=smaug, r=felipe 2014-09-02 17:43:08 -04:00
Bill McCloskey
280d733003 Bug 1059032 - Don't use PageThumbs in e10s (r=felipe) 2014-08-28 13:37:16 -07:00
Wes Kocher
f1bff82d6f Merge inbound to m-c a=merge 2014-08-21 18:22:11 -07:00
Mike Conley
e798c00ddf Backing out 893fa8436b70 (bug 1041917) for multiple problems. 2014-08-21 15:12:22 -04:00
Mike Conley
88c631d8bb Bug 1050447 - Skip focusing content if we're opening a new about:blank or about:newtab tab. r=dao, feedback=jimm.
This fixes a change in order of focus events for e10s after bug 1009628 landed.
We were accidentally focusing the content after focusing the URL bar for new
tabs. We now skip focusing the content entirely when opening a new tab.

--HG--
extra : histedit_source : a6c140d4e2b4677209b039880922c29e7c24b584
2014-08-20 11:23:43 -04:00
Mike Conley
00d340c0ad Bug 1041917 - Make it possible to transition from non-remote to remote browsers while browsing away from about: pages. r=billm. feedback=mrbkap.
--HG--
extra : histedit_source : f6bc00b11d21d68cc1a09c5da70d81a1c054085e
2014-08-13 14:03:32 -04:00
Jim Mathies
898632ed6e Bug 691601 - Update browser form validation so that it is e10s compatible. r=felipe, dao 2014-08-21 10:42:42 -05:00
Bernardo P. Rittmeyer
52ff11105b Bug 1054712 - Remove duplicate logic from tabbrowser and search bar by using the getImageURLForResolution helper function in PlacesUtils. r=MattN 2014-08-18 14:33:00 -07:00
Matthew Noorenberghe
e7017a1044 Bug 1048664 - Fallback to /favicon.ico if an imageDocument is too large to use as a tab icon. r=dao ui-r=phlsa 2014-08-09 02:11:27 -07:00
Mike Conley
f063c5d109 Bug 1009628 - Part 2: Asynchronous tab switching for tabbrowser that waits on MozAfterRemotePaint to fire from a remote browser. r=dao, Enn. 2014-08-02 08:22:06 -04:00
Mike Conley
331502be26 Backed out changeset 3fb0e4bb67f5 (bug 1009628) 2014-08-05 14:53:57 -04:00
Mike Conley
ea0513791a Bug 1009628 - Part 2: Asynchronous tab switching for tabbrowser that waits on MozAfterRemotePaint to fire from a remote browser. r=dao,Enn. 2014-08-02 08:22:06 -04:00
Tim Taubert
2ec2208ca9 Bug 1041788 - Don't enter _beginRemoveTab() when a .permitUnload() call is pending r=dao 2014-07-30 11:59:56 +02:00
Dão Gottwald
ca8d827498 Bug 1039506 - speed up _getTabForContentWindow. r=ttaubert 2014-07-26 21:34:50 +02:00
Carsten "Tomcat" Book
5088831323 merge fx-team to mozilla-central a=merge 2014-07-17 16:31:33 +02:00
Bill McCloskey
ddf4aaa09a Bug 1024391 - Fix popup blocking bug (r=felipe) 2014-07-16 23:05:17 -07:00
Trishul Goel
0d53d17247 Bug 1038604 - Rename disableMCB to allowMixedContent. r=dao 2014-07-16 22:03:15 +02:00
Gijs Kruitbosch
da7cbca079 Bug 1014313 - part 2: add undo close tab item to alltabs-button menu, r=dao 2014-07-03 00:17:15 +01:00
Brian R. Bondy
a8377bf6ce Bug 1017156 - about:preferences briefly shows as the tab title when opening the in-content preferences. r=dao 2014-06-24 09:45:31 -04:00