Commit Graph

245137 Commits

Author SHA1 Message Date
Birunthan Mohanathas
c325827ed4 Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan 2015-05-21 21:49:30 +01:00
Birunthan Mohanathas
be14835d3a Bug 1166544 - Use ReplaceElementAt instead of Clear and InsertElementAt in SVGMotionSMILType::Add. r=dholbert 2015-05-20 16:20:50 +01:00
Birunthan Mohanathas
67bc019509 Bug 1166544 - Assume successful InsertElementAt calls in DOMSVG*List::MaybeInsertNullInAnimValListAt. r=dholbert 2015-05-20 16:20:42 +01:00
Birunthan Mohanathas
a2fa14375c Bug 1166544 - Surroud FallibleTArray functions that are known to succeed with MOZ_ALWAYS_TRUE in dom/{smil,svg}/. r=dholbert 2015-05-20 16:20:39 +01:00
Jon Coppeard
50c258de42 Bug 1165966 - Add test cases r=terrence 2015-05-22 18:52:52 +01:00
Jon Coppeard
2ed8aff0a2 Bug 1165966 - Update destructor assertions to handle failed initalization r=terrence
* * *
Bug 1165966 - Fix bustage due to single argument constructor not being marked explicit r=me
2015-05-20 17:30:34 +01:00
Jon Coppeard
56f3574497 Bug 1165966 - Add error checking when populating safepoints r=bhackett 2015-05-20 17:30:32 +01:00
Jon Coppeard
e937106e20 Bug 1155618 - Add better support for testing OOM behaviour r=terrence 2015-05-22 18:52:38 +01:00
Bas Schouten
19fa8514e4 Bug 1158575: Support using GDI rendering for opaque surfaces when using cross-process layers. r=jrmuizel 2015-05-22 17:54:24 +02:00
Terrence Cole
31c36b64c3 Bug 1167318 - Remove GetGCThingTraceKind in favor of the typed Cell variants; r=jonco 2015-05-21 11:41:18 -07:00
Terrence Cole
090d80ccdc Bug 1167314 - Use CallTyped to simplify PushArena; r=jonco 2015-05-21 11:41:18 -07:00
Terrence Cole
a2200151d1 Bug 1167309 - Remove MaybeCompartment using CallTyped; r=jonco 2015-05-21 11:41:18 -07:00
Terrence Cole
5eb0c891df Bug 1167308 - Add a simpler to use CallTyped for the many simple pre-cast cases; r=jonco 2015-05-21 11:40:46 -07:00
Terrence Cole
169a612286 Bug 1167291 - Generalize the marking tracer's cross-compartment check; r=jonco 2015-05-21 11:30:01 -07:00
Terrence Cole
967c6efcdd Bug 1166944 - Inline the only user of TraceObjectSlots; r=jonco 2015-05-21 11:29:38 -07:00
Terrence Cole
1ea581170f Bug 1163790 - Part 2: Share inlined Class tracing between marking and tenuring; r=bhackett 2015-05-13 11:06:52 -07:00
Terrence Cole
dc3bd39def Bug 1163790 - Part 1: Share unboxed trace list traversal between tenuring and marking; r=bhackett 2015-05-12 09:26:36 -07:00
Morgan Phillips
7f02ce2a49 Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin
This also adds a config for turning off sendchange (enabled by default), since that
breaks things when credentials aren't available.
2015-05-22 13:28:41 -04:00
Morgan Phillips
a7c3644c61 Bug 1167586 - desktop-build [TC] Add a comments section to the dummy buildprops.json file
This prevents the superflous warning: comments could not be determined. This may be because it was a forced build
2015-05-22 13:28:00 -04:00
Morgan Phillips
bfcddb7438 Bug 1167255 - Add the ability to pass in multiple mozharness configs to the TC desktop-builder; r=dustin
Some jobs require more than one config.
2015-05-22 13:18:37 -04:00
Morgan Phillips
362b14807e Bug 1164618 - Start Xvfb in a loop in docker images; r=dustin
Sometimes the Xvfb sanity check can fail due to slow startup times,
this introduces a simple retry system, with sleeps, to ensure that failures are
due to another cause.
2015-05-22 13:15:18 -04:00
Kartikaya Gupta
76d0709cbe Bug 1164274 - Disable the wheel-scroll test on Mulet for intermittent failures. r=mstange 2015-05-22 12:01:52 -04:00
Nathan Froyd
472db75968 Bug 1165982 - part 2 - validate an nsRange::SelectNode call in nsHTMLEditRules::Init; r=ehsan 2015-05-19 14:08:54 -04:00
Nathan Froyd
0540fa19c5 Bug 1165982 - part 1 - provide fallible initialization of nsDOMIterator from an nsRange; r=ehsan 2015-05-22 09:58:30 -04:00
David Keeler
0f00f328f3 Bug 1166031 - Update PSM xpcshell small RSA key test to reflect new error. r=Cykesiopka
Previously NSS would accept smaller RSA key sizes than PSM would in TLS handshakes. Now that the limit is the same, NSS handles the handshake termination with a different error code before PSM can make its own policy decision.
2015-05-21 12:57:03 -07:00
Tim Taubert
75388ae5d1 Bug 1166031 - Use 1024-bit prime for WebCrypto's DH tests. r=mt 2015-05-20 19:51:00 -04:00
Ryan VanderMeulen
b1647b5e41 Bug 1166031 - Update NSS to NSS_3_19_1_BETA1. r=mt 2015-05-20 21:06:06 -04:00
James Willcox
05ad7f7385 Bug 1167197 - Fix GMPProvider on Android r=cpearce 2015-05-22 11:58:48 -05:00
Christoph Kerschbaumer
23614d5d71 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - remove newChannel2,asyncFetch2 (r=sicking,paolo) 2015-05-21 19:52:20 -07:00
Christoph Kerschbaumer
459f85fe51 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update newChannel2 (r=sicking,paolo) 2015-05-21 19:52:03 -07:00
Christoph Kerschbaumer
e8ffc95969 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo) 2015-05-21 19:51:40 -07:00
George Wright
f1f51c4373 Bug 1049285 - Use openPopupAtScreenRect method for opening e10s popups to ensure they are anchored properly 2015-05-08 14:53:56 -04:00
George Wright
7f3abf8d84 Bug 1164099 - Always ensure the scrollbar is on the right with select popups r=mconley 2015-05-14 17:18:19 -04:00
Tom Schuster
5aff41a682 Bug 1158222 - Implement the new [[Set]] receiver restrictions. r=jorendorff 2015-05-22 18:31:32 +02:00
Botond Ballo
7ec8c57227 Bug 1163329 - Add a utility for expanding a tuple into a variadic argument list to MFBT. r=froydnj 2015-05-11 17:23:33 -04:00
Cameron McCormack
04b23264af Bug 968923 - part 2 - change MappedAttrParser to store a nsSVGElement directly, instead of its nsIPrincipal; r=smaug
We'll need access to the element, and to its OwnerDoc, once we hook up
use counters.
2015-02-05 12:32:14 -05:00
Nathan Froyd
6ef77f05f6 Bug 968923 - part 1 - add infrastructure for defining use counters from UseCounters.conf; original-author=heycam; r=heycam,gfritzsche,mshal
This patch adds UseCounter.conf for defining use counters along with
infrastructure to generate enums and telemetry identifiers from
UseCounter.conf.
2015-02-04 17:00:00 -05:00
Mike Kaply
111f9e14c9 Bug 899088 - Log certificate error when add-on update fails due to cert problems, r=Mossop 2015-05-22 10:17:46 -05:00
Patrick McManus
6530957a5b bug 1144602 - preconnect test handler should only count 1 syn r=test-only 2015-05-22 12:04:50 -04:00
Botond Ballo
c8d54a98aa Bug 1163328 - Tests for mozilla::Tuple. r=froydnj 2015-05-21 21:14:25 -04:00
Botond Ballo
bc08a1f31c Bug 1163328 - Add a Tuple class to MFBT. r=froydnj 2015-05-21 22:33:49 -04:00
Botond Ballo
790f8b5d45 Bug 1163328 - Add an And<...> class to TemplateLib.h which performs logical and on a variadic number of booleans known at compile time. r=froydnj 2015-05-21 22:33:39 -04:00
Kannan Vijayan
92345c0106 Bug 1164448 - Add test. r=jandem 2015-05-22 11:13:26 -04:00
Kannan Vijayan
fc9b986f03 Bug 1164448 - Handle unwound rectifier frames as exit frames in JitProfilingFrameIterator. r=jandem 2015-05-22 11:13:26 -04:00
Lorien Hu
1155f8ac44 bug 1109891 - part 3 - remove mGeckoTextAccessible r=tbsaunde 2015-05-22 11:09:49 -04:00
Lorien Hu
706b320072 bug 1109891 - part 2 - Allow mGeckoAccessible to store pointers to proxies and do some trivial cleanup r=tbsaunde 2015-05-22 11:09:48 -04:00
Lorien Hu
4a201434bb bug 1109891 - part 1 - use an accessor method to get mGeckoAccessible r=tbsaunde 2015-05-22 11:09:48 -04:00
David Major
bfa2564d34 Bug 1135583: Prevent the inclusion of Char16.h in VS2015's fallible.obj. r=glandium 2015-05-21 08:03:48 -04:00
Ryan VanderMeulen
7e7b077104 Backed out changeset e602cb65a030 (bug 1142816) for jsapi test segfaults.
CLOSED TREE
2015-05-22 10:47:29 -04:00
Andreas Pehrson
3be8ac6ad8 Bug 1166659 - Add mochitest tags for webaudio and webrtc. r=jesup, r=padenot 2015-05-20 02:49:00 -04:00