- Oct 09, 2017
-
-
David Burns authored
The geckodriver binary is not being moved to correct directory which is required to be able to run web platform tests successfully. MozReview-Commit-ID: HTxnACX2FLR --HG-- extra : rebase_source : 816dc27bfad7d9e93ca1074f9ab05ba1c0bb578b
-
- Oct 11, 2017
-
-
Emilio Cobos Álvarez authored
servo: Merge #18826 - style: Fix invalidation collection for XBL when quirks modes don't match (from emilio:invalidation-xbl-stuff); r=heycam Source-Repo: https://github.com/servo/servo Source-Revision: 105c5d2a0692c6e09320c5d967b43f879c3cd00d --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : dd1e8319dfe62a1b0793e8e323db174a1b311bd9
-
- Oct 10, 2017
-
-
J.C. Jones authored
WebAuthn has added a flag UV to indicate the user was biometrically verified. We have to make sure not to set that flag for U2F. Turns out we already do that, but let's add the constant and such. Ref: https://w3c.github.io/webauthn/#authenticator-data MozReview-Commit-ID: 6Qtjdkverls --HG-- extra : rebase_source : 660348596b917d8f461b19298e01dbe19410b63f
-
Tom Ritter authored
MozReview-Commit-ID: Gd9wo1z4nlK --HG-- extra : rebase_source : 0dc53a29ee068d948f2e047b25770604f3acf267
-
Alex Gaynor authored
MozReview-Commit-ID: 2HpJZkHCyhk --HG-- extra : rebase_source : 8613e3629a7658f9df7296e2e58da82a67cc12da
-
- Oct 09, 2017
-
-
Tom Ritter authored
Bug 1406687 Pass return values from fwrite to Unused to silence the warn-unused-result warning r=njn MozReview-Commit-ID: 4v6tPF5aMz7 --HG-- extra : rebase_source : fe434db73a8da686391462c12b91648348abcdc9
-
- Oct 10, 2017
-
-
Tom Ritter authored
MozReview-Commit-ID: Dl4uu6evlbs --HG-- extra : rebase_source : f9b04123b1f09a49155f0bb24704f9e11818ff5a
-
Erica Wright authored
Bug 1406191 - Cleanup browser_widget_animation.js, remove event listener and close panel correctly. r=johannh MozReview-Commit-ID: 6IjrdxnWPqa --HG-- extra : rebase_source : 5b52caffa1d523964ee485859dd562919f5f971a
-
- Oct 05, 2017
-
-
Sean Lee authored
MozReview-Commit-ID: JpTqy42Y1ej --HG-- extra : rebase_source : 8c75d80e936e035aa9b06bdff314a2643dbaf2ed
-
- Oct 09, 2017
-
-
Louis Chang authored
MozReview-Commit-ID: EIWvJFqdpP3 --HG-- rename : layout/reftests/forms/input/checkbox/checkbox-clamp-ref.html => layout/reftests/forms/input/checkbox/checkbox-clamp-01-ref.html rename : layout/reftests/forms/input/checkbox/checkbox-clamp.html => layout/reftests/forms/input/checkbox/checkbox-clamp-01.html rename : layout/reftests/forms/input/radio/radio-clamp-ref.html => layout/reftests/forms/input/radio/radio-clamp-01-ref.html rename : layout/reftests/forms/input/radio/radio-clamp.html => layout/reftests/forms/input/radio/radio-clamp-01.html extra : rebase_source : 0a82987f2a5073e65e60368cf59571cbcfa21e63
-
- Sep 28, 2017
-
-
Samael Wang authored
Bug 1401522 - Don't apply statusCode sent from parent if mCanceled or mStatus has been modified in the child. r=mayhemer When a WyciwygChannel is canceled, but WyciwygChannelParent::RecvCancel happens after WyciwygChannelParent::SendOnStartRequest, it would send statusCode=NS_OK to WyciwygChannelChild::OnStartRequest. So we should not apply the statusCode if mCanceled, just like how HttpChannelChild handles it. MozReview-Commit-ID: 5H3PUrlArIA --HG-- extra : rebase_source : 9e8b034d293dc50d126327dc6452e95335e35ae6
-
- Oct 05, 2017
-
-
steveck-chung authored
Bug 1397115 - Update formautofill doorhanger anchor icon and adjust the icon margin space in identity box. r=johannh MozReview-Commit-ID: KgfXlkzViiu --HG-- extra : rebase_source : 39607e267832c8e0597138114bbe31367da3d7d6
-
- Sep 15, 2017
-
-
Prathiksha authored
Bug 1357523 - Make about:home and about:newtab search box search for the value in the search textbox when we use non-default search engines. r=nhnt11 MozReview-Commit-ID: CdgqghkmXau --HG-- extra : rebase_source : f0312fccd5172bffa1afee53b699398bb3e4ba8c
-
- Oct 03, 2017
-
-
Edouard Oger authored
MozReview-Commit-ID: DhrZ1oFY2WG --HG-- extra : rebase_source : e98e4ee0a3e376840ce89f0908d7210b167154fa
-
- Oct 11, 2017
-
-
Gijs Kruitbosch authored
Bug 1406738 - do not set the 'overflowing' attribute if the overflow menu only contains 'special' widgets (like flexible spaces), r=jaws MozReview-Commit-ID: 1C5XaTCIUKA --HG-- extra : rebase_source : e8cbfd944c7085ef1a821e346c6ea022a3bb851b
-
- Oct 04, 2017
-
-
Kit Cambridge authored
MozReview-Commit-ID: KqnZFn35qId --HG-- extra : rebase_source : ef36fb37cfa4435a696a5982f45ede1bb01fb147
-
- Oct 05, 2017
-
-
Kit Cambridge authored
This task assigns new GUIDs to items with missing or invalid ones, and bumps the Sync change counter for the affected items and their parents. We also invalidate the GUID cache for the affected items, and write tombstones for invalid GUIDs that have already been synced. MozReview-Commit-ID: 7Jm3enYchAz --HG-- extra : rebase_source : dc97920140f589f82d85159526cf7335278a8062
-
Kit Cambridge authored
This exposes `IsValidGUID` to SQL, matching `GENERATE_GUID()` and making it easier to SELECT rows with invalid GUIDs. MozReview-Commit-ID: Dspm8A59P5L --HG-- extra : rebase_source : 9bbc853ae3892314cc3bab7469c0f9c25706aea5
-
- Oct 11, 2017
-
-
Sebastian Hengst authored
Backed out changeset 1ac7fce0b369 (bug 1406860) for failing xpcshell tests, e.g. toolkit/components/places/tests/unit/test_000_frecency.js. r=backout --HG-- extra : amend_source : d56cb30d1aa7bb64597e273eef64e9d35056914e
-
- Oct 02, 2017
-
-
Rob Wood authored
MozReview-Commit-ID: Dkoh60jcKsL --HG-- extra : rebase_source : 91b5b5bcb502f29d8c74e618ffc82e8e748d58e5
-
- Oct 11, 2017
-
-
Tom Ritter authored
MozReview-Commit-ID: L5DhORpuOup --HG-- extra : rebase_source : f2fbca5c968337a874b68fde0ae0d299e77b1545
-
Anthony Ramine authored
Source-Repo: https://github.com/servo/servo Source-Revision: 528d0fb40939311625dd977b52e879758d6f6aab --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : dcebad94f33c413cd04d6b54a2afa9a81b940286
-
Sebastian Hengst authored
-
- Oct 09, 2017
-
-
Marco Bonardo authored
MozReview-Commit-ID: 71ZzDbCq8n0 --HG-- extra : rebase_source : f919a0f84ff46fcfa56ddbfb2ba8b060b34cb12a
-
- Oct 11, 2017
-
-
Chris Pearce authored
nsEscape.cpp doesn't build in non-unified mode, as it uses mozilla::fallible, mozilla::CheckedInt and mozilla::ASCIIMask::IsMasked without prefixing them with the mozilla namespace. I suspect this file is usually included in unified_cpp file which includes a "using namespace mozilla" directive. MozReview-Commit-ID: GwlsK8kytLj --HG-- extra : rebase_source : c3063aff7cdf10c416b8ee782c9bee745e643842
-
- Oct 10, 2017
-
-
Nicolas Chevobbe authored
MozReview-Commit-ID: GHSJAnkj6Pv --HG-- extra : rebase_source : ce6ebf41de862771a719eafd93368f1dfcbed4ad
-
- Oct 11, 2017
-
-
Sebastian Hengst authored
Backed out changeset 4e1474612b64 (bug 1404583) for failing browser-chrome's browser/modules/test/browser/browser_BrowserUITelemetry_syncedtabs.js. r=backout
-
Sylvestre Ledru authored
MozReview-Commit-ID: 8BzsrTLcEY6 --HG-- extra : rebase_source : 7b01271fed086771df1720665ad1532ef8252812
-
Sebastian Hengst authored
-
Sebastian Hengst authored
Bug 1407437 - disable test_ev_certificate.py for perma failing for reasons outside of the tree. r=me, a=test-only MozReview-Commit-ID: 1I8bMw08Vyb --HG-- extra : transplant_source : %EF%96%D2iz%9D%B7%DE%A3%D0%8F%0F%C2%DA%D4%DA%CA%09%92F
-
Sylvestre Ledru authored
MozReview-Commit-ID: ErnYnQMv5pj --HG-- extra : rebase_source : 0ee34dd517f735220a950c1a1df1213625d7e417
-
Joel Maher authored
Bug 1407437 - disable test_security.py TestSecurity.test_get_address_from_certificate for perma failing for reasons outside of the tree. r=me, a=test-only MozReview-Commit-ID: 8PECVzvURAv --HG-- extra : transplant_source : %AFH%88%91y%F5%D5C%E3%01%92%1E%19%F0v%B8%9C%CBUl
-
Joel Maher authored
Bug 1407437 - disable test_security.py TestSecurity.test_get_address_from_certificate on windows for perma failing for reasons outside of the tree. r=me, a=test-only MozReview-Commit-ID: LpgxsWrjMhb --HG-- extra : transplant_source : %E3%3B%C7%A0%60%E8%0F%AC%1AY%26%83%8E%275Z6%A5%C2%89
-
Sebastian Hengst authored
MozReview-Commit-ID: AgDEPuT8DNK
-
Sebastian Hengst authored
MozReview-Commit-ID: EmKghzIsF92
-
ffxbld authored
-
ffxbld authored
-
- Oct 10, 2017
-
-
Sebastian Hengst authored
-
Sebastian Hengst authored
MozReview-Commit-ID: GbmY183Epi2
-
Sebastian Hengst authored
MozReview-Commit-ID: CdkzY7WJ58G
-