Commit Graph

28718 Commits

Author SHA1 Message Date
Kirk Steuber
7c6a0584a2 Bug 1245256 - GMP Plugins now installed in flat manner to accomodate widevine. r=spohl,a=ritu
MozReview-Commit-ID: 6aSKMD6oox7
2016-04-06 18:08:17 -07:00
Kirk Steuber
f9200aa3b4 Bug 1245256 - Updated tests to work with new Widevine functionality. r=spohl,a=ritu
MozReview-Commit-ID: GasIh1GUxX7
2016-03-01 14:42:01 -08:00
Kirk Steuber
762135f585 Bug 1245256 - Add support for Widevine to CDM updater. r=spohl,a=ritu
MozReview-Commit-ID: JwB4Q6ZEqoV
2016-02-25 14:24:13 -08:00
Timothy Guan-tin Chien
f53414a463 Bug 1243729 - (m-b) Part II, Test on username selection dialog, r=MattN, a=lizzard
MozReview-Commit-ID: 3OKA17mVjMs
2016-04-20 12:49:38 +08:00
Timothy Guan-tin Chien
cacbaf2742 Bug 1243729 - (m-b) Create another LoginInfo object when username is picked, r=MattN, a=lizzard
MozReview-Commit-ID: IRGUTFXiN9S
2016-04-20 08:41:09 +08:00
Timothy Guan-tin Chien
406fe61a57 Bug 1243722 - Introduce notUsernameSelector in passwordmgr recipes, r=MattN a=lizzard
Additionally, add a recipe for Facebook.

MozReview-Commit-ID: 7TdT3q652Tk
2016-04-19 21:53:52 -07:00
Chris Pearce
21140badcb Bug 1265928 - Hide Adobe GMP on Windows XP. r=spohl,a=lizzard
We need to revert bug 1234099 so that we don't show the plugin in
the add-on manager on Windows XP, since now that unencrypted decoding
via Adobe GMP is disabled, we won't be using the Adobe GMP.

MozReview-Commit-ID: FWRSQaTXBY3
2016-04-19 17:05:10 -07:00
Chris H-C
08b33646fe bug 1265000 - Record dom.max_script_run_time pref in Telemetry Environment. data=bsmedberg, r=felipe, a=ritu
Users who have this pref set to a non-default value have a different slow
script experience than the others.

This preference is generally set as a flag: it is only ever changed at most
one time in a profile, so it shouldn't appreciably increase subsession splits.

MozReview-Commit-ID: FoQXvd9eSh
2016-04-15 12:16:09 -04:00
Ted Mielczarek
0ee2bee94f Bug 1264242 - Write memory info streams for Windows Minidumps of child processes. r=bsmedberg, a=ritu
MozReview-Commit-ID: COHFdNiJIqm
2016-04-13 08:05:46 -04:00
Michael Comella
5f74680674 Bug 1249288 - Update telemetry docs to include defaultSearch. r=gfritzsche,rnewman a=ritu
MozReview-Commit-ID: 4pihITjabns
2016-03-10 16:23:13 -08:00
Bill McCloskey
59e4188498 Bug 1260908 - Record IPC message sizes. r=dvander, a=ritu
MozReview-Commit-ID: Gw0Ov64iJSx
***
Bug 1260908 - Fix type of kMinTelemetryMessageSize. r=smaug a=ritu

