Commit Graph

18837 Commits

Author SHA1 Message Date
Rob Wood
717b6fea5e Bug 1407398 - Run talos tp6 and ts_paint in duplication but with a heavy user-profile; r=jmaher
MozReview-Commit-ID: 5AL1DIz6Raq
2017-10-12 11:29:07 -04:00
Sebastian Hengst
040a1b2bbb merge mozilla-central to autoland. r=merge a=merge 2017-10-17 11:46:52 +02:00
Sebastian Hengst
08efa86e76 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 1h3kZyrtqSt
2017-10-17 11:45:16 +02:00
Brendan Dahl
9ac8ce2a34 Bug 1399956 - Add headless mochitests to taskcluster. r=jmaher
MozReview-Commit-ID: IGnl6WroOOV
2017-10-16 16:15:45 -07:00
Brendan Dahl
bcd2312276 Bug 1399956 - Add headless flag for mochitests. r=jmaher
MozReview-Commit-ID: Kqk0sw4ykEm
2017-10-16 16:15:45 -07:00
James Graham
52a2a2bd4a Bug 1408977 - Allow running wpt test with chos mode using --chaos[=flag], r=gbrown
MozReview-Commit-ID: E1jrL9EMt5Y
2017-10-16 12:01:24 +01:00
Cameron McCormack
ce449895d5 Bug 1408312 - Part 3: Replace nsCSSParser/nsRuleNode usage for color computation in Servo styled documents. r=xidorn
MozReview-Commit-ID: LuB0izWz7nk
2017-10-16 09:06:39 +08:00
Nick Thomas
de433146dc Bug 1387622 - revert firefox-sha1 alias change, r=rail a=release DONTBUILD
MozReview-Commit-ID: 7BgcdEWCNfn
2017-10-06 09:44:12 +13:00
Nick Thomas
43d1f8a320 Bug 1408197 - beetmover fix round 2, r=bustage a=release
MozReview-Commit-ID: D3g4ZSapaim
2017-10-13 17:23:46 +13:00
Dan Banner
5af4450327 Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
Joel Maher
4f5db80b72 Bug 1403428 - Disable /html/browsers/windows/browsing-context-names/choose-_parent-001.html on !win for frequent failures. r=me, a=test-only 2017-10-15 05:55:21 -04:00
Sebastian Hengst
df93143d38 Backed out changeset 4bac27faa19b (bug 1070763) for crashes and broken websites. r=backout a=backout
MozReview-Commit-ID: 6BAkoAT8JyJ
2017-10-14 23:50:33 +02:00
Andreas Tolfsen
792aa907da Bug 1408454 - Move error.pprint to format.pprint. r=whimboo
Pretty-printing an object belongs more naturally to the new format module.

MozReview-Commit-ID: AfXLMPAT5ar
2017-10-13 17:59:30 +01:00
Henrik Skupin
074a407ea8 Bug 1407437 - Unskip test_security.py and test_ev_certificate.py. r=jmaher
MozReview-Commit-ID: HIyH04s59Sz
2017-10-13 18:16:23 +02:00
Andrew McCreight
e18736942b Bug 1402151, part 9 - Implement gtest for FTP directory listing parsing. r=michal
This test turns the existing stand alone test for the FTP directory
listing parser into a gtest.

MozReview-Commit-ID: 7n60TfcTXTJ
2017-09-25 11:19:33 -07:00
Andreas Tolfsen
429d585da3 Bug 1407985 - Add Marionette new contributor guide to docs. r=maja_zf
This is a conversion of
https://wiki.mozilla.org/User:Mjzffr/New_Contributors.

DONTBUILD

MozReview-Commit-ID: 4dLXr8zC3bN
2017-10-12 14:18:23 +01:00
Peter Major
0e1b89c403 Bug 1407675 - Fix cookie creation via Marionette using IP address r=ato
The issue here was that the cookie domain was always prepended with
'.' character. To resolve this edge-case Marionette now first checks
whether the cookie domain is in fact an IP address.

