d28c45ebedccae786507d357b725c889170653b8: Bug 1457815 - remove all sync log files when sync is disconnected. r=tcsc
Mark Hammond <mhammond@skippinet.com.au> - Mon, 30 Apr 2018 15:32:37 +1000 - rev 416459
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1457815 - remove all sync log files when sync is disconnected. r=tcsc
MozReview-Commit-ID: 3YYn5311cCE
68bfd841265f54fdd4a214214e9ccc8297c64672: Bug 1424505: Don't try to retrieve the accessible focus from remote documents on Windows 7. r=eeejay
James Teh <jteh@mozilla.com> - Tue, 01 May 2018 15:48:43 +1000 - rev 416458
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1424505: Don't try to retrieve the accessible focus from remote documents on Windows 7. r=eeejay
Bug 1421144 fixed IAccessible::accFocus to work when focus is within a remote document.
Unfortunately, this causes mysterious intermittent crashes when called from a UIA client in Windows 7.
Ideally, we'd deal with the actual cause of the crashes, but they seem to be deep in Windows RPC code and all attempts at tracking this down have failed.
Clients don't seem to need this too often anyway (and it's a minor annoyance if it doesn't work when they do).
MozReview-Commit-ID: IxvbBGJ2wxA
efbdd0a0a0ba523d0ec3b47ed3ad6872832c8e80: Bug 1456728 - Bind an empty binding on scrollbar r=mconley
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 27 Apr 2018 13:27:47 -0700 - rev 416457
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1456728 - Bind an empty binding on scrollbar r=mconley
For some reason, removing the scrollbar binding triggers
content process performance regression on Linux.
We'll add an empty binding for now until we find the real cause.
MozReview-Commit-ID: 5sonOULH1x8
c4e3dcdb87c6fa0340d9809ad20804e021a94c37: Merge mozilla-central to autoland. a=merge CLOSED TREE
shindli <shindli@mozilla.com> - Wed, 02 May 2018 01:57:22 +0300 - rev 416456
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Merge mozilla-central to autoland. a=merge CLOSED TREE
6340700abe0f9639891ed8498287b9c5b8bcf545: Backed out 2 changesets (bug 1457863) for merge conflict on a CLOSED TREE
shindli <shindli@mozilla.com> - Wed, 02 May 2018 01:54:08 +0300 - rev 416455
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Backed out 2 changesets (
bug 1457863) for merge conflict on a CLOSED TREE
Backed out changeset a9e4a1af13b9 (
bug 1457863)
Backed out changeset d4e8c9ea8f0e (
bug 1457863)
c91dda92242abf7f072485bb97bc7a0f05df500a: bug 1445961 - extend the lifetime of the security.pkcs11_modules_loaded telemetry probe r=francois,jcj
David Keeler <dkeeler@mozilla.com> - Tue, 01 May 2018 13:29:22 -0700 - rev 416454
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
bug 1445961 - extend the lifetime of the security.pkcs11_modules_loaded telemetry probe r=francois,jcj
MozReview-Commit-ID: FcHSk7AX3QB
fa4f44996ac6a77963450d25e5ea66fc6d39c701: Bug 822018 - Remove unused mentions of private browsing from TPS. r=tcsc
Kit Cambridge <kit@yakshaving.ninja> - Tue, 01 May 2018 13:34:17 -0700 - rev 416453
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 822018 - Remove unused mentions of private browsing from TPS. r=tcsc
MozReview-Commit-ID: 2QKfN062gRE
eb78f49f99f095346715906321a5730bf647dfec: Bug 1457963 - Add a --temp-profile argument to `mach run` that creates a new temp profile directory;r=ahal
Brian Grinstead <bgrinstead@mozilla.com> - Tue, 01 May 2018 12:13:40 -0700 - rev 416452
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1457963 - Add a --temp-profile argument to `mach run` that creates a new temp profile directory;r=ahal
MozReview-Commit-ID: LI6a9KBNXer
969b429c982e793de88d04011f4a1aa610ff8d6d: Bug 1458230 - Stop passing the caller or a stack for Assert.ok messages in places tests. r=Paolo
Mark Banner <standard8@mozilla.com> - Tue, 01 May 2018 15:27:37 +0100 - rev 416451
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1458230 - Stop passing the caller or a stack for Assert.ok messages in places tests. r=Paolo
The stacks are now correctly output by the test harness, they may not have been before.
MozReview-Commit-ID: FugywVd9xoC
424ed2c8b1b4a7ef471552f1567b25d48da67275: Bug 1458230 - Fix various Assert.ok tests that should be using Assert.equals in places related code. r=Paolo
Mark Banner <standard8@mozilla.com> - Tue, 01 May 2018 15:25:18 +0100 - rev 416450
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1458230 - Fix various Assert.ok tests that should be using Assert.equals in places related code. r=Paolo
MozReview-Commit-ID: 7i1fPn10Xbe
f53ccf5c545c44c5aecfaa1c2b55b3d64414fcf8: Bug 1458230 - Fix test_BinarySearch.js so that it actually runs the intented checks. r=Paolo
Mark Banner <standard8@mozilla.com> - Tue, 01 May 2018 15:23:34 +0100 - rev 416449
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1458230 - Fix test_BinarySearch.js so that it actually runs the intented checks. r=Paolo
Currently, it attempts to override 'ok()', but fails in doing so.
MozReview-Commit-ID: LUp6LRb1Alv
bbe0de8d6ef96fb18793488cdaf97cf9c59d37bc: Bug 1457960 - P2. Don't make MediaDecoder::Seek virtual. r=bryce
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 30 Apr 2018 19:59:32 +0200 - rev 416448
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1457960 - P2. Don't make MediaDecoder::Seek virtual. r=bryce
It's unnecessary.
MozReview-Commit-ID: Hau3nb9WLKe
bbfe1fb6432d5c7798745e5d99090eade9526d9e: Bug 1457960 - P1. make MediaDecoder::Seek returns void. r=bryce
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 30 Apr 2018 19:58:11 +0200 - rev 416447
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1457960 - P1. make MediaDecoder::Seek returns void. r=bryce
MozReview-Commit-ID: 2pbZprnYqcF
a9e4a1af13b92a150a30dd9d89f12c9c4e2e97e4: Bug 1457863 - 2. Use kotlin array literals; r=nalexander
Jim Chen <nchen@mozilla.com> - Tue, 01 May 2018 14:17:11 -0400 - rev 416446
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1457863 - 2. Use kotlin array literals; r=nalexander
Use the new array literal syntax from kotlin 1.2.
MozReview-Commit-ID: 1py4eZCBbL3
d4e8c9ea8f0e7041cde174758867bd85d6f1c5b7: Bug 1457863 - 1. Update kotlin to 1.2.20; r=nalexander
Jim Chen <nchen@mozilla.com> - Tue, 01 May 2018 14:17:11 -0400 - rev 416445
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1457863 - 1. Update kotlin to 1.2.20; r=nalexander
Update the kotlin version used for GeckoView tests to 1.2.20. Also turn
on "warnings-as-errors", which is a compiler option introduced in kotlin
1.2.
MozReview-Commit-ID: EjVPQebAuaS
d858e46ec74a7963d4c0519c29e1fe3754614e8a: Bug 1456743 - P4. Actual implementation of SourceBuffer.changeType. r=bryce
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 30 Apr 2018 19:16:31 +0200 - rev 416444
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1456743 - P4. Actual implementation of SourceBuffer.changeType. r=bryce
Currently, the new init segment provided following a call to changeType() must contain the same number of audio and video tracks as previously.
The Chrome team has indicated concerns in regards to this restriction. TBD.
MozReview-Commit-ID: 3S6YVtQILF9
d89660b4978f082c7676af47e3c4da2789e20153: Bug 1456743 - P3. Add SourceBuffer.changeType experimental method. r=bryce,bz
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 30 Apr 2018 19:13:15 +0200 - rev 416443
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1456743 - P3. Add SourceBuffer.changeType experimental method. r=bryce,bz
Non functional code.
SourceBuffer.changeType allows to reconfigure a sourceBuffer so that a new codec type or new container format can be fed later.
The new code is placed behind the media.mediasource.experimental.enabled pref.
MozReview-Commit-ID: 5wj6J4uzLbA
c526527f499ec1c912a58937031730747bc7cf29: Bug 1456743 - P2. Have MediaFormatReader debug show live audio codec type. r=bryce
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 30 Apr 2018 19:06:06 +0200 - rev 416442
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1456743 - P2. Have MediaFormatReader debug show live audio codec type. r=bryce
Additionally, show the number of channels and the sampling rate.
MozReview-Commit-ID: L067Hbv0bXz
0f4214755cd79038d89861cc29be0e5fd090e7eb: Bug 1456743 - P1. Create mochitest for new SourceBuffer::changeType. r=bryce
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 30 Apr 2018 18:59:34 +0200 - rev 416441
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1456743 - P1. Create mochitest for new SourceBuffer::changeType. r=bryce
MozReview-Commit-ID: 6X8rVMhVY98
c2420955ce61a3e5c650b309e96564f9a494bdf8: Bug 1372381 - Install TEST_HARNESS_FILES in the tup backend. r=mshal
Chris Manchester <cmanchester@mozilla.com> - Mon, 30 Apr 2018 11:10:44 -0700 - rev 416440
Push
33928 by csabou@mozilla.com at Wed, 02 May 2018 09:26:14 +0000
Bug 1372381 - Install TEST_HARNESS_FILES in the tup backend. r=mshal
MozReview-Commit-ID: 3PTtvoh8D9L