MozReview-Commit-ID: 3ex89qCbRfJ
2016-04-14 09:22:44 -07:00
Bill McCloskey
cb49c48762 Bug 1260908 - Allow keyed histograms to accumulate early in startup. r=gfritzsche, a=ritu
MozReview-Commit-ID: 4pVxMyOajB5
2016-03-30 15:25:18 -07:00
Andrea Marchesini
37cca31e20 Bug 1259169 - "nsICookieManager::remove() should be back-compatible for 1 or 2 releases." r=sicking, a=ritu 2016-04-14 05:39:00 +02:00
Josh Matthews
bcafe812fb Bug 1255576 - Propagate privacy status for removed content preferences to observers. r=adw, a=ritu 2016-04-04 15:25:58 -04:00
Bob Owen
6aa0237d95 Bug 1256992 Part 2: Move SandboxBroker Initialization earlier and add telemetry and extra null checks. r=aklotz, a=ritu
MozReview-Commit-ID: Fu05wLn27UG
2016-04-07 08:28:14 +01:00
Bob Owen
cc49fd5338 Bug 1256992: Initialize Windows sandbox BrokerServices before any child processes are created. r=aklotz, r=bholley, a=ritu 2016-04-13 15:37:35 +01:00
Gijs Kruitbosch
9b6d4841f4 Bug 1262772 - html checkboxes in in-content pages should stop taking pointer events because they're hidden, r=jaws, a=lizzard
MozReview-Commit-ID: 6UC5sYmDHOU
2016-04-07 11:40:11 +01:00
Carsten "Tomcat" Book
611f4cad0d Backed out changeset 6bba1d23fd2c (bug 1256992) for problems in conflict resolution 2016-04-13 16:23:59 +02:00
Carsten "Tomcat" Book
f941ff23d8 Backed out changeset 727c6549ed88 (bug 1256992) 2016-04-13 16:23:30 +02:00
Bob Owen
f222b069b5 Bug 1256992 Part 2: Move SandboxBroker Initialization earlier and add telemetry and extra null checks. r=aklotz, a=ritu
MozReview-Commit-ID: Fu05wLn27UG
2016-04-07 08:28:14 +01:00
Bob Owen
38ac893967 Bug 1256992: Initialize Windows sandbox BrokerServices before any child processes are created. r=aklotz, r=bholley, a=ritu 2016-03-23 08:10:43 +00:00
Xidorn Quan
08fdabbbc1 Bug 1260102 - Pass isHandlingUserInput through process boundary for content menu command. r=mrbkap, a=ritu
MozReview-Commit-ID: FMQOFpeO6yn
2016-03-29 14:58:43 +11:00
Cykesiopka
5e169a1449 Bug 1247798 - Make nsUrlClassifierDBService::Init() register pref observers only in the success case. r=gcp, a=ritu
These observers should only be added when everything else has succeeded.
Failing to do so can cause long shutdown hangs in certain situations such as during periodic HSTS update runs.

MozReview-Commit-ID: IoJ4PscS1u3
2016-04-03 00:58:43 -07:00
Patrick McManus
ed40e62325 Bug 1262572 - http 0.9 telemetry. r=hurley, a=ritu 2016-04-06 14:54:47 -04:00
Cervantes Yu
5b2da66acb Bug 1257486 - Annotate global memory status in the crash reporter for child process; r=bsmedberg, a=ritu
MozReview-Commit-ID: ExVZS3aAp41
2016-03-29 19:16:09 +08:00
Ryan VanderMeulen
fe6093db2c Backed out changesets dc41aaa31b35 and 9bececc0ade4 (bug 1260908) for Werror bustage. 2016-04-09 13:44:10 -04:00
Felipe Gomes
c0288049de Bug 1260190 - Disable e10s for accessibility users on OS X. r=jimm, a=ritu
MozReview-Commit-ID: 35KZiKcSFqL
2016-04-01 15:54:33 -03:00
Bill McCloskey
8474fcb90c Bug 1260908 - Record IPC message sizes. r=dvander, a=ritu 2016-03-30 15:25:54 -07:00
Bill McCloskey
dca95e675c Bug 1260908 - Allow keyed histograms to accumulate early in startup. r=gfritzsche, a=ritu 2016-03-30 15:25:18 -07:00
Gabor Krizsanits
d43d21b194 Bug 1247420 - Part 2: IPC hover state management for select. r=Felipc, a=ritu 2016-03-30 11:54:31 +02:00
Markus Stange
082e554b1e Bug 1068674 - Don't turn off e10s if hardware acceleration is disabled. r=jimm, a=ritu
MozReview-Commit-ID: 8NIUSSHy2dt
2016-03-22 15:09:24 -04:00
Tobias Schneider
d9f822bff9 Bug 1237198 - [experiment] Block SWFs on the content blocking list hosted on the Shavar service 0.6.9 r=francois a=ritu
MozReview-Commit-ID: 7Zgdjph7wN3
2016-04-06 16:34:08 -07:00
Gijs Kruitbosch
ad74e635f5 Bug 621158 - make appcache use messaging for quota management, r=mayhemer,jaws a=ritu
Bug 1257488 - Fix test_gzip_offline.html to work with e10s enabled, r=mayhemer

