Commit Graph

339 Commits

Author SHA1 Message Date
Steven Englehardt
201f99551c Bug 1191442 - Add "New Container Tab" to File Menu. r=paolo 2015-09-28 13:00:28 -07:00
Ehsan Akhgari
a35fb77d60 Bug 1170011 - Disable infinite recursion on the View Source command; r=jaws
This disables the View Source command on view-source documents in the
view-source-in-tab mode.
2015-08-27 08:20:23 -04:00
Ehsan Akhgari
277cd878e9 Bug 1193749 - Switch the keyboard shortcut to toggle the mute state of a tab to Ctrl+M; r=jaws 2015-08-14 20:43:47 -04:00
Ehsan Akhgari
9af0e36ebc Bug 1186267 - Add a keyboard shortcut for toggling the mute state of a tab; r=jaws 2015-08-06 13:38:07 -04:00
Jed Davis
f9cdea85fa Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm
The high-level overview is that the parts of nsWebBrowserPersist which
access the DOM have been factored out (as WebBrowserPersistLocalDocument)
and abstracted (nsIWebBrowserPersistDocument) such that they can be
implemented in the cross-process case using IPC.
2015-08-05 14:25:39 -07:00
Mark Hammond
4cc97da765 Bug 1184005 - Remove readinglist. r=MattN,jaws,adw 2015-08-04 12:00:43 +10:00
Neil Deakin
5773c52824 Bug 1132518, add an attribute to the xul document root element to allow focus on document navigation to be retargetted to another element, such as the urlbar, r=smaug,dao 2015-07-13 06:07:50 -04:00
Mike Conley
03b699b5f3 Bug 1146454 - Stop using CPOWs for printing. r=billm
We were passing around content window CPOWs before to indicate
which content to send to the printer. This was, naturally, causing
unsafe CPOW usage warnings - especially when attempting to get at
the content window of an iframe with the context menu printing
command.

This patch changes the printing mechanism to use outer window IDs
instead of CPOWs.

