Ryan VanderMeulen
|
a7e6edf193
|
Backed out 7 changesets (bug 1002737) for sm-rootanalysis test failures.
CLOSED TREE
Backed out changeset ec411f0ce167 (bug 1002737)
Backed out changeset 8a63bad8faed (bug 1002737)
Backed out changeset 5afce70dad1f (bug 1002737)
Backed out changeset 6d4043272a0a (bug 1002737)
Backed out changeset ad09630ae9a3 (bug 1002737)
Backed out changeset c0dd6b9cc07a (bug 1002737)
Backed out changeset b82adb960c54 (bug 1002737)
|
2014-06-03 17:07:47 -04:00 |
|
Ryan VanderMeulen
|
b1ff4f5233
|
Backed out changeset e89d2416585f (bug 978236) for jsreftest failures.
|
2014-06-03 17:06:55 -04:00 |
|
Ryan VanderMeulen
|
fb5b258e60
|
Backed out changesets ea412568c4be and c25abea181d7 (bug 978238) for Linux64 debug crashes during packaging.
|
2014-06-03 17:06:39 -04:00 |
|
Sébastien Blin
|
6aefbf6100
|
Bug 1019722 - Remove a double assignment to lastRdn to fix a minor warning found by scan-build, the LLVM/Clang static analyzer. r=keeler
|
2014-06-02 20:16:14 +02:00 |
|
Susanna Bowen
|
ea8bb7483d
|
Bug 1019287 - Use accessor instead of private variable in ifdef'ed logging code. r=dholbert
|
2014-06-02 16:26:00 -04:00 |
|
William Lachance
|
1d213302fe
|
Bug 1019211 - Bump mozversion to 0.5. r=ahal
|
2014-06-02 16:53:49 -04:00 |
|
David Keeler
|
5acb4cc504
|
Bug 1009988 - OCSP tests: Precompute responses to prevent timeouts. r=cviecco
|
2014-06-02 11:35:27 -07:00 |
|
Eric Faust
|
719b2681c8
|
Bug 978238 - Part 2: Implement Proxy.[[GetOwnProperty]] to new ES6 standard. (r=jorendorff)
|
2014-06-03 13:23:03 -07:00 |
|
Eric Faust
|
a1307fc868
|
Bug 978238 - Part 1: Clean up PropDesc<->PropertyDescriptor conversions. (r=jorendorff)
|
2014-06-03 13:23:02 -07:00 |
|
Monica Chew
|
d5ba5c9bc8
|
Bug 1019772: Enable production mode on pinning AMO (r=keeler)
|
2014-06-03 11:00:39 -07:00 |
|
Kartikaya Gupta
|
61975fc2a5
|
Bug 1019888 - Log canvas background color when dumping display items. r=tn
|
2014-06-03 16:21:39 -04:00 |
|
Kartikaya Gupta
|
06be97952d
|
Bug 1019004 - Guard against a null pointer deref when dumping painting. r=BenWa
|
2014-06-03 12:59:15 -04:00 |
|
Nicholas Hurley
|
1345f7f10b
|
Bug 1019577 - Always make room in the table before emitting an entry. r=mcmanus
|
2014-06-03 13:09:08 -07:00 |
|
Eric Faust
|
cb0a4b6af3
|
Bug 978236 - Implement Proxy.[[DefineProperty]] to ES6 standard. (r=jorendorff)
|
2014-06-03 13:00:59 -07:00 |
|
Malini Das
|
ee31469cd4
|
Bug 1019616 - release marionette-client version 0.7.8, r=dburns
|
2014-06-03 15:58:50 -04:00 |
|
Brian Smith
|
c9249cca82
|
Bug 1019814: Remove CERTCertificate dependency from TrustDomain::GetCertTrust, r=keeler
--HG--
extra : rebase_source : 9abf0522f02d00ac2f63f2327ddbe8d119ffc64f
|
2014-06-03 10:47:25 -07:00 |
|
Brian Smith
|
7af638d360
|
Bug 1019109: Add DottedOIDToCode.py tool, r=keeler
--HG--
extra : rebase_source : 44a92234f884af4500bc6eb5a1fc4dd4cfd38dc2
|
2014-06-02 10:50:04 -07:00 |
|
Jeff Muizelaar
|
d5bf7b7a57
|
Bug 1017132. Don't call printf in FramePointerStackWalk. r=dbaron
This avoids hangs while profiling.
--HG--
extra : rebase_source : 1f6dd552ed3f26017107f41283ca667a246765c0
|
2014-06-03 15:42:10 -04:00 |
|
Jeff Muizelaar
|
ba774150e7
|
Bug 1018416. Inline TransformRegion.
--HG--
rename : dom/datastore/tests/test_bug957086.html => dom/datastore/tests/test_basic.html
extra : rebase_source : ab175afb006c0f6ebb02863f510b6fdc6e578f3c
|
2014-06-02 11:05:01 -04:00 |
|
Eric Faust
|
1651d45e41
|
Bug 1002737 - Fix PropDesc vector rooting in DebugObject_defineProperties. (r=jorendorff)
|
2014-06-03 12:37:44 -07:00 |
|
Eric Faust
|
1996e23097
|
Bug 1002737 - Implement PropDesc::wrapInto as JSCompartment::wrap. (r=jorendorff)
|
2014-06-03 12:37:44 -07:00 |
|
Eric Faust
|
347c7ed924
|
Bug 1002737 - Assert more about PropDesc definedness in various functions. (r=jorendorff)
|
2014-06-03 12:37:44 -07:00 |
|
Eric Faust
|
139f02e386
|
Bug 1002737 - Convert PropDesc::pd_ to a JSObject *. (r=jorendorff)
|
2014-06-03 12:37:44 -07:00 |
|
Eric Faust
|
c9568f2ae6
|
Bug 1002737 - Make PropDesc::setUndefined() play nicer with our asserts. (r=jorendorff)
|
2014-06-03 12:37:43 -07:00 |
|
Eric Faust
|
ddabca604e
|
Bug 1002737 - Make AutoPropDescRooter into an AutoVectorRooter. (r=jorendorff)
|
2014-06-03 12:37:43 -07:00 |
|
Eric Faust
|
4dff1c5514
|
Bug 1002737 - Find a new home for PropDesc::unwrapDebuggerObjectsInto. (r=jorendorff)
|
2014-06-03 12:37:43 -07:00 |
|
Botond Ballo
|
fc6b4a01b8
|
Bug 1019766 - Avoid including gfxPrefs.h from nsLayoutUtils.h. r=kats
--HG--
extra : rebase_source : de931f7f1fae64e8f59ae923aaf07c2742f372e0
|
2014-06-03 14:13:05 -04:00 |
|
Ted Mielczarek
|
ec9ba25042
|
bug 815002 - Enable loopback devices on Linux Mochitests. r=ahal
|
2014-05-08 14:26:22 -04:00 |
|
Eric Faust
|
bbae7d6f19
|
Bug 997894 - Part 2: Replace existing externally rooted PropDesc sites with Rooted<PropDesc>. (r=terrence)
|
2014-06-03 12:05:48 -07:00 |
|
Eric Faust
|
49e442c0af
|
Bug 997894 - Part 1: Implement Rooted API for PropDesc. (r=terrence)
|
2014-06-03 12:05:46 -07:00 |
|
Eric Faust
|
e29e9ee9dc
|
Bug 997894 - Part 0: Factor PropDesc out into its own header. (r=jorendorff)
|
2014-06-03 12:01:08 -07:00 |
|
Ryan VanderMeulen
|
2f0f166eb1
|
Backed out 4 changesets (bug 993282) for bringing back bug 1008357 on a CLOSED TREE.
Backed out changeset b67f3001c73d (bug 993282)
Backed out changeset b9ca30286579 (bug 993282)
Backed out changeset 41fe339ca4ea (bug 993282)
Backed out changeset 2a6184672f1e (bug 993282)
|
2014-06-03 14:32:10 -04:00 |
|
Ryan VanderMeulen
|
a1fd06248a
|
Backed out changesets 6d1c36585219 and bd403a727849 (bug 1016560) for mochitest-other failures.
CLOSED TREE
|
2014-06-03 13:48:49 -04:00 |
|
Ehsan Akhgari
|
223b879989
|
Typo fix, no bug, DONTBUILD, CLOSED TREE
|
2014-06-03 12:44:48 -04:00 |
|
Ehsan Akhgari
|
a9e75d81de
|
Add some documentation for ShimInterfaceInfo, no bug, DONTBUILD, CLOSED TREE
|
2014-06-03 12:37:08 -04:00 |
|
Boris Zbarsky
|
d706f9e661
|
Bug 1016560 followup. Fix a new Promise::MaybeReject callsite that was introduced. r=build-bustage
|
2014-06-03 12:03:16 -04:00 |
|
Boris Zbarsky
|
d4d7efbc2b
|
Bug 1016063. Don't include the fake classnames XUL tree pseudo-elements have when calculating style rule specificity. r=heycam
|
2014-06-03 11:38:38 -04:00 |
|
Boris Zbarsky
|
59db282a5f
|
Bug 1016560. Remove the footgun of rejecting promises with arbitrary objects. r=khuey
|
2014-06-03 11:38:38 -04:00 |
|
Boris Zbarsky
|
e46748d086
|
Bug 1019149. For calls into JS-implemented WebIDL, don't check whether it's OK to run the script (it is) and whether the script lives in a window (it doesn't). r=bholley
|
2014-06-03 11:38:37 -04:00 |
|
Boris Zbarsky
|
8dc0d6feb6
|
Bug 1019091. Do less work in the CallSetup destructor when we have no exception. r=bholley
|
2014-06-03 11:38:37 -04:00 |
|
Boris Zbarsky
|
3297cfbaa3
|
Bug 1017932. Don't expose the XMLDocument bits on the return value of new Document(). r=peterv
|
2014-06-03 11:38:37 -04:00 |
|
Boris Zbarsky
|
6e440c0715
|
Bug 989584. Allow sites to set window.opener to any value. r=peterv
|
2014-06-03 11:38:37 -04:00 |
|
Boris Zbarsky
|
e13e86e7dc
|
Bug 1017428 part 2. Add a fast path to Ion for [Cached] DOM attributes. r=efaust
|
2014-06-03 11:38:37 -04:00 |
|
Boris Zbarsky
|
cd11feea1c
|
Bug 1017428 part 1. Store information in jitinfo about [Cached] attribute slots in addition to [StoreInSlot] ones. r=peterv,efaust
|
2014-06-03 11:38:36 -04:00 |
|
Fabrice Desré
|
fbe1c68842
|
Bug 993282 - Lazy load more js modules - Part 3: RIL r=gene
|
2014-06-03 08:35:21 -07:00 |
|
Fabrice Desré
|
b63fc110a3
|
Bug 993282 - Lazy load more js modules - Part 2: contacts r=gwagner
|
2014-06-03 08:35:21 -07:00 |
|
Fabrice Desré
|
16241c9b3b
|
Bug 993282 - Lazy load more js modules - part 1: NFC r=psiddh
|
2014-06-03 08:35:20 -07:00 |
|
Nicolas B. Pierron
|
d4bbb4db05
|
Bug 993282 - Work-around Bug 1015027. r=gwagner
|
2014-06-03 08:35:20 -07:00 |
|
Jon Coppeard
|
18ebc7a15f
|
Bug 1008473 - Fix breakage on little endian 32 bit builds r=terrence
|
2014-06-03 16:29:39 +01:00 |
|
Benjamin Bouvier
|
870e44e9f1
|
Bug 860736: Rename AlignmentAtPrologue into AlignmentAtAsmJSPrologue; r=luke
|
2014-06-03 17:26:16 +02:00 |
|