MozReview-Commit-ID: 506zXb2fLN3
2016-03-21 11:52:36 +00:00
Alessio Placitelli
8654db7493 Bug 1254550 - Make Telemetry configuration consistent across builds. r=gfritzsche, a=lizzard 2016-03-11 06:31:00 +01:00
Anthony Jones
6f403e8288 Bug 1230265 - Add VP9 benchmark telemetry; r=bsmedberg a=ritu
MozReview-Commit-ID: 6ofvNqvkg0U
2016-03-03 16:23:19 +13:00
Ed Lee
cc4aa04255 Bug 1259506 - Add telemetry probe for counting copy panel actions. r=dmose, f=bsmedberg a=ritu
MozReview-Commit-ID: FVOPN32qky7
2016-03-14 00:29:21 -07:00
Ehsan Akhgari
865edcc653 Bug 1255934 - Start collecting telemetry data on the usage of remote JAR protocol in the wild; r=mcmanus a=ritu
MozReview-Commit-ID: ARppHBl9FHz
2016-03-11 20:01:08 -05:00
George Wright
706731efc8 Bug 1255841 - Explicitly send down the child index when building select popups in the parent r=mconley a=ritu
MozReview-Commit-ID: 1MbDZu0CmQF
2016-03-18 13:38:40 -04:00
Ryan VanderMeulen
b0055baf3c Bug 1259809 - Make CrashReporter::InitChildProcessTmpDir conditional on MOZ_CRASHREPORTER. r=aklotz, a=npotb
MozReview-Commit-ID: 9PRNZDeWczV
2016-03-25 12:51:00 -04:00
Aaron Klotz
920cf5f82c Bug 1256541: Fix incorrect generation of path for child process .extra files when content sandboxing is disabled; r=bsmedberg, a=lizzard
MozReview-Commit-ID: JQgqlntQ6cu
2016-03-16 12:35:50 -06:00
Aaron Klotz
6a3b9aff95 Bug 1236108: Backout 34a219cbd67d; r=backout a=lizzard
MozReview-Commit-ID: EEYLmdZrZmN
2016-03-28 12:41:48 -06:00
Jared Wein
726ff5db66 Bug 1259108 - Increase timeout of notifications from 12s to 20s to match parity with Chromium. r=MattN a=ritu
MozReview-Commit-ID: 31RjSWuszuC
2016-03-23 12:54:57 -04:00
Jim Mathies
a13680a3ce Bug 1041599 - Maintain a single volume control session between browser, content, and plugins on Windows. r=aklotz a=ritu
MozReview-Commit-ID: 2LuYciKfsWn
2016-03-13 08:25:23 -05:00
Wes Kocher
36d7bd2f09 Backed out changeset 30de9ac21a78 (bug 1256992) for causing crashes a=backout
MozReview-Commit-ID: L30XEzrSo0y
2016-03-28 10:51:05 -07:00
Bob Owen
a82bda1031 Bug 1256992: Initialize Windows sandbox BrokerServices before any child processes are created. r=aklotz, r=bholley, a=lizzard 2016-03-23 08:10:43 +00:00
Benjamin Smedberg
16a6aff750 Bug 1257209 - record uptime in crash metadata/pings, r=gfritzsche a=ritu CLOSED TREE
MozReview-Commit-ID: 8MVRwALXvW5
2016-03-16 16:59:06 -04:00
Mike de Boer
5b52115fcc Bug 1254104: use docShellIsActive instead of introducing logic that relies on tabbrowser implementation specifics. r=evilpies a=ritu
MozReview-Commit-ID: Am706xBPQ0B
2016-03-16 12:51:50 +01:00
Benjamin Smedberg
eb266fd5f1 Bug 1187270 - Add Telemetry session ID to crash annotations, r=gfritzsche a=ritu
MozReview-Commit-ID: GwVI0dfsT4H
2016-03-14 09:31:19 -04:00
Mike Conley
1b581345d8 Bug 1256468 - sessionHistory shim should QI DocShell to nsIWebNavigation automatically. r=krizsa, a=ritu
MozReview-Commit-ID: 8benvQvcfLO
2016-03-15 19:05:24 -04:00
Jared Wein
5034e9ac82 Bug 1251809 - Add input[type=file] tooltip support for e10s. r=ehsan a=ritu IGNORE IDL
MozReview-Commit-ID: FpwKGrFQNrK
2016-03-16 19:07:51 -04:00