--HG--
extra : commitid : 7bG2asTYoDR
extra : rebase_source : 3d8d10dbd0d7ce4b2891d81b5f15d71341b79f84
2015-07-03 16:06:04 -04:00
Mike Conley
7f28885d4a Bug 1025146 - Modernize viewSource.js to use a frame script. r=jryans.
--HG--
extra : rebase_source : f065220c34ca9e752ffbdfd379c546c162a908a3
2015-04-24 17:32:57 -04:00
Bill McCloskey
f2b643a854 Bug 1156515 - Remove 'New e10s Window' (r=felipe) 2015-04-29 17:21:46 -07:00
Jared Wein
d412338ca4 Bug 1148462 - When "Reading List" is disabled (browser.readinglist.enabled = false) CTRL+ALT+R should not open its sidebar. r=gijs 2015-04-03 15:42:41 -04:00
Jared Wein
d2549c4e7a Bug 1140340 - Add Reader Mode menu item to the menu bar. r=florian
--HG--
extra : rebase_source : 3c22f45081c84e99b96a919da6175fe35c1545b4
2015-03-20 17:35:55 -07:00
Felipe Gomes
6640ced2a6 Bug 1074971 - Reserve main browser commands, such as New/Close Tab/Window, Quit, New Private Browsing. r=gavin, ui-r=phlsa 2015-03-12 12:03:18 -03:00
Brian Grinstead
38f4b946f2 Bug 1090478 - Add a keyboard shortcut for the Browser Toolbox. r=jryans 2015-03-06 14:40:00 +01:00
Blair McBride
855a13c339 Bug 1123517 - [ReadingList] Implement basic sidebar that lists unread ReadingList items. r=florian
--HG--
extra : transplant_source : %CC%E0%81%81%F9%93%D7h%2C%90%CC%EE%AAr%BD%5E%FDa%F2N
2015-02-20 22:07:24 +13:00
Blair McBride
40d4ef0e6c Bug 1123517 - Refactor sidebar code. r=florian
--HG--
extra : transplant_source : %04%FAZ%B3%DD%EB%8C%28%9Bj%CB%B3%D1%89%D9AJ%22%08%C6
2015-02-20 21:21:33 +13:00
Carsten "Tomcat" Book
eed56028b5 Backed out changeset f15413bf7ef9 (bug 1123517) for test bustage 2015-02-18 14:23:51 +01:00
Carsten "Tomcat" Book
bdb8058b1f Backed out changeset 0e65e74f315f (bug 1123517) 2015-02-18 14:23:28 +01:00
Blair McBride
71cae6a1fc Bug 1123517 - [ReadingList] Implement basic sidebar that lists unread ReadingList items. r=florian
--HG--
extra : transplant_source : %94%D3%06_%F9%83Q%5E%E9%DA%B6%F9o%04%20U%11%8C%A2b
2015-02-19 00:33:49 +13:00
Blair McBride
f82969cc6e Bug 1123517 - Refactor sidebar code. r=florian
--HG--
extra : transplant_source : %5C%B8%B2n%CB%8E%B6%9D%D1%A8%3CR%A0z%82%26%D64%8B%7D
2015-02-19 00:32:51 +13:00
Mrinal Dhar
2481d0771c Bug 979991 - Added function to open a new browser console or bring one into focus if it exists, instead of closing it. r=past 2015-02-12 13:51:02 +05:30
Neil Deakin
6be56d2934 Bug 1088540, fix email link for content processes, r=gijs 2015-01-07 20:52:20 -05:00
Jed Davis
e137fa09a7 Bug 1058251 - Make "Save As" work in e10s without "Web Page, complete" mode. r=mconley f=paolo
--HG--
extra : amend_source : 6185bb1dd3e503c46ee2b452b36b64813fd2dc3a
2014-11-18 11:35:47 -08:00
Alexandre Poirot
64aef65e17 Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans 2014-11-07 14:24:47 -06:00
Mike Conley
6f3cd935e0 Bug 1082575 - Make PrintUtils and printPreviewBindings.xml more e10s friendly. r=Mossop.
--HG--
extra : rebase_source : c26a2bb4b84cb8ce7bbbdf8dc3e05793cb118a3d
2014-10-28 10:58:07 -04:00
Shane Caraveo
eb7bee7d96 Bug 1014332 share button CUI widget, r=jaws 2014-10-09 12:02:13 -07:00
Gijs Kruitbosch
06493e0af6 Bug 990045 - focusNextFrame should special-case panels and notificationpopups, with the latter getting noautofocus by default, r=Enn, f=MarcoZ
--HG--
extra : rebase_source : a0fe3fba430301560433db3dbb825d5bbd7bfb9b
2014-09-18 13:29:03 +02:00
J. Ryan Stinnett
ef16df4baa Bug 1055348 - Add WebIDE shortcut. r=paul 2014-08-22 11:52:54 -07:00
Wes Kocher
b82f058ff2 Merge fx-team to m-c a=merge 2014-08-21 17:44:40 -07:00
Ed Morley
c1b14be4c2 Backed out changeset b3632bd4c076 (bug 1014332) for intermittent test failures 2014-08-21 12:27:40 +01:00
Bill McCloskey
b6264372dc Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap) 2014-08-20 12:49:11 -07:00
Shane Caraveo
405e400185 Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-15 14:23:23 -07:00
Ryan VanderMeulen
cde20a0f37 Backed out changesets ac87dabb3890, 753ebd9be952, and 4dbbffc0b5cd (bug 1014332) for causing bug 1052762. 2014-08-12 16:20:00 -04:00
Shane Caraveo
4bc6b9c1be Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-12 11:04:04 -07:00
Paul Rouget
566db30172 Bug 1028014 - webide should be named webide, not app manager. r=dcamp 2014-06-23 17:36:11 +08:00
Myk Melez
728c151c93 Bug 938303 - enable user to reassign "quit application" shortcut on Mac; r=enndeakin
--HG--
extra : rebase_source : d4abe64845be02909cb946be8ce01c27b1e02477
2014-05-27 10:02:13 -07: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
Mark Hammond
f88bdcd2ee Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-10 12:03:07 +10:00
Ryan VanderMeulen
e84cc1706a Backed out changesets 2f3f35b8cea3 and 7824a3826963 (bug 1002914) for intermittent mochitest-bc failures. 2014-05-07 16:56:28 -04:00
Mark Hammond
9c3b931bd2 Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Heather Arthur
e5bfce063b Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Tim Taubert
38576f0990 Bug 970769 - MenuBar flickers when I click History/Tools menu in the first time r=markh 2014-03-12 18:14:05 -07:00
Tim Taubert
d79e22b13c Backed out changeset 92f37b7106a4 (bug 970769) on a CLOSED TREE r=bustage 2014-03-12 16:33:59 -07:00
Tim Taubert
87ec6caa2b Bug 970769 - MenuBar flickers when I click History/Tools menu in the first time r=markh 2014-03-12 15:35:46 -07:00
Shane Caraveo
34245313a7 bug 894806 [Australis] refactor and remove social.provider, r=markh 2014-03-11 19:25:45 -07:00
Tim Taubert
8cf5dd5be5 Bug 976683 - Tools menu copy should match customize menu for reauth, and should direct user to FxA reauth page r=markh 2014-03-06 20:42:54 +01:00
Mike de Boer
14423c38c9 Bug 326743: use cmd-e to set find-in-page search term to currently selected text. r=Unfocused 2014-02-28 16:07:34 +01:00
Phil Ringnalda
2ff6e6f32a Back out 024e6835e6ea:bece94ce2310 (bug 326743) for frequent 10.6 debug failures in browser_bug537013.js 2014-02-14 23:58:49 -08:00
Mike de Boer
ea9c7b0eab Bug 326743: use cmd-e to set find-in-page search term to currently selected text. r=Unfocused 2014-02-14 14:04:23 +01:00
Mike de Boer
f4e68f74e8 Backed out 5 changesets (bug 326743)
Backed out changeset 55fba7bccaaf (bug 326743)
Backed out changeset f4ab79254dfb (bug 326743)
Backed out changeset c8151192e447 (bug 326743)
Backed out changeset 57ceb72568c6 (bug 326743)
Backed out changeset 3081b9770c33 (bug 326743)
2014-02-14 12:55:13 +01:00