L. David Baron
d3ea454fd4
Make fix-linux-stack handle addresses with lowercase hexidecimal, since that seems to be the thing these days. No bug.
...
(mrbkap, I, and ehoogeveen have all seen lowercase lately.)
2014-02-17 20:07:45 -08:00
L. David Baron
7d3ce1d20e
Bug 965655: Revert test disabling from changeset 8a0d810a0cca now that bug 969590 (switch of test slaves) is fixed.
2014-02-17 20:07:45 -08:00
Robert O'Callahan
2dc7872760
Bug 972713. Part 2: Ignore active scrolled roots in inactive layer trees, because they don't help and could hurt. r=mattwoodrow
2014-02-18 17:00:35 +13:00
Robert O'Callahan
327f3d5a51
Bug 972713. Part 1: Make all callers of GetAnimatedGeometryRootFor pass a display item so we can stop searching when we reach the item's reference frame. r=mattwoodrow
...
This guarantees that the animated geometry root for an item is always in the
same display list coordinate system as the frame.
--HG--
extra : rebase_source : 249fd847a2c08f8d0846d698cce9dd4681e38a98
2014-02-18 14:26:57 +13:00
Terrence Cole
62a6772bc5
Backout bea3f06585ec (Bug 969012) for arm simulator failures.
2014-02-17 19:22:34 -08:00
Cameron McCormack
411c788241
Bug 961364 - Clear the column type bits before setting them in nsTableCol{,Group}Frame::SetColType. r=dbaron
2014-02-18 13:32:06 +11:00
Terrence Cole
f49be68a20
Bug 969012 - Make jit allocations of CallObject with external slots use the nursery; r=jandem
2014-02-11 11:53:53 -08:00
Timothy Nikkel
1668925b8b
Bug 966510. Display ports on scrollable elements won't work on Android until APZC is used there, so skip this reftesting using that there.
2014-02-17 18:46:57 -06:00
Terrence Cole
0c81a7c1e2
Bug 970071 - Make the jit-test TBPL harness output more useful; r=jorendorff
...
--HG--
extra : rebase_source : 563afd86815f4d8d02a955c6d16915c3062ba30b
2014-02-10 10:41:18 -08:00
Tom Schuster
f573c1ca86
Bug 910384 - Change nsFilePickerProxy to be asynchronous and add a proper IPDL protocol for it. r=jdm
2014-02-18 01:30:06 +01:00
Bill McCloskey
2a34348260
Bug 910384 - Stub filepicker content-pref-service in the child. r=gwagner,smaug
2014-02-18 01:30:06 +01:00
Tom Schuster
ac951e8537
Bug 973227 - Add a new X11TextureSourceOGL for upload x11 pixmaps to textures. r=nical
2014-02-18 01:30:05 +01:00
Tom Schuster
4427acfe3d
Bug 973227 - Split up TextureHostX11 into TextureSource and TextureHost file, make it backend independent. r=nical
...
--HG--
rename : gfx/layers/basic/TextureHostX11.cpp => gfx/layers/basic/X11TextureSourceBasic.cpp
rename : gfx/layers/basic/TextureHostX11.h => gfx/layers/basic/X11TextureSourceBasic.h
rename : gfx/layers/basic/TextureHostX11.cpp => gfx/layers/composite/X11TextureHost.cpp
rename : gfx/layers/basic/TextureHostX11.h => gfx/layers/composite/X11TextureHost.h
2014-02-18 01:30:05 +01:00
Tom Schuster
7180283dc9
Bug 973227 - Add GetBackendType to every Compositor class. r=nical
2014-02-18 01:30:05 +01:00
Masayuki Nakano
f241d9bab3
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
2014-02-18 09:00:15 +09:00
Phil Ringnalda
cb12bf671f
Merge m-c to m-i
2014-02-17 15:28:16 -08:00
Phil Ringnalda
b04b1ed3bf
Merge f-t to m-c
2014-02-17 15:24:26 -08:00
Phil Ringnalda
f67717c33f
Merge b-i to m-c
2014-02-17 15:16:03 -08:00
Jonathan Kew
af7148f18a
bug 973682 - ensure emHeight is initialized even if no 'head' table is available. r=karlt
2014-02-17 23:01:00 +00:00
Chris Pearce
f9e134fdb9
Bug 968016 - Wait until decode has finished before releasing resources when decoder becomes dormant. r=kinetik
2014-02-18 11:53:53 +13:00
Chris Pearce
0400ec187a
Bug 968016 - Call MediaDecoderReader::OnDecodeThreadStart/Finish() in DecodeLoop(). r=kinetik
2014-02-18 11:53:53 +13:00
Chris Pearce
5ac658b5a5
Bug 968016 - Ensure all threads in media SharedThreadPools are joined in MediaShutdownManager's xpcom shutdown listener. r=kinetik
2014-02-18 11:53:53 +13:00
Chris Pearce
5209886eff
Bug 968016 - Add threadStackSize attribute to nsIThreadPool. r=bsmedberg
2014-02-18 11:53:53 +13:00
Chris Pearce
2d67a1b332
Bug 968016 - Use a SharedThreadPool of size 1 for the Media State Machine thread. r=kinetik
...
This makes it easy to share the state machine thread, and for it to shut down
automatically when the last reference is dropped to it.
2014-02-18 11:53:53 +13:00
Chris Pearce
6dda7a817e
Bug 968016 - Use SharedThreadPool instead of manually managed threads for the media decoding. r=kinetik
2014-02-18 11:53:52 +13:00
Chris Pearce
5f29834470
Bug 968016 - Add methods to SharedThreadPools and MediaTaskQueues to report whether we're running on one of their threads. r=kinetik
2014-02-18 11:53:52 +13:00
Chris Pearce
9bc6df1d23
Bug 968016 - Implement nsThreadPool::IsOnCurrentThread() to return true when the current thread is in the thread pool. r=bsmedberg
...
This is so that we can assert that media decode threads are in the decode thread pool.
2014-02-18 11:53:52 +13:00
Chris Pearce
898150675c
Bug 968016 - Add a parameter to SharedThreadPool to control the number of threads in the pool. r=kinteik
2014-02-18 11:53:52 +13:00
Chris Pearce
1459cdff3d
Bug 968016 - Call MediaDecoderStateMachine::Init() in MediaSourceDecoder::Load(), like MediaDecoder. r=kinetik
...
Load() is called by the media load algorithm, and this behaviour matches the
existing MediaDecoder. Calling MediaDecoderStateMachine::Init() ensures that
we'll be able to init the state machine properly (i.e. its soon to be added
shared thread pools) before we decode.
2014-02-18 11:53:51 +13:00
Simon Montagu
858b45d469
Fix a hang by using a dedicated state bit instead of overloading NS_FRAME_IS_DIRTY. Bug 964821, r=roc
2014-02-17 14:46:40 -08:00
Masatoshi Kimura
9f0004eb6e
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
2014-02-18 07:32:52 +09:00
Alessandro Decina
a3e576a887
Bug 973379 - GStreamerReader::ReadMetadata()'s element config loop should break on error to avoid timeout. r=edwin
2014-02-18 11:28:04 +13:00
Karl Tomlinson
6d7ab34318
b=972983 use enum for BaseProxyHandler::Action values r=bholley
...
"inline" const static/class member initialization left missing symbols with gcc 4.7.3
--HG--
extra : rebase_source : 9e119ae9946e893b6113b838d49ab6384b472a99
2014-02-18 09:59:03 +13:00
Karl Tomlinson
2149abda39
b=973374 complete speex_resampler_reset_mem r=jmspeex
...
sample_frac_num is the array most likely to be non-zero after resampling a
previous stream, but the other arrays can also be left at non-zero values
in other situations.
--HG--
extra : rebase_source : dfd3974f051ff0b1794a937d712dda185352f7d5
2014-02-18 09:52:20 +13:00
Milan Sreckovic
4669750a8a
Bug 972099: Set the value for preference gfx.color_management.force_srgb in the profile, rather than in the JS scripts afterwards, as it's too late by then. r=ahalberstadt
2014-02-17 16:19:09 -05:00
Timothy Nikkel
a3956cb7b8
Bug 966510. Add reftest.
2014-02-17 15:10:02 -06:00
Timothy Nikkel
31f05a8fa8
Bug 970250. Add the ability to set a display port on scroll frames that aren't the root scroll frame to reftests. r=dbaron
2014-02-17 15:10:01 -06:00
Matt Woodrow
58b1d4f48c
Bug 966543 - Group implementations in MacIOSurfaceTextureHost. r=nical
2014-02-18 09:36:57 +13:00
Matt Woodrow
bccfc9bf4a
Bug 966543 - null check mSurface in MacIOSurfaceTextureHostOGL. r=nical
2014-02-18 09:32:49 +13:00
B2G Bumper Bot
ce955b5e7a
Bumping manifests a=b2g-bump
2014-02-17 12:20:56 -08:00
B2G Bumper Bot
6114a6914e
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1adfbae4582a
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #16147 from hfiguiere/bug947442
Bug 947442 - Assert if no results have been collected. r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/0ea9e3e5667b
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - more nits. Don't collect memstat if runner isn't "host"
========
https://hg.mozilla.org/integration/gaia-central/rev/fb9d60db47a2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - Address review comments.
========
https://hg.mozilla.org/integration/gaia-central/rev/46e5a0f8a10d
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - The reporter mark as a failure the lack of results.
========
https://hg.mozilla.org/integration/gaia-central/rev/0d0b63fcfdc2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 947442 - Assert if no results have been collected.
This cause an error to be reported in the test results.
2014-02-17 12:20:10 -08:00
B2G Bumper Bot
e2b9e9dea8
Bumping manifests a=b2g-bump
2014-02-17 11:05:57 -08:00
B2G Bumper Bot
3715347434
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/85bebb37650e
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #16375 from julienw/bump-test-agent-0.18.0
Bug 973665 - Bump version to 0.18.0 in Gaia r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/c7e27df3a616
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 973665 - Bump version to 0.18.0 in Gaia
2014-02-17 11:05:10 -08:00
Patrick McManus
b03da0f6e7
bug 973207 - revert 905460 for nightly crashes r=backout
2014-02-17 13:53:25 -05:00
Benjamin Bouvier
5413422a19
Bug 936740: Inline Math.ceil for double inputs where an integer is returned; r=jandem
2014-02-17 19:17:29 +01:00
B2G Bumper Bot
c60424a738
Bumping manifests a=b2g-bump
2014-02-17 10:16:02 -08:00
B2G Bumper Bot
d990a2d92f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f0711dcb4c9e
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #15753 from steveck-chung/bug-961950
Bug 961950 - Replace message edit button with option menu contains delete / settings option
========
https://hg.mozilla.org/integration/gaia-central/rev/9a59116ca6ee
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 961950 - Replace message edit button with option menu contains delete / settings option
2014-02-17 10:15:13 -08:00
Masatoshi Kimura
d867397376
Bug 973313 - Remove reference to vccorlib. r=jimm
2014-02-18 01:20:19 +09:00
B2G Bumper Bot
93b173869c
Bumping manifests a=b2g-bump
2014-02-17 07:46:02 -08:00
B2G Bumper Bot
98383b212b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a3d4eb8f484c
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #16368 from nucliweb/97360-Cost-control
Fix Arrow Position
========
https://hg.mozilla.org/integration/gaia-central/rev/51173b67d02b
Author: Joan Leon <joan.leon@gmail.com>
Desc: Fix Arrow Position
Reposition the background image to fit
2014-02-17 07:40:11 -08:00