MozReview-Commit-ID: 4xBd4rscXxx
2017-10-12 16:06:26 +01:00
Sebastian Hengst
512d156113 merge mozilla-central to autoland. r=merge a=merge 2017-10-13 11:51:55 +02:00
Sebastian Hengst
ded2f7a0dd Merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 5oI3jfNbQVt
2017-10-13 11:12:47 +02:00
Brian Birtles
25079ab175 Bug 1406381 - Update the simple iteration progress calculation to match recent changes to the Web Animations specification; r=hiro
This implements the following change to the Web Animations specification:

  19b6c33cee

The background to that change is described in the corresponding spec issue:

  https://github.com/w3c/web-animations/issues/201

MozReview-Commit-ID: GGA64LG5vT
2017-10-13 12:31:21 +09:00
Brian Birtles
3c780ae5dc Bug 1406381 - Add tests for simple iteration progress and current iteration when the playback rate is negative; r=hiro
MozReview-Commit-ID: H7cgEeGYUoj
2017-10-13 12:28:05 +09:00
Brian Birtles
221ec98670 Bug 1406381 - Extend assert_computed_timing_for_each_phase to accommodate negative playback rates; r=hiro
MozReview-Commit-ID: LpTRS6aMaWw
2017-10-13 12:27:56 +09:00
Brian Birtles
0d01724769 Bug 1406381 - Factor out common code from simple-iteration-progress.html and current-iteration.html; r=hiro
This will become all the more necessary when we extend these definitions to work
with negative playback rates.

MozReview-Commit-ID: ITHEqjprWUy
2017-10-13 10:53:10 +09:00
Brian Birtles
3a3b822d36 Bug 1406381 - Tidy up simple-iteration-progress.html and current-iteration.html somewhat; r=hiro
This is in preparation for further changes to these files later in this patch
series.

In particular this patch:

* Moves some code to more modern Javascript that should be easier to read and
  maintain

* Makes the tests more strict about when active/after values are specified
  - If the timing parameters mean there is no active phase, the test should not
    specify a value to test for that phase. If there *is* an active phase, the
    test must provide a value to test (if it does not the test will fails when
    it compares against the undefined value).
  - Likewise for the after phase
  This should make it a little easier to incorporate testing the playbackRate.

MozReview-Commit-ID: 17vihK5RSbu
2017-10-13 10:45:58 +09:00
Ting-Yu Lin
4ac1924bf6 Bug 1399204 - Update test_long_press_to_select_when_partial_visible_word_is_selected(). r=mtseng
This test fails to test what it designed to test because the <input> is not
narrow enough to let 'b's overflow.

I added an <input> that have a fixed size to ensure 'B's overflows, and
remove the first long press on the first word.

MozReview-Commit-ID: 83zBj4yBXVk
2017-10-12 16:41:48 +08:00
Phil Ringnalda
05174a2519 Backed out 6 changesets (bug 1406212) for mass reftest failures
CLOSED TREE

Backed out changeset 1c9fe35de901 (bug 1406212)
Backed out changeset 1acc4c270bf9 (bug 1406212)
Backed out changeset d9ea9cff849f (bug 1406212)
Backed out changeset 5bf2f08f01f9 (bug 1406212)
Backed out changeset 1a050da96e9e (bug 1406212)
Backed out changeset 1b5e78113f06 (bug 1406212)

MozReview-Commit-ID: LizV8CD4IY4
2017-10-12 19:45:23 -07:00
Nick Thomas
e0960d3ae9 Bug 1408197 - fix beetmover by using a modern pip & setuptools, r=catlee a=release
MozReview-Commit-ID: CFyYBcL1xTM
2017-10-13 12:50:41 +13:00
Nicolas Chevobbe
9c4cbe80a3 Bug 1405070 - Add a DAMP test for console shutdown after expanding a large object; r=bgrins.
MozReview-Commit-ID: CQp3V4GIJzP
2017-10-11 11:56:45 +02:00
Blake Kaplan
09a1132230 Bug 1406212 - Remove browser.tabs.remote.autostart.N. r=Felipe
These are no longer needed.

