Commit Graph

25241 Commits

Author SHA1 Message Date
Ryan VanderMeulen
ac116960a0 Merge fx-team to m-c. a=merge 2015-06-09 13:08:17 -04:00
Dave Townsend
924efd034c Bug 1170162: Use a support page for signing warnings intended for users. r=dao 2015-06-08 09:17:15 -07:00
Panos Astithas
d35e61e9b5 Don't throw when reloading devtools if it succeeds (bug 1171870). r=jwalker 2015-06-08 18:13:06 +03:00
Nick Thomas
274706953e Bug 1160514: Use osslsigncode for 32-bit signing r=ted 2015-06-05 12:05:14 +12:00
Jan Horak
13f75852c5 Bug 1129873 - [GTK3] Implement wrapper to GtkAppChooserDialog to allow using native application chooser. r=karlt 2015-06-08 04:41:00 -04:00
Milan Sreckovic
aa01c9241e Bug 1171171 - Make sure the graphics preferences are initialized early enough. r=billm 2015-06-04 14:44:30 -04:00
Alessio Placitelli
42dc99991a Bug 1149537 - Fix Telemetry tests broken by the daily submission policy change. r=gfritzsche 2015-06-02 01:44:00 +02:00
Alessio Placitelli
4bc5f78e32 Bug 1149537 - Daily subsession splits should not occur before midnight. r=gfritzsche 2015-06-02 01:41:00 +02:00
Makoto Kato
8eabb8cf1e Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp 2015-06-08 16:08:29 +09:00
David Major
4a4fc74148 Bug 1154298: Use XPSP2 crash URL for XPx64 and Server2003SP1. r=ted 2015-06-08 09:12:17 -04:00
Carsten "Tomcat" Book
c5b4041c32 Merge mozilla-central to mozilla-inbound 2015-06-08 12:02:40 +02:00
Gabor Krizsanits
df24b42455 Bug 1164014 - Shim optimization. r=billm 2015-06-08 09:28:54 +02:00
Gabor Krizsanits
9486a227f5 Bug 1164014 - Fixing defaultShims. r=billm 2015-06-08 09:28:48 +02:00
Wes Kocher
485b647af8 Merge m-c to fx-team, a=merge 2015-06-05 16:05:33 -07:00
Wes Kocher
8c31ce4bc4 Merge fx-team to central, a=merge 2015-06-05 15:26:37 -07:00
Mike Connor
6f604f4565 Bug 1171730 - Funnelcake builds should use geo-specific defaults. r=florian 2015-06-05 08:30:00 -04:00
Dave Townsend
ccbb6d48a0 Bug 1169629: Add-on install confirmation notification appears anchored to older dismissed anchors. r=dao
When a notification is hidden it updates the displayed panel first getting the anchors for current notifications and then choosing the first of those to use as the anchor. But if there is a dismissed notification present it will include that notification's anchor in the set and tracking protection uses a dismissed notification so we end up anchoring to the wrong place. The right fix seems to be to exclude dismissed notifications from the set when we look for anchors.
2015-06-04 15:42:44 -07:00
Gijs Kruitbosch
122cd7b5ac Bug 1150417 - use theme manifest for overrides, r=glandium,dao 2015-06-05 12:48:34 +01:00
David Rajchenbach-Teller
0dcd9debfb Bug 1091851 - Fix a race condition in Sqlite.jsm shutdown. r=mak 2015-06-04 15:09:37 +02:00
David Rajchenbach-Teller
50c8b2d89a Bug 1091851 - Make sure that Places connections are closed timely. r=mak 2015-06-03 23:02:36 +02:00
Jose Antonio Olivera Ortega
687fbfce75 Bug 1115820 - Add telemetry to ServiceWorkers. r=nsm, r=vladan 2015-06-05 08:11:18 +02:00
Georg Fritzsche
d687ac42ca Bug 1156359 - Part 2: Let TelemetrySend manage the pending ping queue. r=yoric 2015-06-06 01:29:19 +07:00
Georg Fritzsche
c0b88c265c Bug 1156359 - Part 1: Move send logic from TelemetryController to TelemetrySend. r=yoric
Also move over triggering sending of pending pings on "idle-daily" from TelemetrySession.
2015-06-06 01:29:19 +07:00
Patrick Brosset
c785149963 Bug 1147826 - Remove deprecated TabActor reference in runAt:server GCLI commands; r=jwalker; r=miker
We used to rely on the TabActor a lot in
/toolkit/devtools/server/actors/highlighter.
This object was being passed around to various highlighter classes, helper
classes and functions.
It was a useful way to get access to the window the highlighters are shown,
listen to DOM events in that window, and also listen to tabActor's will-navigate
events.

Using this object isn't the best idea because it assumes the debugger server is
started and attached to a tab, which makes re-using highlighters outside of this
context impossible (or harder).
Plus we wanted to get rid of the tabActor reference in gcli command contexts.

