Commit Graph

175592 Commits

Author SHA1 Message Date
Fredrik Lanker
457112421f Bug 989284 - Change the infinite flag when duration is updated. r=roc 2014-03-28 11:41:59 -04:00
Terrence Cole
fe8f16e4e5 Bug 987666 - Remove the unused dynamic root analysis. r=sfink 2014-03-24 18:32:36 -04:00
Girish Sharma
8b0a1acbe6 Bug 986467 - Remove the iframes before finishing the tests. r=jwalker 2014-03-28 20:42:15 +05:30
Nikhil Marathe
f98ea7c745 Bug 956197 - Tests to check Promises can accept iterators. r=bz
--HG--
extra : amend_source : 7989612b44c67393de7f74fdd0054587722cc79a
2014-03-28 08:17:53 -07:00
Nicolas Silva
0ea72fd9df Bug 977255 - Initialize the gralloc memory reporter in gfxPlatform. r=cwiiis 2014-03-28 15:40:30 +01:00
Jan Beich
2e49566971 Bug 989112 - Lazily reference to gst_event_type_get_name() to unbreak --enable-debug. r=alessandro.d 2014-03-28 10:36:48 -04:00
Abhishek Potnis
18ecb43dde Bug 986499 - Make the calls to import Deprecated.jsm lazy. r=yoric 2014-03-28 10:36:48 -04:00
Kartikaya Gupta
0c67224bf9 Bug 948377 - Remove unwanted rounding in CalculateCompositedRectInCssPixels; add a CalculateCompositedSizeInCssPixels also. r=botond 2014-03-28 10:36:47 -04:00
Olli Pettay
879a58f5d8 Bug 987433 - DOMTokenList should have a strong reference to its owner so that the API doesn't suddenly start returning empty string. r=khuey 2014-03-28 10:36:47 -04:00
Jonathan Wei
26cca69c6a Bug 844023 - Flag accessible group info for updating when tree mutates, r=tbsaunde. 2014-03-28 10:01:06 -04:00
Nathan Froyd
9f594adf92 Bug 988499 - terminate #warning string in Nuwa.cpp; r=khuey; f=tzimmerman DONTBUILD because #warnings don't need build and tests 2014-03-24 13:35:43 -04:00
Michal Novotny
7039482575 Bug 987814 - HTTP cache v2: initial index build happens immediately after the profile is open, r=honzab 2014-03-28 14:51:58 +01:00
Peter Van der Beken
5180873f02 Bug 988363 - Outerize when wrapping nsGlobalWindow. r=bz. 2014-02-15 22:10:25 +01:00
Peter Van der Beken
27b09aefd8 Bug 988334 - Stop reusing SpecialPowers for different windows. r=jmaher. 2014-03-24 21:12:41 +01:00
Peter Van der Beken
60fef7f9e3 Bug 984495 - Add Window.onwheel to WebIDL. r=bz. 2014-02-15 22:12:33 +01:00
Kartikaya Gupta
be80698012 Bug 980679 - Filter redundant scroll offset updates by scroll generation value. r=botond,tn 2014-03-28 08:21:19 -04:00
Ed Morley
9d7a5cff30 Backed out changeset 00fa39c23b44 (bug 778077) for reftest failures 2014-03-28 12:31:29 +00:00
Mike Hommey
2e18e8b9b5 Bug 989147 - Add missing part of the patch from rebase conflict. r=gps 2014-03-28 21:05:14 +09:00
Michal Novotny
59fe475a18 Bug 983582 - HTTP cache v2: special handles are not released until shutdown, r=honzab 2014-03-28 12:35:06 +01:00
Mike Hommey
dcf3fafc96 Bug 989147 - Use new sccache for Linux and Android builds. r=gps 2014-03-28 18:41:06 +09:00
Mike Hommey
8b87d18a9a Bug 927672 - Force pymake to fall back to mozmake when run on build slaves. r=gps 2014-03-25 15:51:13 +09:00
Mike Hommey
3ecc2c51d5 Bug 927672 - Get mozmake from tooltool. r=mshal 2014-03-28 18:41:05 +09:00
Mike Hommey
2334835edb Bug 988774 - Reenable sccache on android builds. r=tbsaunde 2014-03-28 18:41:05 +09:00
Chris Pearce
c9cd61eb5d 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
2014-03-28 22:36:10 +13:00
Carsten "Tomcat" Book
b907734960 Backed out changeset 83714ee6b2bb (bug 988053) for fix bustage 2014-03-28 10:30:12 +01:00
Marco Castelluccio
2a2c7d12f4 Bug 981249 - Test app launch. r=myk
--HG--
rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_launch.xul
rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_launch.xul
2014-03-27 12:56:00 +01:00
Ben Hackett
70e7d9f048 Bug 969436 - Changed the SafepointReader constructor to properly read safepoints, depending on the size of PackedRegisterMask; r=Nicolas B. Pierron 2014-03-26 17:41:00 +01:00
David Clarke
d84efdf57d Bug 987548 - Reduces the number of tests ran through ipc, to reduce intermittency. r=schien 2014-03-27 22:28:00 +01:00
Ekanan Ketunuti
b9b0189812 Bug 988700 - Add diatomaceous to the en-US dictionary. r=ehsan 2014-03-27 11:05:36 +07:00
Terrence Cole
2fa50d786c Bug 989035 - Track malloced slots attached to the nursery. r=njn 2014-03-27 22:52:02 -04:00
Terrence Cole
92169b6784 Bug 988326 - Start GC arenas in the decommitted state. r=jonco 2014-03-26 13:12:45 -04:00
Terrence Cole
d6b978e9c4 Bug 988053 - Commit nursery memory on an as-needed basis. r=jonco 2014-03-26 09:57:15 -04:00
Neil Rashbrook
fe80fce47a Bug 514280 Consistently declare and define IID accessors r=bsmedberg 2014-03-28 08:45:02 +00:00
Neil Rashbrook
8325a39b18 Bug 514280 Remove concrete classes from interface maps r=bsmedberg 2014-03-28 08:40:13 +00:00
Neil Rashbrook
58ffcd40da Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal 2014-03-28 08:32:56 +00:00
Nicolas B. Pierron
c956bfc148 Bug 983598 part 4 - Extract RecoverWriter out of SnapshotWriter. r=djvj 2014-03-28 00:17:30 -07:00
Nicolas B. Pierron
acdee3f644 Bug 983598 part 3 - Extract RecoverReader out of the SnapshotReader. r=jandem 2014-03-28 00:17:30 -07:00
Nicolas B. Pierron
55a5e37d59 Bug 983598 part 2 - Rename trackFrame to trackSnapshot. r=jandem 2014-03-28 00:17:29 -07:00
Nicolas B. Pierron
00de6ab25d Bug 983598 part 1 - Remove inheritance of the SnapshotReader. r=jandem 2014-03-28 00:17:28 -07:00
John Daggett
24906e6951 Bug 975460 - avoid CTFontCopyTable on OSX 10.6 to avoid crash. r=smichaud 2014-03-28 14:40:42 +09:00
Makoto Kato
99b626932f Bug 987888 - --enable-content-sandbox breaks 64-bit builds. r=dkeeler,r=mshal 2014-03-28 13:59:16 +09:00
Phil Ringnalda
1a6280a756 Backed out 2 changesets (bug 778077, bug 631058)
CLOSED TREE

