Commit Graph

28701 Commits

Author SHA1 Message Date
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
Felipe Gomes
e5850e1705 Bug 1257242 - Improve RTL checks to actually check for RTL instead of using a hardcoded list. r=jimm a=lizzard
MozReview-Commit-ID: 5uBNCMooB6o
2016-03-16 17:31:31 -03:00
Felipe Gomes
42f4042d38 Bug 1257242 - Split the ::BrowserTabsRemoteAutostart() function into two parts, to allow for the blocking policies to be checked independently from the prefs checks. r=jimm a=lizzard IGNORE IDL
MozReview-Commit-ID: qlfYBvHfLI
2016-03-16 17:31:14 -03:00
Marco Bonardo
26d6e60222 Bug 1252074 - test_form_autocomplete.html and test_form_autocomplete_with_list.html should pass on e10s. r=paolo, a=ritu
IGNORE IDL

MozReview-Commit-ID: CISKztr4p4N
2016-03-02 14:34:38 +01:00
Robert Helmer
207111c0fa Bug 1245376 - do not advertise updates for locked install locations r=mossop,a=ritu
MozReview-Commit-ID: EmCzFZpOGKR
2016-02-29 14:53:56 -08:00
Florian Quèze
02cc0f075d Bug 1255605 - search.json.mozlz4 should always contain search engines. r=adw, a=sledru 2016-03-14 18:45:33 +01:00
Richard Barnes
f557d18c1b Bug 1254653 - Add telemetry to measure how often we encounter EV certificates r=keeler a=ritu
MozReview-Commit-ID: FvDpMGEJGLQ
2016-03-08 17:30:40 -05:00
Bob Owen
08b29f22d1 Bug 1253850: On Windows change MOZ_DEBUG_CHILD_PROCESS back to JIT and add MOZ_DEBUG_CHILD_PAUSE for a 10 second pause. r=mchang a=ritu
MozReview-Commit-ID: 6VAVFM5l7We
2016-03-07 17:08:15 +00:00
Alessio Placitelli
d560c581ae Bug 1252869 - Fix browser_experiments.js to work with e10s. r=gfritzsche a=lizzard
MozReview-Commit-ID: 2ljJQ1Hfi9k
2016-03-07 17:21:58 +01:00
Ryan VanderMeulen
8ef0386053 Backed out changesets d59774690fc8, 26e323cbbfc0, and 1864afbb3bd4 (bug 1236108) for test_content_exception_time_annotation.js failures. 2016-03-13 21:02:58 -04:00
Florian Quèze
8d0bcd1ad8 Bug 1254694 - Fix search engines metadata migration for engines from language packs. r=adw, a=sledru 2016-03-10 21:05:05 +01:00
Florian Quèze
07b5f8b9ca Bug 1254694 - Fix synchronous code path for search engines metadata migration. r=adw, a=sledru 2016-03-10 21:04:54 +01:00
Dão Gottwald
d110f5fc78 Bug 1253584 - Fix and enable browser_NetworkPrioritizer.js for e10s. r=mconley, a=ritu 2016-03-08 12:16:42 +01:00
Aaron Klotz
f1bc95aa31 Bug 1236108 - Add support for exception-context annotations for content processes to the crash reporter. r=bsmedberg, a=lizzard
This patch redefines XP_PATH_MAX on Windows to be MAX_PATH + 1. I did this
because the longer definition would actually not work with most Windows APIs.
Some APIs can work with longer lengths if the path is prefixed with "\\?\", but
that is not guaranteed in general.

See https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath

MozReview-Commit-ID: LhT5oM5hlkl
2016-03-07 12:48:58 -08:00
Aaron Klotz
567de8d622 Bug 1236108 - Modify sandbox initialization code to use directory service to obtain content process temp directory. r=bobowen, r=haik, a=lizzard
The previous patch in this series creates a new directory service entry
specifically for obtaining the content process temp directory.

This patch converts everything else to reference that entry. It also sets
appropriate environment variables in the content processes so that system
APIs automatically pick up the directory. This is necessary for the crash
reporter to be able to call those APIs in exception handling contexts.

MozReview-Commit-ID: DF6aNKrWnWp
2016-03-08 11:02:27 -08:00
Aaron Klotz
eac1a82f39 Bug 1236108 - Add temp directory for sandboxed content processes to directory service. r=bsmedberg, a=lizzard
This is needed so that chrome processes know where sandboxed content
processes will be writing their temp files, and so that content processes know
where to write.

MozReview-Commit-ID: BK9bTxFGvZO
2016-03-07 11:26:35 -08:00
Chris Pearce
3eb15f805b Bug 1254942 - Redo sanity check whenever buildId changes. r=mchang,a=ritu
MozReview-Commit-ID: 826Mt89OuPp
2016-03-10 15:01:58 +13:00
Jared Wein
309647569c Bug 1254312 - [e10s] Fix browser_plugin_enabled_state_locked.js to run in e10s. r=mconley, a=test-only
MozReview-Commit-ID: 4FDbMuNCbfV
2016-03-07 17:31:14 -05:00