Masayuki Nakano
|
4433813c48
|
Bug 1171847 Remove unnecessary ',' in logging code in nsTextStore::Initialize() r=m_kato
|
2015-06-05 19:19:35 +09:00 |
|
Andrea Marchesini
|
4fd4e622f2
|
Bug 1134224 - onerror for test_bug1132395.html, r=ehsan
|
2015-06-05 11:15:17 +01:00 |
|
Chris Pearce
|
095b29d2f8
|
Bug 1169129 - Test GMPVideoDecoderTrialCreator detects failure. r=edwin
|
2015-06-05 21:55:52 +12:00 |
|
Chris Pearce
|
637308efda
|
Bug 1169129 - Make GMPVideoDecoderTrialCreator::Await...() take a detailed-promise-like template argument. r=edwin
|
2015-06-05 21:55:52 +12:00 |
|
Chris Pearce
|
f915e37f0e
|
Bug 1169129 - Make DOMException::Create(nsresult, nsCString) accept nsACString. r=bholley
|
2015-06-05 21:55:52 +12:00 |
|
Chris Pearce
|
e2368a2078
|
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
|
17c239a954
|
Bug 1169129 - reset media.{0}.trial-create on GMP install. r=spohl
|
2015-06-05 21:55:52 +12:00 |
|
Chris Pearce
|
3786dd969e
|
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
|
ac4cd531eb
|
Bug 1169129 - Make GMPService's GMP crash handlers easier to register. r=gerald
|
2015-06-05 21:55:51 +12:00 |
|
Chris Pearce
|
ed120fb7db
|
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
|
b6aeaa9274
|
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
|
13c0dd5548
|
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
|
fc34acd5c0
|
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
|
8871d3a982
|
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
|
c41b54fc48
|
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
|
806c65d599
|
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
|
b5f9ffd623
|
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
|
a417a3fa14
|
Bug 1166436 part.12 Log the behavior of mozilla::ContentCache r=m_kato
|
2015-06-05 18:28:20 +09:00 |
|
Masayuki Nakano
|
395fbdedfc
|
Bug 1166436 part.11 Remove unnecessary public methods of mozilla::ContentCache r=m_kato
|
2015-06-05 18:28:20 +09:00 |
|
Masayuki Nakano
|
ea4b084f55
|
Bug 1166436 part.10 Optimize IME notification handling in PuppetWidget r=m_kato
|
2015-06-05 18:28:20 +09:00 |
|
Masayuki Nakano
|
6b1468139e
|
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
|
9ed6a67057
|
Bug 1166436 part.8 Make mozilla::ContentCache available in IPC r=m_kato
|
2015-06-05 18:28:19 +09:00 |
|
Masayuki Nakano
|
a751742167
|
Bug 1166436 part.7 mozilla::ContentCache should handle WidgetQueryContentEvent r=m_kato
|
2015-06-05 18:28:19 +09:00 |
|
Masayuki Nakano
|
45dcc44a34
|
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
|
bcd28de884
|
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
|
f1927a4c57
|
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
|
549eff0114
|
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
|
8dffab649c
|
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
|
b2dead386d
|
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
|
c10018698c
|
Bug 1171440 - Stop using for-each loops in reftest.js; r=dbaron
|
2015-06-05 11:23:14 +02:00 |
|
Ms2ger
|
bf7c97546c
|
Bug 1171509 - Stop using for each in test_checked.html; r=janv
|
2015-06-05 11:23:08 +02:00 |
|
Ms2ger
|
a17c292d15
|
Bug 1171451 - Use the correct type for the argv argument to NS_CreateJSArgv and the nsJSArgArray constructor; r=jst
|
2015-06-05 11:23:00 +02:00 |
|
Sylvestre Ledru
|
afb19dd675
|
Bug 1171448 - Matches the rest of the descriptions in ./mach help r=nfroyd
|
2015-06-05 11:06:41 +02:00 |
|
Sylvestre Ledru
|
c4b9b05a32
|
Bug 1171446 - Add a description to the luciddream mach target r=ochameau
|
2015-06-05 11:04:11 +02:00 |
|
Seth Fowler
|
788e795e6e
|
Bug 1169680 - Don't merge image cache entries for blob URIs with different refs. r=tn
|
2015-06-05 01:52:06 -07:00 |
|
Jon Coppeard
|
8321ec5336
|
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
|
b0def2c33c
|
Backed out changeset 32aea59e702f (bug 659285) for bustage on a CLOSED TREE
|
2015-06-05 10:47:09 +02:00 |
|
Lee Salzman
|
6277db5e19
|
Bug 1169609 - test for all zero dash pattern leaving context in error state. r=jmuizelaar
|
2015-06-03 10:29:52 -04:00 |
|
Lee Salzman
|
1454c21f59
|
Bug 1169609 - Avoid all-zero patterns that would trigger the CAIRO_STATUS_INVALID_DASH error state. r=jmuizelaar
|
2015-06-01 18:02:10 -04:00 |
|
Benjamin Chen
|
bfc596df0b
|
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
|
2015-06-02 15:03:06 +08:00 |
|
Randall Barker
|
ae954847c2
|
Bug 659285 - Extend media.autoplay.enabled to provide a way to disable untrusted play() invocations. r=cpearce
|
2015-05-26 10:32:00 +02:00 |
|
Karl Tomlinson
|
8bb1e5d240
|
bug 1116382 test opening referenced MediaSource after URL.revokeObjectURL() r=bholley
|
2015-05-29 00:15:07 +12:00 |
|
Karl Tomlinson
|
f06b1de84e
|
bug 1116382 adjust explict revoke test to fail if revocation fails r=bholley
Previously this test would pass even without the revokeObjectURL().
|
2015-05-28 23:36:31 +12:00 |
|
Karl Tomlinson
|
d461b8f797
|
bug 1116382 no need to check IsMediaSourceURI(mLoadingSrc) once mMediaSource has been set r=bholley
|
2015-05-28 14:49:23 +12:00 |
|
Karl Tomlinson
|
5227855682
|
bug 1116382 use MediaSource from resolution of MediaSource urls when set r=bholley
|
2015-05-28 14:38:34 +12:00 |
|
Karl Tomlinson
|
4ad55a4fda
|
bug 1116382 always ShutdownDecoder() so that MediaSourceDecoder alone can manage MediaSource::Detach() r=bholley
|
2015-05-28 14:23:27 +12:00 |
|
Karl Tomlinson
|
24b0f71661
|
bug 1116382 resolve MediaSource urls on media element src attributes when set r=bholley
|
2015-05-26 22:36:04 +12:00 |
|
Karl Tomlinson
|
d706a33d98
|
bug 1116382 resolve MediaSource urls on Source element src attributes when set r=bholley
|
2015-05-26 23:01:14 +12:00 |
|
Karl Tomlinson
|
8580b5003c
|
bug 1116382 accept abstract strings in NewURIFromString() r=bholley
|
2015-05-22 17:12:13 +12:00 |
|
Karl Tomlinson
|
09389af12b
|
bug 1116382 reuse some UTF8toUTF16 code r=bholley
|
2015-05-26 17:41:43 +12:00 |
|