Граф коммитов

589012 Коммитов

Автор SHA1 Сообщение Дата
Felipe Gomes a1016b0241 Bug 1429161 - Policy: Disable Forget Button. r=jaws 2018-04-03 15:39:35 -03:00
Felipe Gomes 3bb7a4c400 Bug 1442719 - Policy: Disable the ability to bypass Safe Browsing warnings. r=francois 2018-04-03 15:39:35 -03:00
Felipe Gomes 5b8f8a9327 Bug 1429122 - Policy: Override or disable post-update (what's new) page. r=mhowell 2018-04-03 15:39:35 -03:00
Michael Kaply 33a3f0f9f5 Bug 1429131 - Add policy to lock xpinstall.enabled. r=felipe
MozReview-Commit-ID: Frt4rMFL42K
2018-04-03 12:58:53 -05:00
Yura Zenevich 8cce5bb319 Bug 1447112 - added front end parts of accessibility inspector tool. r=pbro, yulia, jdescottes, flod
MozReview-Commit-ID: JU3WrXuqFJi
2018-04-03 14:30:36 -04:00
Dave Townsend e2dffad4ac Bug 1448500: Add speculative request content policy type. r=bz, r=kmag
Adds a new TYPE_SPECULATIVE to nsIContentPolicy uses it as the type for
speculative connection channels from the IO service. I believe I've added it to
all the content policies in tree to make sure it behaves the same as TYPE_OTHER
used to.

The webextension test shows that the webextension proxy API sees speculative
lookups requested through the IO service.

MozReview-Commit-ID: DQ4Kq0xdUOD

--HG--
extra : rebase_source : d9460fdac118bc68f0db79749a16f181b580f2e7
2018-03-23 15:27:08 -07:00
J. Ryan Stinnett 6922bab7e8 Bug 1399401 - Escape backslashes in GCLI screenshot test,r=pmoore 2017-12-08 16:43:43 -05:00
Alexander Surkov 6efd466d44 Bug 1446671 - enable logging for textcaret/test_browserui.xul 2018-04-03 13:41:26 -04:00
Simon Fraser b643e91189 Bug 1430600 Fix retries for partials async downloads r=callek
Summary: This doesn't solve the download timeouts, but does ensure that retries are happening as they should.

Reviewers: rail

Reviewed By: rail

Bug #: 1430600

Differential Revision: https://phabricator.services.mozilla.com/D821

--HG--
extra : rebase_source : ba2e30cb7f190f5ee2ef06dadd80d7fe9bc61d54
2018-04-03 18:31:05 +01:00
Benjamin Bouvier 67c8163156 Bug 1450310: Move WebAssembly.Global test to the right section; r=lth
--HG--
extra : rebase_source : c4babd1c24de230a7edbf163d18901ea6dbea502
2018-04-03 16:18:44 +02:00
Benjamin Bouvier d8a712a705 Bug 1451038: Make clang compile the JS ARM32 simulator shell; r=froydnj
This forces the linker ot use libatomic with clang on x86 (not only Android)
and forwards the intent to use libatomic to the shell's moz.build.

--HG--
extra : rebase_source : 0c803a3e11efcad3f17a462c2d38e85ec6cb556a
2018-04-03 18:13:51 +02:00
Sebastian Hengst b988859a27 merge mozilla-central to mozilla-inbound 2018-04-03 20:06:28 +03:00
Michael Kelly 704cdc9a8f Bug 1450156: Do not wipe out tags in request template. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D834

MozReview-Commit-ID: 7WWtyz4PakT

--HG--
extra : rebase_source : a2e61970ad7ab4ccb7846e479b7ab761d18533b2
extra : amend_source : 5efe0e081d4a0bca2e29719339e1e51879af5fb3
2018-04-03 09:54:02 -07:00
Michael Kelly 0c559849e3 Bug 1450153: Count extension errors separately in keyed scalar. r=Gijs
Also adds resource://devtools to the whitelist of reported paths for the
scalar.

Differential Revision: https://phabricator.services.mozilla.com/D831

MozReview-Commit-ID: BiAyoTQsWxx

--HG--
extra : rebase_source : ce9e81a153a2c17ebfbb0c894821e7684c547a9a
extra : amend_source : 4ad84421c0b3334d218b2f6928290f95edffa351
2018-04-03 09:52:39 -07:00
Sebastian Hengst a0665934fa Backed out 2 changesets (bug 1443027) for frequent crashes on OS X. a=backout
Backed out changeset 1e3dc6112e76 (bug 1443027)
Backed out changeset d2734042605a (bug 1443027)
2018-04-03 19:51:49 +03:00
Gabriel Luong 3344b68aee Bug 1449024 - Extend Tabs component to allow a toggle button beside the tabs. r=Honza 2018-04-03 12:48:10 -04:00
arthur.iakab 188ae77a0e Backed out changeset 3ff8ce674396 (bug 1447460) on request of tomprince a=backout 2018-04-03 18:30:58 +03:00
arthur.iakab b310d9523e Merge inbound to mozilla-central. a=merge 2018-04-03 12:31:23 +03:00
Nicholas Nethercote 94289ab246 Bug 1448225 - Convert StylePrefs to StaticPrefs. r=emilio
The new StaticPrefs machinery means that StylePrefs can be removed.

Note that this approach mirrors all static prefs into Rust, but I have only
updated structs.rs for the prefs that Stylo uses.

On a CLOSED TREE, since a sheriff closed the tree while I was about to land this
via autoland.

MozReview-Commit-ID: G1SY0987WJ7
2018-04-03 09:06:20 +02:00
Nicholas Nethercote 04568ff65e servo: Merge #20508 - Convert StylePrefs to StaticPrefs (from nnethercote:bug-1448225); r=emilio
<!-- Please describe your changes on the following line: -->

This is the Servo part of https://bugzilla.mozilla.org/show_bug.cgi?id=1448225.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix https://bugzilla.mozilla.org/show_bug.cgi?id=1448225

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because tested on the Gecko side.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

r? emilio

Source-Repo: https://github.com/servo/servo
Source-Revision: 0a3ffc0c6045eb6983273010d91a35267d8ec3fa

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 53bd7e885a4c85bf4ab3db2c16b4fb36536dc108
2018-04-03 01:54:24 -04:00
Cameron McCormack c14a8ffa84 Bug 1450859 - Remove layout.css.expensive-style-struct-assertions.enabled pref. r=emilio
With the old style system removed, this pref has no effect.

--HG--
extra : rebase_source : ddc8462a0044225a46522f53f4bbb131627fb7f1
2018-04-03 15:58:32 +10:00
Mantaroh Yoshinaga 54337513b3 Bug 1444300 - Make tab button to be able to handle the key event. r=honza
A command button like ruler has keydown event handler, this patch will
add same event handler to tab button.

--HG--
extra : rebase_source : eef8467b15bb99b8e8a22798e83c8a968ac24f7f
2018-04-03 09:42:44 +09:00
Boris Zbarsky 9bb77bdfc7 Bug 1450418. Get rid of nsIDOMScreen. r=qdot
MozReview-Commit-ID: A5Rq0BSQt4V
2018-04-03 00:42:41 -04:00
Boris Zbarsky 1ce7e994ba Bug 1450149. Mark Prefable arrays const in bindings codegen. r=qdot 2018-04-03 00:42:40 -04:00
Dorel Luca ae1dc5307b Merge mozilla-central to mozilla-inbound 2018-04-03 07:24:53 +03:00
Dorel Luca d8a4cfd361 Merge mozilla-inbound to mozilla-central. a=merge 2018-04-03 07:04:18 +03:00
Daisuke Akatsuka 361d95ecbf Bug 1447259: Change the tested animation in browser_animation_summary-graph_computed-timing-path_different-timescale.js test since the animation can intermittently already be finished during selectNodeAndWaitForAnimations. r=gl 2018-04-03 10:29:12 +09:00
Lee Salzman 0626b8ac56 Bug 1442669 - guard against excessively large glyphs in SkFontHost_cairo. r=jfkthame
MozReview-Commit-ID: 1X2524Q5K8E
2018-04-02 20:21:21 -04:00
Matt Woodrow 82c740d1b1 Bug 1450360 - Respect the z-index property set on scrollbars. r=mstange
--HG--
extra : rebase_source : 0288513aaa2216c14de501417ff3b9f405ee97a5
2018-04-03 12:13:48 +12:00
Daisuke Akatsuka fb33aab183 Bug 1449497: Use Component instead of PureComponent. r=gl 2018-04-03 09:12:53 +09:00
Daisuke Akatsuka b4fc01f3cb Bug 1449625 - Part 2: Turn on new animation inspector for beta tests. r=gl 2018-04-03 08:36:00 +09:00
Daisuke Akatsuka d7f7c75314 Bug 1449625 - Part 1: Select the computed view instead of animation inspector in browser_markup_events_click_to_close.js test. r=gl 2018-04-03 08:35:46 +09:00
Jeff Gilbert afd77f7fd5 Bug 1444274 - Require GCC 6.1+. - r=glandium
MozReview-Commit-ID: 7alNSIhhbLI
2018-04-02 17:05:43 -07:00
Dorel Luca db90a7366c Merge mozilla-central to mozilla-inbound 2018-04-03 01:16:01 +03:00
Dorel Luca a7d5a65268 Merge mozilla-inbound to mozilla-central. a=merge 2018-04-03 01:00:11 +03:00
Ryan VanderMeulen d9d59209a6 Backed out changeset d85b5825a721 (bug 1440753) for frequent OSX iframe-scrolling-attr-2.html failures on a CLOSED TREE. 2018-04-02 17:59:30 -04:00
Dorel Luca 60df9e1cf7 Merge autoland to mozilla-central. a=merge 2018-04-03 00:58:00 +03:00
Ryan VanderMeulen e5ec40f40c Backed out 11 changesets (bug 1404222) for static analysis failures on a CLOSED TREE.
Backed out changeset a6a99136300c (bug 1404222)
Backed out changeset 7183b8104399 (bug 1404222)
Backed out changeset a1e4294c1c59 (bug 1404222)
Backed out changeset b79d6e8318db (bug 1404222)
Backed out changeset 0450620fdabd (bug 1404222)
Backed out changeset 026c74a92d04 (bug 1404222)
Backed out changeset 50ac4167f702 (bug 1404222)
Backed out changeset 59038f2db68a (bug 1404222)
Backed out changeset f6b9096da915 (bug 1404222)
Backed out changeset 4e0baffdd79b (bug 1404222)
Backed out changeset 57eeb849ab88 (bug 1404222)
2018-04-02 17:57:27 -04:00
Kit Cambridge f04df4150e Bug 1450789 - Use more accurate names for structure conflict event telemetry keys. r=tcsc
MozReview-Commit-ID: FCLy34YU3qK

--HG--
extra : rebase_source : 0beb314eca39181e3b344ba5d46aff0b954ee8c9
2018-04-02 14:41:16 -07:00
Dorel Luca f24505d99e Backed out 7 changesets (bug 1438688) for android xpcshell failures on builds/worker/workspace/build/tests/bin/components/test_necko.xpt
Backed out changeset 8786eabb61a4 (bug 1438688)
Backed out changeset e05ec1e08b46 (bug 1438688)
Backed out changeset 4c437ba9d984 (bug 1438688)
Backed out changeset 2f243bca1af3 (bug 1438688)
Backed out changeset 4da0e1839353 (bug 1438688)
Backed out changeset 186f916dcc7a (bug 1438688)
Backed out changeset 08b1a5f904e4 (bug 1438688)
2018-04-03 02:30:53 +03:00
David Major 9a28e89f4e Backed out changeset 737b602f4c6f864b34080d0fe57c2ff75de3b909 because I shouldn't back out the original fix until the better one lands. 2018-04-02 17:22:06 -04:00
David Major 152a7fc82e Backed out bug 1422368 fixes because they weren't sufficient. 2018-04-02 17:20:35 -04:00
Daniel Holbert 2f5d7919b0 Bug 1404222 followup: add 'explicit' keyword to fix static analysis build error. (no review, trivial bustagefix) 2018-04-02 14:08:33 -07:00
ffxbld 5158a406f7 No bug, Automated HPKP preload list update from host bld-linux64-spot-324 - a=hpkp-update 2018-04-02 14:03:17 -07:00
ffxbld 68c7ae8378 No bug, Automated HSTS preload list update from host bld-linux64-spot-324 - a=hsts-update 2018-04-02 14:03:13 -07:00
Michael Kaply 3713f953ac Bug 1446477 - Add policy for security.enterprise_roots.enabled. r=Felipe
MozReview-Commit-ID: 9c3lcCRVKDx

--HG--
extra : rebase_source : 43658e21955868994a2cabc6eecea1a40a22ec5e
2018-04-02 14:28:23 -05:00
Felipe Gomes c0503e6cae Bug 1445660 - Follow-up, make SearchBar policy enterprise-only. r=me 2018-04-02 14:14:38 -03:00
Cosmin Sabou f5fb323246 Merge inbound to mozilla-central. a=merge 2018-04-02 13:17:42 +03:00
Cosmin Sabou 121725038a Merge autoland to mozilla-central. a=merge 2018-04-02 13:15:52 +03:00
James Graham 8e287141ef Bug 1450635 - Disable CSP navigate-to tests for frequent instability on Windows, a=testonly
MozReview-Commit-ID: CntgTmxre0t
2018-04-02 09:22:33 +01:00