bc6762f527751c6ff993f55d54344c5a0dfcf721: Bug 1208289 - Add SimpleTimer to make setting timeouts in C++ easy. r=jwwang
Chris Pearce <cpearce@mozilla.com> - Mon, 28 Sep 2015 14:03:15 +1300 - rev 296781
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208289 - Add SimpleTimer to make setting timeouts in C++ easy. r=jwwang
9f73b03732fcd4902ddf5f8cb8f3dc6dea1eeaf0: Bug 1208348 - Check whether DirectShow can decode MP3 before assuming it will work. r=jya
Chris Pearce <cpearce@mozilla.com> - Mon, 28 Sep 2015 14:03:04 +1300 - rev 296780
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208348 - Check whether DirectShow can decode MP3 before assuming it will work. r=jya
8ba00818a9fa6341a7e6bb393f90569762feb5d6: Bug 1208926 - Initialize hOldFont so that it can't be accessed uninitialized; r=rstrong
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 20:16:20 -0400 - rev 296779
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208926 - Initialize hOldFont so that it can't be accessed uninitialized; r=rstrong
Found by Viva64.
94063ba57686d5f8356b74edc162c98e6984e72b: Bug 1208901 - Fix a typo in nsStyleClipPath::nsStyleClipPath; r=heycam
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 17:17:39 -0400 - rev 296778
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208901 - Fix a typo in nsStyleClipPath::nsStyleClipPath; r=heycam
Found by Viva64. Seems to have been a copy-paste error.
06bcb0eaf47ef4d39831ba2cd5cfbd3298f3555b: Bug 1208917: Fix VP9 decoding with recent version of libav. r=kentuckyfriedtakahe
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 28 Sep 2015 09:48:42 +1000 - rev 296777
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208917: Fix VP9 decoding with recent version of libav. r=kentuckyfriedtakahe
Recent libav do not require a codec parser to decode VP9.
d7001f668518bb12787437beba17bcd6b2acbbd9: Bug 1208345 - Remove gfxContext::GraphicsOperator. r=jwatt.
Nicholas Nethercote <nnethercote@mozilla.com> - Thu, 24 Sep 2015 22:38:58 -0700 - rev 296776
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208345 - Remove gfxContext::GraphicsOperator. r=jwatt.
Also...
- Rename various "operator" identifiers as "op" to match |CompositionOp|.
- Rename |nsBackgroundLayerState::mCompositingOp| as |mCompositionOp| to match
|CompositionOp|.
- Remove some deprecated functions that are no longer needed.
32076ec3f4c00b26ae37fd54943a2d76e9a815c5: Bug 1208906 - Fix typo on a typo fix!
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 19:36:12 -0400 - rev 296775
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208906 - Fix typo on a typo fix!
d0c650a7f7bbdca392fd8bb46777494febfe2f1d: Bug 1208904 - Fix a condition in nsWindow::SetNonClientMargins; r=roc
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 17:30:13 -0400 - rev 296774
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208904 - Fix a condition in nsWindow::SetNonClientMargins; r=roc
Found by Viva64.
26396d4261235c5b1328224031dab191f985f1aa: Bug 1208906 - Fix a conditional statement in nsNativeThemeWin::GetThemePartAndState; r=roc
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 17:34:30 -0400 - rev 296773
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208906 - Fix a conditional statement in nsNativeThemeWin::GetThemePartAndState; r=roc
Found by Viva64.
25ddce3093214f7ed64db4e4363e6af83e23fa5a: Bug 1208884 - Fix a few null check ordering bugs in nsHTMLEditRules::SplitParagraph; r=roc
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 15:51:37 -0400 - rev 296772
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208884 - Fix a few null check ordering bugs in nsHTMLEditRules::SplitParagraph; r=roc
Found by Viva64.
cf6d4bfd175683f50e20bf663e605febba759c03: Bug 1207915 - Apply the fix of bug 1052206 to DecodedStream. r=roc.
JW Wang <jwwang@mozilla.com> - Mon, 28 Sep 2015 05:46:47 +0800 - rev 296771
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1207915 - Apply the fix of
bug 1052206 to DecodedStream. r=roc.
b04c848c44af9b994be97d47c7c589218a7d6231: Bug 1208892 - Replace the uses of memset to clean up data in GMPLoader::Load with an inline memset; r=cpearce
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 16:29:52 -0400 - rev 296770
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1208892 - Replace the uses of memset to clean up data in GMPLoader::Load with an inline memset; r=cpearce
This is found by Viva64. Because the data we're memsetting to 0
may not be used after this point, the compiler can eliminate the
memsets. We need to roll our own inline memset that cannot be
optimized away.
c7f028fe5422b57b449a826a04929ea4869335fa: bug 1208327 make enum AudioContextOperation strongly typed and forward declare instead of including AudioContext.h r=roc
Karl Tomlinson <karlt+@karlt.net> - Fri, 25 Sep 2015 08:49:03 +1200 - rev 296769
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
bug 1208327 make enum AudioContextOperation strongly typed and forward declare instead of including AudioContext.h r=roc
AudioContext.h is now exported only under mozilla.dom.
edabd5743aebba3bcdb7dbeab48f1538e38dcd4f: test for bug 864171 and bug 1053011 r=padenot
Karl Tomlinson <karlt+@karlt.net> - Thu, 24 Sep 2015 19:07:29 +1200 - rev 296768
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
test for
bug 864171 and
bug 1053011 r=padenot
9e2297e3f3d9b3aabfa20f75b870dd3055aab18a: bug 864171 move "extra" time accounting for AudioContext with no nodes to destination stream r=padenot
Karl Tomlinson <karlt+@karlt.net> - Wed, 23 Sep 2015 19:05:46 +1200 - rev 296767
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
bug 864171 move "extra" time accounting for AudioContext with no nodes to destination stream r=padenot
3c826002cabf4930cf13d4fa9c3bf7d9ea03e70f: bug 1053011 align "extra" time on AudioContext with processing block size r=padenot
Karl Tomlinson <karlt+@karlt.net> - Wed, 23 Sep 2015 19:52:26 +1200 - rev 296766
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
bug 1053011 align "extra" time on AudioContext with processing block size r=padenot
5f823efe3e6dcf7440ee1e5298fbff26f54d7f9d: Bug 1207911 - [webext] Fix races in webextension tests (r=gabor)
Bill McCloskey <billm@mozilla.com> - Thu, 24 Sep 2015 12:34:45 -0700 - rev 296765
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1207911 - [webext] Fix races in webextension tests (r=gabor)
3966bfa6a7ad0a565a5e98b0aecf126949c62ff3: Bug 1207603 - Increase the timeout of test_third_party_iframes.html to give it enough time to pass on Android debug
Ehsan Akhgari <ehsan@mozilla.com> - Sun, 27 Sep 2015 11:31:14 -0400 - rev 296764
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Bug 1207603 - Increase the timeout of test_third_party_iframes.html to give it enough time to pass on Android debug
f76692f0fcf8c8ef66deea28a9c50498cb103416: Backed out changeset 036615ba3257 (bug 1207498) for Linux pgo M(oth) failure
Tooru Fujisawa <arai_a@mac.com> - Sun, 27 Sep 2015 23:42:50 +0900 - rev 296763
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Backed out changeset 036615ba3257 (
bug 1207498) for Linux pgo M(oth) failure
193ef96bd824c2599c55caa8fc01a4d5b059548e: Backed out changeset 55b45f61cfd2 (bug 1207498) for Linux pgo M(oth) failure
Tooru Fujisawa <arai_a@mac.com> - Sun, 27 Sep 2015 23:42:27 +0900 - rev 296762
Push
5880 by armenzg@mozilla.com at Mon, 28 Sep 2015 13:39:44 +0000
Backed out changeset 55b45f61cfd2 (
bug 1207498) for Linux pgo M(oth) failure