Jacek Caban
0af6a359ed
Bug 1126724 - Fixed WindowsLocationProvider.cpp compilation on GCC. r=josh
2015-01-29 13:02:07 +01:00
Jonathan Watt
f1656da32a
Bug 1018324 follow-up - touch clobber. a=burning CLOSED TREE
2015-01-29 10:53:54 +00:00
Matt Woodrow
9523fc44a2
Bug 1127122 - Make ResourceQueue::Evict treat aSizeToEvict as relative to the start of the data instead of 0. r=cajbir,jya
2015-01-29 23:34:18 +13:00
Jonathan Watt
348a0c4713
Bug 1127114, part 2 - Unify SVGTextFrame's NotifyBeforeSelectionBackground and NotifySelectionBackgroundPathEmitted callbacks. r=heycam
2015-01-27 16:32:24 +00:00
Jonathan Watt
08d1936472
Bug 1127114, part 1 - Use typed rects for PaintSelectionBackground's arguments since the units are unexpected. r=heycam
2015-01-27 16:32:20 +00:00
Jonathan Watt
636fdf8aef
Bug 1105098 - Make AnimationTimeline always return the same parent object (even after document.open()) and replace the document's timeline if the document is reset. r=smaug,birtles
2015-01-26 17:08:51 +00:00
Jonathan Watt
950578c3aa
Bug 1018324 - Remove inIFlasher. r=roc
2015-01-26 17:08:45 +00:00
Jonathan Watt
27cf336d06
Bug 1085312 - Document why ColorPattern ctor is marked explicit. r=Bas
2015-01-23 09:45:32 +00:00
Jonathan Watt
72cc34a401
Bug 1127138 - Remove the declarations of a couple of dead FrameLayerBuilder methods. r=mattwoodrow
2015-01-23 09:17:14 +00:00
Jon Coppeard
ad362e0fd0
Bug 1126865 - Use an enum to indicate GC phase finished / yield to mutator result r=sfink
2015-01-29 09:58:06 +00:00
Jon Coppeard
78fec01bd9
Bug 1126865 - Refactor GCRutime::sweepPhase() a little r=sfink
2015-01-29 09:58:06 +00:00
Jon Coppeard
dab1fbf356
Bug 1124563 - Fixup base shape table after moving GC r=terrence
2015-01-29 09:58:06 +00:00
Jon Coppeard
3b846be591
Bug 1126769 - Add shell option to disable compacting GC r=terrence
2015-01-29 09:58:06 +00:00
Jon Coppeard
447a0ebac7
Bug 1126768 - Remove more references to the conservative stack scanner r=terrence
2015-01-29 09:58:06 +00:00
Carsten "Tomcat" Book
44b0589146
Backed out changeset e5c85f765f2d (bug 1126739) for bc2 test failures on a CLOSED TREE
2015-01-29 10:42:16 +01:00
Hannes Verschore
44808b8da1
Bug 1123064 - Fix opt bustage on CLOSED TREE
2015-01-29 10:33:40 +01:00
Hannes Verschore
8e15dd1964
Bug 1123064 - Add default case to fix bustage on CLOSED TREE
2015-01-29 10:09:11 +01:00
Chris Pearce
f8b63c629b
Bug 1106776 - Disable mediasource-config-change-mp4-a-bitrate.html Web Platform Test. r=jya
2015-01-29 21:53:27 +13:00
Chris Pearce
2e11d0c8f6
Bug 1123535 - Don't hold decoder monitor while calling PreReadMetadata. r=kentuckyfriedtakahe
2015-01-29 21:50:48 +13:00
Chris Pearce
4d9dd5cfe9
Bug 1123535 - Enable dormant heuristic for MP4Reader. r=kentuckyfriedtakahe
2015-01-29 21:50:48 +13:00
Chris Pearce
442a7ef2b5
Bug 1123535 - Make MP4Reader and WMFMediaDataDecoder support going dormant. r=kentuckyfriedtakahe
2015-01-29 21:50:48 +13:00
Chris Pearce
ca7b3845ba
Bug 1123535 - Run MediaDecoderReader::ReleaseMediaResources on decode task queue. r=jwwang
2015-01-21 18:02:27 +08:00
Sotaro Ikeda
3178cf4cb5
Bug 1125472 - Reset video request status on reset decode. r=cpearce
2015-01-29 21:50:20 +13:00
Jeff Gilbert
54ef36bf57
Bug 1124394 - Support WebGL on Core Profiles on Mac. - r=kamidphish
2015-01-29 00:44:19 -08:00
Hannes Verschore
72a0acf98b
Bug 1125620 - Fix comment about MAX_LINEAR_SEARCHES, r=bhackett
2015-01-29 09:40:03 +01:00
ZongShen Shen
cf6550da86
Bug 1123064 - IonMonkey: Fold constant numbers in MToInt32, r=h4writer
2015-01-22 09:27:43 -08:00
ZongShen Shen
bfa2e5cb4d
Bug 1102187 - IonMonkey: Use NumberEqualsInt32 to check if double fits in an integer, r=h4writer
2015-01-28 19:30:24 -08:00
Daniel Holbert
f3eae59a87
Bug 1126808: Mark xpcom/build as FAIL_ON_WARNINGS. r=froydnj
2015-01-29 00:38:15 -08:00
Bob Owen
8299a8da28
Bug 1126402: Add a pref to enable a more strict version of the Windows NPAPI process sandbox. r=bsmedberg, r=bbondy
2015-01-29 08:13:07 +00:00
Seth Fowler
5c78397e93
Bug 1126739 - Add locking to SurfaceCache entry points that bypass the public API. r=tn
2015-01-28 23:50:06 -08:00
John Daggett
a7b01d924a
Bug 1127209 - cleanup downloadable font logging. r=m_kato
2015-01-29 16:44:59 +09:00
Edwin Flores
16ffd82fac
Bug 1101304 - Test that EME works with CORS - r=cpearce
2015-01-29 20:30:38 +13:00
Edwin Flores
6e6bf61ee9
Bug 1101304 - Handle CORS in EME - r=cpearce
2015-01-29 20:30:38 +13:00
Jim Mathies
9ad8a70a71
Bug 1126164 - Avoid setting clip regions on plugin windows if the same clip region was already set. r=roc
2015-01-28 09:15:54 -06:00
Benjamin Chen
08b2c483ff
Bug 1091467 - MediaCodec: Wait fence and release output buffer on other thread. r=sotaro
2015-01-20 17:27:50 +08:00
JW Wang
8a03f200f5
Bug 752796 - log media element events for debugging. r=cpearce
2015-01-26 18:52:00 +01:00
Christoph Kerschbaumer
3cf6424c4b
Bug 1121824 - Improve CORS console messages when request is blocked (r=sicking)
2015-01-22 17:20:58 -08:00
Chris Peterson
b74bac2fa1
Bug 1126376 - Fix non-NIGHTLY_BUILD warnings-as-errors in toolkit/xre. r=Mossop
2015-01-27 10:11:08 -08:00
Nicholas Nethercote
4dbdbf4389
Bug 1126546 - Make PLDHashTable::keyHash private. r=froydnj.
...
As well as renaming and privatizing |keyHash|, this patch also:
- renames GetKeyHash() to ComputeKeyHash(), which better indicates it's not
some kind of getter function; and
- makes PLDHashEntryStub inherit from PLDHashEntryHdr, for consistency with
everywhere else.
2015-01-28 21:33:38 -08:00
Wes Kocher
2677e57e9e
Backed out 10 changesets (bug 1126465) for b2g osx build bustage on a CLOSED TREE
...
Backed out changeset a0a572ab4614 (bug 1126465)
Backed out changeset c96bac2df9a4 (bug 1126465)
Backed out changeset ebe589cc0d92 (bug 1126465)
Backed out changeset 96e70a10440c (bug 1126465)
Backed out changeset 47301816c705 (bug 1126465)
Backed out changeset dd957ede2d36 (bug 1126465)
Backed out changeset d8045d89bfda (bug 1126465)
Backed out changeset 22aff1448376 (bug 1126465)
Backed out changeset 212c4e3377f8 (bug 1126465)
Backed out changeset 408b00141b82 (bug 1126465)
2015-01-28 19:54:34 -08:00
Matt Woodrow
7e5748ec52
Bug 1120128 - Implement blacklist for DXVA and blacklist AMD Radeon HD 5800. r=Bas
2015-01-26 13:34:28 +13:00
Jeff Muizelaar
84bfded02f
Bug 1127005. Rename CairoImage to BufferedImage. r=kats
...
try: -b do -p android-api-9,android-api-11,android-x86 -u all -t none
--HG--
rename : mobile/android/base/gfx/BufferedCairoImage.java => mobile/android/base/gfx/BufferedImage.java
rename : mobile/android/base/gfx/CairoGLInfo.java => mobile/android/base/gfx/BufferedImageGLInfo.java
extra : rebase_source : 4d0e70549f01af09a76ad47ebfb61970413b10f2
2015-01-28 17:04:50 -05:00
Jeff Muizelaar
b824cd02f7
Bug 1124847. Track D3D11 shared texture usage in about:memory. r=bas
...
This will hopefully help us track down large amounts of write-combined
mappings that we see.
try: -b do -p win32,win64 -u all -t none
--HG--
extra : rebase_source : 612223046a34a0e7ba179fca4fef1d4c79e18ee8
2015-01-27 20:09:34 -05:00
Aaron Klotz
3b8dfe988a
Bug 1121162: Resume stream listener when async NPP_NewStream returns with failure; r=jimm
...
--HG--
extra : rebase_source : 870a2961c46c518594f03594c1301204864440dd
2015-01-26 14:54:50 -07:00
Daniel Holbert
25f3906c04
Bug 1126923: #undef HAVE_STDINT_H (provided by mozilla-config.h) before including vpx headers, since they redefine it. r=froydnj
2015-01-28 19:01:46 -08:00
Shu-yu Guo
1a9e452008
Bug 1030389 - Infrastructure followup: inline tracking functions. (rs=djvj)
2015-01-28 19:01:02 -08:00
Shu-yu Guo
18d2dfee66
Bug 1030389 - Instrumentation: Track IonBuilder::jsop_setelem optimizations. (r=djvj)
2015-01-28 19:01:02 -08:00
Shu-yu Guo
67e8237851
Bug 1030389 - Instrumentation: Track IonBuilder::jsop_getelem optimizations. (r=djvj)
2015-01-28 19:01:02 -08:00
Shu-yu Guo
9bad7538e7
Bug 1030389 - Instrumentation: Track calls. (r=djvj)
2015-01-28 19:01:02 -08:00
Shu-yu Guo
42d4562597
Bug 1030389 - Instrumentation: Track IonBuilder::jsop_setprop optimization. (r=djvj)
2015-01-28 19:01:02 -08:00