This change introduces a HighlighterEnvironment that fulfills the requirements
above without relying on a tabActor.
It needs to be initialized either with a tabActor, when we have one (when using
the highlighter from the inspector panel), or with a window (which is what gcli
commands will use).

This change also fixes the highlight command and the rulers command (which
didn't work well with e10s either).
2015-06-01 14:41:12 +02:00
Carsten "Tomcat" Book
7c328f1ba7 Merge mozilla-central to fx-team 2015-06-05 15:44:31 +02:00
Carsten "Tomcat" Book
3be9a18943 merge mozilla-inbound to mozilla-central a=merge 2015-06-05 15:25:08 +02:00
mchenryc
820c42f9c7 Bug 1163447 - Allow Places tree selectItems() to recurse into folder-shortcuts. r=mak 2015-06-04 13:02:00 -07:00
Matthew Noorenberghe
849a8fd030 Bug 1132211 - Dispatch an event when <input type=password> is added to a document (including outside of a form). r=smaug 2015-06-04 21:50:37 -07:00
Wes Kocher
c740293772 Merge m-c to fx-team, a=merge 2015-06-04 18:30:52 -07:00
Wes Kocher
085e439122 Merge fx-team to central, a=merge 2015-06-04 18:20:38 -07:00
Vijendra Singh
096981cd4f Bug 1150688 - Update sections of GMPInstallManager.jsm, which were copied from nsUpdateService.js, to reflect the changes to nsUpdateService.js from bug 1149334. r=spohl 2015-06-04 17:21:17 -07:00
Bernardo P. Rittmeyer
7dcbe9f371 Bug 1147561 - Fallback to logins with the same hostPort but different scheme for the form action. r=MattN 2015-06-04 14:54:44 -07:00
Matthew Noorenberghe
151f3a858c Bug 1171348 - Switch password manager to richer logging via Console.jsm. r=dolske 2015-06-04 14:32:44 -07:00
Matthew Noorenberghe
4075bf4699 Bug 1171298 - Show the ConsoleAPI message prefix in web/browser consoles. r=bgrins,Mossop 2015-06-04 14:11:45 -07:00
Matthew Noorenberghe
c7cc035894 Bug 1170772 - Enable most password manager xpcshell tests on Android. r=gbrown 2015-06-04 13:49:52 -07:00
J. Ryan Stinnett
cca5c306a7 Bug 1169723 - Load view source frame script lazily. r=mconley 2015-06-04 18:17:53 -05:00
Robert Strong
3f1a065a30 Bug 1168720 - Remove use of test env var MOZ_NO_REPLACE_FALLBACK and associated tests that are covered by other tests. r=spohl 2015-06-04 09:20:00 -07:00
Edwin Flores
e34ee6df0b Bug 1163764 - Add telemetry to determine whether users have disabled EME - r=cpearce 2015-06-05 13:57:03 +12:00
Wes Kocher
38f28af2e3 Merge m-c to inbound, a=merge 2015-06-04 18:29:42 -07:00
J. Ryan Stinnett
142ea3161d Bug 1170848 - Only record numChildren for childList changes. r=pbrosset 2015-06-04 14:41:45 -05:00
Nathan Froyd
3882b9338f Bug 1170691 - part 2 - use GENERATED_FILES in toolkit/components/telemetry/; r=glandium 2015-06-02 14:46:19 -04:00
Sami Jaktholm
afca8b5bbf Bug 949355 - Wait for iframes to be loaded before looking at their style sheets. r=bgrins
Previously the getStyleSheets method was only waiting for the topmost frame to
load before listing the style sheets. If a frame wasn't loaded in time, it
caused some sheets to be missing causing the test to timeout.

These changes make the actor to wait for a frame to be loaded in _addStyleSheets
before doing the actual adding. This allows the code of _addAllStyleSheets to be
moved directly to getStyleSheets as it no longer needs to wait for the load to
happen.
2015-05-31 15:08:57 +03:00
Carsten "Tomcat" Book
6f7afda15e Merge mozilla-central to mozilla-inbound 2015-06-05 15:36:32 +02:00
Neil Deakin
930399059c Bug 1116038, properly support disabled options in e10s, r=felipe 2015-06-05 08:33:29 -04:00
Neil Deakin
2a60686ae6 Bug 1047713, fix leak of SelectParentHelper, r=felipe 2015-06-05 08:33:29 -04:00
Neil Deakin
64fc1f3c01 Bug 1047713, e10s optgroup support, r=neil,felipe 2015-06-05 08:33:28 -04:00
Ryan VanderMeulen
7257de3293 Merge fx-team to m-c. a=merge 2015-06-04 09:24:15 -04:00
Ryan VanderMeulen
dead186069 Merge m-c to fx-team. a=merge 2015-06-03 16:06:53 -04:00
Ryan VanderMeulen
c0902a8fd7 Merge inbound to m-c. a=merge 2015-06-03 15:55:09 -04:00
Ryan VanderMeulen
21f72f5302 Merge fx-team to m-c. a=merge 2015-06-03 15:52:14 -04:00