Douglas Crosher
b86ae28eb1
Bug 1072881 - IonMonkey ARM: optimize Float32ToDouble to useAtStart its argument. r=mrosenberg
2014-09-27 00:24:42 +10:00
Xidorn Quan
f69d6b2935
Bug 966168 - Implement symbols() CSS function. r=dbaron
2014-09-25 02:19:00 +02:00
JW Wang
49e2d85c76
Bug 883731 - Part3 - Progress update should be associated with network state transitions. Also centralize network state transition code. r=cpearce
2014-09-24 19:26:00 +02:00
JW Wang
aeae7c9915
Bug 883731 - Part2 - Remove unnecessary update of readyState and introduce NEXT_FRAME_UNAVAILABLE_SEEKING so that we return HAVE_METADATA while seeking. r=cpearce
2014-09-24 19:25:00 +02:00
JW Wang
76d3882dcc
Bug 883731. Part1 - Remove ResourceLoaded notifications since they don't make much sense with a media cache. r=cpearce
2014-09-24 19:25:00 +02:00
Brian R. Bondy
f7cb749319
Bug 958554 - Fix about window sometimes saying nightly is being updatd by another instance. r=rstrong
...
Note that if the process is hung, or there is another instance running in a different user instance,
or another profile is running, the message is perfectly normal. But this should prevent the bad case
of getting this message.
This handling was first added specifically for Metro and Firefox running the same intallation at the
same time. Metro isn't being released but there are still other very valid reasons for having this
handling as noted above.
2014-09-28 21:26:34 -04:00
Matthew Gregan
d77bcd67fd
Bug 1073346 - Add some basic GTest coverage of the WebMBufferedParser. r=cpearce
2014-09-26 17:25:13 +12:00
Randell Jesup
1e4b9249cc
bug 1072780: patch 4 - Use atomics for EnsureNextIteration to close races around CurrentDriver r=roc
2014-09-28 12:07:25 -04:00
Randell Jesup
682e33494d
bug 1072780: patch 3 - Fix up Revive() to not trigger assertions, and also to avoid Init() (blocking) on MainThread r=roc
2014-09-28 12:07:24 -04:00
Randell Jesup
9a91ca0a91
Bug 1072775: Additional assertions for MediaStreamGraph/GraphDriver r=roc
2014-09-28 12:07:24 -04:00
Randell Jesup
cdc2162522
Bug 1072780: patch 1 - clean up CurrentDriver() use off-MSG-thread; fix InCallback() r=roc
2014-09-28 12:07:24 -04:00
Brian Birtles
d542d41b92
Bug 1043721 - Make test_animLengthUnits.xhtml use requestAnimationFrame; r=dholbert
2014-09-29 08:18:25 +09:00
Daniel Holbert
ec62208fdf
Bug 1073716: Use C++ std::abs() instead of C abs(), for non-'int'-typed values, to address clang warning. r=ehsan
2014-09-28 09:59:46 -07:00
Daniel Holbert
a0869f434b
Back out bug 1072780 & bug 1072775 (by reverting to cset before them, d71444b75291) for pthread assertion failures
2014-09-28 09:56:40 -07:00
Randell Jesup
aa18ebcddb
bug 1072780: patch 4 - Use atomics for EnsureNextIteration to close races around CurrentDriver r=roc
2014-09-28 12:07:25 -04:00
Randell Jesup
864eefaddc
bug 1072780: patch 3 - Fix up Revive() to not trigger assertions, and also to avoid Init() (blocking) on MainThread r=roc
2014-09-28 12:07:24 -04:00
Randell Jesup
70b7a63015
Bug 1072775: Additional assertions for MediaStreamGraph/GraphDriver r=roc
2014-09-28 12:07:24 -04:00
Randell Jesup
cd81bcf1d7
Bug 1072780: patch 1 - clean up CurrentDriver() use off-MSG-thread; fix InCallback() r=roc
2014-09-28 12:07:24 -04:00
Georg Fritzsche
c56aa93bed
Bug 1070036 - Catch NS_ERROR_NOT_AVAILABLE during OpenH264Provider startup. r=irving
2014-09-24 17:38:50 +02:00
Cameron McCormack
82ae4752e3
Bug 1073828 - Fix variable generation in RestyleLogging.h. r=dbaron
2014-09-28 19:19:26 +10:00
Jonathan Watt
a13699436c
Bug 1073888 - Stop setting state on the gfxContext under SVGTextFrame::SetupCairoState, and restructure the code to make it easier to understand. r=heycam
2014-09-28 10:06:22 +01:00
Brian R. Bondy
e45fecdbb6
Bug 1049521 - Fix users affected by bad file associations. r=rstrong
2014-09-27 21:35:52 -04:00
Brian R. Bondy
2c59af85e8
Bug 1049521 - Only register for types when there is no default in either of HKLM or HKCU. r=rstrong
2014-09-27 21:35:06 -04:00
Marty Rosenberg
77ae465e31
Bug 1073771 - Add namespaces and whatnot to make JitMoveEmitterCycles compile. r=dougc
...
--HG--
extra : rebase_source : 240b569193324e88bf8e30c0f344e519bc096938
2014-09-26 21:48:00 -04:00
Mathias De Maré
a567b6bcc5
Bug 95530 - add test for checking if the topmargin and leftmargin attributes on the BODY element are honored in all modes. r=dbaron
2014-09-25 13:00:46 +02:00
Sahil Chelaramani
46357e21aa
Bug 95530 - topmargin and leftmargin attributes on the BODY element should be honored in all modes (not just Quirks mode). r=dbaron
2014-09-27 13:02:07 -07:00
Ryan VanderMeulen
5202d5d927
Backed out changeset a1fb032b0216 (bug 1073771) for SM(arm) bustage.
2014-09-27 15:59:09 -04:00
Brian Hackett
0efd6b95f5
Bug 1073851 - Add check for TypedObject property in test.
2014-09-27 12:22:13 -07:00
Tomasz Kołodziejski
4c14e3120b
Bug 1070923 - Fix intermittent test_bug451286.xul by waiting for the highlight toggle to finish. r=mikedeboer
...
--HG--
extra : rebase_source : 109dcc17a75333f1715e48432893e216e73838fc
2014-09-26 10:49:00 -04:00
Sami Jaktholm
5aaa48a0c8
Bug 1067287 - DevTools Timeline: Fix intermittent browser_timeline_overview-initial-selection-02.js failures due to very unlikely race condition. r=vp
...
--HG--
extra : rebase_source : 17d6eab31b44b0716ffb154a951637f4367deb0d
2014-09-25 21:01:00 -04:00
Marty Rosenberg
9459b09cd3
Bug 1073771 - Add namespaces and whatnot to make JitMoveEmitterCycles compile. r=dougc
...
--HG--
extra : rebase_source : 50eb1858d4c2103766c77d51684b926993dfceb8
2014-09-26 21:48:00 -04:00
Richard Barnes
63afe24da8
Bug 1037892 - Implement changes to WebCrypto API from latest Editor's Draft r=bz,ttaubert
2014-09-27 14:22:57 -04:00
Ekanan Ketunuti
952cae1846
Bug 1073656 - Add asynchronicity to the en-US dictionary. r=ehsan
2014-09-27 07:14:11 +07:00
Ehsan Akhgari
e6dcbd1163
Backed out changeset 87cb83f022c6 (bug 1073820) because of test failures
2014-09-27 14:15:56 -04:00
Ehsan Akhgari
291cf2839e
Bug 1073820 - Remove an unused variable from accessible; r=surkov
2014-09-27 12:11:29 -04:00
Nikhil Marathe
8864b64406
Bug 1062323 - Chained promises should resolve asynchronously. r=bz
...
--HG--
extra : transplant_source : %0C%E0%D2%0FEI/%D8s%E2%D07%8B%DE%25g%96%85%22r
2014-09-23 22:00:58 -07:00
Oscar Patiño
8d91f356e3
Bug 1073486: Define MOZ_WEBRTC_OMX when building webrtc.org code r=jesup
2014-09-27 00:37:38 -04:00
Wes Kocher
4c47604332
Merge m-c to inbound a=merge
2014-09-26 19:16:54 -07:00
Brian Hackett
2401968ae8
Bug 1069688 - Rename OwnedTypedObject to OutlineTypedObject.
2014-09-26 18:55:16 -07:00
Seth Fowler
4013169e71
Bug 1069369 - Remove all manual discarding during frame lookup. r=tn a=kwierso
...
--HG--
extra : amend_source : 1e5092aafae1404a816a41b258c307ebfcb1e8bc
2014-09-26 18:50:24 -07:00
Wes Kocher
d0b4b2a11b
Merge fx-team to m-c a=merge
2014-09-26 18:34:03 -07:00
mycoolclub
e8eac1554b
Bug 943291: Now we use native Windows method to convert strings. r=emk
2014-09-27 08:37:35 +09:00
Ben Turner
d081140cb0
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
2014-09-26 16:21:57 -07:00
Wes Kocher
4557755686
Backed out changeset a8d4bd3746ec (bug 1056409) for m-oth failures on a CLOSED TREE
2014-09-26 15:40:41 -07:00
Wes Kocher
6341575225
Backed out changeset 398bdeea30b0 (bug 1037892) for build bustage
2014-09-26 15:35:38 -07:00
Jim Blandy
f8940a20f6
Bug 1073320: Document and test the effect of removing debuggees on breakpoints. r=sfink
2014-09-26 15:35:09 -07:00
William Chen
7c7b34e6ad
Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug
2014-09-26 15:07:40 -07:00
Richard Barnes
8a9d1659d6
Bug 1037892 - Implement changes to WebCrypto API from latest Editor's Draft r=bz,ttaubert
...
* * *
Add check for old structured clone format.
2014-09-26 17:36:39 -04:00
Ryan VanderMeulen
dde1078a03
Merge m-c to fx-team. a=merge
2014-09-26 17:03:33 -04:00
Ryan VanderMeulen
98e739540d
Merge m-c to b2g-inbound. a=merge
2014-09-26 17:02:33 -04:00