Граф коммитов

424873 Коммитов

Автор SHA1 Сообщение Дата
Fernando Jimenez 1ef20e0010 Bug 1169613 - Use content type of synthesized response for JAR channel requests if available. Part 2: Set Content-Type for JAR Channel requests on Fetch API responses. r=nsm 2015-06-05 12:53:58 +02:00
Fernando Jimenez ce7ac6d031 Bug 1169613 - Use content type of synthesized response for JAR channel requests if available. Part 1: Set Content-Type of synthesized reponses for JAR channel requests. r=jdm 2015-06-05 12:53:58 +02:00
Masayuki Nakano 56767ce3c5 Bug 1171847 Remove unnecessary ',' in logging code in nsTextStore::Initialize() r=m_kato 2015-06-05 19:19:35 +09:00
Andrea Marchesini 6b856c6ad5 Bug 1134224 - onerror for test_bug1132395.html, r=ehsan 2015-06-05 11:15:17 +01:00
Chris Pearce b65cba6328 Bug 1169129 - Test GMPVideoDecoderTrialCreator detects failure. r=edwin
--HG--
rename : dom/media/gmp-plugin/gmp-fake.cpp => dom/media/gmp-plugin-openh264/gmp-fake-openh264.cpp
2015-06-05 21:55:52 +12:00
Chris Pearce 613781e9e3 Bug 1169129 - Make GMPVideoDecoderTrialCreator::Await...() take a detailed-promise-like template argument. r=edwin 2015-06-05 21:55:52 +12:00
Chris Pearce 6db802051b Bug 1169129 - Make DOMException::Create(nsresult, nsCString) accept nsACString. r=bholley 2015-06-05 21:55:52 +12:00
Chris Pearce 52b825bcc3 Bug 1169129 - Make GMPParent hold a self ref while GMP child process is alive. r=edwin 2015-06-05 21:55:52 +12:00
Chris Pearce 142d30bad9 Bug 1169129 - reset media.{0}.trial-create on GMP install. r=spohl 2015-06-05 21:55:52 +12:00
Chris Pearce 461ef61358 Bug 1169129 - Test that an EME GMP can instantiate a plugin before report we support that keySystem. r=edwin 2015-06-05 21:55:51 +12:00
Chris Pearce 3e5d36b7ac Bug 1169129 - Make GMPService's GMP crash handlers easier to register. r=gerald 2015-06-05 21:55:51 +12:00
Chris Pearce c02d6f7096 Bug 1169129 - Change GMP*Parent::ParentId() to a more consistent GMP*Parent::GetPluginId(). r=edwin 2015-06-05 21:55:51 +12:00
Masayuki Nakano e91d94ba0d Bug 1166436 part.19 ContentCache::mSelection should have invalid state and it should be checked r=m_kato 2015-06-05 18:28:21 +09:00
Masayuki Nakano fefa36dd36 Bug 1166436 part.18 ContentCache should guess caret rect if there is a text rect cache of the previous character r=m_kato 2015-06-05 18:28:21 +09:00
Masayuki Nakano 649a872a61 Bug 1166436 part.17 ContentCache::HandleQueryContentEvent() should return caret rect if mInput.mLength of NS_QUERY_TEXT_RECT event is 0 r=m_kato 2015-06-05 18:28:21 +09:00
Masayuki Nakano 1bd6e63d5b Bug 1166436 part.16 Make each member of mozilla::ContentCache used by chrome process or content process r=m_kato 2015-06-05 18:28:21 +09:00
Masayuki Nakano 6f27274bd3 Bug 1166436 part.15 ContentCache::CacheTextRects() should refer TextComposition::LastData() because TextComposition::String() may not be modified yet when it's called r=m_kato 2015-06-05 18:28:20 +09:00
Masayuki Nakano 7531a3da6d Bug 1166436 part.14 Store text rects after focus/anchor of selection r=m_kato 2015-06-05 18:28:20 +09:00
Masayuki Nakano 44db9df79b Bug 1166436 part.13 mozilla::ContentCache should guess caret offset if the offset is in the range of cached text rects r=m_kato 2015-06-05 18:28:20 +09:00
Masayuki Nakano d2a5eb4391 Bug 1166436 part.12 Log the behavior of mozilla::ContentCache r=m_kato 2015-06-05 18:28:20 +09:00
Masayuki Nakano 0f0df4d078 Bug 1166436 part.11 Remove unnecessary public methods of mozilla::ContentCache r=m_kato 2015-06-05 18:28:20 +09:00
Masayuki Nakano dcfea181de Bug 1166436 part.10 Optimize IME notification handling in PuppetWidget r=m_kato 2015-06-05 18:28:20 +09:00
Masayuki Nakano 496d6e76c8 Bug 1166436 part.9 PuppetWidget should have mozilla::ContentCache and send it to TabParent r=m_kato 2015-06-05 18:28:20 +09:00
Masayuki Nakano 1f582bf6c1 Bug 1166436 part.8 Make mozilla::ContentCache available in IPC r=m_kato 2015-06-05 18:28:19 +09:00
Masayuki Nakano f9c84bfa0a Bug 1166436 part.7 mozilla::ContentCache should handle WidgetQueryContentEvent r=m_kato 2015-06-05 18:28:19 +09:00
Masayuki Nakano fb3acd697b Bug 1166436 part.6 mContentCache should store editor rect and TabParent should use it r=m_kato 2015-06-05 18:28:19 +09:00
Masayuki Nakano 3f89cfacd1 Bug 1166436 part.5 mContentCache should store writing mode at selection and TabParent should use it r=m_kato 2015-06-05 18:28:19 +09:00
Masayuki Nakano afe24ee3a4 Bug 1166436 part.4 mozilla::ContentCache should store text rects and caret rect and TabParent should use them r=m_kato 2015-06-05 18:28:19 +09:00
Masayuki Nakano cbee1c5997 Bug 1166436 part.3 mozilla::ContentCache should store active composition information and TabParent should use them r=m_kato 2015-06-05 18:28:19 +09:00
Masayuki Nakano 28550f1773 Bug 1166436 part.2 mozilla::ContentCache should store a selection range and TabParent should use it r=m_kato 2015-06-05 18:28:19 +09:00
Masayuki Nakano 31dd7f05de Bug 1166436 part.1 Create mozilla::ContentCache and TabParent should store the text to it r=m_kato 2015-06-05 18:28:18 +09:00
Ms2ger d5fa7d0cfe Bug 1171440 - Stop using for-each loops in reftest.js; r=dbaron
--HG--
extra : commitid : 2mj8f35nTBx
2015-06-05 11:23:14 +02:00
Ms2ger b7bc0d5b7c Bug 1171509 - Stop using for each in test_checked.html; r=janv
--HG--
extra : commitid : GyDiaQDb3Qx
2015-06-05 11:23:08 +02:00
Ms2ger eb254e80bd Bug 1171451 - Use the correct type for the argv argument to NS_CreateJSArgv and the nsJSArgArray constructor; r=jst
--HG--
extra : commitid : Lkj3L0VTJ3b
2015-06-05 11:23:00 +02:00
Sylvestre Ledru e8e58ce2b8 Bug 1171448 - Matches the rest of the descriptions in ./mach help r=nfroyd 2015-06-05 11:06:41 +02:00
Sylvestre Ledru b617a55c62 Bug 1171446 - Add a description to the luciddream mach target r=ochameau 2015-06-05 11:04:11 +02:00
Seth Fowler 97f0c7ad1e Bug 1169680 - Don't merge image cache entries for blob URIs with different refs. r=tn
--HG--
extra : rebase_source : 20717fbc31f1116d96d5cf179e4f83e85719ff8d
2015-06-05 01:52:06 -07:00
Jon Coppeard bf0d9da2db Bug 1168666 - Update assertions to allow export specs to contain batch exports r=waldo 2015-06-05 09:55:03 +01:00
Carsten "Tomcat" Book 3d9b9475f3 Backed out changeset 32aea59e702f (bug 659285) for bustage on a CLOSED TREE 2015-06-05 10:47:09 +02:00
Lee Salzman 9892d81601 Bug 1169609 - test for all zero dash pattern leaving context in error state. r=jmuizelaar
--HG--
extra : rebase_source : bfc37381fe33b3e84e1c05c7b64a1a573cf400ab
2015-06-03 10:29:52 -04:00
Lee Salzman 1d435054f1 Bug 1169609 - Avoid all-zero patterns that would trigger the CAIRO_STATUS_INVALID_DASH error state. r=jmuizelaar
--HG--
extra : rebase_source : 35a276d5f908c4b108f1b9f8738c31b32b6c34e0
2015-06-01 18:02:10 -04:00
Benjamin Chen 26b1a24fe5 Bug 1165825 - 1. Release the buffer which contains INFO_FORMAT_CHANGED. 2. Re-trigger the decode task if we still hold a promise. r=sotaro
--HG--
extra : rebase_source : 109dfea3be7cd8333a82aad72fce588e3267a133
2015-06-02 15:03:06 +08:00
Randall Barker 046a61300c Bug 659285 - Extend media.autoplay.enabled to provide a way to disable untrusted play() invocations. r=cpearce
--HG--
extra : rebase_source : 8c94ff20100c2b2587aed2c5a88c2f91e55cee82
2015-05-26 10:32:00 +02:00
Karl Tomlinson cd90c4ff06 bug 1116382 test opening referenced MediaSource after URL.revokeObjectURL() r=bholley
--HG--
extra : rebase_source : ae193929e6eaa2a485580aff556f3ede4a4d0c75
2015-05-29 00:15:07 +12:00
Karl Tomlinson 80c5b6f51b bug 1116382 adjust explict revoke test to fail if revocation fails r=bholley
Previously this test would pass even without the revokeObjectURL().

