Simon Sapin
006fadfc0c
Bug 978478 part 2: Add support for repeat() in <track-list> (CSS Grid) r=dholbert
2014-03-31 22:49:51 -07:00
Simon Sapin
ccb817744a
Bug 978478 part 1: Add support for repeat() in <line-name-list> (CSS Grid) r=dholbert
2014-03-31 22:49:45 -07:00
Chris Peterson
b50648a9b5
Bug 989199 - Fix -Wunused-const-variable warning in xpfe. r=janv
2014-03-27 21:31:02 -04:00
Chris Peterson
b39edb5872
Bug 984071 - Part 2: Only create WebRTC LoadManager on Android and Linux. r=jesup
2014-03-28 22:19:33 -04:00
Mike Hommey
490ed7cdd4
Bug 988168 - Better integrate gtest libxul in the build system. r=mshal. DONTBUILD
...
--HG--
rename : toolkit/library/Makefile.in => toolkit/library/libxul.mk
rename : toolkit/library/moz.build => toolkit/library/libxul.mozbuild
2014-03-31 13:21:38 +02:00
Mike Hommey
421099347a
Backed out changeset 561b9329d832 (bug 988168) for wrong attribution.
2014-04-01 13:17:50 +09:00
Jacek Caban
46abe3117f
Bug 988168 - Better integrate gtest libxul in the build system. r=mshal
...
--HG--
rename : toolkit/library/Makefile.in => toolkit/library/libxul.mk
rename : toolkit/library/moz.build => toolkit/library/libxul.mozbuild
2014-03-31 13:21:38 +02:00
Masayuki Nakano
1c29b58f39
Bug 984271 part.4 Move the all other stuff in EventStateManager.cpp into mozilla:: namespace r=smaug
2014-04-01 13:09:24 +09:00
Masayuki Nakano
df31146979
Bug 984271 part.3 Move OverOutElementsWrapper into mozilla:: namespace r=smaug
2014-04-01 13:09:24 +09:00
Masayuki Nakano
f6885469a0
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
...
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Masayuki Nakano
c76dd7f7e7
Bug 984271 part.1-4 Clean up WheelHandlingHelper.cpp r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
e870849231
Bug 984271 part.1-3 Rename nsMouseWheelTransaction to mozilla::WheelTransaction r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
4eed6134a2
Bug 984271 part.1-2 Rename nsScrollbarsForWheel to mozilla::ScrollbarsForWheel r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
1ddce7fa83
Bug 984271 part.1-1 Separate mouse wheel handling helper classes and methods from nsEventStateManager.cpp r=smaug
...
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/WheelHandlingHelper.cpp
rename : dom/events/nsEventStateManager.cpp => dom/events/WheelHandlingHelper.h
2014-04-01 13:09:22 +09:00
Matt Woodrow
a89e1563ef
Bug 989858 - Part 6: Rename DeprecatedPaint and stop passing a gfxContext in. r=roc
2014-04-01 12:02:10 +08:00
Matt Woodrow
1ac7f4547a
Bug 989858 - Part 5: Remove partially implemented moz2d paint function. r=roc
2014-04-01 12:02:10 +08:00
Matt Woodrow
691f55a7f0
Bug 989858 - Part 4: Convert BasicColorLayer. r=roc
2014-04-01 12:02:10 +08:00
Matt Woodrow
c9f75dcf24
Bug 989858 - Part 3: Convert BasicImageLayer. r=roc
2014-04-01 12:02:09 +08:00
Matt Woodrow
faaf960268
Bug 989858 - Part 2: Convert BasicCanvasLayer. r=roc
2014-04-01 12:02:09 +08:00
Matt Woodrow
45feb365f4
Bug 989858 - Part 1: Add Moz2D helpers to BasicLayersImpl. r=roc
2014-04-01 12:02:09 +08:00
Wes Kocher
12c1f4f8b2
Merge m-c to inbound
2014-03-31 20:59:59 -07:00
Wes Kocher
f1b5b0594b
Bug 989137 needed to touch CLOBBER
2014-03-31 20:50:45 -07:00
Chris Pearce
fd48fdb8b5
Bug 631058 - Don't preroll as many media samples when loading preload="metadata" media. r=cajbir
2014-04-01 16:43:57 +13:00
Chris Pearce
b12df215bb
Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
...
Implement HTMLMediaElement.fastSeek(), basically by changing all the
MediaDecoderReader::Seek() overrides to not call
MediaDecoderReader::DecodeToTarget(), and have MediaDecoderReader::DecodeSeek()
call DecodeToTarget() if we're doing an accurate (non-fast) seek.
Update gizmo.mp4 to have a keyframe every second, instead of only 1 keyframe at
the start of stream. This makes the unit test I added more useful for mp4...
I pushed most of the seek target clamping logic in MediaDecoder up into
HTMLMediaElement, so that we're clamping in fewer places. Note
MediaDecoderStateMachine::Seek() still sanity checks the seek target.
We have to update the currentTime/MediaDecoder playback position after a seek
completes now, rather than assuming the seek always got it exactly right.
Removed those pesky assertions about seek target lying in the first frame after
seek, since actually sometimes the media doesn't have samples for all streams
after a seek (either due to the media being encoded like that, or because of a
bug in the platform's decoder, not entirely sure).
Green: https://tbpl.mozilla.org/?tree=Try&rev=b028258565e2
* * *
Bug 778077 - Fix up MediaOMXReader fastseek to ensure audio stream stays in sync with video stream. r=cajbir
2014-04-01 16:39:04 +13:00
Wes Kocher
3b476dc218
Merge inbound to m-c
2014-03-31 20:36:36 -07:00
Kyle Huey
c1d30ea962
Bug 990330: Remove event listener to avoid leaking in test_bug_771294.xul. r=ehsan
2014-04-01 11:33:28 +08:00
Jesse Ruderman
a3b413b8dd
Bug 847138: Test. r=khuey
2014-04-01 11:33:28 +08:00
Kyle Huey
45b391d861
Bug 847138: Cycle collect SVGZoomEvent. r=smaug
2014-04-01 11:33:28 +08:00
Kyle Huey
7ee146283b
Bug 989224: Note orphaned FragmentOrElements in the CC log. r=bz
2014-04-01 11:33:28 +08:00
Kyle Huey
921c8aeb38
Bug 988724: Remove webidl updating bits from client.py that are long dead. r=glandium
2014-04-01 11:33:27 +08:00
Geoff Brown
e1d0b6f106
Bug 967704 - Skip a few more tests on Android 2.3
2014-03-31 21:30:07 -06:00
Wes Kocher
614f7642c9
Merge b2g-inbound to m-c
2014-03-31 20:18:33 -07:00
Karl Tomlinson
69d7128f4d
b=989907 initialize AudioNodeExternalInputStream output chunk even when first track has null output r=roc
...
--HG--
extra : transplant_source : %96%C3%A3%DCs%D3%CCY6.%CC%07%22%02%EDy%A5%94U%DD
2014-04-01 13:49:20 +13:00
Wes Kocher
637942adf8
Backed out changeset 352a2109c6e6 (bug 987387) for m-oth orange
2014-03-31 15:55:11 -07:00
B2G Bumper Bot
f4df2b3d1b
Bumping manifests a=b2g-bump
2014-03-31 15:11:14 -07:00
B2G Bumper Bot
642d6825de
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f3575a1613e6
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #17830 from eeejay/bug-990235
Bug 990235 - [Clock] Localize alarm panel. r=mcav
========
https://hg.mozilla.org/integration/gaia-central/rev/fe17bf6809aa
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 990235 - [Clock] Localize alarm panel.
2014-03-31 15:06:13 -07:00
Wes Kocher
96bc31225b
Backed out changeset 3f245df4a3cd (bug 974745) for frequently turning Jetpack tests orange.
2014-03-31 15:00:06 -07:00
David Keeler
b6a0a0b48e
bug 990248 - enable mozilla::pkix by default in Firefox Nightly r=briansmith r=cviecco
2014-03-31 14:41:59 -07:00
Rob Campbell
33732e27ac
Bug 989058 - Cumulative theme fixes; f=bgrins,benvie r=dcamp,fitzgen
2014-03-31 17:40:52 -04:00
B2G Bumper Bot
3a6840ce6d
Bumping manifests a=b2g-bump
2014-03-31 14:33:14 -07:00
B2G Bumper Bot
df2242ccbf
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cadab6aa942c
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #17828 from mcav/reland-integration-tests
Bug 971135 - [Clock] Port all Clock integration tests from Python to Jav...
========
https://hg.mozilla.org/integration/gaia-central/rev/d4ed08f6b8f2
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 971135 - [Clock] Port all Clock integration tests from Python to JavaScript. r=millermedeiros
2014-03-31 14:33:03 -07:00
Ryan VanderMeulen
67e0ae5c09
Merge m-c to b2g-inbound.
2014-03-31 17:31:58 -04:00
Ryan VanderMeulen
a30c6ca187
Merge m-c to fx-team.
2014-03-31 17:31:19 -04:00
Ryan VanderMeulen
4ac3ff6d15
Merge b2g-inbound to m-c.
2014-03-31 17:27:57 -04:00
Karl Tomlinson
33827b3f7c
b=987976 rename ComputeFinalOuputChannelCount ComputedNumberOfChannels to match spec r=padenot
...
to remove any implication that the function might be for calculating
the number of output channels for an AudioNode.
--HG--
extra : transplant_source : %D9%12%BB%23n%92%EB%F7%1Df%11%3F%04%B4z%606%ADT%3A
2014-04-01 10:26:02 +13:00
Karl Tomlinson
cc7f43c817
b=987976 make AudioNodeExternalInputStream output channel count match stream, unless > MaxChannelCount r=padenot
...
The difference from Blink here is that Blink plays silence for if element
channel counts are > 32, but here more channels are down-mixed. Media stream
channel counts are also fixed to 2 in Blink, but that restriction is not
applied here.
Leaving the "inline" const static/class member initialization of
MaxChannelCount left missing symbols with gcc 4.7.3.
--HG--
extra : transplant_source : %C9%BA%84%0F%E8%89%E2%85p%B8%28%EF%E9M%CC%81%B9ob/
2014-04-01 10:25:45 +13:00
Ryan VanderMeulen
4f04d22473
Merge inbound to m-c.
2014-03-31 17:15:03 -04:00
B2G Bumper Bot
6eedefd7f4
Bumping manifests a=b2g-bump
2014-03-31 13:51:19 -07:00
B2G Bumper Bot
a349264f5b
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1ce2678b36c4
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #17772 from gaye/bug-987354
Bug 987354 - Migrate today_test.js to use new view code r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/69cd2d69e540
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 987354 - Migrate today_test.js to use new view code
========
https://hg.mozilla.org/integration/gaia-central/rev/f9595153a75d
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #17826 from millermedeiros/990148-day-view-event-specificity
Bug 990148 - [Calendar] increase specificity of Day View events selector on marionette tests r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/fc0af637a3b5
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 990148 - [Calendar] increase specificity of Day View events selector on marionette tests
2014-03-31 13:46:12 -07:00
Ryan VanderMeulen
8f61fd93c1
Backed out changeset 9511f53e3f38 (bug 934367) for frequent OSX m-oth crashes.
...
CLOSED TREE
2014-03-31 14:51:30 -04:00