b50c6e4262d18d5ecdc3f5af2c029525534d64fc: Bug 1451931 - Enable C++14 for SpiderMonkey Rust Bindings. r=glandium
Masatoshi Kimura <VYV03354@nifty.ne.jp> - Fri, 13 Apr 2018 07:17:45 +0900 - rev 781654
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1451931 - Enable C++14 for SpiderMonkey Rust Bindings. r=glandium
MozReview-Commit-ID: K2vKiC9aAJx
2852286117d3415763691f042c71db595d77c8d7: Bug 1451931 - Add gcc/lib64 to the LD_LIBRARY_PATH of sm-rust-binding. r=glandium
Masatoshi Kimura <VYV03354@nifty.ne.jp> - Fri, 06 Apr 2018 22:02:50 +0900 - rev 781653
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1451931 - Add gcc/lib64 to the LD_LIBRARY_PATH of sm-rust-binding. r=glandium
MozReview-Commit-ID: 6VdXCtBDiQ8
f52a56dc215cfd8ea7310c168632d33531fc8c90: Bug 1453555: Fix accessibility group info for <select size="1"> options. r=surkov
James Teh <jteh@mozilla.com> - Thu, 12 Apr 2018 16:32:19 +1000 - rev 781652
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453555: Fix accessibility group info for <select size="1"> options. r=surkov
In the e10s implementation, Accessible::NativeState for the options doesn't include the invisible state. (It does with e10s disabled.)
In HTMLSelectOptionAccessible::NativeState, rather than just flipping (xor) the invisible state, absolutely ensure it gets removed. We don't want to *add* the invisible state if it isn't there.
This allows group position info to be calculated correctly.
MozReview-Commit-ID: LPEVhOOm2NT
8d1d10c984852a381cadf2fbf9f7c79fd5d31258: Bug 1453835: Remove unused nsIDataSignatureVerifier utility. r=keeler
Kris Maglione <maglione.k@gmail.com> - Thu, 12 Apr 2018 16:19:49 -0700 - rev 781651
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453835: Remove unused nsIDataSignatureVerifier utility. r=keeler
MozReview-Commit-ID: ElmHAzKu9TA
8056a366eaba1882d827ddf7604d94f1d2d8442e: Bug 1453804 - Ensure sync password validator will ever run r=markh
Thom Chiovoloni <tchiovoloni@mozilla.com> - Thu, 12 Apr 2018 14:40:00 -0700 - rev 781650
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453804 - Ensure sync password validator will ever run r=markh
MozReview-Commit-ID: 8weadIdJHjl
8b413e24051fcc4992b9f66382b93832e2e88074: Bug 1436156 - CHECK() in Chromium IPC code should be fatal when not fuzzing. r=froydnj
Jed Davis <jld@mozilla.com> - Tue, 10 Apr 2018 12:36:46 -0600 - rev 781649
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1436156 - CHECK() in Chromium IPC code should be fatal when not fuzzing. r=froydnj
Includes a workaround for
bug 1445121.
MozReview-Commit-ID: 4iQqzzECCK8
15332e1d2eda348b7081c8df9cd47dcca79e4401: Bug 1453634. Make webcompat-reporter l10n work when it hits beta. r=florian
Mike Taylor <miket@mozilla.com> - Thu, 12 Apr 2018 13:01:44 -0500 - rev 781648
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453634. Make webcompat-reporter l10n work when it hits beta. r=florian
(also, prevent the build from breaking)
MozReview-Commit-ID: 5ta6JlhpgAh
b0553a9a967ce855f4e147ba2e825b8114935f7e: Bug 1453522 Document bundled webextension experiments r=kmag
Andrew Swan <aswan@mozilla.com> - Wed, 11 Apr 2018 16:44:07 -0700 - rev 781647
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453522 Document bundled webextension experiments r=kmag
Also cleaned up a few other loose ends on webextensions api docs.
MozReview-Commit-ID: FnyqmM7NjqE
f4d4a3fc7bb0fcab64c1df4f77e1060b0499b32b: Bug 1453786 - Remove unnecessary MOZ_GECKO_PROFILER #ifdefs in GeckoProfiler.h. r=njn
Markus Stange <mstange@themasta.com> - Thu, 12 Apr 2018 16:27:25 -0400 - rev 781646
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453786 - Remove unnecessary MOZ_GECKO_PROFILER #ifdefs in GeckoProfiler.h. r=njn
These lines of code are within the #else section of the #ifndef MOZ_GECKO_PROFILER
at the top of the file, so MOZ_GECKO_PROFILER is always defined for them.
MozReview-Commit-ID: IxRYexzZH0G
37ef105b62dc7fa24482e1129f893e3819bb0b18: Bug 1451024 - Cookie settings should be disabled when the related prefs are locked r=jaws
Kirk Steuber <ksteuber@mozilla.com> - Tue, 10 Apr 2018 15:05:42 -0700 - rev 781645
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1451024 - Cookie settings should be disabled when the related prefs are locked r=jaws
Also adds too the cookie tests to ensure this takes effect.
MozReview-Commit-ID: A85kv20BcnI
787dce710dce6dff0d9f9e7621c9dac676843678: Bug 1453413 - Use aapt2 to build Firefox for Android. r=mcomella
Nick Alexander <nalexander@mozilla.com> - Wed, 11 Apr 2018 09:59:22 -0700 - rev 781644
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453413 - Use aapt2 to build Firefox for Android. r=mcomella
MozReview-Commit-ID: LhWmLl2movv
f3e01de682f1a39c4a906423823def6f8804ad49: Bug 1443561 - WebExtension themes additional backgrounds alignment should be relative to the toolbox r=jaws
Vivek Dhingra <vivek3zero@gmail.com> - Thu, 12 Apr 2018 05:20:38 -0400 - rev 781643
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1443561 - WebExtension themes additional backgrounds alignment should be relative to the toolbox r=jaws
This patch changes alignment property of additional backgrounds to be relative to #navigator-toolbox, instead of root.
MozReview-Commit-ID: LlSZmu39u6D
52ec9a6c12a1c235e91d5baba6d92a7eba33c951: Bug 1453497 - Bump TPS dependency versions r=markh
Thom Chiovoloni <tchiovoloni@mozilla.com> - Thu, 12 Apr 2018 13:14:14 -0700 - rev 781642
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453497 - Bump TPS dependency versions r=markh
MozReview-Commit-ID: JruqWfEhddX
409d13ff69327f4a397f26c0524caf2265aaa43b: Merge mozilla-central to autoland. a=merge CLOSED TREE
Gurzau Raul <rgurzau@mozilla.com> - Fri, 13 Apr 2018 02:14:09 +0300 - rev 781641
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Merge mozilla-central to autoland. a=merge CLOSED TREE
ba90e25685c640fdb9d531397032d6d52c72a998: Bug 1453276 - Improve mma documentation for "Pocket in Top Sites"; r=mcomella
Petru Lingurar <petru.lingurar@softvision.ro> - Wed, 11 Apr 2018 13:45:22 +0300 - rev 781640
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1453276 - Improve mma documentation for "Pocket in Top Sites"; r=mcomella
MozReview-Commit-ID: KDuBHXB8Q1a
6cbf314341e7d9fbc4f7ff4dcbe1c60beace0715: Bug 1358017 - Part 9: Updates some existing mochitests which are not meant to test default actions for wheel events but are affected by auto-dir scrolling. r=masayuki
Zhang Junzhi <zjz@zjz.name> - Tue, 03 Apr 2018 20:23:19 +0800 - rev 781639
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1358017 - Part 9: Updates some existing mochitests which are not meant to test default actions for wheel events but are affected by auto-dir scrolling. r=masayuki
Some mochitests are not meant to test default actions for wheel events, but they
assume audo-dir is disabled when doing tests for their purposes, so this commit
disables auto-dir for those mochitests.
MozReview-Commit-ID: 5ZQIxgRVpj5
6f644cb57eb3737f3d693d290ca3f64ddb0b9687: Bug 1358017 - Part 8: Adds auto-dir scrolling tests for Mochitest. r=masayuki
Zhang Junzhi <zjz@zjz.name> - Sat, 24 Mar 2018 00:44:32 +0800 - rev 781638
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1358017 - Part 8: Adds auto-dir scrolling tests for Mochitest. r=masayuki
Test various writing mode combinations of a scrolling target and its root,
including the methods of honouring both the target and its root.
MozReview-Commit-ID: 3QmvRz45VmW
bc6c4a16c3d058949a04a652218aaf11ea02009b: Bug 1358017 - Part 7: Implements the "honour root" functionality for the auto-dir scrolling feature in non-APZ r=masayuki
Zhang Junzhi <zjz@zjz.name> - Mon, 19 Mar 2018 18:03:48 +0800 - rev 781637
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1358017 - Part 7: Implements the "honour root" functionality for the auto-dir scrolling feature in non-APZ r=masayuki
With this commit, all the auto-dir scrolling functionalities are completed in
non-APZ.
MozReview-Commit-ID: 9v9iPWIwB52
f33f52fc4797e2246ae7bc0cdaf40bea6a648749: Bug 1358017 - Part 6: Implements the auto-dir scrolling feature(without the "honour root" functionality) in non-APZ r=masayuki
Zhang Junzhi <zjz@zjz.name> - Mon, 19 Mar 2018 17:05:45 +0800 - rev 781636
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1358017 - Part 6: Implements the auto-dir scrolling feature(without the "honour root" functionality) in non-APZ r=masayuki
This commit implements the auto-dir scrolling functionality in non-APZ, based on
part 1 to part 3. However, the functionality of mousewheel.autodir.honourroot is
unimplemented in this commit.
MozReview-Commit-ID: 2vYABOx4RkK
5ce6e1682420b489773156bd85caae8446a48e7b: Bug 1358017 - Part 5: Implements the "honour root" functionality for the auto-dir scrolling feature in APZ r=kats
Zhang Junzhi <zjz@zjz.name> - Fri, 16 Mar 2018 21:20:39 +0800 - rev 781635
Push
106369 by bmo:bpostelnicu@mozilla.com at Fri, 13 Apr 2018 11:52:52 +0000
Bug 1358017 - Part 5: Implements the "honour root" functionality for the auto-dir scrolling feature in APZ r=kats
With this commit, all the auto-dir scrolling functionalities are completed in
APZ.
MozReview-Commit-ID: L7qa3xOD8t9