Tom Schuster
a7d362236a
Bug 973227 - Add a new X11TextureSourceOGL for upload x11 pixmaps to textures. r=nical
2014-02-18 01:30:05 +01:00
Tom Schuster
d2a80abaa7
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
a79164e45e
Bug 973227 - Add GetBackendType to every Compositor class. r=nical
2014-02-18 01:30:05 +01:00
Masayuki Nakano
0e922aada3
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
305baa1e2c
Merge m-c to m-i
2014-02-17 15:28:16 -08:00
Phil Ringnalda
3b6b8813f6
Merge f-t to m-c
2014-02-17 15:24:26 -08:00
Phil Ringnalda
d364bc4d01
Merge b-i to m-c
2014-02-17 15:16:03 -08:00
Jonathan Kew
a73992ed18
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
2723c96809
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
81814d397d
Bug 968016 - Call MediaDecoderReader::OnDecodeThreadStart/Finish() in DecodeLoop(). r=kinetik
2014-02-18 11:53:53 +13:00
Chris Pearce
a2cc5e0b6f
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
b7ed5c7bc7
Bug 968016 - Add threadStackSize attribute to nsIThreadPool. r=bsmedberg
2014-02-18 11:53:53 +13:00
Chris Pearce
39ff027773
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
b162ede7bd
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
490247e674
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
fbe22075af
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
d7b64f4379
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
a5a1e40b94
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
c8b4ecb6d5
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
dfb3f0e76b
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
5f078f28f2
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
e8599934b9
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
889f94ff35
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
4fc6f5492a
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
8d5599d538
Bug 966510. Add reftest.
2014-02-17 15:10:02 -06:00
Timothy Nikkel
143fa52e78
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
a23b676cac
Bug 966543 - Group implementations in MacIOSurfaceTextureHost. r=nical
2014-02-18 09:36:57 +13:00
Matt Woodrow
a017d9c311
Bug 966543 - null check mSurface in MacIOSurfaceTextureHostOGL. r=nical
2014-02-18 09:32:49 +13:00
B2G Bumper Bot
c97efba3cc
Bumping manifests a=b2g-bump
2014-02-17 12:20:56 -08:00
B2G Bumper Bot
08b4150be4
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
4b43be679c
Bumping manifests a=b2g-bump
2014-02-17 11:05:57 -08:00
B2G Bumper Bot
1ec8b7f532
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
1cb7ffeb7e
bug 973207 - revert 905460 for nightly crashes r=backout
2014-02-17 13:53:25 -05:00
Benjamin Bouvier
e79fdf397f
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
94b86ca0a9
Bumping manifests a=b2g-bump
2014-02-17 10:16:02 -08:00
B2G Bumper Bot
9215873478
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
efe4a42cf0
Bug 973313 - Remove reference to vccorlib. r=jimm
2014-02-18 01:20:19 +09:00
B2G Bumper Bot
20a89c1c32
Bumping manifests a=b2g-bump
2014-02-17 07:46:02 -08:00
B2G Bumper Bot
a29e70c420
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
B2G Bumper Bot
2f427a05c0
Bumping manifests a=b2g-bump
2014-02-17 06:25:55 -08:00
B2G Bumper Bot
bef27ab577
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/591b714a4728
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #15804 from crdlc/bug-964724
Bug 964724 - Hide regular Offline Error Screen When Connectivity Resumes...
========
https://hg.mozilla.org/integration/gaia-central/rev/815d055bbcc1
Author: crdlc <crdlc@tid.es>
Desc: Bug 964724 - Hide regular Offline Error Screen When Connectivity Resumes - App Foreground and Background
2014-02-17 06:25:10 -08:00
B2G Bumper Bot
598d42d734
Bumping manifests a=b2g-bump
2014-02-17 06:06:01 -08:00
B2G Bumper Bot
d40fa26335
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/95abe5f17339
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16363 from zacc/bug_968150
Bug 968150 - test_sms_to_dialer.py - Shuffle test order to avoid race r=...
========
https://hg.mozilla.org/integration/gaia-central/rev/37d14094d488
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 968150 - test_sms_to_dialer.py - Shuffle test order to avoid race r=bebe
2014-02-17 06:00:11 -08:00
B2G Bumper Bot
6d8085588e
Bumping manifests a=b2g-bump
2014-02-17 05:51:03 -08:00
B2G Bumper Bot
35ace9dc68
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd581809ffed
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16364 from chirarobert/remove_call_log_to_keyboard
Fixed intermittent failures of test_call_log_all_calls()
========
https://hg.mozilla.org/integration/gaia-central/rev/000f66367fec
Author: chirarobert <chirarobert@yahoo.com>
Desc: Fixed intermittent failures of test_call_log_all_calls()
Removed two steps from the test because they are not present in the moztrap scenario and the test fails intermittently when changing from call log to keypad.
========
https://hg.mozilla.org/integration/gaia-central/rev/b5236be3cc2c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #16050 from mikehenrty/bug-968914-unittests
Bug 968914 - Follow-up: Add unit tests for SIM Dialog Retry count
========
https://hg.mozilla.org/integration/gaia-central/rev/2d7d907a90ea
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 968914 - Follow-up: Add unit tests for SIM Dialog Retry count
2014-02-17 05:45:13 -08:00
B2G Bumper Bot
beb5f3f42d
Bumping manifests a=b2g-bump
2014-02-17 05:01:01 -08:00
Carsten "Tomcat" Book
a0eb3da03e
Merge mozilla-central to mozilla-inbound
2014-02-17 13:59:18 +01:00
B2G Bumper Bot
2c0bcba89a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/025311e0fffc
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16175 from bebef1987/sleep_menu
Bug 968751 - Write a test to open long-press power button menu
========
https://hg.mozilla.org/integration/gaia-central/rev/29eb97bf015a
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 968751 - Write a test to open long-press power button menu
2014-02-17 04:55:14 -08:00
B2G Bumper Bot
b35568af82
Bumping manifests a=b2g-bump
2014-02-17 04:50:59 -08:00
Carsten "Tomcat" Book
10ca4c8f2b
Merge mozilla-central to fx-team
2014-02-17 13:48:37 +01:00