Commit Graph

13083 Commits

Author SHA1 Message Date
Panos Astithas
a45cc8a956 Bug 1217133 - Don't warn about insecure passwords on localhost pages. r=paolo,MattN 2015-11-11 08:39:06 +02:00
Marco Bonardo
2cb37ef1e6 Bug 720589 - mMatchCounts may be accessed with a nonexisting index. r=neil 2015-11-10 20:18:24 +01:00
Carsten "Tomcat" Book
8097d52b90 Merge mozilla-central to fx-team 2015-11-10 12:49:53 +01:00
Carsten "Tomcat" Book
5c359d92c8 merge mozilla-inbound to mozilla-central a=merge 2015-11-10 11:59:34 +01:00
Johann Hofmann
898c7be7cd Bug 1217886 - Implement chrome.storage.local.clear. r=wmccloskey 2015-11-04 22:29:31 +01:00
Jonathan Almeida [:jonalmeida]
3b93da9d48 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.

--HG--
extra : commitid : G0ixOr8xmju
extra : rebase_source : cfb7d0d5777f6d0c657f6aafa18c58ec2b882789
2015-10-29 02:15:41 -04:00
Margaret Leibovic
2ef375af3f Bug 1217073 - Update restricted profile toggles to account for new settings organization. r=sebastian
--HG--
extra : commitid : 3amJfMfOEPv
extra : rebase_source : 8c9f38614d37608448c4ffedadfc7ee737e9827e
2015-11-06 17:26:03 -05:00
Carsten "Tomcat" Book
4ae0332034 Merge mozilla-central to fx-team 2015-11-09 14:59:44 +01:00
Alessio Placitelli
1b3c24bb15 Bug 1222503 - Fix Telemetry not reporting any GMPlugns. r=gfritzsche 2015-11-06 09:51:00 +01:00
Florian Quèze
11f2e3253c 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
7abd0ba4b7 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
--HG--
extra : commitid : IGRDtHsZdIv
extra : rebase_source : 973bc727663a864cf497c1f2239ee34b74374b35
2015-11-05 20:13:19 -08:00
Wes Kocher
0614b39cb9 Merge m-c to fx-team, a=merge
--HG--
extra : commitid : J6I6LGuQcFJ
2015-11-05 18:47:26 -08:00
Wes Kocher
0069e6af90 Merge inbound to central, a=merge
--HG--
extra : commitid : 426lsCwC1FX
2015-11-05 18:44:24 -08:00
Mason Chang
0cb3e0be35 Bug 1221697 - Add a telemetry probe for time-to-composite. r=kats 2015-11-05 10:24:12 -08:00
Carsten "Tomcat" Book
0a34392a9e Merge mozilla-central to fx-team 2015-11-05 12:17:28 +01:00
Carsten "Tomcat" Book
bb068eacd7 merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/memory.properties => devtools/client/locales/en-US/memory.properties
2015-11-05 11:58:55 +01:00
Bill McCloskey
4926726649 Bug 1191557 - User inner-window-destroyed notification (r=kmag) 2015-11-04 13:40:15 -08:00
Kris Maglione
e18450690a Bug 1192433: Part 2 - [webext] Allow loading and querying all available locales. r=billm
--HG--
extra : commitid : 2Rg9jCXTjYd
extra : rebase_source : 092d6dd0d0ea56227a9b78cc4871cd55fe810d81
2015-10-30 12:09:55 +01:00
Kris Maglione
8de53e6e63 Bug 1192433: Part 1 - [webext] Split Extension class to allow accessing data from non-running extensions. r=billm
--HG--
extra : commitid : HgrqIT04IEH
extra : rebase_source : 3825c166f65716f2ea4cb5b390793569c74ca359
2015-10-30 12:01:40 +01:00
Andrew Krawchyk
f0fa455c61 Bug 1173583 - Make autocompletion from the username field work outside of <form>. r=MattN
--HG--
extra : commitid : 6OTlSjPqFHy
extra : rebase_source : da9e041025fe8e489b5c47765838d70af3649151
2015-10-29 16:44:20 -04:00
Margaret Leibovic
7299e7329c Bug 1219240 - Telemetry probe to measure user interaction with reader view button. r=mfinkle,vladan
--HG--
extra : commitid : AkVI6BQJXxc
extra : rebase_source : 63312b16c2d837bb986e3af33f20669425273d38
2015-10-28 17:07:24 -04:00
Carsten "Tomcat" Book
87ca5f5de2 Merge mozilla-central to mozilla-inbound 2015-11-05 12:15:35 +01:00
David Rajchenbach-Teller
d9df20222c 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.

