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
Benjamin Bouvier
85a27ff745
Bug 860736 - Align the local stack storage for ARM asm.js frames; r=mjrosenb
2014-06-03 17:24:28 +02:00
Masayuki Nakano
cee6a2caef
Bug 1018069 Make tree element's _move* methods consume given events themselves r=enndeakin
2014-06-04 00:22:33 +09:00
Joel Maher
15b2b6128b
Bug 992911 - (run-by-dir) add the ability to run mochitests per directory in a loop. r=ahal
2014-06-03 11:19:28 -04:00
Mike Shal
c76261e09a
Bug 1018365 - Remove useless $(shell); r=glandium
2014-05-30 15:19:25 -04:00
Andrea Marchesini
83ca441afb
Bug 957086 - patch 4 - Correct permissions for apps, r=ehsan
...
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_bug957086.html
2014-06-03 15:36:46 +01:00
Andrea Marchesini
25525c33ed
Bug 957086 - patch 3 - DataStoreService in C++ OOP, r=janv
2014-06-03 15:36:46 +01:00
Andrea Marchesini
5cd12928e4
Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv
2014-06-03 15:36:46 +01:00
Andrea Marchesini
1900e87270
Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
...
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-06-03 15:36:46 +01:00
Geoff Brown
a75e202c68
Bug 986172 - Enable robocop testDoorHanger on Android 2.3; r=me
2014-06-03 08:19:38 -06:00
Geoff Brown
9f04be3a68
Bug 1019604 - Avoid mochitest cleanup failure following error; r=jmaher
2014-06-03 08:19:37 -06:00
Mats Palmgren
2d2ff74e34
Bug 1015844 - part 2, Add a call to ReflowOverflowContainerChildren() to reflow abs.pos. overflow containers. r=roc
...
nsColumnSetFrame puts true overflow containers on the principal child list
(which may then get pushed to the overflow list), but overflow containers
for abs.pos. children still go on the kOverflowContainersList and
kExcessOverflowContainersList lists as usual.
2014-06-03 14:17:14 +00:00
Mats Palmgren
cb0c5f1260
Bug 1015844 - part 1, Only force the search to normal flow child lists for true overflow containers. r=roc
2014-06-03 14:17:14 +00:00
Amol Mundayoor
a3f62dd69c
Bug 1012632 - IonMonkey: Recover Mod instructions. r=nbp
2014-06-03 07:10:26 -07:00
Markus Stange
4afbfc077b
Bug 1018461 - Allow active scrolling inside SVG. Should give a big tscrollx win. r=roc
2014-06-03 15:55:58 +02:00
Brian R. Bondy
5ba2295fc8
Bug 1018598 - Shutdown jump list thread correctly to avoid debug assertions. r=jimm
2014-06-03 09:26:14 -04:00
Brian R. Bondy
e479623228
Bug 724423 - Fix jump list favicon cleanup. r=jimm
2014-06-03 09:26:11 -04:00
Markus Stange
508c4ef238
Bug 1018464 - Make ContainerState::FindOpaqueBackgroundColorFor look through holes in display items. r=roc
...
--HG--
extra : rebase_source : 69d82381327e1114a6264d5ed360dd16aca39166
2014-06-03 14:50:42 +02:00
Markus Stange
598c605e7d
Bug 1018464 - Add nsDisplayItem::IsInvisibleInRect API to expose holes in display items. r=roc
...
--HG--
extra : rebase_source : 9f362283113c0ce925ca81c3613ac8c6d19dfebe
2014-06-03 14:48:16 +02:00
Markus Stange
bb6c92d212
Bug 1018309 - Make the forced scrollbar layerization from bug 1016535 really only kick in for actual overlay scrollbars. r=roc
...
--HG--
extra : rebase_source : 525c4e242f28af85ad7c0f6cae8f2f4083b01d7d
2014-06-03 14:47:27 +02:00
Carsten "Tomcat" Book
6aabba35de
Merge mozilla-central to mozilla-inbound
2014-06-03 14:52:51 +02:00