Bobby Holley
84fdc4fceb
Bug 907508 - Provide a mechanism for adding extra slots for XPConnect globals. r=bz
...
mhordecki needs this in bug 898559.
2013-08-20 21:21:01 -07:00
Bobby Holley
f6b09836a4
Bug 907508 - Define the slot count for xpconnect and worker globals in terms of the slots defined in DOMJSClass.h. r=bz
2013-08-20 21:21:00 -07:00
Bobby Holley
84d666b750
Bug 907508 - Drop the slot count for worker globals from 3 to 1. r=bz
...
Continuing the analysis of the previous patch, we actually have two free slots.
The first comes from the removal of DOM_GLOBAL_OBJECT_SLOT, as in the previous
patch.
The second comes from the fact that we mirrored the XPConnect slot for the
XPCWrappedNativeScope (so that slot offsets would be the same for workers and
non-workers), but didn't drop the slot count in bug 797821.
2013-08-20 21:21:00 -07:00
Bobby Holley
12c731ac0e
Bug 907508 - Drop the number of slots on XPConnect globals from 2 to 1. r=bz
...
In the old world, XPConnect globals had one reserved slot, which was used to
store a private pointer to the XPCWrappedNativeScope.
Then, in the new DOM bindings landing (bug 740069), we added two slots, one
for DOM_GLOBAL_OBJECT_SLOT, and one for DOM_PROTOTYPE_SLOT.
Then, in bug 761707, we removed DOM_GLOBAL_OBJECT_SLOT, but the slot count
remained at 3.
Then, in bug 797821, we stopped storing the XPCWrappedNativeScope in the slot
on the global, and dropped the XPConnect global count from 3 to 2.
Given the above, we can safely drop it to 1, here. It's easy to check that
this is correct, because reserved slots for globals have a different offset,
which is JSCLASS_GLOBAL_SLOT_COUNT. And according to mxr, the only thing
defined in terms of that is DOM_PROTOTYPE_SLOT (which takes the same value).
This means that all subsequent slots on the global are unused.
2013-08-20 21:21:00 -07:00
Wes Kocher
a62887bc50
Backed out changeset 6356b67f6c87 (bug 902929)
2013-08-20 20:50:26 -07:00
Wes Kocher
2a9e21a70f
Backed out changeset 315c9f0af9bb (bug 902929)
2013-08-20 20:50:20 -07:00
Ethan Hugg
c69d8f108a
Bug 863306 - Turn off rtcp-mux in config
2013-08-20 13:21:27 -07:00
Robert O'Callahan
98330c01bc
Bug 906199. Ensure that nsDisplayTransforms being bubbled up by preserve-3d have the correct clip applied. r=mattwoodrow
2013-08-21 15:04:23 +12:00
Bill McCloskey
d827fa534c
Bug 907489 - PresShell::HandleEvent() never initializes its "flags" variable (r=mattwoodrow)
2013-08-20 18:35:18 -07:00
Nicholas Cameron
8acfeaece0
Bug 902929. Be explicit about re-attaching async video compositable hosts. r=nical
2013-08-21 13:28:53 +12:00
Nicholas Cameron
1caed203b3
Bug 902929. Assert that we don't have a compositable child for ImageBridgeClients. r=nical
2013-08-21 13:27:05 +12:00
Nicholas Cameron
4f4d777bc8
Bug 907466. Support large canvases with d3d11. r=mattwoodrow
2013-08-21 13:13:57 +12:00
Nicholas Cameron
b5c77aec19
Bug 903816. Include-what-you-use for gfx/layers. r=roc
2013-08-12 11:17:23 +12:00
Nicholas Cameron
9b7d0b4cf3
Bug 903816. Fixups in non-layers files. r=roc
2013-08-12 11:15:10 +12:00
Matt Woodrow
e00658a518
Bug 907011 - Implement CopyGlyphsToBuilder for Cairo Azure backend. r=Bas
2013-08-21 11:58:27 +12:00
Matt Woodrow
e9ede790d9
Bug 907011 - Implement pattern matrices for the Cairo Azure backend. r=Bas
2013-08-21 11:57:57 +12:00
Matt Woodrow
6775b7dfee
Bug 907011 - Implement antialias mode for the Cairo Azure backend. r=Bas
2013-08-21 11:56:27 +12:00
Matt Woodrow
e790df95f3
Bug 904884 - Assign RAII class instances to variables in PathCario so that they stay alive for the correct scope. r=nrc
2013-08-21 11:55:53 +12:00
Matt Woodrow
68fc511900
Bug 904981 - Clear surface devices offsets in DrawTargetCairo since we don't use them. r=Bas
2013-08-21 11:52:20 +12:00
Matt Woodrow
9c51651626
Bug 906147 - Make sure we lock component alpha textures in the correct order to prevent deadlocks. r=nrc
2013-08-21 11:49:31 +12:00
Jim Blandy
60a84f53db
Bug 906891: Short-circuit isSealed and isFrozen for typed arrays. r=sfink
2013-08-20 18:00:02 -07:00
Mike Hommey
b2988b9d63
Bug 907473 - Handle generator_flags gracefully in gyp. r=gps
2013-08-21 09:37:45 +09:00
Wes Kocher
c45cb0703c
Backed out changeset 20e064f3e8e0 (bug 905084) for adding a new intermittently failing test on a CLOSED TREE.
2013-08-20 17:20:21 -07:00
Mike Hommey
328842af96
Fixup for bug 906101 breaking make clean on a CLOSED TREE. r=me
2013-08-21 08:59:29 +09:00
Wes Kocher
92ceb858c6
Backed out changeset cfecdf10dcba (bug 614238) for b2g debug bustage on a CLOSED TREE
2013-08-20 15:47:28 -07:00
Wes Kocher
1e2d09585f
Backed out changeset 36a2061cff79 (bug 863306)
2013-08-20 15:03:50 -07:00
Ehsan Akhgari
d703cca0e3
Bug 906790 follow-up: Unbreak ASAN builds
2013-08-20 17:48:00 -04:00
Scott Johnson
bb83cf55dd
Bug 746015: Add a nsDisplayGenericOverflow class that uses a frame's visual overflow rect as its bounds to correctly display column rules that lie outside of a column set frame's bounds. [r=dbaron]
2013-08-20 16:38:29 -05:00
Ethan Hugg
f9d9f604eb
Bug 863306 - Turn off rtcp-mux in config r=abr
2013-08-20 13:21:27 -07:00
Hannes Verschore
58a524e5b2
Bug 904759 - IonMonkey: Remove unused functions/MIR/LIR related to PolyInlineDispatch, r=djvj
2013-08-20 23:10:23 +02:00
Landry Breuil
676384bb4e
Bug 807492 Part X - Allow gyp mozmake generator to handle various BSD flavors r=ted
2013-08-20 22:59:28 +02:00
Patrick McManus
f27875bd1e
bug 900322 dont nsithread->shutdown() from dtor r=karlt
2013-08-20 16:49:22 -04:00
Shane Tully
9fc980bd22
Bug 897924 - Part 2: Reenable Contacts tests for Android. r=stully
2013-08-19 13:28:02 -07:00
Shane Tully
cdbcc38972
Bug 897924 - Part 1: Skip contacts tests on Android < 4.0. r=reuben
2013-08-20 09:31:20 -07:00
Mihnea Dobrescu-Balaur
fdbee8577c
Bug 899171 - Use mozprofile in the reftest harness. r=ahal
2013-08-19 14:40:27 -07:00
Kan-Ru Chen (陳侃如)
7f9455d3e4
Bug 907117 - IonMonkey: Fix build failure with DEBUG turned on. r=jandem
2013-08-21 02:45:18 +08:00
Cykesiopka
46f8a6a5bc
Bug 906971 - Cleanup editcerts.js. r=keeler
2013-08-20 16:43:39 -04:00
Milan Sreckovic
738a226297
Bug 905678 - Back out the fix from bug 899861 now that bug 905793 is fixed. r=seth
2013-08-20 11:53:13 -04:00
Jan Beich
d53edafa45
Bug 899722 Part 4: Prevent runConfigureICU from overriding CC/CXX on BSDs. r=glandium
2013-08-20 16:42:42 -04:00
Arnaud Sourioux
b226e33120
Bug 883672 - Inherit XULLinkAccessible from XULLabelAccessible + test. r=surkov
2013-08-20 16:42:26 -04:00
Ryan VanderMeulen
c8880fc5aa
Merge m-c to inbound.
2013-08-20 16:32:33 -04:00
Ryan VanderMeulen
5c9865da52
Merge fx-team to m-c.
2013-08-20 16:27:00 -04:00
Ryan VanderMeulen
971e3a8e52
Merge m-c to fx-team.
2013-08-20 15:33:48 -04:00
Ryan VanderMeulen
b34804ed37
Merge m-c to b2g-inbound.
2013-08-20 15:33:10 -04:00
Mark Capella
c983cc5024
Bug 906499 - Caret visibility persists after form submission, r=margaret
2013-08-20 14:50:57 -04:00
Gregory Szorc
8b226765e2
Bug 845623 - Intermittent failure in test_storage_server.js; r=gbrown
2013-08-20 11:21:02 -07:00
Nick Fitzgerald
962f284d21
Bug 906796 - _unknownError should suck less; r=vporof
2013-08-20 11:15:15 -07:00
Nick Fitzgerald
0b45b3dd1b
Bug 906795 - safeErrorString should include a stack; r=vporof
2013-08-20 11:15:11 -07:00
Dave Hylands
54fce6ce74
Bug 830612 - Fix UP_watchdogTimerFired to use notify instead. r=julienw
2013-08-20 10:41:23 -07:00
Gaia Pushbot
2e6270351f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dbaee540a7d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11560 from KevinGrandon/bug_871823_contacts_loading
Bug 905771 - Lazy load contact views r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/a1b416bd038e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 905771 - Lazy load contact views
2013-08-20 10:40:26 -07:00