Commit Graph

6642 Commits

Author SHA1 Message Date
Dão Gottwald
3528027a50 Bug 519937 - Remove "Back", "Forward" and "Home" from History menu. r=mak
--HG--
extra : rebase_source : ff2b79b3c46a3c3be612bef3af48f01a36495268
2013-07-24 18:37:08 +02:00
Dão Gottwald
c13c64d838 Bug 513168 - Remove "Stop" and "Reload" from View menu. r=mak
--HG--
extra : rebase_source : fcc5b38cb6ca4d1cd8da1d84945f098e78332300
2013-07-24 18:36:04 +02:00
Avi Halachmi
9f7a23fefe Bug 766546 - Add debug print before intermittent failure line. 2013-07-24 15:26:58 +03:00
Michael Harrison
e40a13da10 Bug 890367 - Correctly handle non-ASCII text in browser.newtab.url. r=ttaubert 2013-07-23 10:52:20 -04:00
Michael Kohler
85eba09377 Bug 513165 - remove "Web Search" item from Tools menu. r=dao 2013-07-23 12:49:59 +02:00
Dão Gottwald
bfed20773e Bug 896918 - Add "Keyboard Shortcuts" item to the Help menu. r=mdeboer 2013-07-23 12:43:54 +02:00
Mark Hammond
7d413299c4 Bug 870100 (part 2) - about:newtab observes notifications for new page thumbnails. r=ttaubert 2013-07-23 17:41:12 +10:00
Georg Fritzsche
37d6680e19 Bug 887773 - Test coverage for plugin doorhanger for data URLs. r=jaws 2013-07-04 20:01:10 +02:00
Georg Fritzsche
fa93068bcf Bug 887773 - Make plugin doorhanger work for data URLs & fixup permission usage. r=gavin 2013-07-03 15:01:06 +02:00
Dão Gottwald
226c42acf1 Bug 894877 - permissions.js onRadioClick tries to pass a host string to SitePermissions.remove, needs to be an nsIURI instead. r=jaws 2013-07-19 23:15:35 +02:00
Robert Strong
11c04bdaa0 Wallpaper fix - Bug 895473 - [Mac and Linux] Custom distribution settings for yahoo de and es distributions are not being set. r=mconnor 2013-07-19 13:17:29 -07:00
Benjamin Smedberg
27f7f96417 Bug 888292 - De-emphasize the plugin icon in the address bar when it doesn't need to catch the user's attention. With this change, the only time the icon will be "alert blue" is when a plugin is click-to-activate and it's too small to show the overlay inline in the page. Icons provided by shorlander. ui-review=lco r=jaws
--HG--
extra : rebase_source : 29f8c8ad4fd0234f1d2bf14451416ac7f744c6fb
2013-07-19 10:02:48 -04:00
Benjamin Smedberg
dd57b47a65 Bug 889788 - Plugin doorhanger breaks when plugins are dynamically removed from a page. This implements the short-term solution of hiding the plugin doorhanger when no more plugins are on the page (the better long-term solution will keep showing the UI and track all the plugins a page ever uses). This also implements a short-term solution when a user enables a plugin. Also bug 887088 - Short-term UI solution: when a user loads multiple tabs from a site and enables a plugin on one of them, the plugins are not enabled on other tabs but the "continue allowing" button does nothing. This patch makes the "Continue Allowing" button enable existing plugins of that type. r=jaws r=jschoenick
--HG--
extra : rebase_source : a60ae3259579ea63d51921dc3c70836da2d7ab3a
2013-07-19 10:02:48 -04:00
Benjamin Smedberg
67d9f93f74 Bug 888908 - When the location bar is missing, don't auto-popup the plugin notification (ever). It will still pop up when clicking the in-page UI. And Australis will make this code moot anyway, r=jaws
--HG--
extra : rebase_source : 71a035bf35cd8bb7910d54c34df073c3daf654e7
2013-07-19 10:02:47 -04:00
Adam Dane [:hobophobe]
8388fc5f15 Bug 894381 - FindBar buttons should be enabled when moving tab between windows. r=dao 2013-07-18 15:00:46 -05:00
Marco Bonardo
ce228a3c10 Bug 895288 - Stop loading earlier in browser_aboutHome.js to avoid console spam of Google css warnings
r=ttaubert
2013-07-19 15:51:37 +02:00
Daniel Holbert
72a9f5a162 Bug 895137 - Declare updateSearchEngine with "let" instead of "function", to fix strict JS warning. r=mak 2013-07-18 17:13:32 -04:00
Erik Vold
f887d05a95 Bug 885054 - Sidebars should not migrate across private / non-private window. r=gavin 2013-07-09 13:21:23 -07:00
Tom Schuster
c3a3b8fa79 Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Jared Wein
a05c3a6714 Bug 887515 - Replace multiple tab closing prompt with a menuitem to restore multiple tabs. r=ttaubert
--HG--
extra : rebase_source : 743b8bb459802675e38ef2ab8e8cee2c41b90f90
2013-07-17 18:48:39 -04:00
Ryan VanderMeulen
97083e557a Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
2013-07-17 12:43:59 -04:00
Ryan VanderMeulen
c11458053c Backed out 3 changesets (bug 889480, bug 889788, bug 888908) for mochitest-bc orange.
Backed out changeset d1c616745325 (bug 889788)
Backed out changeset 6fe281a19554 (bug 888908)
Backed out changeset 9b855bab8073 (bug 889480)
2013-07-17 11:34:25 -04:00
Tom Schuster
46fe724e6d Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Benjamin Smedberg
c5b25497ec Bug 889788 - Plugin doorhanger breaks when plugins are dynamically removed from a page. This implements the short-term solution of hiding the plugin doorhanger when no more plugins are on the page (the better long-term solution will keep showing the UI and track all the plugins a page ever uses). This also implements a short-term solution when a user enables a plugin. Also bug 887088 - Short-term UI solution: when a user loads multiple tabs from a site and enables a plugin on one of them, the plugins are not enabled on other tabs but the "continue allowing" button does nothing. This patch makes the "Continue Allowing" button enable existing plugins of that type. r=jaws r=jschoenick
--HG--
extra : rebase_source : 4b24a6d5bf3b5c33b1e19702eca676b340b5d8b1
2013-07-17 09:21:02 -04:00
Benjamin Smedberg
d87022fde3 Bug 888908 - When the location bar is missing, don't auto-popup the plugin notification (ever). It will still pop up when clicking the in-page UI. And Australis will make this code moot anyway, r=jaws
--HG--
extra : rebase_source : 69b7a078b7202a9806eaa33829d6107062e5a589
2013-07-17 09:21:02 -04:00
Marco Bonardo
61632cbb93 Bug 890409 - Re-enable browser_aboutHome.js but ignoring uncaught exceptions.
r=ttaubert
2013-07-13 11:35:49 +02:00
Dão Gottwald
61a77b682a Bug 892378 - Let SitePermissions.jsm handle indexedDB's special use of UNKNOWN_ACTION and ALLOW_ACTION. r=jaws 2013-07-16 09:59:34 +02:00
Mark Hammond
f52961066d Bug 893683 - checkSocialUI is too verbose when running social tests. r=mixedpuppy
--HG--
extra : rebase_source : 04bf69f16ab42f873f7e6cf7361a6735484748e3
2013-07-16 13:32:19 +10:00
Matthew Noorenberghe
9e0093f0ee Bug 894188 - "resetSupported is not defined" in safe mode dialog. r=jaws 2013-07-15 21:09:00 -07:00
Jared Wein
32bfdc4d99 Backed out changeset 6d739868bd90 (bug 887515) for leaking windows on a CLOSED TREE. 2013-07-15 21:39:32 -04:00
Jared Wein
ed0f7b1b32 Bug 887515 - Replace multiple tab closing prompt with a menuitem to restore multiple tabs. r=ttaubert 2013-07-15 17:13:22 -04:00
David Keeler
88627f23d7 bug 886995 - wait for the popup to be populated in browser_CTP_drag_drop.js r=bsmedberg 2013-07-10 16:26:30 -07:00
Dão Gottwald
769324fbeb Bug 893424 - Replace XULBrowserWindow's broken _hostChanged logic. r=jaws
--HG--
extra : rebase_source : b91d7affbca2e7f8df688c158ab75665abe43c14
2013-07-15 17:58:09 +02:00
Shane Caraveo
b099b84d1d bug 872605 add ability to update provider manifest, r=markh 2013-07-03 10:24:16 -07:00
Ryan VanderMeulen
c8d12c6d14 Merge m-c to fx-team. 2013-07-12 13:34:44 -04:00
Tim Taubert
437ad6d1d8 Bug 890409 - Disable browser_aboutHome.js for intermittent failures; rs=mak 2013-07-12 14:59:18 +02:00
Tim Taubert
46d108806e Bug 867550 - Make browser_aboutHome.js not fail if it starts before but runs past midnight; r=mak 2013-07-12 11:03:00 +02:00
Ryan VanderMeulen
f6c978d15f Merge m-c to inbound. 2013-07-11 10:59:21 -04:00
Tim Taubert
a90c2e6537 Bug 879375 - Add SessionStore.getWindowDimensions() and tabPreviews.capture() to the reflow exclusion list; r=dao 2013-07-11 12:40:23 +02:00
Ed Morley
bbef1fe93c Merge latest green fx-team changeset and mozilla-central 2013-07-11 10:12:37 +01:00
Tim Taubert
cb56fa3dc0 Bug 891806 - part 1 - replace 'yield;' with 'yield undefined;' in browser/; r=jaws 2013-07-10 23:52:04 +02:00
Jared Wein
eb9a2230f8 Bug 882977 - Identity state of IDENTITY_MODE_UNKNOWN is set for about:home when a new window is created. r=dao
--HG--
extra : rebase_source : 9c5e5f06645018333515dba89d4fc84cf9445338
2013-07-09 15:23:51 -04:00
Jared Wein
b77c2cf7c2 Bug 885965 - Change browser_typeAheadFind.js to use load event instead of pageshow event. r=ttaubert
--HG--
extra : rebase_source : 4a5debbc10c50f41c7bbd5c45191daa152189997
2013-07-10 14:38:04 -04:00
Jared Wein
d7a6e76996 Bug 891721 - Add some sanity to the ordering of the tests in browser/base/content/test. r=ttaubert
--HG--
extra : rebase_source : 82e076e20b15d6a1518caba5d4f5e3b8618f9050
2013-07-10 14:15:35 -04:00
Mike de Boer
66757c1a9a Bug 869543: move findbar to the top. r=dao 2013-07-11 12:44:34 +02:00
Ed Morley
20148ab4c5 Merge mozilla-central and inbound 2013-07-11 10:59:11 +01:00
Adam Dane [:hobophobe]
69e0ae9e86 Bug 891638 - "Highlight All" button does not persist when switching tabs. r=dao 2013-07-10 16:53:34 -05:00
Tom Schuster
b8f2deb604 Bug 666809 - Support SecurityUI in e10s mode. r=felipe f=gavin 2013-07-09 22:45:07 -04:00
Ryan VanderMeulen
04c5cd4cb2 Backed out changeset f900daf35771 (bug 785487) for suspicion of causing OSX mochitest-1 leaks. 2013-07-09 17:25:06 -04:00
Drew Willcoxon
5af410f320 Bug 880226 - Fix intermittent browser_bug386835.js by improving browser-fullZoom.js's async handling. r=mak 2013-07-09 14:12:43 -07:00