Masayuki Nakano
65d1bbdfa7
Bug 826657 part.1 nsTextStore should support ITfMouseTrackerACP r=emk
2014-08-29 19:08:42 +09:00
vladikoff
c55602d2b3
Bug 1058424 - Adds a module for fetching FxA profile information. r=MattN
2014-08-28 16:10:00 +02:00
Byron Campen [:bwc]
947c2f60c4
Bug 1055852 - Plug bunches of leaks that signaling_unittest hits, mostly in sipcc. r=mccr8
2014-08-21 15:11:19 -07:00
Sushil Chauhan
0edfb51260
Bug 1059023 - Do not compose layer hidden under the opaque layer. r=mattwoodrow
2014-08-28 10:44:03 -07:00
JW Wang
83bd7810fd
Bug 1059052 - centralize state transitions of MediaDecoderStateMachine. r=cpearce
2014-08-28 02:46:00 +02:00
John Lin
7ea3ecdbd4
Bug 968109 - Add test for recording audio node output. r=roc
2014-08-27 23:43:00 +02:00
John Lin
419a843462
Bug 968109 - Add new constructor to support recording from any web audio node. r=roc,smaug
2014-08-27 23:40:00 +02:00
Ting-Yu Chou
ff8ff40f04
Bug 1054208 - Assert priority only on non-Nuwa process. r=gsvelto
2014-08-29 11:53:49 +08:00
Jed Davis
75747ff40f
Bug 1059602 - Make libxul -> libmozsandbox dependency not a weak symbol. r=glandium
...
MFBT_API is not the right macro for this; it changes the affected
definition/usage to a weak symbol, for reasons explained in the comments
on its definition.
This was causing the linker to drop the dependency from libmozglue
to libmozsandbox, in some cases (--as-needed, with a linker that
doesn't consider weak symbols "needed"), and thus load libxul with
gSandboxCrashFunc relocated to address 0 (the expected behavior of an
unresolved weak symbol), which caused crashes when writing to it on
startup.
--HG--
extra : amend_source : b99fded391ae90b1311f4cabaf40f15e6414f245
2014-08-28 23:23:13 -07:00
Andrei Eftimie
5e0e6890fd
Bug 1059761 - Bump mozprofile version to 0.22. r=ahal DONTBUILD
...
--HG--
extra : rebase_source : 5c0527648f992d5b274a3408a8fdbbb35ea115ce
2014-08-29 07:41:23 +02:00
Jean-Yves Avenard
af0c50e988
Bug 1058422: Don't immediately request new data r=cajbir
2014-08-29 12:15:40 +12:00
Matthew A. Miller
6b7e6b6bbc
Bug 1059295 - sending the getUserMedia:revoke notification with the "screen:" prefix doesn't stop app sharing r=jesup
2014-08-28 16:44:27 -06:00
John Daggett
100e7f2947
Bug 1059691. Cleanup tabs in gfx/thebes source files. r=mkato
2014-08-29 13:18:28 +09:00
Matt Woodrow
867c05581a
Bug 1059031 - Do quartz native drawing in device space when we need to use a temporary surface. r=jrmuizel
2014-08-29 15:08:15 +12:00
Matt Woodrow
16d4944833
Bug 1057218 - Initialize mFormat in DrawTargetTiled. r=Bas
2014-08-29 15:07:35 +12:00
Matt Woodrow
3b784c5247
Bug 1060114 - Fix partial surface uploading through BufferTextureClient. r=Bas
2014-08-29 15:06:26 +12:00
Matt Woodrow
636bbdc9ed
Bug 1053934 - Don't use the cairo context to create similar surfaces since it might be in an error state. r=jrmuizel
2014-08-28 16:07:43 +12:00
Anthony Jones
2707540462
Bug 1057911 - Fix libav/ffmpeg drain; r=jya
2014-08-29 14:29:12 +12:00
Anthony Jones
6199191782
Bug 1057225 - Fix MP4 timestamp discontinuities due to rounding; r=edwin
2014-08-29 14:29:11 +12:00
Mike Shal
c6ef15ed08
Bug 1055305 - flame-kk in-tree configs; r=catlee
2014-08-28 22:27:08 -04:00
Jesse Ruderman
de6038ac4f
Bug 1059020 - report fully qualified class name to avoid conflict with mozilla::dom::Notification. r=surkov.
2014-08-28 18:03:41 -07:00
Matthew Gregan
b8e655cdde
Bug 1059625 - Bustage fix.
2014-08-29 12:47:14 +12:00
Matthew Gregan
fedb2b5a07
Bug 1044498 - Pass saved init segment to decoder's NotifyDataAvailable. r=cajbir
2014-08-27 18:15:36 +12:00
Matthew Gregan
466c3d3e0b
Bug 1059625 - Detach MediaSource upon decoder shutdown. r=cajbir
2014-08-28 15:44:58 +12:00
Matthew Gregan
59264a4e6d
Bug 1044498 - Create new decoder if non-consecutive non-overlapped appended occurs. r=cajbir
2014-08-27 16:43:25 +12:00
Matthew Gregan
07496c798b
Bug 1044498 - Improve calculation of init segment region. r=cajbir
2014-08-27 16:28:44 +12:00
Matthew Gregan
aad9564ebe
Bug 1044498 - Return a null decoder when CreateSubDecoder is called in Shutdown state. r=cajbir
2014-08-27 12:45:05 +12:00
Matthew Gregan
e42250484c
Bug 1044498 - Fix a bunch of WebM buffered range bugs. r=cajbir
2014-08-26 18:23:02 +12:00
Matthew Gregan
ad36ee7008
Bug 1044498 - Save init segment for reuse during overlapped appends. r=cajbir
2014-08-26 18:22:20 +12:00
Matthew Gregan
647aa498f2
Bug 1044498 - Handle overlapped SourceBuffer appends by spinning up a new decoder. Only implemented for WebM so far. r=cajbir
2014-08-19 17:13:27 +12:00
Matthew Gregan
ddf2bf9881
Bug 1059035 - Check IsAttached() before accessing mMediaSource in SourceBuffer::Remove. r=cajbir
2014-08-27 14:24:01 +12:00
Matthew Gregan
cb6c66cb97
Bug 1058418 - Make SBR::GetNextCachedData return a sane value, add more unimplemented function logging in MSE, drop unused mPrincipal from SBR. r=cajbir
2014-08-25 18:05:48 +12:00
Jim Blandy
503fa64390
Bug 1060069: Minor grammar fixes to Debugger tutorial. DONTBUILD r=jorendorff
2014-08-28 16:49:38 -07:00
Jim Blandy
190624e4aa
Bug 1060069: Break out Debugger API tutorials into their own pages, and add a Debugger.Memory allocation log tutorial. DONTBUILD r=jorendorff
2014-08-28 16:46:27 -07:00
Byron Campen [:bwc]
6b0aaac062
Bug 991037 - Part 4: Get rid of the sipcc threads/queues, and run all sipcc logic on main. r=mt
2014-07-30 11:09:51 -07:00
Byron Campen [:bwc]
685009cacc
Bug 991037 - Part 3: Bring signaling_unittests up-to-date with the full-trickle behavior, and a fair bit of cleanup. r=mt
2014-08-04 14:48:38 -07:00
Byron Campen [:bwc]
32ef235a1e
Bug 991037 - Part 2: Convert over to full trickle, which allows some simplification of code, and makes the following work much easier. r=mt
2014-08-07 10:20:26 -07:00
Byron Campen [:bwc]
95ed291ef1
Bug 991037 - Part 1: Simplify the command-queueing logic in pc.js, and make it less racy. r=mt
2014-08-06 16:53:07 -07:00
Byron Campen [:bwc]
a7cfe49ee6
Bug 991037 - Part 0: Stop sync waiting until GMP is ready, since this happens on main now and will deadlock. r=mt
2014-08-06 12:36:19 -07:00
Wes Kocher
6c5b5c2d56
Backed out changeset 824144dd7cdf (bug 1039633) for OSX build errors
2014-08-28 15:47:01 -07:00
Camilo Viecco
cc13f29bb0
Bug 1052099 - August 2014 batch of EV root CA changes. r=keeler
...
--HG--
extra : rebase_source : 4303f1fb6988ff462edd908295708788a24a64f1
2014-08-27 11:31:20 -07:00
Tooru Fujisawa
753fb48289
Bug 1053240 - Add a higher-order macro for TokenKind. r=jwalden
...
--HG--
extra : rebase_source : d8f10ee3e43dd0bb210fb6c6b1c8e26716faa55b
2014-08-23 01:59:03 +09:00
Jinank Jain
82d6edcee6
Bug 1021963 - Self host isNaN and isFinite. r=jwalden
...
--HG--
extra : rebase_source : 263a62a38ddfa782ece8d0217dc973d66a98e92b
2014-08-23 20:42:05 +05:30
Botond Ballo
ce6b54b741
Bug 1057642 - Revert [Int]::PointTyped::[x|y] to be of primitive type. r=kats
...
--HG--
extra : rebase_source : 55e56423f6c8f5278315a6dc9dfcb9fb983c9309
2014-08-28 12:45:48 -04:00
Botond Ballo
00e33dc16a
Bug 1057642 - More convenient formatting of BasePoint. r=BenWa,kats
...
--HG--
extra : rebase_source : bf75da112714f584ce3fc802d716a6c969e1d160
2014-08-27 19:25:53 -04:00
Nils Ohlmeier [:drno]
bb07043bf5
Bug 1041832: add support for trickle ICE to mochitests r=bwc
2014-08-28 13:36:00 -07:00
Nils Ohlmeier [:drno]
fdfca55241
Bug 1059867: disable WebRTC tests for B2G r=bwc
2014-08-28 09:41:00 -07:00
Shashank Sabniveesu
14d47901ab
Bug 1021142 - 'fclose()' at 2 places to avoid leaks on failure. r=bbondy
2014-08-28 11:35:50 -07:00
Nikhil Marathe
3c6cb94f8d
Bug 1048699 - Patch 2 - Indentation and proper include. r=bz
...
--HG--
extra : transplant_source : %A3%EC%04%97%A4%FC%17%2B%816k%CF%03%BF%8A%7F%A4%19%87%C7
2014-08-28 13:33:39 -07:00
Benoit Girard
c507c01cdf
Bug 1055050 - Add visual warning if the transaction latency is > 100 ms. r=mwoodrow
...
--HG--
extra : rebase_source : 23140892b8e598c7073dd1b8c83fbddfa0bf52ee
2014-08-28 15:24:26 -04:00