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

18757 Коммитов

Автор SHA1 Сообщение Дата
Alexandre Poirot 0441524a90 Bug 1406564 - Open the right document when running cold toolbox open. r=bgrins
MozReview-Commit-ID: J6MZFCPLqT9

--HG--
extra : rebase_source : 407b46422d18b45ea0820fe06d6e3126974f4150
2017-10-12 01:15:19 +02:00
Ryan VanderMeulen 0dcd727f08 Merge m-c to autoland. a=merge 2017-10-11 17:55:13 -04:00
Marco Bonardo 65ca393243 Bug 1406860 - Make urlbar tests a bit more reliable. r=standard8
MozReview-Commit-ID: 71ZzDbCq8n0

--HG--
extra : rebase_source : 7f93059ce057a8bf98996e31932a47523c555fd1
2017-10-10 01:18:23 +02:00
Tom Ritter 701ee70a22 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
2017-10-09 15:01:48 -05:00
Sebastian Hengst d4cf5c3f6e 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
2017-10-11 18:25:57 +02:00
Marco Bonardo ac4197582b Bug 1406860 - Make urlbar tests a bit more reliable. r=standard8
MozReview-Commit-ID: 71ZzDbCq8n0

--HG--
extra : rebase_source : f919a0f84ff46fcfa56ddbfb2ba8b060b34cb12a
2017-10-10 01:18:23 +02:00
Sebastian Hengst a9cfc08c86 merge mozilla-central to autoland. r=merge a=merge 2017-10-11 16:15:40 +02:00
Sebastian Hengst dd693c66f9 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
2017-10-11 16:11:25 +02:00
Joel Maher 0b169e6a3b 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
2017-10-11 09:12:54 -04:00
Joel Maher 2d991cc7d1 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
2017-10-11 08:10:50 -04:00
Sebastian Hengst ed86a2c11f merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: AgDEPuT8DNK
2017-10-11 11:41:04 +02:00
Sebastian Hengst 044775ad49 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-11 00:01:28 +02:00
Luke Wagner cf897d6fcb Bug 1347644 - Baldr: implement ConsumeStreamCallback in browser (r=bkelly)
MozReview-Commit-ID: DXv2MegefDw

