Commit Graph

400355 Commits

Author SHA1 Message Date
Bobby Holley
1667adda48 Bug 1120023 - Clean up semantics of SourceBufferResource reading. r=cpearce
This patch refactors things and makes two function changes:
(1) ReadFromCache does not block and properly fails if the data is unavailable.
(2) Read and ReadAt block if an out-param is _not_ provided, rather than the
    reverse. Both karlt and I think this is the appropriate thing to do.
2015-01-10 02:05:28 -08:00
Wes Kocher
43fd1c9428 Backout ca411b1cf001 (bug 1109945) for shader editor failures 2015-01-09 21:03:54 -08:00
Wes Kocher
09febf6c77 Merge m-c to inbound a=merge 2015-01-09 21:00:13 -08:00
B2G Bumper Bot
c4485f2b8f Bumping manifests a=b2g-bump 2015-01-09 19:33:50 -08:00
B2G Bumper Bot
2e193d75f6 Bumping manifests a=b2g-bump 2015-01-09 19:03:50 -08:00
Trevor Saunders
bf4448d426 Bug 1077549 - Only support gcc 4.6+. r=glandium 2015-01-08 20:21:37 -05:00
B2G Bumper Bot
6461b8375b Bumping manifests a=b2g-bump 2015-01-09 17:23:49 -08:00
Mike Hommey
454548f01c Followup for Bug 1119997 - add missing glibc-devel.i686 dependency. r=me 2015-01-10 09:20:52 +09:00
Mike Hommey
63b25b7dcc Bug 1119997 - Stop using mozilla-centos-i386 mock. r=catlee 2015-01-10 08:54:00 +09:00
Dave Hylands
341a4396af Bug 1119907 - Cleanup some errors when USE_DEBUG is enabled in the AutoMounter. 2015-01-09 15:29:15 -08:00
Chris Peterson
9e23388ca8 Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo 2015-01-06 21:39:46 -08:00
Shu-yu Guo
a25fb20923 Bug 1118559 - Make checking if a slot is aliased less confusing. (r=jandem) 2015-01-09 19:54:48 -08:00
Bas Schouten
4983028737 Bug 1119854: Crash when AcquireSync takes more than 10 seconds. r=jrmuizel 2015-01-10 04:50:02 +01:00
Shu-yu Guo
16b83d5e2a Bug 1119579 - Don't GC while iterating compartments in findAllGlobals. (r=sfink) 2015-01-09 19:21:41 -08:00
Shu-yu Guo
7a6687853d Bug 1029963 - Recover slots in RematerializedFrames. (r=nbp) 2015-01-09 19:21:16 -08:00
Wes Kocher
94c8f2fb4f Backed out changeset 88cf7f2fe48f for build bustage 2015-01-09 19:15:54 -08:00
Jeff Gilbert
dc1d886801 Bug 1093967 - Implement BlitFramebuffer. r=kamidphish 2015-01-09 18:51:20 -08:00
Wes Kocher
a1bfc06c8c Backout 17fc30214d84 (bug 1117607) for reftest orange 2015-01-09 18:48:43 -08:00
Jeff Gilbert
c0dd0d5346 Bug 1109945 - Rewrite shader/program handling. - r=kamidphish 2015-01-09 18:40:56 -08:00
Neil Deakin
f6a2d05cfe Bug 1089005, add a third consume option that never consumes even over the anchor. This allows clicks on the location field to adjust the caret position, r=dao 2015-01-09 21:12:10 -05:00
Bobby Holley
8d967098a2 Bug 1120017 - Make the DispatchDecodeTasksIfNeeded path handle DECODER_STATE_DECODING_FIRSTFRAME. r=cpearce
Once we make MP4Reader reject with WAITING_FOR_DATA, we end up with the following scenario:

DecodeFirstFrame requests audio data, and then it gets rejected with WAITING_FOR_DATA.
So OnAudioNotDecided does WaitForData, which eventually causes us to be called back in
MediaDecoderStateMachine::WaitForDataResolved. That does DispatchDecodeTasksIfNeeded, which
currently bails out of our state is DECODER_STATE_DECODING_FIRSTFRAME.

