974f23b4b9d75aa7d8e84e5d44f0ce1186e5ddd5: Bug 1369827 - Fix socksVersion key in proxy capabilities.
draft
Henrik Skupin <mail@hskupin.info> - Wed, 23 Aug 2017 11:47:01 +0200 - rev 655592
Push
76935 by bmo:hskupin@gmail.com at Wed, 30 Aug 2017 08:02:50 +0000
Bug 1369827 - Fix socksVersion key in proxy capabilities.
In the spec the socksProxyVersion key has been renamed to
socksVersion. Marionette has to be adjusted for this change.
MozReview-Commit-ID: Ep3zNZLKxXl
8ed5121df5d5732e7294599d823dcb41917a55b3: Bug 1369827 - Make proxy port an optional suffix for the host.
draft
Henrik Skupin <mail@hskupin.info> - Fri, 18 Aug 2017 14:49:00 +0200 - rev 655591
Push
76935 by bmo:hskupin@gmail.com at Wed, 30 Aug 2017 08:02:50 +0000
Bug 1369827 - Make proxy port an optional suffix for the host.
The WebDriver spec has been changed a while ago in regard of how
proxy capabilities are getting specified. It means that the port
is no longer its own key but an optional suffix for each of the
ftpProxy, httpProxy, sslProxy, and socksProxy keys.
MozReview-Commit-ID: zdYnVZSf09
1f9ab405002ff699f2ef5a4e72524c2d91099058: Bug 1395070 - Remove the MOZ_MEMORY_$platform defines. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 30 Aug 2017 17:01:30 +0900 - rev 655590
Push
76934 by bmo:mh+mozilla@glandium.org at Wed, 30 Aug 2017 08:02:37 +0000
Bug 1395070 - Remove the MOZ_MEMORY_$platform defines. r?njn
11579e52a48ff9d8d1a3f5a3e37a06e2ade893a2: Bug 1395070 - Replace MOZ_MEMORY_BSD with __FreeBSD_kernel__. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 30 Aug 2017 16:58:42 +0900 - rev 655589
Push
76934 by bmo:mh+mozilla@glandium.org at Wed, 30 Aug 2017 08:02:37 +0000
Bug 1395070 - Replace MOZ_MEMORY_BSD with __FreeBSD_kernel__. r?njn
While MOZ_MEMORY_BSD is set for kFreeBSD, FreeBSD and NetBSD, the only
use of MOZ_MEMORY_BSD is along a check for __GLIBC__ which can only be
true on GNU/kFreeBSD, which doesn't have a XP_ macro, but which we
usually match with __FreeBSD_kernel__.
5297e92b4d650c706043ed67c4c202d4a1a0dcd3: Bug 1395070 - Replace MOZ_MEMORY_SOLARIS with XP_SOLARIS. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 30 Aug 2017 16:57:46 +0900 - rev 655588
Push
76934 by bmo:mh+mozilla@glandium.org at Wed, 30 Aug 2017 08:02:37 +0000
Bug 1395070 - Replace MOZ_MEMORY_SOLARIS with XP_SOLARIS. r?njn
633e47d72d293e80511b23eecc26405fd7d6a7fd: Bug 1395070 - Replace MOZ_MEMORY_ANDROID with ANDROID. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 30 Aug 2017 16:56:42 +0900 - rev 655587
Push
76934 by bmo:mh+mozilla@glandium.org at Wed, 30 Aug 2017 08:02:37 +0000
Bug 1395070 - Replace MOZ_MEMORY_ANDROID with ANDROID. r?njn
For some reason, we don't have a XP_ macro for Android, and we generally use
ANDROID or MOZ_WIDGET_ANDROID. The former is more appropriate.
c0e478b53d849d8e0a113017aad1960b6d4e036b: Bug 1395070 - Replace MOZ_MEMORY_LINUX with XP_LINUX. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 30 Aug 2017 16:55:30 +0900 - rev 655586
Push
76934 by bmo:mh+mozilla@glandium.org at Wed, 30 Aug 2017 08:02:37 +0000
Bug 1395070 - Replace MOZ_MEMORY_LINUX with XP_LINUX. r?njn
87d59388d65c2db5e7b2ff8091e744bb358eb7d3: Bug 1395070 - Replace MOZ_MEMORY_DARWIN with XP_DARWIN. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 30 Aug 2017 16:54:17 +0900 - rev 655585
Push
76934 by bmo:mh+mozilla@glandium.org at Wed, 30 Aug 2017 08:02:37 +0000
Bug 1395070 - Replace MOZ_MEMORY_DARWIN with XP_DARWIN. r?njn
be64c5d90369eb72dd83a164b41a1e9b85857b6b: Bug 1395070 - Replace MOZ_MEMORY_WINDOWS with XP_WIN. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 30 Aug 2017 16:53:10 +0900 - rev 655584
Push
76934 by bmo:mh+mozilla@glandium.org at Wed, 30 Aug 2017 08:02:37 +0000
Bug 1395070 - Replace MOZ_MEMORY_WINDOWS with XP_WIN. r?njn
32337b95c04a84c88150c41da13fbda41ee60086: Bug 1382078 Part 3 - Support media changes for XBL stylesheets.
draft
Ting-Yu Lin <tlin@mozilla.com> - Wed, 30 Aug 2017 15:44:48 +0800 - rev 655583
Push
76933 by bmo:tlin@mozilla.com at Wed, 30 Aug 2017 08:01:23 +0000
Bug 1382078 Part 3 - Support media changes for XBL stylesheets.
MozReview-Commit-ID: EJp8EMyanBT
8ba4b3db97265ca6d6f6b4b407cbd6160aeb8f66: Bug 1382078 Part 2 - Make nsBindingManager::MediumFeaturesChanged() return bool directly.
draft
Ting-Yu Lin <tlin@mozilla.com> - Wed, 30 Aug 2017 15:22:31 +0800 - rev 655582
Push
76933 by bmo:tlin@mozilla.com at Wed, 30 Aug 2017 08:01:23 +0000
Bug 1382078 Part 2 - Make nsBindingManager::MediumFeaturesChanged() return bool directly.
The method always returns NS_OK, and no other caller checks the nsresult.
Hence the patch.
MozReview-Commit-ID: CnYCZ8VchG
e9a65b22c815fa3edfc93cb10d2027247f748e44: Bug 1349689 - Remove old preferences fork r?jaws
draft
Ricky Chien <ricky060709@gmail.com> - Mon, 21 Aug 2017 17:48:18 +0800 - rev 655581
Push
76932 by bmo:rchien@mozilla.com at Wed, 30 Aug 2017 07:55:56 +0000
Bug 1349689 - Remove old preferences fork r?jaws
MozReview-Commit-ID: GNPcQGUTUKJ
6d74d1cd8db6890dd34c7a18946142d1fa6c470b: Bug 1395015 - Remove HLSResource.
draft
James Cheng <jacheng@mozilla.com> - Wed, 30 Aug 2017 14:14:32 +0800 - rev 655580
Push
76931 by bmo:jacheng@mozilla.com at Wed, 30 Aug 2017 07:46:35 +0000
Bug 1395015 - Remove HLSResource.
Move the dependent method into HLSDecoder.
Remove the class entirely.
MozReview-Commit-ID: F9eOFQvgeLQ
fa2c6cb60a8ae60bbfef76e09f65aa7a729a8532: Bug 1392468 - [Onboarding] replace overlay icon to fox icon;r=fischer,rexboy
draft
gasolin <gasolin@gmail.com> - Tue, 22 Aug 2017 11:00:01 +0800 - rev 655579
Push
76930 by bmo:gasolin@mozilla.com at Wed, 30 Aug 2017 07:43:50 +0000
Bug 1392468 - [Onboarding] replace overlay icon to fox icon;r=fischer,rexboy
MozReview-Commit-ID: JHtE1Kbr2sk
6b872f7baa6b1f298941e2d4bd4f8af66635ce36: Bug 1394356 - Temporary remove add to home screen for Android O. r?jwu
draft
Nevin Chen <cnevinchen@gmail.com> - Tue, 29 Aug 2017 17:53:56 +0800 - rev 655578
Push
76929 by bmo:cnevinchen@gmail.com at Wed, 30 Aug 2017 07:42:46 +0000
Bug 1394356 - Temporary remove add to home screen for Android O. r?jwu
MozReview-Commit-ID: 8Uz9QM7i4SD
8042119ad9288aab39f761f4b0e82a8bbb4c239d: Bug 1394361 - Tab title is cropped and not align to close button. r?jwu
draft
Nevin Chen <cnevinchen@gmail.com> - Tue, 29 Aug 2017 15:12:21 +0800 - rev 655577
Push
76929 by bmo:cnevinchen@gmail.com at Wed, 30 Aug 2017 07:42:46 +0000
Bug 1394361 - Tab title is cropped and not align to close button. r?jwu
MozReview-Commit-ID: JDqgSulYqAx
d5c7181c41fb3cf400442404e50f7b851e83332f: Bug 1392468 - [Onboarding] replace overlay icon to fox icon;r=fischer,rexboy
draft
gasolin <gasolin@gmail.com> - Tue, 22 Aug 2017 11:00:01 +0800 - rev 655576
Push
76928 by bmo:gasolin@mozilla.com at Wed, 30 Aug 2017 07:39:57 +0000
Bug 1392468 - [Onboarding] replace overlay icon to fox icon;r=fischer,rexboy
MozReview-Commit-ID: JHtE1Kbr2sk
a775136e6fca422a94970bf9b4bed5bf94acdcc3: Bug 1394724. P4 - merge MediaCacheStream::Close() and CloseInternal().
draft
JW Wang <jwwang@mozilla.com> - Tue, 29 Aug 2017 16:46:42 +0800 - rev 655575
Push
76927 by jwwang@mozilla.com at Wed, 30 Aug 2017 07:33:51 +0000
Bug 1394724. P4 - merge MediaCacheStream::Close() and CloseInternal().
MozReview-Commit-ID: Fo43lKYPA0m
f4e32a3b192ae7aca4deb53c1a7edc96c021d8e3: Bug 1394724. P3 - fix data race in reading mClosed in MediaCacheStream::NotifyDataReceived().
draft
JW Wang <jwwang@mozilla.com> - Tue, 29 Aug 2017 16:41:17 +0800 - rev 655574
Push
76927 by jwwang@mozilla.com at Wed, 30 Aug 2017 07:33:51 +0000
Bug 1394724. P3 - fix data race in reading mClosed in MediaCacheStream::NotifyDataReceived().
1. mCacheStream.Close() should happen after CloseChannel() to avoid data race
in reading mClosed in MediaCacheStream::NotifyDataReceived().
2. MediaCache::Update() and CloseStreamsForPrivateBrowsing() should call
ChannelMediaResource::Close() to ensure mCacheStream.Close() happens
after CloseChannel().
MozReview-Commit-ID: 1o3yPbm3Gy6
9e584dd5f01d3de647181bc84d34e8193949cb9b: Bug 1394724. P2 - mListener->Revoke() should happen after mChannel->Caancel() to avoid data race.
draft
JW Wang <jwwang@mozilla.com> - Tue, 29 Aug 2017 15:55:20 +0800 - rev 655573
Push
76927 by jwwang@mozilla.com at Wed, 30 Aug 2017 07:33:51 +0000
Bug 1394724. P2 - mListener->Revoke() should happen after mChannel->Caancel() to avoid data race.
http://searchfox.org/mozilla-central/rev/cd82cacec2cf734768827ff85ba2dba90a534c5e/netwerk/base/nsIRequest.idl#56
All OnDataAvailable() calls should happen before Cancel().
It is safe to modify mResource after a call to Cancel().
MozReview-Commit-ID: KoeLth1zlZM