--HG--
extra : rebase_source : 7b5ab56b40350db7830395e3d5f70b3e161302fb
2015-05-28 23:36:31 +12:00
Karl Tomlinson d195016f96 bug 1116382 no need to check IsMediaSourceURI(mLoadingSrc) once mMediaSource has been set r=bholley
--HG--
extra : rebase_source : 77a538826ebbb6b3fe3a130820869c54b13e8bd9
2015-05-28 14:49:23 +12:00
Karl Tomlinson e35b92c4c7 bug 1116382 use MediaSource from resolution of MediaSource urls when set r=bholley
--HG--
extra : rebase_source : 024fbcf2a4236761f3a80f284957f8500fc9d24c
2015-05-28 14:38:34 +12:00
Karl Tomlinson ae604e7f87 bug 1116382 always ShutdownDecoder() so that MediaSourceDecoder alone can manage MediaSource::Detach() r=bholley
--HG--
extra : rebase_source : 8176399d4a17f3018c686bfc55daa27a0aff8dda
2015-05-28 14:23:27 +12:00
Karl Tomlinson 15b0a07fc3 bug 1116382 resolve MediaSource urls on media element src attributes when set r=bholley
--HG--
extra : rebase_source : 3c26e47dd554edc7db03b37b6a3c572e9bf54260
2015-05-26 22:36:04 +12:00
Karl Tomlinson c4f7974c43 bug 1116382 resolve MediaSource urls on Source element src attributes when set r=bholley
--HG--
extra : rebase_source : 2b3a338cbe444461267af04d2907bbc3a042cc0b
2015-05-26 23:01:14 +12:00