Commit Graph

282358 Commits

Author SHA1 Message Date
Mark Goodwin
8bbe983427 Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler
This takes the TLS Error Reporting functionality used in the aboutNetError.xhtml
and aboutCertError.xhtml error pages and moves it to its own component. This
allows us to make use of this same error reporting functionality from elsewhere.
Notably, this allows us to send error reports for issues that occur when loading
subresources.
The xpcshell test included is in security/manager/ssl/tests because we need to
make use of tlsserver functionality from the PSM tests.
2016-01-29 13:45:17 +00:00
Chris Manchester
8150d56a35 Bug 1194935 - Add a C++ implementation of kill_and_get_minidump as part of the build to accommodate dumping 64 bit Firefox from 32 bit python. r=ted 2015-08-18 17:04:45 -07:00
Chris Manchester
f3e3486f03 Bug 1143547 - Get a stack out of child processes before killing the parent from the mochitest harness in response to the global output timeout. r=ted 2015-08-12 00:00:35 -07:00
Chris Manchester
2cca5f7397 Bug 1240667 - Detect a tree to use for artifact builds based on recent changesets. r=nalexander
Currenlty --enable-artifact builds will take artifacts from fx-team regardless of the
state of the current working directory. This can lead to broken builds if someone
updates to a tree other than fx-team.

This commit changes the default behavior from tracking fx-team to finding all recent
pushheads and finding the closest to the working parent that has artifacts available.

