Matthew Gregan
|
260addb88e
|
Bug 939613 - Remove MediaSource integration from HTMLMediaElement now and use the generic MediaDecoder interface, then move the necessary MS-specific bits to the MS decoder. r=doublec
|
2013-10-05 10:04:39 +02:00 |
|
Matthew Gregan
|
c6845c411d
|
Bug 939612 - Improve readability of MediaSource::SetReadyState. r=doublec
|
2013-10-05 10:03:50 +02:00 |
|
Ehsan Akhgari
|
c426806741
|
Bug 939584 - Build some of the directories under content/media in unified mode; r=roc
|
2013-11-17 21:31:46 -05:00 |
|
Phil Ringnalda
|
cae77bc6ef
|
Bug 930481 - Disable test_dataChannel_basicAudioVideoCombined.html on OS X for timeouts taking out the entire suite
--HG--
extra : rebase_source : 47f7a0ae9d1bd740c919ea441a1af29b4b823542
|
2013-11-17 18:14:00 -08:00 |
|
Benoit Jacob
|
877d71ca5f
|
Bug 938970 - 5/5. Switch gfx/layers to UNIFIED_SOURCES - r=ehsan,mattwoodrow
|
2013-11-17 21:07:08 -05:00 |
|
Benoit Jacob
|
45d86c800b
|
Bug 938970 - 4/5. Some gralloc-related tweaks required to build with UNIFIED_SOURCES - r=Bas
|
2013-11-17 21:06:25 -05:00 |
|
Benoit Jacob
|
ac3ababc4b
|
Bug 938970 - 3/5. Some d3d tweaks needed to build with UNIFIED_SOURCES - r=Bas
|
2013-11-17 21:06:23 -05:00 |
|
Benoit Jacob
|
cc5dec6997
|
Bug 938970 - 2/5. Add more namespace qualifiers in gfx/layers code to avoid ambiguous namespace resolution - r=mattwoodrow
|
2013-11-17 21:06:21 -05:00 |
|
Benoit Jacob
|
803a8cae35
|
Bug 938970 - 1/5. Move MacIOSurfaceTexture* classes to separate files, minimize the number of cpp files including MacIOSurface.h - r=mattwoodrow
|
2013-11-17 21:04:38 -05:00 |
|
Jonathan Watt
|
64f542bda2
|
Bug 938388 - Convert all remaining code for calculating path lengths and position at an offset along a path in content/svg to Moz2D (kill off all uses of gfxPath). r=dholbert
|
2013-11-18 01:29:06 +00:00 |
|
Jonathan Watt
|
1f4b1d12c2
|
Bug 930577 - Convert much of the SVG code for calculating path lengths and position at an offset along a path to Moz2D. r=heycam
|
2013-11-18 01:29:06 +00:00 |
|
Bas Schouten
|
a5f5cb6bc9
|
Bug 937994 - Part 2: Mark some tests fuzzy, and change the discontinuity side of joins they expect. r=dholbert
|
2013-11-18 01:29:05 +00:00 |
|
Jonathan Watt
|
ce231112f6
|
Bug 937994 - Make the SMIL animateMotion code use a Moz2D PathBuilder instead of gfxContext. r=dholbert
|
2013-11-18 01:29:05 +00:00 |
|
Bas Schouten
|
6e16faf6d3
|
Bug 937678: Add an isfuzzy comparison function to the mochitest framework. r=jmaher
|
2013-11-18 01:28:56 +00:00 |
|
Benoit Girard
|
87d3e1cc22
|
Bug 936511 - Add layers.dump to dump layer tree. r=bas,nrc
|
2013-11-17 16:47:40 -05:00 |
|
Ehsan Akhgari
|
91acb42262
|
Bug 939569 - Part 2: Build layout/build in unified mode; r=glandium
|
2013-11-17 19:48:30 -05:00 |
|
Ehsan Akhgari
|
105dde09a8
|
Bug 939569 - Part 1: Stop using #pragma once in webspeech code; r=smaug
|
2013-11-17 19:48:02 -05:00 |
|
Matthew Gregan
|
ed941cac63
|
Bug 939601 - Refactor current thread assert into helper. r=cpearce
|
2013-11-04 11:11:09 +13:00 |
|
Bas Schouten
|
7fe1ba8861
|
Bug 939049 - Part 2: Add generic ComputeLength code for backends with no such functionality. r=jrmuizel
|
2013-11-11 12:42:07 +13:00 |
|
Mats Palmgren
|
71b6a583a2
|
Bug 916143 - Try to fix test_movement_by_words.html on Win8 PGO with a waitForFocus
|
2013-11-17 15:33:48 -08:00 |
|
Phil Ringnalda
|
06ab54e003
|
Bug 930481 - Disable test_dataChannel_basicAudioVideo.html on OS X for far too frequent timeouts taking out the entire suite
--HG--
extra : rebase_source : 6611ef1c33c8650b59d5bf35684effe33964c6ba
|
2013-11-17 15:22:47 -08:00 |
|
Robert Longson
|
35179a17ac
|
Bug 939445 - general.appname.override has stopped working. r=smaug
|
2013-11-17 23:10:15 +00:00 |
|
Jan de Mooij
|
134883814a
|
Bug 937540 part 5 - Use placement new syntax for MIR instructions. r=bhackett
--HG--
extra : rebase_source : 94cef1cdd9875c9ed5806c982e8109637bdcfbd1
|
2013-11-18 00:00:07 +01:00 |
|
Brian Hackett
|
2757734fdc
|
Bug 936403 - Make sure undefined global properties are tracked when generating baseline ICs, r=jandem.
|
2013-11-17 15:59:52 -07:00 |
|
Brian Hackett
|
34c8feab4c
|
Bug 936854 - Get the unowned base shape for a shape with the right API, r=jandem.
|
2013-11-17 15:50:03 -07:00 |
|
Paul Adenot
|
7c1a2e55fc
|
Bug 939593 - Resync libcubeb with upstream. r=kinetik
|
2013-11-18 11:47:24 +13:00 |
|
Andrew McCreight
|
b734ae8d6b
|
Bug 937152 - Remove XPCWrappedJS::mMainThread and mMainThreadOnly. r=bholley
|
2013-11-17 14:47:02 -08:00 |
|
Andrew McCreight
|
e8941dde8b
|
Bug 936698 - Update the list of headers in testIntTypesABI. r=waldo
|
2013-11-17 14:47:02 -08:00 |
|
Andrew McCreight
|
373d6bd175
|
Bug 937157, part 13 - Remove DEBUG_shaver. r=bholley
|
2013-11-17 14:47:01 -08:00 |
|
Andrew McCreight
|
f6a20a414c
|
Bug 937157, part 12 - Remove DEBUG_xpc_hacker. r=bholley
|
2013-11-17 14:47:01 -08:00 |
|
Andrew McCreight
|
cb066c43df
|
Bug 937157, part 11 - Remove XPC_DUMP_AT_SHUTDOWN. r=bholle
|
2013-11-17 14:47:01 -08:00 |
|
Andrew McCreight
|
97b2314c48
|
Bug 937157, part 10 - Remove DEBUG_xpc_leaks. r=bholley
|
2013-11-17 14:47:00 -08:00 |
|
Andrew McCreight
|
49ddb25fb6
|
Bug 937157, part 9 - Remove XPC_TRACK_WRAPPER_STATS. r=bholley
|
2013-11-17 14:47:00 -08:00 |
|
Andrew McCreight
|
b77d413d8f
|
Bug 937157, part 8 - Remove XPC_TRACK_SCOPE_STATS. r=bholley
|
2013-11-17 14:47:00 -08:00 |
|
Andrew McCreight
|
4d2c0de390
|
Bug 937157, part 7 - Remove XPC_TRACK_PROTO_STATS. r=bholley
|
2013-11-17 14:46:59 -08:00 |
|
Andrew McCreight
|
9b7d840d3d
|
Bug 937157, part 6 - Remove XPC_CHECK_WRAPPERS_AT_SHUTDOWN. r=bholley
|
2013-11-17 14:46:59 -08:00 |
|
Andrew McCreight
|
218a6e5880
|
Bug 937157, part 5 - Remove XPC_REPORT_SHADOWED_WRAPPED_NATIVE_MEMBERS. r=bholley
|
2013-11-17 14:46:59 -08:00 |
|
Andrew McCreight
|
1f5eb7b031
|
Bug 937157, part 4 - Remove XPC_CHECK_CLASSINFO_CLAIMS reference from xpcprivate.h. r=bholley
|
2013-11-17 14:46:58 -08:00 |
|
Andrew McCreight
|
adb156188b
|
Bug 937157, part 3 - Remove XPC_ASSERT_CLASSINFO_CLAIMS. r=bholley
|
2013-11-17 14:46:58 -08:00 |
|
Andrew McCreight
|
51c14b3178
|
Bug 937157, part 2 - Remove flushing debug info plus a few other minor things. r=bholley
|
2013-11-17 14:46:58 -08:00 |
|
Andrew McCreight
|
982c68e309
|
Bug 937157, part 1 - Remove some ancient or unused debugging #defines. r=bholley
|
2013-11-17 14:46:57 -08:00 |
|
Brian Hackett
|
92dd04f4f6
|
Bug 930327 - Add test.
|
2013-11-17 15:46:02 -07:00 |
|
Brian Hackett
|
55412888c2
|
Bug 936966 - Fix computation deciding whether to allocate in MNewArray, r=jandem.
|
2013-11-17 15:44:14 -07:00 |
|
Brian Hackett
|
0ef197fc0a
|
Bug 928050 - Remove worker pausing mechanism, r=billm.
|
2013-11-17 15:33:09 -07:00 |
|
Chris Pearce
|
9f15c2477b
|
Bug 871804 - Clarify HTMLMediaElement.canPlayType() codecs for MPEG on Windows. r=kinetik
|
2013-11-18 11:29:55 +13:00 |
|
Brian Smith
|
db5e56dfcb
|
Bug 901718, Part 2: fix comment, r=me
|
2013-11-17 14:00:00 -08:00 |
|
Brian Smith
|
28c2d9c5d5
|
Bug 934663 followup: fix unused variable warning, r=me
--HG--
extra : rebase_source : e343b569df4d313f0f5f65fc82de99b9ea5b2ba9
|
2013-11-17 13:53:18 -08:00 |
|
Brian Smith
|
756bf5d8e7
|
Bug 901718: Remove TLS intolerance fallback from TLS 1.0 to SSL 3.0 for connection resets, r=honzab
--HG--
extra : rebase_source : 304e73126b66ae2e1a9fa6ae4c0cc3fa803aaac0
|
2013-11-17 13:51:37 -08:00 |
|
Brian Smith
|
00fb081b00
|
Bug 898431: Update to NSS 3.15.4 beta 3 (NSS_3_15_4_BETA3), r=me
--HG--
extra : rebase_source : a6dd976f23ebdd33dcf6fd26e4752ddb2bbc5363
|
2013-11-17 13:50:25 -08:00 |
|
Brian Smith
|
3c5916edb8
|
Bug 937984: Allow client.py to pull NSPR and NSS from a user-specified repo, r=kaie
--HG--
extra : rebase_source : 86b2cf24d3f425eab893e2cb0096e2439f30b357
|
2013-11-17 13:48:30 -08:00 |
|