- 13 May, 2019 16 commits
-
-
Ciure Andrei authored
Backed out changeset eb14a49fc4df (bug 1549825) for causing browser_aboutURLs.js to perma fail CLOSED TREE
-
Andreea Pavel authored
-
Andreea Pavel authored
-
Emilio Cobos Álvarez authored
After the patches in this bug, the input in the old about:config will no longer be anonymous, so we don't need this anymore since it'll get handled just fine by CollectFromInputElement. Differential Revision: https://phabricator.services.mozilla.com/D30956 --HG-- extra : moz-landing-system : lando
-
Andreea Pavel authored
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D30894 --HG-- extra : moz-landing-system : lando
-
Razvan Maries authored
Backed out 3 changesets (bug 1468402) for causing perma fails on browser_grids_grid-list-subgrids.js. CLOSED TREE Backed out changeset 6685fd957302 (bug 1468402) Backed out changeset 63f40ac370c6 (bug 1468402) Backed out changeset 567911d83bda (bug 1468402)
-
Bastien Orivel authored
It was unhappy about the new LICENSE (fuchsia-cprng) but it's the same as the other fuschia crates. Since I don't think this is used at build time but has the same license as the other fuschia crates, I put it in the RUNTIME_LICENSE_PACKAGE_WHITELIST list. I also removed sha1 from that list as it's not used anymore Differential Revision: https://phabricator.services.mozilla.com/D30746 --HG-- rename : third_party/rust/httparse/Cargo.toml => third_party/rust/autocfg/Cargo.toml rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/autocfg/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/autocfg/LICENSE-MIT rename : third_party/rust/httparse/Cargo.toml => third_party/rust/cloudabi/Cargo.toml rename : third_party/rust/httparse/Cargo.toml => third_party/rust/fuchsia-cprng/Cargo.toml rename : third_party/rust/sha1/LICENSE => third_party/rust/fuchsia-cprng/LICENSE rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/mio-extras/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/mio-extras/LICENSE-MIT rename : third_party/rust/rand/.cargo-checksum.json => third_party/rust/rand-0.4.3/.cargo-checksum.json rename : third_party/rust/rand/CHANGELOG.md => third_party/rust/rand-0.4.3/CHANGELOG.md rename : third_party/rust/rand/Cargo.toml => third_party/rust/rand-0.4.3/Cargo.toml rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand-0.4.3/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand-0.4.3/LICENSE-MIT rename : third_party/rust/rand/README.md => third_party/rust/rand-0.4.3/README.md rename : third_party/rust/rand/appveyor.yml => third_party/rust/rand-0.4.3/appveyor.yml rename : third_party/rust/rand/benches/bench.rs => third_party/rust/rand-0.4.3/benches/bench.rs rename : third_party/rust/rand/benches/distributions/exponential.rs => third_party/rust/rand-0.4.3/benches/distributions/exponential.rs rename : third_party/rust/rand/benches/distributions/gamma.rs => third_party/rust/rand-0.4.3/benches/distributions/gamma.rs rename : third_party/rust/rand/benches/distributions/mod.rs => third_party/rust/rand-0.4.3/benches/distributions/mod.rs rename : third_party/rust/rand/benches/distributions/normal.rs => third_party/rust/rand-0.4.3/benches/distributions/normal.rs rename : third_party/rust/rand/benches/generators.rs => third_party/rust/rand-0.4.3/benches/generators.rs rename : third_party/rust/rand/benches/misc.rs => third_party/rust/rand-0.4.3/benches/misc.rs rename : third_party/rust/rand/src/distributions/exponential.rs => third_party/rust/rand-0.4.3/src/distributions/exponential.rs rename : third_party/rust/rand/src/distributions/gamma.rs => third_party/rust/rand-0.4.3/src/distributions/gamma.rs rename : third_party/rust/rand/src/distributions/mod.rs => third_party/rust/rand-0.4.3/src/distributions/mod.rs rename : third_party/rust/rand/src/distributions/normal.rs => third_party/rust/rand-0.4.3/src/distributions/normal.rs rename : third_party/rust/rand/src/distributions/range.rs => third_party/rust/rand-0.4.3/src/distributions/range.rs rename : third_party/rust/rand/src/distributions/ziggurat_tables.rs => third_party/rust/rand-0.4.3/src/distributions/ziggurat_tables.rs rename : third_party/rust/rand/src/jitter.rs => third_party/rust/rand-0.4.3/src/jitter.rs rename : third_party/rust/rand/src/lib.rs => third_party/rust/rand-0.4.3/src/lib.rs rename : third_party/rust/rand/src/os.rs => third_party/rust/rand-0.4.3/src/os.rs rename : third_party/rust/rand/src/prng/chacha.rs => third_party/rust/rand-0.4.3/src/prng/chacha.rs rename : third_party/rust/rand/src/prng/isaac.rs => third_party/rust/rand-0.4.3/src/prng/isaac.rs rename : third_party/rust/rand/src/prng/isaac64.rs => third_party/rust/rand-0.4.3/src/prng/isaac64.rs rename : third_party/rust/rand/src/prng/mod.rs => third_party/rust/rand-0.4.3/src/prng/mod.rs rename : third_party/rust/rand/src/prng/xorshift.rs => third_party/rust/rand-0.4.3/src/prng/xorshift.rs rename : third_party/rust/rand/src/rand_impls.rs => third_party/rust/rand-0.4.3/src/rand_impls.rs rename : third_party/rust/rand/src/read.rs => third_party/rust/rand-0.4.3/src/read.rs rename : third_party/rust/rand/src/reseeding.rs => third_party/rust/rand-0.4.3/src/reseeding.rs rename : third_party/rust/rand/src/seq.rs => third_party/rust/rand-0.4.3/src/seq.rs rename : third_party/rust/rand/utils/ziggurat_tables.py => third_party/rust/rand-0.4.3/utils/ziggurat_tables.py rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_chacha/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_chacha/LICENSE-MIT rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_core-0.3.1/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_core-0.3.1/LICENSE-MIT rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_core/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_core/LICENSE-MIT rename : third_party/rust/httparse/Cargo.toml => third_party/rust/rand_hc/Cargo.toml rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_hc/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_hc/LICENSE-MIT rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_isaac/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_isaac/LICENSE-MIT rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_jitter/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_jitter/LICENSE-MIT rename : third_party/rust/rand/src/jitter.rs => third_party/rust/rand_jitter/src/lib.rs rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_os/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_os/LICENSE-MIT rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_pcg/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_pcg/LICENSE-MIT rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/rand_xorshift/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/rand_xorshift/LICENSE-MIT rename : third_party/rust/httparse/Cargo.toml => third_party/rust/rdrand/Cargo.toml rename : third_party/rust/rand/LICENSE-APACHE => third_party/rust/sha-1/LICENSE-APACHE rename : third_party/rust/rand/LICENSE-MIT => third_party/rust/sha-1/LICENSE-MIT extra : moz-landing-system : lando
-
Emilio Cobos Álvarez authored
They were disabled in bug 1370129 because there were no use cases for them, but there are use-cases for at least the linux64 ones :) Let me know if you want me to enable them everywhere. Differential Revision: https://phabricator.services.mozilla.com/D30797 --HG-- extra : moz-landing-system : lando
-
ffxbld authored
No bug - Tagging mozilla-central 390914f7108f4f6065834d8983af9ac855cbf2df with FIREFOX_BETA_68_BASE a=release DONTBUILD CLOSED TREE
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D30812 --HG-- extra : source : 7bb36c2fe72cbc073b1fdd64da8bc15ec5ec8d87 extra : amend_source : c4362c39d166089b5f4354478022443d8c823add
-
Coroiu Cristina authored
Backed out changeset c5798de806e2 (bug 1521280) for crashing when searching about:config for upcoming beta (bug 1551013) --HG-- extra : rebase_source : 8f936159c23d09bf227ce4f5eb6f2d96d33bbff1
-
Coroiu Cristina authored
--HG-- extra : rebase_source : 93eed057fe165815fb7e8d422e084a6b273f4a63
-
Coroiu Cristina authored
Backed out 5 changesets (bug 1546138) for bustage at js/src/jit-test/tests/wasm/funcref.js for upcoming beta Backed out changeset 13e26dbd7cc7 (bug 1546138) Backed out changeset edf39b4a6ec1 (bug 1546138) Backed out changeset b60f1ed65b1a (bug 1546138) Backed out changeset da9544b976b1 (bug 1546138) Backed out changeset 77be2a536573 (bug 1546138) --HG-- extra : rebase_source : 7469677612ed4684d340da11776e8e412dd4995b
-
Sebastian Hengst authored
--HG-- extra : rebase_source : 1c6ce6ce998e71fe63c1187b11db63a891dd899d
-
Sebastian Hengst authored
Bug 1551070 - Check for type of remote content process depending on preference browser.tabs.remote.separatePrivilegedContentProcess in browser_updateLogin.js. r=jaws Also fixes bug 1551042. Differential Revision: https://phabricator.services.mozilla.com/D30831 --HG-- extra : moz-landing-system : lando
-
- 12 May, 2019 1 commit
-
-
Andi-Bogdan Postelnicu authored
Bug 1551089 - prevent runnning static analysis on the entire repo when using `--fix` option. r=sylvestre Differential Revision: https://phabricator.services.mozilla.com/D30829 --HG-- extra : moz-landing-system : lando
-
- 13 May, 2019 1 commit
-
-
Hiroyuki Ikezoe authored
Bug 1518919 - Propagate CSS visibility information to descendant documents via IPC call for fission. r=jwatt Differential Revision: https://phabricator.services.mozilla.com/D30460 --HG-- extra : moz-landing-system : lando
-
- 12 May, 2019 1 commit
-
-
Bastien Orivel authored
This is part of the effort to get all the other versions of rand out. Unfortunately the diff is kinda bug because this is the first crate requiring rand 0.6 which has been split into multiple crates. Differential Revision: https://phabricator.services.mozilla.com/D30744 --HG-- extra : moz-landing-system : lando
-
- 13 May, 2019 13 commits
-
-
Johann Hofmann authored
Differential Revision: https://phabricator.services.mozilla.com/D30455 --HG-- extra : moz-landing-system : lando
-
Geoff Brown authored
We can run /debug mochitests against geckoview for the cost of another dozen or so test annotations. Both /opt and /debug mochitests are nearly worthy of tier 1, but still waiting for bug 1534732. Differential Revision: https://phabricator.services.mozilla.com/D30931 --HG-- extra : moz-landing-system : lando
-
Geoff Brown authored
If there is still value to this -- if you know of anyone using jimdb via mach, etc -- I am happy to throw this away, but otherwise, would like to clean it up. Differential Revision: https://phabricator.services.mozilla.com/D30943 --HG-- extra : moz-landing-system : lando
-
Miko Mynttinen authored
Bug 1551053 - Check both list end and non-container items separately during display item merging r=mattwoodrow Differential Revision: https://phabricator.services.mozilla.com/D30941 --HG-- extra : moz-landing-system : lando
-
alwu authored
Main test function should await `seekVideo()` until it finishes. Differential Revision: https://phabricator.services.mozilla.com/D30954 --HG-- extra : moz-landing-system : lando
-
alwu authored
Add more log in order to help debug and know where we get failure. Differential Revision: https://phabricator.services.mozilla.com/D30953 --HG-- extra : moz-landing-system : lando
-
Erica Wright authored
Differential Revision: https://phabricator.services.mozilla.com/D30652 --HG-- extra : moz-landing-system : lando
-
Kartikaya Gupta authored
Differential Revision: https://phabricator.services.mozilla.com/D30962 --HG-- extra : moz-landing-system : lando
-
Stephen Donner authored
Differential Revision: https://phabricator.services.mozilla.com/D30456 --HG-- extra : moz-landing-system : lando
-
Ciure Andrei authored
Backed out 2 changesets (bug 1547835, bug 1550526) for causing EventStateManager.cpp asertion failures CLOSED TREE Backed out changeset 0bc1bd7285c1 (bug 1547835) Backed out changeset 9053b1f316ff (bug 1550526)
-
Christina authored
Differential Revision: https://phabricator.services.mozilla.com/D30974 --HG-- extra : moz-landing-system : lando
-
Luca Greco authored
Differential Revision: https://phabricator.services.mozilla.com/D30655 --HG-- extra : moz-landing-system : lando
-
Johann Hofmann authored
Bug 1545743 - Don't use validity.not{After,Before}LocalTime for parsing date information in NetErrorChild.jsm. r=prathiksha Differential Revision: https://phabricator.services.mozilla.com/D30431 --HG-- extra : moz-landing-system : lando
-
- 11 May, 2019 1 commit
-
-
Stephen Donner authored
Differential Revision: https://phabricator.services.mozilla.com/D30775 --HG-- extra : moz-landing-system : lando
-
- 13 May, 2019 1 commit
-
-
Jonathan Kew authored
This affects a number of our existing reftests, so we'll need to update those to not expect auto-hyphenation of a sentence-initial (capitalized) word. (Hyphenation behavior is not sufficiently well-specified for this to be tested at the WPT level, so we just use Gecko-specific reftests.) Differential Revision: https://phabricator.services.mozilla.com/D30912 --HG-- extra : moz-landing-system : lando
-
- 10 May, 2019 1 commit
-
-
Mark Striemer authored
Differential Revision: https://phabricator.services.mozilla.com/D30275 --HG-- extra : moz-landing-system : lando
-
- 13 May, 2019 5 commits
-
-
Boris Zbarsky authored
The semantics are that you get an empty array if the argument is not supplied, and if [optional_argc] is used it's set accordingly so you can tell whether you were passed explicit [] or not passed anything. Differential Revision: https://phabricator.services.mozilla.com/D30850 --HG-- extra : moz-landing-system : lando
-
Andrew McCreight authored
If an XPIDL interface has a method or attribute that is [notxpcom], then it is implicitly treated as [builtinclass], even if it is not marked as such. For clarity, this patch goes through and marks every place that relies on this behavior (aside from some test code). Differential Revision: https://phabricator.services.mozilla.com/D30714 --HG-- extra : moz-landing-system : lando
-
Brad Werth authored
Bug 1548896 Part 1: Prevent MobileViewportManager::GetCompositionSize from returning negative sizes. r=botond Differential Revision: https://phabricator.services.mozilla.com/D30736 --HG-- extra : moz-landing-system : lando
-
Johann Hofmann authored
We were using the same ID on two elements, which kind of messed up things everywhere our code reasonably expected only one element of the kind to exist. We just use a class name now. This also cleans up #advancedPanelErrorTryAgain which worked around this issue by using a different ID. Differential Revision: https://phabricator.services.mozilla.com/D30298 --HG-- rename : browser/base/content/test/general/browser_bug435325.js => browser/base/content/test/about/browser_bug435325.js extra : moz-landing-system : lando
-
Ciure Andrei authored
Backed out changeset 21e44ad9c6df (bug 1551055) Backed out changeset 8727e61ab69b (bug 1551055) Backed out changeset d99a6769beb4 (bug 1551055) --HG-- extra : rebase_source : 56f7fe5c54cd7e4109acce5074be1aba12e91086
-