The other way to do this would be to add a separate specialized path through all this
asynchronicity for DECODER_STATE_DECODING_FIRSTFRAME. But it's not clear to me what that
buys us.
2015-01-09 17:20:58 -08:00
Bobby Holley
fb7b849eb3 Bug 1120014 - Initialize MediaSourceReader::mLast{Audio,Video}Time to 0 rather than -1. r=rillian
There isn't actually any initialization code that sets them at 0. Instead, we
currently rely on the fact that our first decoder ends up active regardless of
what its buffered range reports. So as long as invoking the first Request{Audio,Video}Data
is resolved, this ends up ok. But while that is usually the case, it isn't _always_
the case, especially in the case where the MP4Reader rejects with WAITING_FOR_DATA.
2015-01-09 17:20:58 -08:00
Terrence Cole
513af9d1e5 Bug 1119604 - Remove the void* accessor from GCCellPtr; r=sfink 2015-01-09 15:42:42 -08:00
Jim Chen
db34c64f29 Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp 2015-01-09 19:33:57 -05:00
Jim Chen
52b4f608fa Bug 1116868 - Add templated JNI classes; r=snorp 2015-01-09 19:33:57 -05:00
Jim Chen
d60c1e78f2 Bug 1116641 - Change JNI macro usages to use AutoJNIClass; r=snorp 2015-01-09 19:33:56 -05:00
Wes Kocher
cbbb0fa08d Backout 7475b716558d (bug 1119281) for Windows XPCShell permafailure 2015-01-09 16:35:50 -08:00
Michal Novotny
9a67feaefa Bug 1038554 - fix potential wrong file offset calculation in CacheIndex::ParseRecords() and CacheIndex::ParseJournal(), r=honzab 2015-01-10 01:21:04 +01:00
Jeff Walden
9ef0d101c7 Bug 1113379 - Convert ctypes/typedefs.h into a series of higher-order macros, for better code hygiene and to work around an incredible oddity in NetBSD's <stdint.h>. r=jorendorff 2015-01-09 02:07:39 -08:00
Kai-Zhen Li
7f64fcee3a Bug 1119691 - "Build bustage in dom/media/mediasource/MediaSource.cpp" [r+f=bzbarsky] 2015-01-08 23:37:00 -08:00
James Willcox
352dabf6d6 bug 1118552 - fix gcc4.9 warnings on Android r=glandium 2015-01-06 22:20:46 -05:00
Byron Campen [:bwc]
8e57d65201 Bug 1112682: Prefer hardware codecs. r=jesup 2015-01-02 11:51:00 -08:00
Brad Lassey
0e7333b6e7 bug 1083116 - build fails: malloc_decls.h conflicting types for 'malloc_usable_size' r=glandium 2015-01-06 19:58:36 -05:00
Seth Fowler
57b28877bf Bug 1117607 - Make decoders responsible for their own frame allocations. r=tn 2015-01-09 15:02:48 -08:00
William Chen
35698aefb1 Bug 1118764 - Don't distribute anonymous root content in shadow DOM. r=bz 2015-01-08 13:49:51 -08:00
Wes Kocher
f00cdbf88e Backout 115690326c5e for mochitest-2 orange on a CLOSED TREE 2015-01-09 14:28:27 -08:00
Jim Blandy
1729047aa2 Bug 745985: DebuggerServer.initTransport is never called directly, and doesn't do anything interesting. r=past
try: -b do -p all     -u all        -t none

--HG--
extra : rebase_source : 49224b7dacf13b78a8e28636b011ca8915d8758b
2015-01-05 16:54:19 -08:00
Jim Blandy
842dcb466d Bug 754985: Move DebuggerServer._checkInit near the other initialization code. r=dcamp
try: -b do -p all -u xpcshell,mochitest-dt -t none

--HG--
extra : rebase_source : 1112f32797c1e663f1e05358a108913e12e49bcb
2015-01-05 15:41:29 -08:00
Jim Blandy
63df697d8b Bug 745985: Simplify treatment of DebuggerServerConnection's _actorPool. r=past
try: -b do -p all -u xpcshell,mochitest-dt -t none

--HG--
extra : rebase_source : a828d9bd7ad9adb1a4d7efc1000e72d99b5948e1
2015-01-05 16:26:27 -08:00
Wes Kocher
385a85a0fc Backout 0c40a9e043ce (bug 1119302) for test_streamnotify.html bustage 2015-01-09 14:02:16 -08:00
David Anderson
88d80771a7 Make sure tile textures are synchronized for D3D11. (bug 1119066, r=mattwoodrow)
--HG--
extra : rebase_source : 89d5654e43eb2a111a56c1432b90cd3a283f4a50
2015-01-09 13:50:20 -08:00
Jim Blandy
44b8e3ac7c Bug 967234: Don't block self-hosted code in the devtool client code; Debugger takes care of this. r=ejpbruel
--HG--
extra : rebase_source : 6939941cb3c486a3541518a594b28af6b153f243
2014-12-23 16:47:52 -08:00
Mike Hommey
2973a15fbe Bug 1119571 - Update stlport to the latest from Android NDK. r=nfroyd 2015-01-10 06:52:33 +09:00
Mike Hommey
7d528797be Bug 1119571 - Backout the part of bug 1073003 touching stlport 2015-01-10 06:52:04 +09:00
Georg Fritzsche
fa73c98892 Bug 1119281 - Fix missing telemetry client id in saved session pings. r=vladan 2015-01-09 22:42:52 +01:00
Kyle Huey
a60619b6d8 Bug 1119360: Allow AddFeature calls to succeed until we enter the Killing stage. r=bent 2015-01-09 13:29:05 -08:00
Monica Chew
5311f806ef Bug 1109039: Disable browser_bug400731.js on windows (r=gcp) 2015-01-09 13:25:24 -08:00
Monica Chew
3023f46c51 Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus) 2015-01-09 13:25:13 -08:00
Monica Chew
152c9afdc4 Bug 1100024: ClassifyLocal should not lookup in any tables if safebrowsing is disabled (r=gcp) 2015-01-09 13:25:02 -08:00
Terrence Cole
6601228f73 Bug 1085597 - Expose a nursery finalized class to the fuzzers for fuzzing; r=jonco
--HG--
extra : rebase_source : f3609589bf0ac28db47bd242b6cf297c4d4f3a07
2015-01-06 15:25:26 -08:00