Benjamin Smedberg
b115dcb7c6
Bug 932854 - when a site uses a hidden plugin, show a notification bar to aid discoverability. This patch, suitable for trunk and branch, uses existing strings which are not ideal. r=jaws
2013-11-11 16:11:12 -05:00
David Rajchenbach-Teller
c09bac729b
Bug 860493 - Add telemetry for history swipe animations. r=spohl,felipe
2013-11-11 13:20:35 -05:00
Florian Quèze
56f5daecc2
Bug 773988 - Allow saving a snapshot from a media stream without a known filename, r=dolske.
2013-11-07 14:01:55 +01:00
Honza Bambas
95e22c7a8b
Bug 931383 - nsICacheEntryOpenCallback is not defined in pageInfo.js, test_clearHistory_shutdown.js, r=dao
2013-11-06 16:59:05 +01:00
Mark Hammond
ae6ef17c2e
Bug 932147 - Move remaining tests in browser/base/content/test/general/Makefile.in to manifest files. r=jhammel
2013-11-06 11:18:45 +11:00
Benjamin Smedberg
1f65243e26
Bug 934503 - Activated hidden plugins should not show the hidden plugin notification icon, r=jaws
...
--HG--
extra : rebase_source : bdae17aa44e5fbe60d724b3ad98f679da9c851f1
2013-11-05 16:43:53 -05:00
Shane Caraveo
7563369605
Bug 906839 - test fixes. r=markh
2013-10-31 10:59:36 +11:00
Shane Caraveo
b9249bfeef
Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh.
2013-10-31 10:59:35 +11:00
Tim Taubert
43df2515e7
Bug 754344 - Make in-content prefs navigation look like about:addons r=jaws
...
From 8e5ce19d039052d06c099a87c2c315353bc589cf Mon Sep 17 00:00:00 2001
2013-11-05 13:21:28 +01:00
Drew Willcoxon
0429ffc7c9
Bug 933984 - Fix "this._mutationObserver is undefined" error on new tab page. r=gavin
2013-11-04 22:32:33 -08:00
Wes Kocher
e400a12724
Merge inbound to m-c
2013-11-04 21:09:17 -08:00
Wes Kocher
ac3a2df976
Backed out 2 changesets (bug 934503) for browser-chrome bustage
...
Backed out changeset f631148645b3 (bug 934503)
Backed out changeset a8131d677d9b (bug 934503)
2013-11-04 16:22:03 -08:00
Ryan VanderMeulen
6d0dc845eb
Backed out changesets f488602d26c9 and 09725c69fd76 (bug 860493) for OSX bustage.
...
CLOSED TREE
2013-11-04 12:55:56 -05:00
David Rajchenbach-Teller
e95ac6c38f
Bug 860493 - Add telemetry for history swipe animations. r=spohl
2013-11-04 12:10:14 -05:00
Neil Deakin
f3270a29d5
Bug 596723, Don't consume clicks outside of arrow panels by default, always consume the clicks on anchors of all popups, r=dao,neil
2013-11-04 11:22:24 -05:00
Benjamin Smedberg
a33b468f86
Test for bug 934503, r=jaws
2013-11-04 16:47:38 -05:00
Benjamin Smedberg
f48ca878c0
Bug 934503 - Activated hidden plugins should not show the hidden plugin notification icon, r=jaws
2013-11-04 16:47:29 -05:00
Ryan VanderMeulen
3f0ca7f5e4
Backed out changesets cf64922197ca, 3ae60bdf3fef, and 68960c6bdce3 (bug 906839) for ASAN mochitest-bc perma-orange.
2013-11-04 15:54:55 -05:00
Paolo Amadini
147dff90bb
Bug 899110 - Remove the code to switch between different back-ends from the Downloads Panel. r=enn
2013-11-04 19:21:13 +01:00
Shane Caraveo
f930c91ebc
Bug 906839 - test fixes. r=markh
2013-10-31 10:59:36 +11:00
Shane Caraveo
f770d205ad
Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh.
2013-10-31 10:59:35 +11:00
Benjamin Smedberg
cd7a087fe2
Bug 933935 - Strip parentheticals when making nice plugin names, r=dolske
2013-11-04 09:59:38 -05:00
Tim Taubert
bf44f6817f
Bug 932898 - Fix leaks in /browser/base/content/test/general/ r=jaws
...
From 703bffabe0374690ecce1ca6a82cfb1f1ace30e8 Mon Sep 17 00:00:00 2001
2013-11-02 16:14:52 +01:00
Benjamin Smedberg
edcef1c52d
Bug 932786 - CTP doorhanger does not update to show the new plugin state after the user clicks allow or block; update pluginInfo.fallbackType with the new state in gPluginHandler._updatePluginPermission, r=keeler
2013-11-02 11:53:27 -04:00
Benjamin Smedberg
759be3c816
Bug 745187 part B - If a plugin is already activated, don't refresh the page.
2013-11-02 11:53:26 -04:00
Benjamin Smedberg
2ee5dadfec
Bug 745187 - Don't introduce a delay notifying the frontend about new plugins added to the document, because script may immediately remove them from the page. To fix the delayed layout of XBL, introduce a separate method to calculate the notification icon visibility, r=jaws
...
Note: this patch still has one potential hole: if content creates a plugin and destroys it without forcing reflow, the XBL binding will not be instantiated. This doesn't appear to be a problem in practice, because every site that wants to use a plugin also has to trigger frame construction to get the plugin to instantiate (document.write of the embed element appears to do this automatically).
2013-11-02 11:53:26 -04:00
Tim Taubert
e01cc53675
Bug 933551 - Add SocialShare.uninit() to unload iframe r=felipe
2013-11-01 12:52:07 +01:00
Tim Taubert
8835a06ac6
Bug 933699 - TabView.uninit() leaks the TabView window r=gijs
...
From eb90c41f6a6d3f1b2d9d4dcbfa1bb32de497c597 Mon Sep 17 00:00:00 2001
2013-11-01 11:28:40 +01:00
Ryan VanderMeulen
43eeed0ee4
Merge fx-team to m-c.
2013-11-01 14:51:36 -04:00
Tim Taubert
dddd9e2bd7
Backed out changeset 109710b0f5f6 (bug 754344)
2013-11-01 12:08:37 +01:00
Tim Taubert
5f24a97891
Bug 754344 - Make in-content prefs navigation look like about:addons r=jaws
...
From 958cacee91f0730b407bf35a65dd0bc9116cdd9e Mon Sep 17 00:00:00 2001
2013-10-17 16:42:31 -07:00
Matthew Noorenberghe
b0f6ed59a4
Bug 915951 - Fix browser_popupNotification.js to test that subframe navigations don't remove PopupNotifications. r=bsmedberg
...
This patch was based on work from Tanvi Vyas and Benjamin Smedberg.
2013-10-31 22:13:35 -07:00
Tanvi Vyas
281d2329ff
Bug 915951 - Notifications should ignore sub-frame navigation. r=dao
2013-10-31 22:13:43 -07:00
Drew Willcoxon
3fd8db572a
Bug 910036 - about:newtab shouldn't load thumbnails in background when hidden by preloader. r=gavin
2013-10-30 19:33:02 -07:00
Ryan VanderMeulen
1d57260a86
Merge m-c to inbound on a CLOSED TREE.
2013-10-30 22:42:13 -04:00
Richard Newman
fdbfcf7d24
Merge m-c to s-c.
2013-10-29 19:20:42 -07:00
Richard Newman
97b12480eb
Bug 925521 - Fix yet another test with a hardcoded version. r=me
2013-10-29 15:00:35 -07:00
Richard Newman
cbfcd6d016
Bug 925521 - Follow-up: context search changes. r=gps
2013-10-29 09:24:46 -07:00
Richard Newman
d855131238
Bug 925521 - Follow-up: change measurement version in browser_contextSearchTabPosition.js. r=me
2013-10-28 21:37:35 -07:00
Stephen Pohl
c9df0df76d
Bug 931787: Avoid tracking vertical overscrolls on OSX if elastic overscroll is disabled. r=felipe
2013-10-29 15:03:05 -04:00
Bill McCloskey
181e0ba7be
Bug 919835 - Make session data collection work with multiple processes (r=ttaubert,Yoric)
2013-10-29 08:44:25 -07:00
Tareq Khandaker
a3f2fbfaa3
Bug 927680 - errorNotification should inherit from basicNotification in browser_popupNotification.js; r=MattN
2013-10-18 15:32:00 -07:00
Richard Newman
af2e02d2a2
Merge m-c to s-c.
2013-10-28 17:51:05 -07:00
Richard Newman
9472410b0e
Bug 925521 - Part 3: follow-up to fix browser tests. r=trivial
2013-10-18 17:43:42 -07:00
Richard Newman
286bec1974
Bug 925521 - Part 2: correctly record identifiers for non-pre-installed engines. r=gps
...
* * *
Bug 925521 - Review comments.
2013-10-18 12:31:39 -07:00
Benjamin Smedberg
6fb5b50080
Bug 926605 part B - automatically refresh the page if the users chooses to enable a plugin but its no longer on the page, r=jaws
2013-10-27 14:41:29 -04:00
Benjamin Smedberg
f1747357ee
Bug 926605 part A - When a plugin is removed from a page, continue showing it in the plugin doorhanger, to deal with the cases where the site removes a plugin immediately after trying to use it, r=jaws
2013-10-27 14:41:28 -04:00
Christopher Butcher
c0e8e2dbfd
Bug 924723 - Bookmark a page only when left-clicking the star icon. r=mak
2013-10-26 21:34:06 -04:00
Phil Ringnalda
b6d2006807
Merge m-c to m-i
2013-10-25 19:52:22 -07:00
Phil Ringnalda
79607bc952
Merge f-t to m-c
2013-10-25 19:24:55 -07:00