Commit Graph

613 Commits

Author SHA1 Message Date
Jared Wein
a1c57c5f23 Bug 1176112 - A/B test for default browser setting UI on Windows 10. r=Gijs 2015-06-20 01:16:05 -04:00
Ursula
6b620f1f97 Bug 1168589 - Convert newtab-customize-panel into an HTML element. r=mconley, feedback=emtwo. 2015-06-15 15:36:43 -04:00
Dave Townsend
7926e6181d Bug 1172710: Breaking an add-on's signature doesn't show a notification on next startup. r=dao 2015-06-08 16:31:16 -07:00
Carsten "Tomcat" Book
750585907d Backed out changeset 2fe1522c6b18 (bug 1172710) 2015-06-10 13:43:34 +02:00
Dave Townsend
54b6cfbbd0 Bug 1172710: Breaking an add-on's signature doesn't show a notification on next startup. r=dao 2015-06-08 16:31:16 -07:00
Jared Wein
8d241a4942 Bug 1170304 - Change browser.shell.isSetAsDefaultBrowser to browser.shell.wasEverSetAsDefaultBrowser. r=dolske a=kwierso 2015-06-09 11:06:39 -07:00
Jared Wein
53931bcc30 Bug 1167294 - follow-up, use #ifdef instead of AppConstants. r=me 2015-06-03 13:42:26 -04:00
Jared Wein
4c7fdf1b78 Bug 1167294 - Launch the modern Settings app when setting the default browser on Windows 10. r=jimm,Gijs 2015-06-03 11:40:40 -04:00
Gijs Kruitbosch
1a4914876d Bug 1169754 - fix typo, rs=ttaubert 2015-06-01 13:17:39 +01:00
Jared Wein
fcdb39fa5d Bug 1169754 - Persist state that Firefox was a user's default browser. r=dolske 2015-05-29 12:48:00 +02:00
Abdelrhman Ahmed
f68ab61acd Bug 1167224 - Remove getMostRecentBrowserWindow() from nsIBrowserGlue and use RecentWindow in nsBrowserGlue.js. r=mak 2015-05-24 07:05:00 -04:00
Felipe Gomes
0a3a66fff3 Bug 1164640 - Reset the flag for disabling e10s when an a11y tool is active. r=mconley
There's now a blacklist in place for the tools that should be disabled, so we want to give another change for users with tools that are not blacklisted to test e10s.
2015-05-22 15:01:57 -03:00
Alessio Placitelli
ed1473cc3d Bug 1138503 - Remove the SEARCH_DEFAULT_ENGINE histogram. r=gfritzsche 2015-05-11 04:09:00 -04:00
Dão Gottwald
0954fa7660 Bug 1165438 - use URI.file.path rather than URI.path 2015-05-19 14:54:33 +02:00
Dão Gottwald
057c93e7d6 Bug 1165438 - Use the displayOrigin option for all ContentPermissionPrompt notifications. r=paolo 2015-05-19 12:33:11 +02:00
Abdelrhman Ahmed
f3e36c4415 Bug 1161995 - Using high-priority-global-notificationbox instead of the selected browser's notification box. r=dao 2015-05-19 12:29:40 +02:00
Brian Grinstead
0b3a2195c1 Bug 1164952 - Fix transparent window background in Dev Edition theme for Windows 7 classic mode;r=MattN 2015-05-15 18:34:57 -07:00
Dão Gottwald
aaf651bec1 Bug 1165306 - Clean up ContentPermissionPrompt.prototype._showPrompt by removing pointerLock-specific code. r=paolo 2015-05-15 19:20:18 +02:00
Dão Gottwald
d45f507e69 Bug 1162863 - part 3: make the geolocation notification use PopupNotifications' displayOrigin option. r=paolo 2015-05-15 14:35:40 +02:00
Felipe Gomes
5a44827c91 Bug 1163062 - Make e10s strings localizable. r=ttaubert 2015-05-08 15:35:24 -03:00
Dão Gottwald
362d9bb46c Bug 1151507 - Warn users when unsigned add-ons have been disabled during startup. r=dtownsend 2015-05-08 19:27:56 +02:00
Dão Gottwald
abc8d4238c Bug 1151509 - Implement the front-end side of the warning about add-ons detected as no longer signed during the periodic check. r=dtownsend 2015-05-08 19:27:25 +02:00
Felipe Gomes
f3d90ebd41 Bug 1161260 - Make e10s opt-in on Aurora and display popup asking users to try it. r=billm 2015-05-07 17:38:56 -03:00
Brian Grinstead
a143ac7a60 Bug 1162490 - Only set the transparent accentcolor for Dev Edition theme in Windows;r=Gijs
It is causing the drop shadow to disappear on osx 10.9.  Windows is the only platform
that uses a transparent background on the tabs, so it's the only one that neesd the accentcolor
2015-05-07 11:08:45 -07:00
David Rajchenbach-Teller
cb2dc29f28 Bug 1153198 - Remove accesskey for disabling add-ons. r=blassey 2015-04-24 12:22:29 +02:00
Brian Grinstead
e234a8596f Bug 1158872 - Remove white titlebar on Windows for Dev Edition theme;r=Gijs 2015-05-05 09:34:38 -07:00
Jim Mathies
af26bf3527 Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde 2015-04-30 16:43:19 -05:00
Ryan VanderMeulen
a06e7d451b Backed out changeset 31297813dd26 (bug 1159327) for bustage on a CLOSED TREE. 2015-04-30 16:08:29 -04:00
Jim Mathies
ed6e6c6a4e Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde 2015-04-30 14:42:43 -05:00
ziyunfei
649e7033e4 Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Ryan VanderMeulen
b8280ac2ad Backed out changeset 7882ac796e0f (bug 1158872) for WinXP mochitest-other permacrashing. a=me 2015-04-28 15:35:05 -04:00
Brian Grinstead
766fc3d57c Bug 1158872 - Remove white titlebar on Windows for Dev Edition theme;r=Gijs 2015-04-27 19:57:50 -07:00
David Rajchenbach-Teller
460377a28b Bug 1153657 - Performance Monitoring is not ready to ride the trains. r=yoric 2015-04-18 14:26:13 +02:00
Doug Turner
5c538bf53e Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification. r=MattN+bmo@mozilla.com 2015-04-10 20:19:28 -07:00
Mike Conley
4e442036cc Bug 1110887 - Make the plugin crash reporter work with e10s. r=felipe.
This patch does the following:
* Has the gPluginHandler tell content processes when a NPAPI plugin crashes
* Introduces PluginCrashReporter, and renames TabCrashReporter.jsm to ContentCrashReporters.jsm.
* Makes gPluginHandler use PluginCrashReporter to submit plugin crashes.
* If a plugin crash report is submitted, puts all visible instances into the submitted state.
* Makes the plugin crashed notification bar work with run IDs.
* Removes event and message listeners in PluginContent when uninitting.
2015-03-27 23:34:15 -04:00
Carsten "Tomcat" Book
2fa5830c12 Backed out changeset 503877a91767 (bug 1110887) for bc1 test failures 2015-04-09 13:11:32 +02:00
Mike Conley
b8a0cc8cfb Bug 1110887 - Make the plugin crash reporter work with e10s. r=felipe.
This patch does the following:
* Has the gPluginHandler tell content processes when a NPAPI plugin crashes
* Introduces PluginCrashReporter, and renames TabCrashReporter.jsm to ContentCrashReporters.jsm.
* Makes gPluginHandler use PluginCrashReporter to submit plugin crashes.
* If a plugin crash report is submitted, puts all visible instances into the submitted state.
* Makes the plugin crashed notification bar work with run IDs.
* Removes event and message listeners in PluginContent when uninitting.
2015-03-27 23:34:15 -04:00
Felipe Gomes
b3f2174a4f Bug 1147156 - Part 0. Improve handling of e10s notice when users disable and reenable it. r=mconley 2015-04-06 15:05:14 -03:00
Wes Kocher
36225c3113 Merge inbound to m-c a=merge 2015-04-02 17:45:19 -07:00
Ralph Giles
37f61e45c2 Bug 1133862 - Remove MSE debug User Agent string. r=mconley
This reverts bug 1127448, removing the build id from the user
agent string we send to youtube in non-release builds. Now that
the feature is in release we no longer need this code for testing.
2015-04-01 16:29:12 -07:00
Tim Taubert
e69a4a93bf Bug 1094886 - Make distribution.js use the new Bookmarks API r=mak 2015-03-16 12:51:02 +01:00
Marco Bonardo
51e43d639f Bug 1094888 - part 2: use Bookmarks.jsm in ensurePlacesDefaultQueries. r=ttaubert 2015-04-01 19:09:32 +02:00
Marco Bonardo
aad1ad34a8 Bug 1094888 - part 1: make ensurePlacesDefaultQueries async. r=ttaubert 2015-04-01 19:09:26 +02:00
Brian Grinstead
1b9420556e Bug 1148996 - Install a devedition lightweight theme on startup, then wait for it to be applied before applying devedition styles;r=Gijs 2015-03-31 20:00:32 -07:00
Kartik Somani
b1c27bb439 Bug 1147398 - Replaced string bundle creation for browser.properties and brand.properties with lazy getters, r=gijs 2015-03-31 16:00:45 -07:00
Wes Kocher
9f37dd3a23 Backed out changeset b8c1a40cea07 (bug 1147398) for crashtest assertions 2015-03-31 15:58:06 -07:00
Kartik Somani
09a0deeb7c Bug 1147398 - Replaced string bundle creation for browser.properties and brand.properties with lazy getters, r=gijs 2015-03-30 15:11:00 +01:00
Brian Grinstead
0ab1e8f3c5 Bug 1094821 - Backout 01482cdccd72 for test failures in Aurora simulation;r=me;a=RyanVM 2015-03-30 09:20:48 -07:00
Makoto Kato
2bc33e2136 Bug 1147722 - Part 1. Turn off TSF when e10s auto start is enabled. r=masayuki,wmccloskey 2015-03-30 11:58:03 +09:00
Henri Sivonen
2eb97a7360 Bug 1147311 - Migrate x-central-euro, x-baltic and tr to x-western in the font.language.group pref. r=mak. 2015-03-26 11:29:28 +02:00