Backed out changeset dda301682977 (bug 631058)
Backed out changeset 25b633e7dcd5 (bug 778077)
2014-03-27 21:50:02 -07:00
Chris Peterson
b2cffd6ac9 Bug 986787 - Fix -Wreorder warning and other cleanups in MediaEngineTabeVideoSource.cpp. r=rjesup 2014-03-26 00:59:01 -04:00
Chris Peterson
a88d5f01e6 Bug 986794 - Suppress clang warnings in third-party code: libopus and libtheora. r=derf 2014-03-22 00:03:21 -07:00
Ehsan Akhgari
9fbcf7f621 Add a comment to WeakPtr.h which explicitly calls out the fact that it's not thread-safe, no bug, DONTBUILD 2014-03-28 00:12:30 -04:00
Ehsan Akhgari
e3c6df3e5f Bug 983920 - Port window.sidebar and window.external to WebIDL; r=bzbarsky 2014-03-28 00:03:03 -04:00
Matt Woodrow
696477a973 Bug 980642 - Implement ClearRect for CompositorD3D11. r=Bas 2014-03-28 16:38:32 +13:00
Matt Woodrow
7c365c8f30 Bug 980642 - Implement ClearRect for CompositorD3D9. r=Bas 2014-03-28 16:38:32 +13:00
Matt Woodrow
f55a1734b7 Bug 980642 - Implement Clear regions for ClientLayerManager/LayerManagerComposite. r=roc 2014-03-28 16:38:32 +13:00
Matt Woodrow
453ffffa9c Bug 980642 - Clean up Compositor::clearFBRect API. r=roc 2014-03-28 16:38:32 +13:00