1500c30b6a53ae7191086603cddf77b0b4567755: Backed out changeset c37d2cdef062 (bug 971528)
Sebastian Hengst <archaeopteryx@coole-files.de> - Thu, 01 Jun 2017 18:24:56 +0200 - rev 409958
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Backed out changeset c37d2cdef062 (
bug 971528)
9e3fba916ae2f3773c49d32673dee1ddff60a33c: Backed out changeset 08a538f6350b (bug 971528)
Sebastian Hengst <archaeopteryx@coole-files.de> - Thu, 01 Jun 2017 18:24:52 +0200 - rev 409957
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Backed out changeset 08a538f6350b (
bug 971528)
08a538f6350be53424c64b7d36f2be2c332dafbb: Bug 971528 - Allocate given number of channels for WebRTC mic source. r=jesup
Alex Chronopoulos <achronop@gmail.com> - Mon, 29 May 2017 13:48:06 +0300 - rev 409956
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 971528 - Allocate given number of channels for WebRTC mic source. r=jesup
MozReview-Commit-ID: EVii9ACkjBu
c37d2cdef062707ea3cecff26c3efea43317d336: Bug 971528 - Expect stereo input in MediaEngineWebRTCMicrophoneSource. r=padenot
Alex Chronopoulos <achronop@gmail.com> - Mon, 29 May 2017 13:26:57 +0300 - rev 409955
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 971528 - Expect stereo input in MediaEngineWebRTCMicrophoneSource. r=padenot
MozReview-Commit-ID: 5nJAJw7WTEe
4481be95f2320670706410717dec7fcfa9653383: Bug 971528 - Allow stereo capture in AudioCallbackDriver. r=padenot
Alex Chronopoulos <achronop@gmail.com> - Mon, 29 May 2017 13:26:27 +0300 - rev 409954
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 971528 - Allow stereo capture in AudioCallbackDriver. r=padenot
* * *
[mq]: graph-driver-comments
MozReview-Commit-ID: JnU3opk8X5K
* * *
[mq]: tmp
MozReview-Commit-ID: 73CtZw4CRG
5a12c5e3eac314f257c595f0605f0302f12a6057: Merge m-c to autoland. a=merge
Ryan VanderMeulen <ryanvm@gmail.com> - Thu, 01 Jun 2017 11:55:30 -0400 - rev 409953
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Merge m-c to autoland. a=merge
1d250422890a24fd71f473e457009a2257726da8: Bug 1346009 - Convert 'defer' to 'new Promise' in client/webide; r=tromey
Matt R <matthieu.rigolot@gmail.com> - Sat, 20 May 2017 13:31:10 +0100 - rev 409952
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1346009 - Convert 'defer' to 'new Promise' in client/webide; r=tromey
MozReview-Commit-ID: 1adrD8A96Dx
e603b83ca39530ab7eccb6f2e999905ecb209e1a: Backed out 4 changesets (bug 1363505) to avoid conflicts with bug 1369140 on inbound.
Ryan VanderMeulen <ryanvm@gmail.com> - Thu, 01 Jun 2017 11:12:04 -0400 - rev 409951
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Backed out 4 changesets (
bug 1363505) to avoid conflicts with
bug 1369140 on inbound.
Backed out changeset c6b6bc96e99c (
bug 1363505)
Backed out changeset 494590d4307a (
bug 1363505)
Backed out changeset 6f6b73f4f305 (
bug 1363505)
Backed out changeset 0c50bc93a3dc (
bug 1363505)
21e673ba5a1669277b4d2752d20b8d220260e1ff: Bug 1368695 - don't emit event when tooltip already destroyed; r=jdescottes
Tom Tromey <tom@tromey.com> - Tue, 30 May 2017 08:08:18 -0600 - rev 409950
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1368695 - don't emit event when tooltip already destroyed; r=jdescottes
If a reply comes from source-map-url-service but the tooltip has already
been destroyed, don't try to emit the event-tooltip-source-map-ready
event.
MozReview-Commit-ID: EKrT7V4qLJq
a3bdbdd4d95a22b3cdc190d2a62ac3cdcc2addde: Backed out changeset ff5590f1750d (bug 1367450) for browser_CaptivePortalWatcher.js failures.
Ryan VanderMeulen <ryanvm@gmail.com> - Thu, 01 Jun 2017 10:47:44 -0400 - rev 409949
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Backed out changeset ff5590f1750d (
bug 1367450) for browser_CaptivePortalWatcher.js failures.
39d218ebd0d6c3d0e677d22b860485aabc77c592: Bug 1363678 - Allow to pass a custom logLimit to configureStore. r=bgrins
Nicolas Chevobbe <nchevobbe@mozilla.com> - Thu, 01 Jun 2017 10:23:51 +0200 - rev 409948
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363678 - Allow to pass a custom logLimit to configureStore. r=bgrins
The idea is to allow tests to set their own logLimit without
having to use Services.setIntPref.
To do so, we also need to not retrieve the logLimit from Services
in the messages reducer. Since we already have the logLimit in the
store, we can retrieve it directly from the store by passing the
prefs state to the messages reducer.
We take this as an opportunity to revisit the createRootReducer function
to be future proof: if any new reducer is added, they should just work
as if we were using combineReducers.
With those changes, we can set a lower logLimit in some tests that used
to have a defined timeout since they were taking too much time.
MozReview-Commit-ID: 7j80XoKkJ1y
f481ef5c3bf0496828b1c645cfdf9f029c895f2d: Bug 1363678 - Adapt tests to the new filtering logic. r=bgrins,Honza
Nicolas Chevobbe <nchevobbe@mozilla.com> - Wed, 31 May 2017 09:32:32 +0200 - rev 409947
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363678 - Adapt tests to the new filtering logic. r=bgrins,Honza
MozReview-Commit-ID: Kv4fmQ4hU9c
e9f6b74293361a45b8ac2342e7a727e93e9bf7de: Bug 1363678 - Refactor how we do the messages limit on the reducer. r=Honza
Nicolas Chevobbe <nchevobbe@mozilla.com> - Wed, 31 May 2017 14:00:15 +0200 - rev 409946
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363678 - Refactor how we do the messages limit on the reducer. r=Honza
The parent commit did some changes to the architecture of the store that
needed to be handled on the limit messages function.
We take advantage of this to rewrite the functions involved to be as efficient
as possible. To do that, we limit the work done by Immutable structures by doing
changes in them only once per added messages.
MozReview-Commit-ID: 6VzobhWzK40
617099302c92ebfe8fc2a34dffb0dd8d9755fc9f: Bug 1363678 - Move the filtering logic to the reducer. r=bgrins
Nicolas Chevobbe <nchevobbe@mozilla.com> - Wed, 31 May 2017 09:27:43 +0200 - rev 409945
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363678 - Move the filtering logic to the reducer. r=bgrins
We used to do the filtering on the selector, which can be costly because
we're looping through all the messages of the store on each new message.
Moving the logic to the reducer allow us to be more thoughtful about which
messages to evaluate and when.
In order to make this change, we need to pass the filter state to the message
reducer. This is done by ditching the combineReducers helper function and do
the plumbing by ourselves, which isn't complex.
MozReview-Commit-ID: Lw37XgEFf7e
c6b6bc96e99c2b78a97a812cdac687802decb4c3: Bug 1363505 - Add tab switch reflow test. r=florian
Mike Conley <mconley@mozilla.com> - Thu, 25 May 2017 16:05:53 -0400 - rev 409944
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363505 - Add tab switch reflow test. r=florian
MozReview-Commit-ID: 9A77Fi6Kroi
494590d4307a1a06e5388c66ba23119f33a25b64: Bug 1363505 - Add tab growth reflow test. r=florian
Mike Conley <mconley@mozilla.com> - Thu, 25 May 2017 15:49:37 -0400 - rev 409943
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363505 - Add tab growth reflow test. r=florian
MozReview-Commit-ID: 8Qes9Srkskm
6f6b73f4f305a649c503ff9bba3d1d1ca0b1aedd: Bug 1363505 - Add tab squeeze reflow test. r=florian
Mike Conley <mconley@mozilla.com> - Wed, 10 May 2017 22:16:12 -0400 - rev 409942
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363505 - Add tab squeeze reflow test. r=florian
MozReview-Commit-ID: Jd7uVrNaMbh
0c50bc93a3dc0c78eae2c3599912b86c03509aea: Bug 1363505 - Add reflow test for window closing. r=florian
Mike Conley <mconley@mozilla.com> - Tue, 09 May 2017 17:10:14 -0400 - rev 409941
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1363505 - Add reflow test for window closing. r=florian
MozReview-Commit-ID: AmjNIldSQIz
167cd75cfda764e5ddce73d6b026363dbb1c2adc: Bug 1368839 - Add av1 to MediaSource.isTypeSupported. r=gerald
Ralph Giles <giles@mozilla.com> - Tue, 30 May 2017 16:37:20 -0700 - rev 409940
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1368839 - Add av1 to MediaSource.isTypeSupported. r=gerald
When av1 video playback is enabled, declare it as supported
in the webm container in MediaSource.IsTypeSupported.
Also support special mime types of the form
video/webm; codecs=vp9.experimental.<git-commit-id>
so test sites can verify playback support of particular encodings
while the av1 bitstream is under development.
MozReview-Commit-ID: GS4n7cPxfQ7
ec18d62f02a94186fee90fc1814efd1c4ced3b51: Bug 1320058 - Use saveFile.png on windows for the save icon r=dao
Dan Banner <dbugs@thebanners.uk> - Thu, 01 Jun 2017 14:38:54 +0100 - rev 409939
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
Bug 1320058 - Use saveFile.png on windows for the save icon r=dao
MozReview-Commit-ID: 8vtLMKrtKrt