This also fixes a mis-match between tree names according to mozext and branch names in
the taskcluster index preventing artifact download from common integration branches.
2016-01-29 12:27:04 -08:00
James Burke
eedc581069 Bug 1139849 - postMessage to incorrect target domain should print a console security error r=bz 2016-01-29 13:32:01 -08:00
Boris Zbarsky
988a1a8e8b Bug 1243438. Don't try to include the filename '<unknown>' when including headers for unions that have a built-in typedef they're referenced by. r=peterv 2016-01-29 16:56:04 -05:00
David Burns
4e547bcfef Bug 1243739: Update marionette-driver dependecy for marionette-transport. r=ato 2016-01-29 15:10:46 +00:00
Wes Kocher
a241fb67ab Merge fx-team to central, a=merge CLOSED TREE 2016-01-29 13:40:29 -08:00
Wes Kocher
3dbb3a4bfa Backed out 3 changesets (bug 1212323) for WinXP debug crashes CLOSED TREE
Backed out changeset 7215ed1cfcef (bug 1212323)
Backed out changeset bd7599dcee0d (bug 1212323)
Backed out changeset 228267494daa (bug 1212323)
2016-01-29 10:30:16 -08:00
Wes Kocher
e5a6b681c9 Backed out changeset 2c56aed63687 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE 2016-01-29 10:15:38 -08:00
Wes Kocher
e140c5c85c Backed out changeset 7ec471c99263 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE 2016-01-29 10:15:34 -08:00
Wes Kocher
ee1d30307e Backed out changeset 24af6caa9bba (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE 2016-01-29 10:15:30 -08:00
Wes Kocher
9cc0b33a50 Backed out changeset a1439ce8da77 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE 2016-01-29 10:15:26 -08:00
Wes Kocher
a9321933a4 Backed out changeset 8ee5a700e4a2 (bug 1242777) to hopefully fix the intermittent hazard failures 2016-01-29 10:14:44 -08:00
Wes Kocher
94fca44ad6 Backed out changeset 65624d4c4a65 (bug 1238121) to hopefully fix the intermittent hazard failures 2016-01-29 10:14:34 -08:00
Nathan Froyd
96a1bfa079 Backout 24dbe7da7370:a319694b46d5 (bug 1069556) for build bustage on various platforms on a CLOSED TREE 2016-01-29 11:55:43 -05:00
B2G Bumper Bot
1cd3bdcdd7 Bumping manifests a=b2g-bump 2016-01-29 07:50:49 -08:00
B2G Bumper Bot
0ed4b4878d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07d30dcbe75d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #26996 from autra/bug1087933

Bug 1087933 - Allow to add recipients to a message being written in a thread

========

https://hg.mozilla.org/integration/gaia-central/rev/ddaa0b230187
Author: Augustin Trancart <augustin.trancart@gmail.com>
Desc: Bug 1087933 - Add recipients in a sms conversation. r=julienw

The 'addRecipients' button redirects to the Composer with current subject, text, attachments and
recipients of the current conversation. So we are not technically adding recipients to a thread.
2016-01-29 07:49:14 -08:00
Tom Tromey
e92c46dc46 Bug 1241544 - add documentation for this-top-level-scope eslint rule; r=mikeratcliffe 2016-01-29 08:32:54 -07:00
Tom Tromey
8b8b9b247f Bug 1240183 - make styleeditor eslint-clean; r=pbro 2016-01-29 08:25:26 -07:00
Ting-Yu Lin
b833bb5e6b Bug 1227927 Part 4 - Add comment to nsFrameList::GetLength() to warn it's O(n). r=mats 2016-01-29 22:42:15 +08:00
Ting-Yu Lin
7f8f643423 Bug 1227927 Part 3 - Use ranged-based for-loop to rewrite some simple loops in part 2. r=mats 2016-01-29 22:42:15 +08:00
Ting-Yu Lin
a6c945b2bc Bug 1227927 Part 2 - Remove nsIFrame::GetFirstPrincipalChild(). r=mats 2016-01-29 22:42:14 +08:00
Ting-Yu Lin
de6654edf4 Bug 1227927 Part 1 - Make nsIFrame::PrincipalChildList a const function. r=bz
Since nsIFrame::GetChildList() is a const function, PrincipalChildList()
should be a const function as well.
2016-01-29 22:42:13 +08:00
Sebastian Kaspari
bf4557adac Bug 1243713 - Skip testCatalogIsBootstrappedIfFileDoesNotExist() if MOZ_ANDROID_EXCLUDE_FONTS is not set. r=nalexander 2016-01-28 13:15:56 +01:00
Carsten "Tomcat" Book
9502410d8b Merge mozilla-central to fx-team 2016-01-29 11:49:02 +01:00
Carsten "Tomcat" Book
74b81f2325 merge fx-team to mozilla-central a=merge 2016-01-29 11:47:23 +01:00
Andrew Swan
b65ee05f9b Bug 1172835 - Add warning icon to unsigned extensions warning button. r=Mossop 2016-01-28 11:16:28 -08:00
Greg Tatum
9c07f7c57c Bug 1164252 - Profiler should be able to parse evaluated location sites. r=jsantell 2016-01-28 08:29:00 -05:00
Nathan Toone
e0fc5fb536 Bug 1243931 - Use Context.getPackageName() instead of AppConstants.ANDROID_PACKAGE_NAME. r=nalexander
This patch just modifies the search widget to use the Android Context function instead of the hard-coded (at compile time) value.
2016-01-28 16:30:52 -07:00
AJ Kerrigan
3af08bffa0 Bug 1243133 - Fix brace style in webconsole.js. r=linclark
Get rid of ESLint brace style warnings by converting to 1TBS.
2016-01-28 22:32:26 -05:00
Wes Kocher
58e2f1fd53 Merge m-c to fx-team, a=merge 2016-01-28 17:50:47 -08:00
Wes Kocher
8c02f0da52 Merge fx-team to central, a=merge 2016-01-28 17:47:33 -08:00
Jordan Santell
596ec6973c Bug 1226319 - Part 3 - Land JIT Viewer implemented in react. r=fitzgen 2016-01-28 13:00:54 -08:00
Alexandre Poirot
caf4affe0f Bug 1239276 - Add missing parenthese in test_protocol_async.js r=me. CLOSED TREE 2016-01-28 11:50:10 -08:00
Chenxia Liu
536af124a1 Bug 1242467 - Update renames missed in FirstrunAnimationContainer. r=bustage CLOSED TREE 2016-01-28 11:38:39 -08:00
Yura Zenevich
4a3a06be91 Bug 1087608 - eliminating a pref observer leak and fixing test timeout overflow that cause intermittents. r=eeejay 2016-01-28 13:00:45 -05:00
Luke Wagner
29c7253647 Bug 1243633 - Baldr: add call/call_import (r=bbouvier) 2016-01-28 11:51:39 -06:00
Luke Wagner
a03dae9b1c Bug 1243633 - Odin: switch to lineOrBytecode from line/column (r=bbouvier) 2016-01-28 11:20:13 -06:00
Luke Wagner
3a9688db10 Bug 1243633 - Odin: tidy up call emitting (r=bbouvier) 2016-01-28 11:20:08 -06:00
Luke Wagner
15e4e9a1f0 Bug 1243252 - Baldr: add import section (r=bbouvier) 2016-01-28 10:30:41 -06:00
Luke Wagner
3ed0e03775 Bug 1243252 - Baldr: refactor exports (r=bbouvier) 2016-01-28 09:21:31 -06:00
Luke Wagner
1cc2cd5959 Bug 1243252 - Remove const restriction on CharsToNewUTF8CharsZ (r=jandem) 2016-01-28 09:20:19 -06:00
Luke Wagner
236053a051 Bug 1243632 - Baldr: check TypeError vs. SyntaxError (r=bbouvier) 2016-01-28 09:20:18 -06:00
Luke Wagner
61ac0db2d1 Bug 1243626 - Baldr: tweak block text format (r=bbouvier) 2016-01-28 09:19:22 -06:00
Patrick McManus
4ce8155b00 Bug 1224291 - define BUILD_PORTABLE for brotli r=jfkthame 2016-01-28 12:48:08 -05:00
Morgan Phillips
8ac1cfe7d9 Bug 1238582 - Skip simulated OOM check in the case where we're growing within reserved space; r=Waldo 2016-01-28 10:07:14 -06:00
Nicholas Nethercote
db458ccbdc Bug 1187137 (part 7) - Replace nsBaseHashtable::Enumerate() calls in netwerk/protocol/ with iterators. r=valentin. 2016-01-27 19:18:33 -08:00
Nicholas Nethercote
5fd19db734 Bug 1187137 (part 6) - Replace nsBaseHashtable::Enumerate() calls in netwerk/protocol/ with iterators. r=valentin. 2016-01-27 19:04:38 -08:00
Nicholas Nethercote
03ecd95771 Bug 1187137 (part 5) - Replace nsBaseHashtable::Enumerate() calls in netwerk/protocol/ with iterators. r=valentin. 2016-01-27 18:38:45 -08:00