MozReview-Commit-ID: C49R7GsWPDg
2017-10-10 16:12:20 -07:00
Blake Kaplan
de2e769c39 Bug 1406212 - Remove the e10srollout extension. r=Felipe
MozReview-Commit-ID: 1y141p0MalB
2017-09-28 15:54:36 -07:00
Sebastian Hengst
fc3c7e1a08 merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE 2017-10-13 00:53:56 +02:00
Sebastian Hengst
32668e2b76 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: AlcL6XYDkf
2017-10-12 23:58:31 +02:00
Dragana Damjanovic
81bfe506ac Bug 1405761 - If the preload pref is disabled rel=preload should be shown as not supported. r=smaug 2017-10-11 03:20:00 -04:00
Sebastian Hengst
756ca5872c merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-13 00:55:27 +02:00
Alexandre Poirot
5817e862a7 Bug 1406564 - Open the right document when running cold toolbox open. r=bgrins
MozReview-Commit-ID: J6MZFCPLqT9
2017-10-12 01:15:19 +02:00
Ryan VanderMeulen
7496e4294f Merge m-c to autoland. a=merge 2017-10-11 17:55:13 -04:00
Marco Bonardo
b19c6a5663 Bug 1406860 - Make urlbar tests a bit more reliable. r=standard8
MozReview-Commit-ID: 71ZzDbCq8n0
2017-10-10 01:18:23 +02:00
Tom Ritter
1653b4d7c2 Bug 1406687 Pass return values from fwrite to Unused to silence the warn-unused-result warning r=njn
MozReview-Commit-ID: 4v6tPF5aMz7
2017-10-09 15:01:48 -05:00
Sebastian Hengst
6273f32bbf Backed out changeset 1ac7fce0b369 (bug 1406860) for failing xpcshell tests, e.g. toolkit/components/places/tests/unit/test_000_frecency.js. r=backout 2017-10-11 18:25:57 +02:00
Marco Bonardo
9aedc5efc3 Bug 1406860 - Make urlbar tests a bit more reliable. r=standard8
MozReview-Commit-ID: 71ZzDbCq8n0
2017-10-10 01:18:23 +02:00
Sebastian Hengst
1869f54c8b merge mozilla-central to autoland. r=merge a=merge 2017-10-11 16:15:40 +02:00
Sebastian Hengst
6da2142cf1 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
2017-10-11 16:11:25 +02:00
Joel Maher
6ed6c35c62 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
2017-10-11 09:12:54 -04:00
Joel Maher
20e4f18ef8 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
2017-10-11 08:10:50 -04:00
Sebastian Hengst
c188d179a2 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: AgDEPuT8DNK
2017-10-11 11:41:04 +02:00
Sebastian Hengst
d1a31a8503 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-11 00:01:28 +02:00
Luke Wagner
bda9877ba9 Bug 1347644 - Baldr: implement ConsumeStreamCallback in browser (r=bkelly)
MozReview-Commit-ID: DXv2MegefDw
2017-10-10 14:41:24 -05:00
Sylvestre Ledru
0c8fbda4f2 Bug 1406666 - Add testing/*cppun*.py to the list of flake8 compliant code r=ahal
MozReview-Commit-ID: KWsXMRgy4XG
2017-10-07 19:45:12 +02:00
Lee Salzman
038f9e3158 Bug 1387079 - only use SkRasterPipeline when SkJumper is accelerated. r=jrmuizel
MozReview-Commit-ID: 13dd2Ap4sob
2017-10-10 15:49:13 -04:00
Andreas Tolfsen
b0b177bd4e Bug 1405325 - Align WebDriver:DeleteCookie with specification. r=maja_zf
The Delete Cookie command should not return an error if the cookie
does not exist.

The variable names "toDelete" and "candidateName" was also
juxtapositioned and wrong.  Here I am using the approximate names
used in the specification prose for clarity.

Fixes: https://github.com/mozilla/geckodriver/issues/989
MozReview-Commit-ID: 6IIGGpB1JWn
2017-10-03 16:25:57 +01:00