Benoit Jacob
a9ec92b672
Bug 774388 - Patch 10: destroy the ImageBridgeChild singleton on the main thread (and sprinkle some assertions) - r=mattwoodrow
2014-07-04 14:04:12 -04:00
Benoit Jacob
4b4fe1137c
Bug 774388 - Patch 9: Introduce NS_INLINE_DECL_THREADSAFE_REFCOUNTING_WITH_MAIN_THREAD_DESTRUCTION - r=mattwoodrow
2014-07-04 14:04:12 -04:00
Benoit Jacob
994a1c33ce
Bug 774388 - Patch 8: Avoid a deadlock between shutdown of CompositorParent and of CompositorThreadHolder - r=mattwoodrow
2014-07-04 14:04:11 -04:00
Benoit Jacob
ff512281c2
Bug 774388 - Patch 7: Block the main thread on compositor shutdown - r=mattwoodrow
2014-07-04 14:04:11 -04:00
Benoit Jacob
0ca5d63344
Bug 774388 - Patch 5: Wait for [CrossProcess]CompositorParent's to be gone before we tear down the compositor thread - r=mattwoodrow
2014-07-04 14:04:11 -04:00
Benoit Jacob
70e580d7f2
Bug 774388 - Tiny reordering of when we shut down Layers IPC - r=nical,mattwoodrow
2014-07-04 14:04:11 -04:00
David Major
0850751b27
Bug 1033146: Use a never-inline function to work around a bug in 64-bit VS2010. r=terrence
2014-07-07 12:07:20 +12:00
Robert Longson
12ed1fc6c6
Bug 530985. Make getBoundingClientRect give more sensible results for <svg> elements. r=jwatt
...
--HG--
extra : rebase_source : ad54b945431510c0a3246e608cad6d93e66c088e
extra : amend_source : 841b5aa8e17c3fba01806262725228ae7c94a941
2014-07-07 00:55:43 +12:00
Marco Castelluccio
a65706b80e
Bug 1034731
- Better logging for manifest content-type errors. r=fabrice
2014-07-06 18:47:28 +02:00
Tim Taubert
3696b967ee
merge m-c to inbound
2014-07-06 09:11:56 -07:00
Jonathan Watt
f9ad60c21b
Bug 1034399 - Use a Moz2D DrawTarget backed gfxContext for SVG bounds calculations. r=Bas
2014-07-06 16:30:55 +01:00
Benoit Jacob
1f6562d6f3
Bug 1028588 - Fix dangerous public destructors of Mac-specific reference-counted classes - r=mstange
2014-07-06 11:25:31 -04:00
Ms2ger
104b112608
No bug - Remove unused duplicate test.
...
This test was added while content/xml was moved to dom/xml. When the move
was backed out, the test remained in both places (though it is only run from
content/).
2014-07-06 17:18:58 +02:00
Jonathan Kew
c59d3d00c4
bug 1034403 - update index to step past the second half of a surrogate pair. r=roc
2014-07-06 12:51:27 +01:00
Gijs Kruitbosch
c1f4f63329
Backed out changeset c5ac0914b65c (bug 1033958) for breaking many people's builds, rs+a=backout
2014-07-04 18:32:24 +01:00
Carsten "Tomcat" Book
898537e9db
merge b2g-inbound to mozilla-central a=merge
2014-07-04 14:01:37 +02:00
Carsten "Tomcat" Book
96722c6423
merge fx-team to mozilla-central a=merge
2014-07-04 13:51:22 +02:00
Chuck Lee
d7457b5a05
Bug 1033948 - 0002. Change API naming in DOM. r=vchang
2014-07-04 14:37:55 +08:00
Chuck Lee
a2ef570ea6
Bug 1033948 - 0001. Change API naming in webIDL. r=mrbkap
2014-07-04 14:37:53 +08:00
Luke Wagner
4ff35e504d
Bug 1034330 - OdinMonkey: have masm.assumeUnreachable just generate a breakpoint in asm.js (r=bbouvier)
...
--HG--
extra : rebase_source : f924c22b82a068fc2f5bc4834f1c4c3bcd799a2b
2014-07-03 17:00:26 -05:00
Luke Wagner
274dfbe403
Bug 1034330 - OdinMonkey: simplify GenerateFFIIonExit (r=dougc)
...
--HG--
extra : rebase_source : b8006b668b648706362b11d0edd94fd31c3da9c4
2014-07-03 16:16:41 -05:00
Luke Wagner
bccdb3bb26
Bug 1034330 - OdinMonkey: rm lingering MaybeRetAddr (r=dougc)
...
--HG--
extra : rebase_source : fb84270f71bddecfadeeb9dc66e3dd5643293cc6
2014-07-03 16:16:31 -05:00
Luke Wagner
40f46a3417
Bug 1034330 - OdinMonkey: tidy up codegen for accessing globals (r=bbouvier)
...
--HG--
extra : rebase_source : cebc86cc38bf70f6de7a5ebca862cd103011783a
2014-07-03 16:16:20 -05:00
Luke Wagner
4be5d38f6b
Bug 1034330 - OdinMonkey: hoist OOM handling (r=bbouvier)
...
--HG--
extra : rebase_source : cbe5c2e0a6f57afcb7506a39e51b3eca612702ea
2014-07-03 16:15:37 -05:00
Mats Palmgren
dc3d8c91c0
Bug 1006326 - Enable the 'box-decoration-break' CSS property by default. r=roc
2014-07-07 16:08:42 +00:00
Mats Palmgren
bfb8cecc5a
Bug 1001994. r=roc
2014-07-07 16:08:42 +00:00
Monica Chew
623d51eebd
Bug 1027133: Set test_mode=false for *.twitter.com (r=keeler)
2014-07-07 08:58:13 -07:00
Bas Schouten
f57a546031
Bug 1029919: Properly do the required composite for unbounded operators even when the fill doesn't intersect the extents. r=jrmuizel
2014-07-07 17:35:26 +02:00
Paul Adenot
93e37db5e7
Bug 1031137 - Instrument content/media/test/crashtest/1028458.html to determine what is going on.
2014-07-07 17:26:06 +02:00
Bob Clary
be485faf91
Bug 1034406 - [mozdevice] Do not allow ADBCommand to be instantiated, r=wlach, DONTBUILD.
2014-07-07 08:19:35 -07:00
Ehsan Akhgari
7e69de339a
Update NSPR to NSPR_4_10_7_BETA3 to fix bug 1034415 and bug 979278
2014-07-07 11:13:29 -04:00
Sam Penrose
6489eebc7d
Bug 1034229 - Fire oncancel() when passed to request() with refreshAuthentication. r=jedp
2014-07-03 13:23:12 -07:00
Nils Ohlmeier [:drno]
b9acc644ea
Bug 1034327 - fix memory leak when TURN client is used. r=bwc
2014-07-03 16:54:00 +02:00
Sankha Narayan Guria
fbe816cbc5
Bug 1030699 - Sqrt Recover Instruction. r=bbouvier
2014-07-07 15:02:40 +02:00
Garvan Keeley
7eec706904
Bug 1018383 - Added request-level caching in NetworkGeolocationProvider.js. r=jdm
...
This is a cleanup of the patch used in the Tarako bug. I made it clearer that this is request-level caching, NOT position caching.
This is specifically for preventing unnecessary requests to the server. It is unrelated to the W3C PositionOptions and their effect on position caching.
Hopefully this detail is clearer in this patch.
Updated mochitests that were relying on old logic to succeed
The failing mochitests were relying on the provider to have a specific behaviour -behaviours that are incidental to the test case. I updated these to reflect the behaviour of the current system.
2014-07-07 07:16:00 +02:00
Garvan Keeley
f4bee68727
Bug 1013012 - Support for js highAccuracy flag in geolocation. r=jdm
2014-07-07 06:47:00 +02:00
Solomon Chiu
e30105cd5e
Bug 931733 - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion. r=mwu
2014-07-04 02:38:00 +02:00
Nick Fitzgerald
4cc2063490
Bug 1032379 - Automatically black box sources whose URL ends with '.min.js'. r=past
2014-07-03 09:44:00 -04:00
Carsten "Tomcat" Book
f5931e72a0
Backed out changeset be0ae5640b90 (bug 1025069) for rc1 test failure
2014-07-07 14:59:27 +02:00
Sébastien Blin
1f357e33fa
Bug 1034619 - Add a comment to the screenshot gcli command. r=pbrosset
2014-07-03 17:54:29 +02:00
Patrick Brosset
36bd4a3804
Bug 1034084 - Avoid sending reflow events after the window has been closed; r=miker
2014-07-03 12:18:00 +02:00
David Rajchenbach-Teller
52b6e27178
Bug 1005870 - Adding a copy() command to the console. r=robcee
2014-07-04 08:10:00 +02:00
Lucas Rocha
56e01507dd
Bug 1025069 - Use https URL on SUMO's default bookmark (r=mfinkle)
2014-07-07 12:34:15 +01:00
Victor Porof
42e36a74e3
Bug 1034661 - The canvas graphs are ugly on screens with low dpi, r=pbrosset
2014-07-07 07:20:47 -04:00
Victor Porof
35e548fc84
Bug 1034651 - The framerate front's plotFPS
should be a static method, r=pbrosset
2014-07-07 07:20:47 -04:00
Victor Porof
b923099737
Bug 1034648 - The framerate actor needs a way to cancel a recording without retrieving the accumulated data, r=pbrosset
2014-07-07 07:20:46 -04:00
Bernardo P. Rittmeyer
62d3907feb
Bug 524760 - Hide print.macosx.pagesetup* preference from about:support as it's not useful there. r=MattN
2014-07-03 11:26:00 +02:00
Andrew Osmond
2e5ce34c29
Bug 1034159 - Fix a potential buffer leak caused by a race condition when ending recording a video. r=mikeh
2014-07-03 10:30:00 +02:00
B2G Bumper Bot
a4de126f45
Bumping manifests a=b2g-bump
2014-07-04 00:57:29 -07:00
Chris Peterson
492a6eb3f2
Bug 1034466 - Remove unused kThemeScrollBarArrowsBoth in widget/cocoa/nsNativeThemeCocoa.mm. r=josh
2014-07-03 01:06:56 -07:00