Commit Graph

27331 Commits

Author SHA1 Message Date
Jonathan Almeida [:jonalmeida]
d02764b935 Bug 1208167 - Telemetry probe for click-to-play images r=mfinkle,ally
- A telemetry probe for when a user clicks to unblock an image.
- A second probe for sending the size of the image being unblocked.
 Since we don't have information on the image size the best option
 was to make make an XHR HEAD request. We make an approximation
 of the image size from the content length which we send in kB.
2015-10-29 02:15:41 -04:00
Gijs Kruitbosch
de83d70139 Bug 1194986 - fix consumeanchor inheritance on badged and menu-button buttons, r=jaws 2015-11-04 20:16:26 +00:00
Margaret Leibovic
f01885344f Bug 1217073 - Update restricted profile toggles to account for new settings organization. r=sebastian 2015-11-06 17:26:03 -05:00
Gijs Kruitbosch
6d2a258a38 Bug 1210703 - fix toolkit theme overlap, r=dao 2015-11-09 15:22:24 +00:00
Carsten "Tomcat" Book
6c5730012d Merge mozilla-central to fx-team 2015-11-09 14:59:44 +01:00
Alessio Placitelli
a9ed266335 Bug 1222503 - Fix Telemetry not reporting any GMPlugns. r=gfritzsche 2015-11-06 09:51:00 +01:00
Florian Quèze
85321485e7 Bug 1220246 - fix test_geodefaults.js to avoid failing when the http server takes more than 1000ms to reply, r=Gijs. 2015-11-06 15:53:11 +01:00
Kris Maglione
764d9def99 Bug 1192433: Return an empty list rather than throwing an error when attempting to read a directory in an app: URL (fixes M1 bustage). r=trivial 2015-11-05 20:13:19 -08:00
Wes Kocher
98dbbbe89e Merge m-c to fx-team, a=merge 2015-11-05 18:47:26 -08:00
Wes Kocher
22c6858903 Merge inbound to central, a=merge 2015-11-05 18:44:24 -08:00
Mason Chang
ac63efa595 Bug 1221697 - Add a telemetry probe for time-to-composite. r=kats 2015-11-05 10:24:12 -08:00
Kris Maglione
01f0997d2c Bug 1192433: Part 3 - Support localized names and descriptions in WebExtension manifests. r=Mossop 2015-11-02 16:50:42 -08:00
Eduard Hanu
95dcaf3e89 Bug 1210879 - remove unused searchengine files, r=gijs 2015-11-05 16:36:54 +00:00
Carsten "Tomcat" Book
d47bd77a6f Merge mozilla-central to fx-team 2015-11-05 12:17:28 +01:00
Carsten "Tomcat" Book
a06710379c merge mozilla-inbound to mozilla-central a=merge 2015-11-05 11:58:55 +01:00
J. Ryan Stinnett
fa1c70413c Bug 1182722 - Fix l10n-check on Windows. r=me on a CLOSED TREE 2015-11-04 22:44:30 -06:00
Andrew McCreight
539c3b4785 Bug 1221185 - Enable more e10s tests in toolkit/mozapps/extensions/test/browser/. r=felipe 2015-11-03 09:12:00 +01:00
Bill McCloskey
430d166a29 Bug 1191557 - User inner-window-destroyed notification (r=kmag) 2015-11-04 13:40:15 -08:00
Kris Maglione
bc17521a3c Bug 1192433: Part 2 - [webext] Allow loading and querying all available locales. r=billm 2015-10-30 12:09:55 +01:00
Kris Maglione
0b70cfbcfd Bug 1192433: Part 1 - [webext] Split Extension class to allow accessing data from non-running extensions. r=billm 2015-10-30 12:01:40 +01:00
Dan Mosedale
bb7d08d890 Bug 1220878-switch Hello from React.addons.classSet to classnames package, r=edilee,gerv 2015-11-05 16:40:11 -08:00
Andrew Krawchyk
67997d9a58 Bug 1173583 - Make autocompletion from the username field work outside of <form>. r=MattN 2015-10-29 16:44:20 -04:00
J. Ryan Stinnett
cfecfe3268 Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins
Move DevTools l10n files under /devtools/client and /devtools/shared.
A script is attached to the bug for l10n repos to migrate their strings.
2015-11-04 15:35:53 -06:00
Margaret Leibovic
741ca6ed56 Bug 1219240 - Telemetry probe to measure user interaction with reader view button. r=mfinkle,vladan 2015-10-28 17:07:24 -04:00
aleth
15b414b395 Bug 1221356 - Don't package mozharness for Thunderbird builds. r=gps 2015-11-04 01:26:46 +01:00
Carsten "Tomcat" Book
67f79981e6 Merge mozilla-central to mozilla-inbound 2015-11-05 12:15:35 +01:00
David Rajchenbach-Teller
8452c06dca Bug 1216250 - Limit amount of DOM Storage data stored by Session Restore. r=ttaubert
DOM Storage is a pretty inefficient and memory-hungry storage mechanism. Session Store attempts to record DOM Storage for each tab, which leads to (possibly very large) objects being serialized once to be sent from frame/content to parent and once to be sent from the main thread to the I/O thread. This is a suspect behind a number of crashes (see bug 1106264 for a discussion on the topic).

