5c2e47c9a35dda101f1718d3e44fe0b01704eb38: Bug 1406305 - Remove unused arguments in StackingContextHelper's constructor; r?kats
draft
Kevin Chen <kechen@mozilla.com> - Fri, 06 Oct 2017 15:06:08 +0800 - rev 675918
Push
83303 by bmo:kechen@mozilla.com at Fri, 06 Oct 2017 07:53:30 +0000
Bug 1406305 - Remove unused arguments in StackingContextHelper's constructor; r?kats
MozReview-Commit-ID: 47owLOUhMBM
1a291b5d0da9b115da99308e24c78c16058d41bc: Bug 1389424 - enable onboarding telemetry via ping-centre;r=emtwo,fischer,liuche
draft
gasolin <gasolin@gmail.com> - Thu, 31 Aug 2017 10:19:04 +0800 - rev 675917
Push
83302 by bmo:gasolin@mozilla.com at Fri, 06 Oct 2017 07:51:49 +0000
Bug 1389424 - enable onboarding telemetry via ping-centre;r=emtwo,fischer,liuche
MozReview-Commit-ID: KWRCnD4lFh9
7cfafd690c1f0e32eecdbd846942607ab7fff5d6: Bug 1389424 - enable onboarding telemetry via ping-centre;r=emtwo,fischer,liuche
draft
gasolin <gasolin@gmail.com> - Thu, 31 Aug 2017 10:19:04 +0800 - rev 675916
Push
83302 by bmo:gasolin@mozilla.com at Fri, 06 Oct 2017 07:51:49 +0000
Bug 1389424 - enable onboarding telemetry via ping-centre;r=emtwo,fischer,liuche
MozReview-Commit-ID: KWRCnD4lFh9
ab4244397ff8eaa23b24108a0bde1b54252d27fd: Bug 1406310 - Also ship clang-format in the clang-tidy build job r?glandium
draft
Sylvestre Ledru <sledru@mozilla.com> - Fri, 06 Oct 2017 09:50:48 +0200 - rev 675915
Push
83301 by bmo:sledru@mozilla.com at Fri, 06 Oct 2017 07:51:16 +0000
Bug 1406310 - Also ship clang-format in the clang-tidy build job r?glandium
MozReview-Commit-ID: 4C992sYlMo2
4c6b21057f1f1d00d2a4f3c98287614e8f9d4ca0: Bug 1406308 - MOZ_RELEASE_ASSERT on nsHtml5StreamParser::mStreamState. r?smaug
draft
Henri Sivonen <hsivonen@hsivonen.fi> - Fri, 06 Oct 2017 10:42:21 +0300 - rev 675914
Push
83300 by bmo:hsivonen@hsivonen.fi at Fri, 06 Oct 2017 07:43:07 +0000
Bug 1406308 - MOZ_RELEASE_ASSERT on nsHtml5StreamParser::mStreamState. r?smaug
MozReview-Commit-ID: 8F7kJ7KKYEI
273b731ff1b0ad2c205f4236c1df8a9b47117c43: Bug 1406306 - Part2. Update reftest.list after the fix. r=jrmuizel
draft
Ethan Lin <ethlin@mozilla.com> - Fri, 06 Oct 2017 15:39:51 +0800 - rev 675913
Push
83299 by bmo:ethlin@mozilla.com at Fri, 06 Oct 2017 07:41:00 +0000
Bug 1406306 - Part2. Update reftest.list after the fix. r=jrmuizel
MozReview-Commit-ID: ILxmYcbFFk1
d9ed5985b3744d3cccbdcbd8d0b8bce0e956f726: Bug 1406306 - Part1. Repaint items when scale is changed. r=jrmuizel
draft
Ethan Lin <ethlin@mozilla.com> - Fri, 06 Oct 2017 14:50:33 +0800 - rev 675912
Push
83299 by bmo:ethlin@mozilla.com at Fri, 06 Oct 2017 07:41:00 +0000
Bug 1406306 - Part1. Repaint items when scale is changed. r=jrmuizel
MozReview-Commit-ID: LelAXxnxeRb
c690231240d22b01d4fd2d025d9a6711f4233992: Bug 1406305 - Add default arguments to StackingContextHelper to make the code more clear; r?kats
draft
Kevin Chen <kechen@mozilla.com> - Fri, 06 Oct 2017 15:06:08 +0800 - rev 675911
Push
83298 by bmo:kechen@mozilla.com at Fri, 06 Oct 2017 07:34:51 +0000
Bug 1406305 - Add default arguments to StackingContextHelper to make the code more clear; r?kats
MozReview-Commit-ID: 47owLOUhMBM
ac8ce5e3c2095e224ada58a4b140d21da3284f66: Bug 1401898 - Add root StackingContext for WebRenderCommandBuilder which prevents Webrender from treating the first StackingContext as page root and setting the wrong isolation mode; r?jrmuizel
draft
Kevin Chen <kechen@mozilla.com> - Thu, 05 Oct 2017 14:59:10 +0800 - rev 675910
Push
83298 by bmo:kechen@mozilla.com at Fri, 06 Oct 2017 07:34:51 +0000
Bug 1401898 - Add root StackingContext for WebRenderCommandBuilder which prevents Webrender from treating the first StackingContext as page root and setting the wrong isolation mode; r?jrmuizel
MozReview-Commit-ID: 5EBBgPpOGbv
50e848dabe8ff6fd2ef1886f6fcff1fa50ff5364: Bug 1397764 - Part 2. Generate BINDGEN_CFLAGS for Android. r?chmanchester
draft
Makoto Kato <m_kato@ga2.so-net.ne.jp> - Fri, 29 Sep 2017 16:46:52 +0900 - rev 675909
Push
83297 by bmo:m_kato@ga2.so-net.ne.jp at Fri, 06 Oct 2017 07:24:10 +0000
Bug 1397764 - Part 2. Generate BINDGEN_CFLAGS for Android. r?chmanchester
Building Fennec/Android uses cross compiler toolchain. So we have to generate
clang options (include path for c++ headers and gcc headers, gcc-toolchain path and etc) from NDK path for bindgen.
The following options are required for android build.
(from stlport_cppflags)
-I$topsrcdir/android-ndk/sources/cxx-stl/llvm-libc++/libcxx/include
-I$topsrcdir/android-ndk/sources/android/support/include
-I$topsrcdir/android-ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include"
(others for clang)
-isystem $topsrcdir/android-ndk/platforms/android-9/arch-arm/usr/include
-gcc-toolchain $topsrcdir/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
-I$topsrcdir/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include
-I$topsrcdir/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/lib/gcc/arm-linux-androideabi/4.9/include-fixed"
Also, since bindgen_cflags_defaults uses as default, some funcions requires '--help'.
MozReview-Commit-ID: 7zfhw3IxQ2W
5568627368fbf2dce02904918e50a241713d0a85: Bug 1397764 - Part 1. Move STLPORT_CPPFLAGS to moz.configure. r=chmanchester
draft
Makoto Kato <m_kato@ga2.so-net.ne.jp> - Fri, 29 Sep 2017 16:45:44 +0900 - rev 675908
Push
83297 by bmo:m_kato@ga2.so-net.ne.jp at Fri, 06 Oct 2017 07:24:10 +0000
Bug 1397764 - Part 1. Move STLPORT_CPPFLAGS to moz.configure. r=chmanchester
To build sytlo, we have to set compiler flags via BINDGEN_CFLAGS. Since we
pass stlport flags to clang, I would like to move STLPORT_CPPFLAGS to
moz.configure.
MozReview-Commit-ID: 26jvUqUvwTY
b0b6d2d4265d629330d9530289baa2dd7184c874: Bug 1392940 - Add expiration date parser to detect cc-exp family fields. r=MattN, seanlee
draft
Ray Lin <ralin@mozilla.com> - Mon, 04 Sep 2017 17:18:07 +0800 - rev 675907
Push
83296 by bmo:ralin@mozilla.com at Fri, 06 Oct 2017 07:19:40 +0000
Bug 1392940 - Add expiration date parser to detect cc-exp family fields. r=MattN, seanlee
MozReview-Commit-ID: 3HB93QAdCXw
4688ea6c87bc129165ec412187a5f09a288904f7: Bug 1398101 - Allow the FormAutofill fields with autocomplete="off" to proceed `startSearch`. r=MattN
draft
Sean Lee <selee@mozilla.com> - Mon, 11 Sep 2017 12:11:12 +0800 - rev 675906
Push
83296 by bmo:ralin@mozilla.com at Fri, 06 Oct 2017 07:19:40 +0000
Bug 1398101 - Allow the FormAutofill fields with autocomplete="off" to proceed `startSearch`. r=MattN
MozReview-Commit-ID: 6pZUPY1Fray
f7cad4b7e2393eb51f10576abbf174c1664f95ae: Bug 1394995 - Initial implementation of DecoderDoctorLogger - r=jwwang
draft
Gerald Squelart <gsquelart@mozilla.com> - Mon, 28 Aug 2017 11:54:12 +1200 - rev 675905
Push
83295 by gsquelart@mozilla.com at Fri, 06 Oct 2017 06:36:46 +0000
Bug 1394995 - Initial implementation of DecoderDoctorLogger - r=jwwang
DecoderDoctorLogger and its related classes offer a cheap way to gather log
messages from media stack objects, and then process these messages to extract
object lifetimes and messages related to separate HTMLMediaElement's.
MozReview-Commit-ID: AIf2nAMjoDy
ac5b1232e6909dfbb571ce7419434897d36d2c2f: Bug 1394995 - MultiWriterQueue - r=jwwang
draft
Gerald Squelart <gsquelart@mozilla.com> - Fri, 15 Sep 2017 15:10:17 +1200 - rev 675904
Push
83295 by gsquelart@mozilla.com at Fri, 06 Oct 2017 06:36:46 +0000
Bug 1394995 - MultiWriterQueue - r=jwwang
Templated queue allowing safe and fast multi-threaded pushes.
Popping is not thread-safe (but concurrent pushes are still allowed.)
MozReview-Commit-ID: BHQ3nOlHkLX
2d6228ee31cd9bfa692a1f0191c7014bc05101c7: Bug 1394995 - RollingNumber - r=jwwang
draft
Gerald Squelart <gsquelart@mozilla.com> - Fri, 15 Sep 2017 14:31:13 +1200 - rev 675903
Push
83295 by gsquelart@mozilla.com at Fri, 06 Oct 2017 06:36:46 +0000
Bug 1394995 - RollingNumber - r=jwwang
Unsigned-number value-class with modified comparison operators that keep
ordering consistent across overflows.
I.e., numbers before the overflow (close to the maximum) will be considered
smaller than numbers after the overflow (close to 0).
(Note that such comparisons break down for numbers separated by more than half
the type range.)
MozReview-Commit-ID: 1hdK2JknlqZ
ee5dea307ac0e5d4d35afeae7af9f2c5a0f915f7: Bug 1394995 - Moved DecoderDoctor files to dom/media/doctor/ - r=jwwang
draft
Gerald Squelart <gsquelart@mozilla.com> - Mon, 28 Aug 2017 10:37:44 +1200 - rev 675902
Push
83295 by gsquelart@mozilla.com at Fri, 06 Oct 2017 06:36:46 +0000
Bug 1394995 - Moved DecoderDoctor files to dom/media/doctor/ - r=jwwang
MozReview-Commit-ID: 9fEmeizzAAw
b158f495f21dced753c839c62e78b32341348f01: Bug 1403132 - Orange color when tapping Get started button. r?jwu
draft
Nevin Chen(:nechen) <cnevinchen@gmail.com> - Fri, 06 Oct 2017 14:00:51 +0800 - rev 675901
Push
83294 by bmo:cnevinchen@gmail.com at Fri, 06 Oct 2017 06:28:08 +0000
Bug 1403132 - Orange color when tapping Get started button. r?jwu
MozReview-Commit-ID: BffcsiT1wrF
0a1e6ce36400a80d859f68d10d188bf1ab102cfe: Bug 1406109 - Return early after selector parsing failure in matches(). r?emilio
draft
Cameron McCormack <cam@mcc.id.au> - Fri, 06 Oct 2017 14:16:13 +0800 - rev 675900
Push
83293 by bmo:cam@mcc.id.au at Fri, 06 Oct 2017 06:18:38 +0000
Bug 1406109 - Return early after selector parsing failure in matches(). r?emilio
MozReview-Commit-ID: 6qXvrQ0eigI
36ebbc77d2540957e6b48df6b3f04b9356d2b09a: Bug 1403132 -
draft
Nevin Chen(:nechen) <cnevinchen@gmail.com> - Fri, 06 Oct 2017 14:00:51 +0800 - rev 675899
Push
83292 by bmo:cnevinchen@gmail.com at Fri, 06 Oct 2017 06:06:45 +0000
Bug 1403132 -
MozReview-Commit-ID: BffcsiT1wrF