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

1018 Коммитов

Автор SHA1 Сообщение Дата
Dave Townsend 13630eb0e0 Bug 1039500: Fix remaining callers of tabbrowser._getTabForBrowser on a CLOSED TREE. r=Unfocused 2014-10-09 16:26:11 -07:00
Jared Wein 938134f37b Bug 1016434 - Backout of bug 759252 from mozilla-beta for blurry throbbers. 2014-10-07 10:34:45 +02:00
Vikneshwar cedc62cb8d 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 f809f5b13f 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 ff0240c3f6 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 af9be8e2a8 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 6464e11b50 Bug 1072889 - Replace array.indexOf(...) != -1 with array.contains(...) in browser/base/ ; r=dao 2014-09-26 20:51:09 +02:00
Tim Taubert e39d1b656a Bug 1072198 - updateBrowserRemoteness() needs to keep .permanentKey when updating browsers r=billm 2014-09-24 12:19:46 +02:00
Dave Townsend 8b46b5daab 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 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
Bill McCloskey 2fb10cfe7f Bug 1059007 - [e10s] Allow remote chrome: URLs (r=mconley) 2014-09-23 15:48:53 -07:00
Justin Dolske c80af2ab0d Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Blake Kaplan 5323fc52d6 Bug 1045987 - Fix doorhanger notifications for the login manager. r=billm/dolske 2014-09-04 17:01:32 -07:00
David Parks b43a6e4212 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 0c740b5b4b 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 604f50dbd4 Bug 1059032 - Don't use PageThumbs in e10s (r=felipe) 2014-08-28 13:37:16 -07:00
Wes Kocher 7c30e1bbf2 Merge inbound to m-c a=merge 2014-08-21 18:22:11 -07:00
Mike Conley 01b60720a1 Backing out 893fa8436b70 (bug 1041917) for multiple problems. 2014-08-21 15:12:22 -04:00
Mike Conley d3974cd62a 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 526c7cd453 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 a72af37b5f 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 29a48d1281 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 1f7356d529 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 a9c23254a3 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 a535add362 Backed out changeset 3fb0e4bb67f5 (bug 1009628) 2014-08-05 14:53:57 -04:00
Mike Conley 279bf6398b 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 1bb2d43252 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 35916c45c0 Bug 1039506 - speed up _getTabForContentWindow. r=ttaubert 2014-07-26 21:34:50 +02:00
Carsten "Tomcat" Book 005b9f88a5 merge fx-team to mozilla-central a=merge 2014-07-17 16:31:33 +02:00
Bill McCloskey 4da3783e52 Bug 1024391 - Fix popup blocking bug (r=felipe) 2014-07-16 23:05:17 -07:00
Trishul Goel e3a2c2e2fb Bug 1038604 - Rename disableMCB to allowMixedContent. r=dao 2014-07-16 22:03:15 +02:00
Gijs Kruitbosch 70548b0b3b 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 0a3f260a5d 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
Mike Conley 1de12c5a8f Bug 989501 - Part 3: If a newly created browser.xul window has the CHROME_REMOTE_WINDOW chromeflag set, make sure the initial browser has remote="true" set on it. r=felipe. 2014-06-20 14:08:05 -04:00
Drew Willcoxon d962fbd62a Bug 1019990 - about:newtab preloader should load content.js. r=ttaubert 2014-06-17 12:35:34 -07:00
Shashank Sabniveesu 105a591c18 Bug 1022214 - Remove the obsolete mTabstripCloseButton property. r=dao 2014-06-11 11:55:44 +02:00
Masayuki Nakano de1b12e91e Bug 1020832 tabbrowser's constructor shouldn't use Cc and Ci since using it sometimes causes undefined error r=enndeakin 2014-06-09 22:42:02 +09:00
Masayuki Nakano c29c2b90ca Bug 1008772 part.1 tabs should handle non-printable keys with keydown event handlers in the system group rather than keypress event handlers in the normal group r=smaug+enndeakin 2014-06-05 11:57:53 +09:00
Michael Pruett 8b657c1e04 Bug 1016039 - Fix switching between tab groups when cursor is on a tab. r=dao 2014-05-31 13:34:58 -05:00
Carsten "Tomcat" Book 809708bcda merge mozilla-inbound to mozilla-central 2014-05-28 14:22:02 +02:00
Jared Wein f227a9ce99 Bug 980043 - Backed out changeset 7e0adf1211a7 (bug 905695). r=MattN 2014-05-27 12:56:00 +02:00
Tim Taubert e4173a1a49 Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw 2014-05-23 14:22:36 +02:00
Allison Naaktgeboren dac30139cf Bug 1004533 - Guard all e10s testing UI behind an E10S_TESTING_UI ifdef.r=mconley,r=nalexander 2014-05-22 09:09:32 -07:00
Jared Wein 08efaba822 Bug 759252 - Use CSS animations for the connecting and progress throbbers. r=fryn, r=Dao 2014-05-21 09:48:00 -04:00
Mike de Boer c7f2091248 Bug 979479: add dynamic tooltips, including keyboard shortcuts, to various buttons. r=mconley 2014-05-01 12:37:24 +02:00
Harry Kaimenas c35907ddd4 Bug 997436 - Add context menu option to open a tab in a non-remote window. r=felipe 2014-04-29 13:20:00 -04:00
Dão Gottwald d824c31815 Bug 997681 - Allow closing the last tab with a middle click. r=gijs 2014-04-25 16:06:26 +02:00
Dão Gottwald 51fdc20682 Bug 865826 - Remove the browser.tabs.closeButtons pref. r=jaws 2014-04-25 14:30:18 +02:00
Carsten "Tomcat" Book c24942f7e4 Backed out changeset 1c2ef0d3d997 (bug 865826) for failing jetpack tests 2014-04-25 14:13:33 +02:00
Dão Gottwald 94f65cbce6 Bug 865826 - Remove the browser.tabs.closeButtons pref. r=jaws 2014-04-25 11:48:33 +02:00