Peter Van der Beken
cbd064cb38
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make CreateInterfaceObjects take a js::Class instead of a JSClass. r=bz.
...
--HG--
extra : rebase_source : 8b37d59b5f43215c5acef9f8219e631024ece207
2014-08-05 12:46:42 +02:00
Peter Van der Beken
75c937d206
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make Proxy::set throw for read-only properties. r=efaust.
...
--HG--
extra : rebase_source : 961e38d6c99cd22c7d7336cef744f41310751214
2014-08-14 15:12:19 +02:00
Peter Van der Beken
a756948971
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make global properties own on Xrays. r=bholley.
...
--HG--
extra : rebase_source : dc238b6eeed8299adc3995c2b8647f68499efb58
2014-09-15 16:49:04 +02:00
Peter Van der Beken
67e7fbe69f
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make GetNativePropertyHooks detect global objects. r=bz.
...
--HG--
extra : rebase_source : 15dc7787cc8456da79d9c62536f241fc3dc94dbd
2014-08-22 11:25:35 +02:00
Peter Van der Beken
1ab9ffc995
Bug 1067501 - Make stringification of DOM Xrays use Object.prototype.toString. r=bholley.
...
--HG--
extra : rebase_source : 7ba38f2b2625d0ff5405eda2fda6bad9608efa34
2014-09-15 16:45:38 +02:00
Henri Sivonen
5da54cc7c7
Bug 844115 - Remove encoding detectors that are no longer offered in the UI. r=emk.
2014-09-29 10:35:13 +03:00
Gabor Krizsanits
b2681fb052
Bug 877072 - Script execution order for imports. r=mrbkap
2014-09-29 09:26:59 +02:00
John Lin
5acffc3ddc
Bug 1073425 - Initialize mNewFrameCallback in constructor. r=sotaro
2014-09-28 19:33:00 +02:00
Walter Litwinczyk
6875e2a589
Bug 1073216 - WebGL add strong GLenum support for VAO/Buffer bindings, and texture min/mag/wrap types. r=jgilbert
2014-09-26 13:11:51 -07:00
Dirk Schulze
a028173cff
Bug 1072894 - Implement polygon() parsing for clip-path. r=heycam
2014-09-28 01:56:00 +02:00
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