e21f380942770f984db8a0e5d06e70a6ed696bf3: Bug 1374007 - Remove grey overlay of medai controls before media start to play. r=Gijs
draft
Ray Lin <ralin@mozilla.com> - Fri, 15 Sep 2017 13:47:22 +0800 - rev 665223
Push
79979 by bmo:ralin@mozilla.com at Fri, 15 Sep 2017 06:01:05 +0000
Bug 1374007 - Remove grey overlay of medai controls before media start to play. r=Gijs
MozReview-Commit-ID: DxkoE6Vso0F
05ca475e014129b9c8cca5b3e5e26428e5aaedf0: Bug 1374007 - Remove grey overlay of medai controls before media start to play. r=jaws
draft
Ray Lin <ralin@mozilla.com> - Fri, 15 Sep 2017 13:47:22 +0800 - rev 665222
Push
79978 by bmo:ralin@mozilla.com at Fri, 15 Sep 2017 05:54:06 +0000
Bug 1374007 - Remove grey overlay of medai controls before media start to play. r=jaws
MozReview-Commit-ID: DxkoE6Vso0F
831e9e71e96e42ea8161a0c1ae9cb882bce2d5d9: Bug 1397486 - Update controlBar width with videocontrols which is really grow against <audio>.
draft
Ray Lin <ralin@mozilla.com> - Thu, 14 Sep 2017 17:37:47 +0800 - rev 665221
Push
79978 by bmo:ralin@mozilla.com at Fri, 15 Sep 2017 05:54:06 +0000
Bug 1397486 - Update controlBar width with videocontrols which is really grow against <audio>.
MozReview-Commit-ID: LpxH7Pnu7tQ
8512a5a2746220d71eb2698981f0b0917395139b: Bug 1387557 - Transition to fatter progressbar. r=mikedeboer
draft
Sam Foster <sfoster@mozilla.com> - Tue, 12 Sep 2017 00:08:43 -0700 - rev 665220
Push
79977 by bmo:sfoster@mozilla.com at Fri, 15 Sep 2017 05:47:49 +0000
Bug 1387557 - Transition to fatter progressbar. r=mikedeboer
* Pre-rendered animations to transition to the fatter progressbar
* Frames of the indicator graphic in the notifier replace and overlay the button indicator, so that we can control the ease-in of the progressbar and transition of the arrow from an attention state
* Forward selected attributes to the notifier element to drive animation behavior & specifics
* Transition from not-downloading to downloading state in the notifier, revealing the indicator when the animation complete
* Animate the transition from attention=success to none with a pre-rendered svg animation
MozReview-Commit-ID: BDguf62lTyt
f746c849eb390916ba004df9d5ce702c9532fc2b: Bug 1400096 - Don't define the operator new/delete functions as mangled in mozmem_wrap.cpp. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Fri, 15 Sep 2017 10:28:33 +0900 - rev 665219
Push
79976 by bmo:mh+mozilla@glandium.org at Fri, 15 Sep 2017 05:26:57 +0000
Bug 1400096 - Don't define the operator new/delete functions as mangled in mozmem_wrap.cpp. r?njn
Now that this is a C++ file, and that the function names are not
mangled, we can just use the actual C++ names.
We do however need to replace MOZ_MEMORY_API, which implies extern "C",
with MFBT_API.
Also use the correct type for the size given to operator new. It
happened to work before because the generated code would just jump to
malloc without touching any register, but on aarch64, unsigned int was
the wrong type.
d6874c3d967744d1a2c71638b71bdca08dd3cf93: Bug 1400096 - Build mozmemory_wrap as C++. r?njn
draft
Mike Hommey <mh+mozilla@glandium.org> - Fri, 15 Sep 2017 10:19:37 +0900 - rev 665218
Push
79976 by bmo:mh+mozilla@glandium.org at Fri, 15 Sep 2017 05:26:57 +0000
Bug 1400096 - Build mozmemory_wrap as C++. r?njn
And since the build system doesn't handle transitions from foo.c to
foo.cpp properly without a clobber, we work around the issue by
switching to unified sources.
bcfccf2f7d4e4016df873e90138ef9e61df48a67: Bug 1185236 - Shorten print job name on Windows. r?jwatt
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Fri, 15 Sep 2017 14:22:43 +0900 - rev 665217
Push
79975 by bmo:mantaroh@gmail.com at Fri, 15 Sep 2017 05:23:19 +0000
Bug 1185236 - Shorten print job name on Windows. r?jwatt
Gecko set job document using by StartDocW regardless of job name length.
But IPP allow job-name length up to 255 bytes. (RFC 2911, Section 4.3.1)
This patch will shorten print job name.
MozReview-Commit-ID: 5BmotR1ZSQi
00f0c355edcecb1aa4287f64cb1cf4314036d0a3: Bug 1185236 - Shorten print job name on Cocoa. r?mstange
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Fri, 15 Sep 2017 14:22:40 +0900 - rev 665216
Push
79975 by bmo:mantaroh@gmail.com at Fri, 15 Sep 2017 05:23:19 +0000
Bug 1185236 - Shorten print job name on Cocoa. r?mstange
Gecko set job using by PMPrintSettingsSetJobName regardless of job name length.
But IPP allow job-name length up to 255 bytes. (RFC 2911, Section 4.3.1)
This patch will shorten print job name. It is workaround until fixed the
Core Printing[1].
[1] https://openradar.appspot.com/34428043.
MozReview-Commit-ID: 6nCwZuD43O9
dc015362919465c4b92846584971abe7d1eb1183: Bug 1185236 - Shorten print job name when GTK version is older than 3.18.2. r?karlt
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Fri, 15 Sep 2017 11:31:01 +0900 - rev 665215
Push
79975 by bmo:mantaroh@gmail.com at Fri, 15 Sep 2017 05:23:19 +0000
Bug 1185236 - Shorten print job name when GTK version is older than 3.18.2. r?karlt
Until GTK 3.18.2, GTK allow setting job name with exceeding 255 characters.
As result, CUPS received the IPP error. (RFC 2911, Section 4.3.1)
This patch will shorten print job name, if runtime GTK version is older than 3.18.2.
MozReview-Commit-ID: EfB87Bvo6hX
d2f955cdec480eb30020c5a3fe652c8ad7b8ac3b: Bug 1394239 - don't return video frames that MDSM won't show. r?jya
draft
John Lin <jolin@mozilla.com> - Mon, 11 Sep 2017 12:50:48 +0800 - rev 665214
Push
79974 by bmo:jolin@mozilla.com at Fri, 15 Sep 2017 05:14:36 +0000
Bug 1394239 - don't return video frames that MDSM won't show. r?jya
In some Android ROMs, MediaCodec doesn't allocate additional buffers to reduce
consumer starvation and will not work when MDSM grips most recently returned
frame before rearching seek target. Implement SetSeekThreshold() to get actual
seek target to check if video buffers can be released back to remote decoder
immediately.
MozReview-Commit-ID: 7IetuVxCXc0
4cbcb32c7ebe221a94eb2f534d8ca5da7eba1324: Bug 1400128 - Link thumb library of libc++ when using MOZ_THUMB=1 and NDK r11c. r?froydnj
draft
Makoto Kato <m_kato@ga2.so-net.ne.jp> - Fri, 15 Sep 2017 13:40:43 +0900 - rev 665213
Push
79973 by bmo:m_kato@ga2.so-net.ne.jp at Fri, 15 Sep 2017 04:58:18 +0000
Bug 1400128 - Link thumb library of libc++ when using MOZ_THUMB=1 and NDK r11c. r?froydnj
cpu_arch_dir isn't absolute path, we cannot always detect thumb library for c++ library. Our build tool still uses NDK r11c, so we should check thumb library correctly.
MozReview-Commit-ID: 912ZDNeUcKc
dba152c3bc94cfed2d4a3220c3163933ee145002: Bug 1399511 - Update message displayed when a section has no data in about:telemetry r?chutten
draft
Francesco Lodolo (:flod) <flod@lodolo.net> - Fri, 15 Sep 2017 06:53:33 +0200 - rev 665212
Push
79972 by bmo:francesco.lodolo@gmail.com at Fri, 15 Sep 2017 04:57:20 +0000
Bug 1399511 - Update message displayed when a section has no data in about:telemetry r?chutten
MozReview-Commit-ID: 2Hb4oKKlhG7
089cd36d749408f220da3f9411e8d56ae72379a3: Bug 1399511 - Update message displayed when a section has no data in about:telemetry r?chutten
draft
Francesco Lodolo (:flod) <flod@lodolo.net> - Fri, 15 Sep 2017 06:53:33 +0200 - rev 665211
Push
79971 by bmo:francesco.lodolo@gmail.com at Fri, 15 Sep 2017 04:54:22 +0000
Bug 1399511 - Update message displayed when a section has no data in about:telemetry r?chutten
MozReview-Commit-ID: 2Hb4oKKlhG7
ee2a20921a17b9091b60a5d9e389a6c6f2fa192b: Bug 1399758 - Measure ImageValue objects. r=heycam.
draft
Nicholas Nethercote <nnethercote@mozilla.com> - Thu, 14 Sep 2017 18:48:19 +1000 - rev 665210
Push
79970 by nnethercote@mozilla.com at Fri, 15 Sep 2017 04:23:05 +0000
Bug 1399758 - Measure ImageValue objects. r=heycam.
We have about 11,500 of these when loading gmail in a Stylo-enabled build, from
SpecifiedUrls; the objects themselves account for about 1.3 MiB of memory, and the
strings within them about 2.9 MiB.
We also have a very small number of them on the Gecko side.
MozReview-Commit-ID: AduCIaDIzGG
319e388a61d93af020350c9b11745f8fddb22296: Bug 1400117 - Introduce requestAnimationFrame to initialize panel asynchronously r?jaws
draft
Ricky Chien <ricky060709@gmail.com> - Fri, 15 Sep 2017 12:06:08 +0800 - rev 665209
Push
79969 by bmo:rchien@mozilla.com at Fri, 15 Sep 2017 04:06:40 +0000
Bug 1400117 - Introduce requestAnimationFrame to initialize panel asynchronously r?jaws
MozReview-Commit-ID: Cla3vz3YF38
9a2b41f45231d36fe1d1eee44cd7f467bd919807: Bug 1384330 - Part 2: Add a test case for testing that navigator.mozAddonManager is correctly blocked when pref 'privacy.resistFingerprinting.block_mozAddonManager' is true. r?mossop,arthuredelstein
draft
Tim Huang <tihuang@mozilla.com> - Thu, 14 Sep 2017 16:49:33 +0800 - rev 665208
Push
79968 by bmo:tihuang@mozilla.com at Fri, 15 Sep 2017 03:09:18 +0000
Bug 1384330 - Part 2: Add a test case for testing that navigator.mozAddonManager is correctly blocked when pref 'privacy.resistFingerprinting.block_mozAddonManager' is true. r?mossop,arthuredelstein
The patch adds a test case which will first test with the pref off to see that
navigator.mozAddonManager can be accessed successfully. And then turn the pref
on to see that whether navigator.mozAddonManager is blocked.
MozReview-Commit-ID: 3nptUqdg7p7
01bc721e07bac1fa66e8579eec4a157b45490be9: Bug 1389424 - enable onboarding telemetry via ping-centre;r=rexboy,fischer,timdream,emtwo,liuche
draft
gasolin <gasolin@gmail.com> - Thu, 31 Aug 2017 10:19:04 +0800 - rev 665207
Push
79967 by bmo:gasolin@mozilla.com at Fri, 15 Sep 2017 03:03:24 +0000
Bug 1389424 - enable onboarding telemetry via ping-centre;r=rexboy,fischer,timdream,emtwo,liuche
MozReview-Commit-ID: KWRCnD4lFh9
e0940ae237c3da0629b6208815fb11eb609526d5: Bug 1384608 Show complete themes with legacy extensions
draft
Andrew Swan <aswan@mozilla.com> - Wed, 13 Sep 2017 13:23:39 -0700 - rev 665206
Push
79966 by aswan@mozilla.com at Fri, 15 Sep 2017 02:58:57 +0000
Bug 1384608 Show complete themes with legacy extensions
MozReview-Commit-ID: 6jiQZ8SQpzI
360a59579e7345c789af3fc74a9a67d5f09704a0: Bug 1389424 - enable onboarding telemetry via ping-centre;r=rexboy,fischer,timdream,emtwo,liuche
draft
gasolin <gasolin@gmail.com> - Thu, 31 Aug 2017 10:19:04 +0800 - rev 665205
Push
79965 by bmo:gasolin@mozilla.com at Fri, 15 Sep 2017 02:57:09 +0000
Bug 1389424 - enable onboarding telemetry via ping-centre;r=rexboy,fischer,timdream,emtwo,liuche
MozReview-Commit-ID: KWRCnD4lFh9
8a56e4ffca6d03c5945c478565350373963bbd34: Bug 1389424 - enable onboarding telemetry via ping-centre;r=rexboy,fischer,timdream,emtwo,rweiss
draft
gasolin <gasolin@gmail.com> - Thu, 31 Aug 2017 10:19:04 +0800 - rev 665204
Push
79964 by bmo:gasolin@mozilla.com at Fri, 15 Sep 2017 02:47:05 +0000
Bug 1389424 - enable onboarding telemetry via ping-centre;r=rexboy,fischer,timdream,emtwo,rweiss
MozReview-Commit-ID: KWRCnD4lFh9