This patch limits the amount of DOM Storage that Session Restore attempts to store. We perform a quick estimate on the amount of memory needed to serialize DOM Storage and prevent storage larger than ~10M chars being sent from frame/content to the parent. Once this patch has landed, we will need to watch FX_SESSION_RESTORE_DOM_STORAGE_SIZE_ESTIMATE_CHARS to find out whether our threshold is meaningful.
2015-10-20 14:15:17 +02:00
Steffen Wilberg
920ccfd3f5 Bug 1213568: Maximize standalone video when pressing F11. r=bz 2015-10-10 00:27:49 +02:00
Carsten "Tomcat" Book
7fd446b11f merge mozilla-inbound to mozilla-central a=merge 2015-11-04 11:59:46 +01:00
Carsten "Tomcat" Book
cbc648b5fd merge fx-team to mozilla-central a=merge 2015-11-04 11:57:59 +01:00
Carsten "Tomcat" Book
5d0dc96c5a Merge mozilla-central to b2g-inbound 2015-11-03 12:14:19 +01:00
Carsten "Tomcat" Book
47bceb78fe merge mozilla-inbound to mozilla-central a=merge 2015-11-03 12:00:30 +01:00
Wes Kocher
5f4722e088 Merge m-c to fx-team, a=merge 2015-11-02 15:59:07 -08:00
Wes Kocher
78adfe0755 Merge inbound to m-c a=merge 2015-11-02 15:12:16 -08:00
Chris H-C
429e0c2219 Bug 1220376 - Use %1$S instead of %1$s. r=gfritzsche
'%1$s' only takes the first character of the format parameter.
2015-11-02 06:37:00 -08:00
Carsten "Tomcat" Book
4d25f54bda Merge mozilla-central to fx-team 2015-11-02 12:05:19 +01:00
Carsten "Tomcat" Book
f025882b93 merge mozilla-inbound to mozilla-central a=merge 2015-11-02 11:54:07 +01:00
Russ Nicoletti
cef28a0555 Bug 1219878 - [Metrics] There is no histogram definition for uss memory ('enhanced' metrics). r=vladan 2015-11-02 09:51:03 -08:00
Birunthan Mohanathas
94998cf5fe Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj 2015-11-02 07:53:26 +02:00
Sebastian Hengst
8e4791c17c Bug 1220442 - Check if safe browsing's updateCheckers have already been set to null. r=gcp 2015-11-01 10:16:42 +01:00
Sebastian Hengst
edef0afa45 Backout bug 1220442 for typo in bug number. r=backout 2015-11-01 21:20:17 +01:00
Sebastian Hengst
31e6a5a5e5 Bug 1220422 - Check if safe browsing's updateCheckers have already been set to null. r=gcp 2015-11-01 10:16:42 +01:00
Gijs Kruitbosch
0980a4e8b7 Bug 120684 - use ChromeNodeList in toolkit's listboxes' selectedItems implementation, r=dao,smaug 2015-10-26 17:25:29 +01:00
Georg Fritzsche
ad565b5bfc Bug 1219733 - Allow a 'bug_numbers' field in Histograms.json entries. r=vladan 2015-11-02 11:32:53 +01:00
Landry Breuil
cc21fe0095 Bug 1220407 - include sys/resource.h for struct rusage and getrusage() on all unices, not linux only. r=yoric 2015-10-31 14:49:00 +01:00
Chris H-C
44f8f7d17c Bug 1211599 - Only allow whitelisted histograms to have > 100 buckets. r=nfroyd 2015-10-28 07:09:00 +01:00
Matt Howell
ac8a5113c6 Bug 1205843 - Part 2: Disable maintenance service on WinXP < SP3 - r=rstrong
Attempt to get around the fact that XP SP2 (and below) systems won't be able to
handle Authenticode signatues with SHA-2 digests by disabling the maintenance
service, the only thing on our update path that uses Authenticode, on systems
running WinXP below SP3.

This patch both prevents the service from being included in new installations,
and prevents the service from being used where it is already installed.
2015-10-27 14:31:34 -07:00
Kris Maglione
ce6bf11d43 Bug 1213632: Prevent WebExtensions from using versioned JavaScript. r=billm 2015-10-22 23:25:43 -07:00
Wes Kocher
691cc3853f Merge m-c to inbound, a=merge 2015-10-30 16:57:55 -07:00
Wes Kocher
05cf68e986 Merge inbound to central, a=merge 2015-10-30 16:35:46 -07:00