Mike Hommey
edf4794405
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
3dbd6f1f57
Backed out changeset 561b9329d832 (bug 988168) for wrong attribution.
2014-04-01 13:17:50 +09:00
Jacek Caban
258449c186
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
dcebd0d406
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
5aab981f78
Bug 984271 part.3 Move OverOutElementsWrapper into mozilla:: namespace r=smaug
2014-04-01 13:09:24 +09:00
Masayuki Nakano
bd6decd65b
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
5cc11f9634
Bug 984271 part.1-4 Clean up WheelHandlingHelper.cpp r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
ea4e85bd3d
Bug 984271 part.1-3 Rename nsMouseWheelTransaction to mozilla::WheelTransaction r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
615b982a13
Bug 984271 part.1-2 Rename nsScrollbarsForWheel to mozilla::ScrollbarsForWheel r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
406e3c9bdc
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
d2127c217f
Bug 989858 - Part 6: Rename DeprecatedPaint and stop passing a gfxContext in. r=roc
2014-04-01 12:02:10 +08:00
Matt Woodrow
8d2a3dc305
Bug 989858 - Part 5: Remove partially implemented moz2d paint function. r=roc
2014-04-01 12:02:10 +08:00
Matt Woodrow
6edf84a5b1
Bug 989858 - Part 4: Convert BasicColorLayer. r=roc
2014-04-01 12:02:10 +08:00
Matt Woodrow
64ac40d602
Bug 989858 - Part 3: Convert BasicImageLayer. r=roc
2014-04-01 12:02:09 +08:00
Matt Woodrow
4586f037e0
Bug 989858 - Part 2: Convert BasicCanvasLayer. r=roc
2014-04-01 12:02:09 +08:00
Matt Woodrow
e921db2fe5
Bug 989858 - Part 1: Add Moz2D helpers to BasicLayersImpl. r=roc
2014-04-01 12:02:09 +08:00
Wes Kocher
d7b0cef844
Merge m-c to inbound
2014-03-31 20:59:59 -07:00
Wes Kocher
ac92af0609
Bug 989137 needed to touch CLOBBER
2014-03-31 20:50:45 -07:00
Chris Pearce
e1cae995ac
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
223e397746
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
2dcebb7586
Merge inbound to m-c
2014-03-31 20:36:36 -07:00
Kyle Huey
dd7075b92c
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
d952ac3b4a
Bug 847138: Test. r=khuey
2014-04-01 11:33:28 +08:00
Kyle Huey
af9389875e
Bug 847138: Cycle collect SVGZoomEvent. r=smaug
2014-04-01 11:33:28 +08:00
Kyle Huey
f5dde3a9dd
Bug 989224: Note orphaned FragmentOrElements in the CC log. r=bz
2014-04-01 11:33:28 +08:00
Kyle Huey
8ca444aec5
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
4ba9807bcb
Bug 967704 - Skip a few more tests on Android 2.3
2014-03-31 21:30:07 -06:00
Wes Kocher
8d9320f4ac
Merge b2g-inbound to m-c
2014-03-31 20:18:33 -07:00
Karl Tomlinson
40fbb14dfc
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
a99294076a
Backed out changeset 352a2109c6e6 (bug 987387) for m-oth orange
2014-03-31 15:55:11 -07:00
B2G Bumper Bot
39e287c7b6
Bumping manifests a=b2g-bump
2014-03-31 15:11:14 -07:00
B2G Bumper Bot
1c3c25e3f4
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
708d01838c
Backed out changeset 3f245df4a3cd (bug 974745) for frequently turning Jetpack tests orange.
2014-03-31 15:00:06 -07:00
David Keeler
93234b4b96
bug 990248 - enable mozilla::pkix by default in Firefox Nightly r=briansmith r=cviecco
2014-03-31 14:41:59 -07:00
Rob Campbell
04bae2b54d
Bug 989058 - Cumulative theme fixes; f=bgrins,benvie r=dcamp,fitzgen
2014-03-31 17:40:52 -04:00
B2G Bumper Bot
fe08b2636d
Bumping manifests a=b2g-bump
2014-03-31 14:33:14 -07:00
B2G Bumper Bot
9b7ce5ebcf
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
909c56a413
Merge m-c to b2g-inbound.
2014-03-31 17:31:58 -04:00
Ryan VanderMeulen
29d5f5a94b
Merge m-c to fx-team.
2014-03-31 17:31:19 -04:00
Ryan VanderMeulen
28f6465e9a
Merge b2g-inbound to m-c.
2014-03-31 17:27:57 -04:00
Karl Tomlinson
b33bfca306
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
286bee8002
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
a35570329c
Merge inbound to m-c.
2014-03-31 17:15:03 -04:00
B2G Bumper Bot
edb3b24625
Bumping manifests a=b2g-bump
2014-03-31 13:51:19 -07:00
B2G Bumper Bot
7fa0079f36
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
33cbfc7c25
Backed out changeset 9511f53e3f38 (bug 934367) for frequent OSX m-oth crashes.
...
CLOSED TREE
2014-03-31 14:51:30 -04:00
Ryan VanderMeulen
8636d21ab3
Backed out changesets 0b596070fe54 and ed6969e4fb6f (bug 957560) for causing bug 990027 on a CLOSED TREE.
2014-03-31 14:31:52 -04:00
Henrik Skupin
f417985cb0
Bug 989282 - [tps] Add debug mode for detailed inspection of Sync. r=jgriffin DONTBUILD
...
--HG--
extra : rebase_source : ae88bb67270e63df32a931780f20aa4db0c62674
2014-03-31 20:17:09 +02:00
Ryan VanderMeulen
235ead78cf
Backed out changeset 2d7ce67f5874 (bug 940685) for mochitest-bc failures.
2014-03-31 14:17:50 -04:00
David Keeler
bda5e2835b
bug 989516 - mozilla::pkix: temporarily allow improper basicConstraint:cA encodings r=cviecco
2014-03-31 11:06:43 -07:00