--HG--
extra : rebase_source : aca4d6e40ae9af03e05520ec8bdef92889e44acc
2017-10-10 14:41:24 -05:00
Sylvestre Ledru 61e0724a88 Bug 1406666 - Add testing/*cppun*.py to the list of flake8 compliant code r=ahal
MozReview-Commit-ID: KWsXMRgy4XG

--HG--
extra : rebase_source : b6e82fcd6f5dfb9f823ac5d00c623387b7e95632
2017-10-07 19:45:12 +02:00
Lee Salzman 834a656e93 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 d416473355 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

--HG--
extra : rebase_source : f3149d2195c0e871370eef3d2c1306a8212c5751
2017-10-03 16:25:57 +01:00
Andreas Tolfsen 3304020e41 Bug 1405325 - Correct HTTPWireProtocol#send documentation. r=maja_zf
MozReview-Commit-ID: 3ZfXYHOaKRC

--HG--
extra : rebase_source : 0cd2e89ce271bae1c95e3896af5af6b705fed134
2017-10-03 16:24:22 +01:00
Andreas Tolfsen d94c69c0f9 Bug 1405325 - Assign actual response to variable. r=maja_zf
This is a non-functional change, but if anything should be assigned
to the "response" value, it should be the actual response.  I had
to do this because I was debugging a low-level HTTP problem with
geckodriver, so this will be more useful in the future.  In any case,
we can return the webdriver.transport.Response representation directly
because the finally clause is always called.

MozReview-Commit-ID: 8JKNKAEbOAe

--HG--
extra : rebase_source : 9bf14127d22d75e89df4d2377d4f73168055f673
2017-10-03 16:23:24 +01:00
Andreas Tolfsen e3c307effe Bug 1405325 - Use HTTPWireProtocol#url to build full URL. r=maja_zf
Instead of using string concatentation for building the command URL,
rely on self.url which internally uses urlparse.urljoin.

MozReview-Commit-ID: DqakZJIgdJF

--HG--
extra : rebase_source : ae9702ea22f7a2a3108b1e78e70182371ddb7b79
2017-10-03 16:21:25 +01:00
Andreas Tolfsen 1f920edde6 Bug 1405325 - Fix webdriver.transport.HTTPWireProtocol#url. r=maja_zf
The self.path_prefix attribute does not exist.  It should be
self.url_prefix.

MozReview-Commit-ID: 8LGES8GsTsm

--HG--
extra : rebase_source : a59f92070a6f35acda166836528704d03248c48c
2017-10-03 16:19:36 +01:00
Andreas Tolfsen 29339a1cb1 Bug 1405325 - Rename wdspec cookies test to match command name. r=maja_zf
MozReview-Commit-ID: CYVo0n3mLbB

--HG--
rename : testing/web-platform/tests/webdriver/tests/cookies/cookies.py => testing/web-platform/tests/webdriver/tests/cookies/get_named_cookie.py
extra : rebase_source : 6af6e1b53e2b5115720fb186b4aa985e067c109b
2017-10-03 15:27:26 +01:00
Andreas Tolfsen cc5abdb455 Bug 1407000 - Lint match_browser. r=automatedtester
No functional changes here, but the indentation was wrong in many
places, making it very hard to read the code.

MozReview-Commit-ID: Iku7yPD30QV

--HG--
extra : rebase_source : 31aa77135ca7f89eab60335b5bb968c4d6f1294a
2017-10-09 19:11:31 +01:00
Andreas Tolfsen 6034b21f96 Bug 1407000 - Prefer error messages in the present. r=automatedtester
s/was/is/ in various error messages for harmony.

MozReview-Commit-ID: IrRw4Vl8bIK

--HG--
extra : rebase_source : 2e4a26077733fc4a182dca0feedd14291675d6ad
2017-10-09 19:08:46 +01:00
Andreas Tolfsen 4c2629b200 Bug 1407000 - Fix error for string WebDriver capabilities. r=automatedtester
MozReview-Commit-ID: I4Il8CoUBiz

--HG--
extra : rebase_source : 8c128eb9b5a9a4130816eed4227ff39b6566e2d2
2017-10-09 19:05:59 +01:00
Andreas Tolfsen f9e18f3217 Bug 1406965 - Add docs on enabling trace logs. r=automatedtester
DONTBUILD

MozReview-Commit-ID: L2uZuPjA2ig

--HG--
extra : rebase_source : 4d1099d2999f619ceea7b96d58d3ec0731d978e5
2017-10-09 17:56:11 +01:00
Sebastian Hengst 1a4a26905f merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-10 06:12:26 -03:00
Sebastian Hengst aa7c8d6587 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-09 23:58:00 +02:00
Sebastian Hengst c2d6023454 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 36L7JL73CzG
2017-10-09 23:52:04 +02:00
Joel Maher 690610434c Bug 1399633 - Disable /webdriver/tests/contexts/maximize_window.py on linux for frequent failures. r=me, a=test-only 2017-10-09 15:44:24 -04:00
Peter Van der Beken b2711ec3e9 Bug 1339853 - Make XPathExpression/XPathEvaluator arguments optional. r=bz.
--HG--
extra : rebase_source : 96d441625eaf8866aabcf255613c848921a194ae
extra : source : 00dd493a0b55f871d33fc08f514d7ea6ac5b875a
2017-09-28 18:14:46 +02:00
Joel Maher a966a4008f Bug 1402426 - removing the requirement to sign addons from talos and run from source. reland as this was partially reverted in a mozreview rebase. r=me 2017-10-09 08:42:51 -04:00
Sebastian Hengst 57b1e21136 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: Lbq8F50U0Nf
2017-10-08 11:44:16 +02:00
Sylvestre Ledru 34d66eceb2 Bug 1404480 - Manage hdiutil output when the volume name contains a space r=whimboo
MozReview-Commit-ID: lntjhP8QdT

--HG--
extra : rebase_source : fbdb9167821971064b0d84cb6417b1d6c45f191e
2017-10-02 13:07:53 +02:00
Sebastian Hengst 3c8747ae61 merge mozilla-central to autoland. r=merge a=merge 2017-10-07 10:52:29 +02:00
Sebastian Hengst 5d61e2eec8 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: JDCYKq7yKwb
2017-10-07 10:45:11 +02:00
Sebastian Hengst b834f0d177 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 7Ez95T2ivfR
2017-10-07 10:37:39 +02:00
Ben Kelly 3c74ad0498 Bug 1351521 P2 Update resource-timing.https.html WPT test expectations. r=asuth 2017-10-06 09:04:55 -07:00
Ben Kelly 2caf858711 Bug 1191943 P3 Update resource-timing.https.html and performance-timeline.https.html WPT tests and expectations. r=asuth 2017-10-06 09:04:55 -07:00
Ben Kelly c3d51e73b0 Bug 1405739 P2 Update performance-timeline.https.html WPT test expectations. r=asuth 2017-10-06 09:04:54 -07:00
Joel Maher 80d59c9dc6 Bug 1403513 - remove signed .xpi files from the talos tree. r=rwood 2017-10-06 10:57:20 -04:00
Joel Maher 0536afaa2e Bug 1406114 - remove rss, modified page list bytes, and possibly private bytes from talos counters. r=rwood 2017-10-06 10:57:17 -04:00
Andreas Farre 66345bc361 Bug 1378402 - Add tests for budget throttling. r=bkelly 2017-10-06 01:08:00 -04:00
Henrik Skupin 21872db2c4 Bug 1406150 - Always throw exceptions by using 'new'. r=maja_zf
MozReview-Commit-ID: GmI1PuSQwWU

--HG--
extra : rebase_source : 61d87d94d683094a579d776e10134dc961182969
2017-10-06 14:07:13 +02:00
Xidorn Quan a07f749a0d Bug 1392918 - Re-enable text-orientation-script-001.html for stylo. r=xidorn
MozReview-Commit-ID: Ilj5N96fSYR

--HG--
extra : rebase_source : 58ae71a629beaec7e858be5487118624bfd88b5d
2017-10-07 14:18:27 +11:00
Xidorn Quan c0f60ed5b9 Bug 1288761 part 2 - Add perf reftest for bidi resolution. r=jfkthame,rwood
MozReview-Commit-ID: 12GXuPuvDHa

--HG--
extra : rebase_source : cf06beaeb4f2bfedb0088871fce68e7b289d55a4
2017-10-05 21:14:43 +11:00
Rail Aliiev 634330e4c4 Bug 1336514 - Publish jsshell-*.zip as part of release r=nthomas
MozReview-Commit-ID: 4N3trF9oQ6l

--HG--
extra : rebase_source : 0dacfe6a0ee297fde5994295b110e22b1c5a9aec
2017-10-06 13:10:45 -04:00
Geoff Brown d349c216eb Bug 1406213 - Ensure test verification gives up after max time exceeded; r=jmaher 2017-10-07 08:52:39 -06:00
Geoff Brown 4e611b87fc Bug 1406407 - Update test-verify mozinfo from json file; r=jmaher 2017-10-07 08:52:37 -06:00
Emilio Cobos Álvarez 7ae6330744 Bug 1402442: Properly remove display: contents pseudo-frames. r=mats
MozReview-Commit-ID: 4pjVLQfv3YR
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>

--HG--
extra : rebase_source : 641946b30a36ab407b1940d8b42967fa92083073
2017-09-25 18:25:29 +02:00
Tom Ritter 14ad913e94 Bug 1403058 Add the MinGW32 browser build to Taskcluster r=glandium
MozReview-Commit-ID: EGWX1EfqBNJ

--HG--
extra : rebase_source : 4cbe0340bad06d4421cd0b106d1dc7a4ab2ec013
2017-10-05 11:46:32 -05:00