--HG--
extra : transplant_source : %26%07%ADzjT%A9%E3%B9%B9%EC%9D%97n%23%B5%F2%DAZ%CD
2015-10-20 14:15:17 +02:00
Carsten "Tomcat" Book
3e11f2fe34 merge mozilla-inbound to mozilla-central a=merge 2015-11-04 11:59:46 +01:00
Carsten "Tomcat" Book
15320b5333 merge fx-team to mozilla-central a=merge 2015-11-04 11:57:59 +01:00
Carsten "Tomcat" Book
12f67129e4 Merge mozilla-central to b2g-inbound 2015-11-03 12:14:19 +01:00
Russ Nicoletti
1c94c75132 Bug 1219878 - [Metrics] There is no histogram definition for uss memory ('enhanced' metrics). r=vladan 2015-11-02 09:51:03 -08:00
Wes Kocher
3696443a14 Merge inbound to m-c a=merge
--HG--
extra : commitid : Iy93sktRpdv
2015-11-02 15:12:16 -08:00
Carsten "Tomcat" Book
7a70d4ebe3 Merge mozilla-central to fx-team 2015-11-02 12:05:19 +01:00
Carsten "Tomcat" Book
c544f0d430 merge mozilla-inbound to mozilla-central a=merge 2015-11-02 11:54:07 +01:00
Birunthan Mohanathas
9985829ecc Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj 2015-11-02 07:53:26 +02:00
Sebastian Hengst
3b20ee2cf4 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
f3b461c82a Backout bug 1220442 for typo in bug number. r=backout 2015-11-01 21:20:17 +01:00
Sebastian Hengst
5e3f00c149 Bug 1220422 - Check if safe browsing's updateCheckers have already been set to null. r=gcp 2015-11-01 10:16:42 +01:00
Georg Fritzsche
0ebfb49f0c Bug 1219733 - Allow a 'bug_numbers' field in Histograms.json entries. r=vladan 2015-11-02 11:32:53 +01:00
Landry Breuil
12489bbca0 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
dbee79bdd5 Bug 1211599 - Only allow whitelisted histograms to have > 100 buckets. r=nfroyd 2015-10-28 07:09:00 +01:00
Kris Maglione
9768c79d20 Bug 1213632: Prevent WebExtensions from using versioned JavaScript. r=billm
--HG--
extra : commitid : 3aQ4wS5I7LP
extra : rebase_source : 252277140f700ab305877f3bfd0ba9b582ff0b7a
2015-10-22 23:25:43 -07:00
Wes Kocher
59aa271131 Merge m-c to inbound, a=merge
--HG--
rename : webapprt/application.ini.in => webapprt/webapprt.ini
extra : commitid : BR0bpNo1yny
2015-10-30 16:57:55 -07:00
Wes Kocher
d31ed2617b Merge inbound to central, a=merge
--HG--
extra : commitid : GwjoFY5dx7Q
2015-10-30 16:35:46 -07:00
Alessio Placitelli
988c1cb9de Bug 896740 - Limit the number of chrome-hangs reported to Telemetry. r=vladan 2015-10-30 00:34:00 +01:00
Carsten "Tomcat" Book
edda9042a5 Merge mozilla-central to fx-team 2015-11-03 12:13:10 +01:00
Alessio Placitelli
d3230439b1 Bug 1218842 - Don't submit inactive or invalid GMP plugins in TelemetryEnvironment. r=gfritzsche 2015-11-02 06:39:00 +01:00
Eduard Hanu
efe035ded3 Bug 1218870 - Fix uses of typeof "foo" in OS.File. r=yoric 2015-10-31 16:14:00 +01:00
Mark Goodwin
4cf2a98704 Bug 1219347 - Fix misleading description for SSL_CERT_VERIFICATION_ERRORS telemetry probe; r=keeler 2015-10-30 09:02:04 +00:00
Nicholas Nethercote
bb88489403 Bug 1187138 (part 1) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj. 2015-11-01 18:54:48 -08:00
Luca Greco
1a13d63ee8 Bug 1214174 - Prevent out of memory exception on accessing window.sidebar/window.external in a windowless browser. r=billm
--HG--
extra : histedit_source : 86ca0e336d4a31e23cb9c35302f12673dafbd09a
2015-10-22 14:39:00 -04:00
Luca Greco
bbaf1760b9 Bug 1214174 - Background window properties OOM exception test case. r=billm
--HG--
extra : histedit_source : bea04db0faf790982dc3e9e734576c6092956870
2015-10-26 05:03:00 -04:00
David Rajchenbach-Teller
5d07bdc7b7 Bug 1217218 - Consolidate shutdown of nsPerformanceStatsService. r=froydnj
--HG--
extra : histedit_source : b4235360c5f038bbccfa13be1fcc063fca83a74b
2015-10-22 21:01:47 +02:00
Wes Kocher
f989cf27b4 Merge inbound to central, a=merge
--HG--
extra : commitid : B2ufrhKlXRr
2015-10-29 17:12:28 -07:00