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
Terrence Cole
91d590c9fb
Bug 1085597 - Allow objects with finalization and move ops to be nursery allocated; r=jonco
...
--HG--
extra : rebase_source : 14ea3e14ded4dcde2ba1aa2f887b9a75750331a2
2014-10-23 13:49:17 -07:00
Terrence Cole
955a12b3f5
Bug 1085597 - Simplify the allocation of nursery objects; r=jonco
...
--HG--
extra : rebase_source : 100a7eaac9755f6c4ea4c4d2e42fdb411e90d297
2014-12-31 15:58:49 -08:00
Andrew McCreight
6523983bf9
Bug 1105468 - In SendResponse, send an invalid FD to the child if we failed to open the file. r=bent
2015-01-09 13:10:14 -08:00
Andrew McCreight
53d885d990
Bug 1105468 - OpenFileAndSendFDRunnable::OpenFile needs to ensure we don't release off main thread. r=bent
2015-01-09 13:10:14 -08:00
David Keeler
762d9b52df
bug 1065909 - canonicalize hostnames in nsSiteSecurityService and PublicKeyPinningService r=mmc
2015-01-09 09:46:05 -08:00
Patrick McManus
37f307d56d
bug 1072478 backout 047afa953b9c for 1119810 and 1119926 r=backout
...
--HG--
extra : rebase_source : b8b40dc036ed2c49ab82691d339ee2a90a03ad4b
2015-01-09 15:33:58 -05:00
Patrick McManus
b8b9d7491a
bug 1072478 backout 28fff54451dd for 1119810 and 1119926 r=backout
...
--HG--
extra : rebase_source : 46e7ccae81bf27f468171c240a926d421366a33b
2015-01-09 15:33:27 -05:00
Andrew McCreight
74718f3dd4
Bug 1119449 - Disable unified compilation of nsStackWalk.cpp to avoid OSX issue. r=ehsan
2015-01-09 12:41:50 -08:00
Andrew McCreight
ffbaeabe1a
Bug 1119499 - Define BAD_TLS_INDEX where it is used. r=janv
2015-01-09 12:41:49 -08:00
Benjamin Smedberg
af5901232a
Bug 1119302 - Implement nsIContentPolicy.shouldProcess for plugin subresource loads, r=bz
...
--HG--
extra : rebase_source : 6df300a4ce73dfdd4940d3ae36a8bcf9e05b3044
2015-01-08 12:23:27 -05:00
Martin Thomson
09d5b914b7
Bug 1116269 - Add 'crypto' to sandbox global properties, r=gabor
...
--HG--
extra : rebase_source : 559500a07bf8c5d7a280310a776195d85d313e57
2015-01-09 10:55:44 -08:00