46354d9d024786a300e04ab8819331331092452e: Bug 1319237 - Disable WebDriver navigation to file: protocol test. r=maja_zf, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Fri, 03 Feb 2017 16:31:57 +0000 - rev 492277
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Disable WebDriver navigation to file: protocol test. r=maja_zf, a=test-only
MozReview-Commit-ID: 3SlvHmggRET
7b41cdbb9c97c4e41bb88ef1495e84b478b79131: Bug 1319237 - Enable WebDriver context test. r=maja_zf, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Fri, 03 Feb 2017 16:31:19 +0000 - rev 492276
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Enable WebDriver context test. r=maja_zf, a=test-only
MozReview-Commit-ID: EQZHO6npFtH
3df0618b87a35c823e6b1e973991ac4dffd7e5e2: Bug 1319237 - Avoid reposition waiting if position is unchanged. r=maja_zf, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Thu, 02 Feb 2017 14:58:36 +0000 - rev 492275
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Avoid reposition waiting if position is unchanged. r=maja_zf, a=test-only
When the requested window position is the same as the current position,
we should avoid the wait condition.
MozReview-Commit-ID: 3koG5BeOkFC
7310c81675f4e2127f1231c1367c95a7ae012d7d: Bug 1319237 - Improve window position test assertions. r=maja_zf, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Thu, 02 Feb 2017 14:57:19 +0000 - rev 492274
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Improve window position test assertions. r=maja_zf, a=test-only
MozReview-Commit-ID: qmFS0JEqx3
fc404ef132629e39963e7cf0dd2049fb7e4b4b5d: Bug 1319237 - Donate window position test to Mozilla. r=automatedtester, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Thu, 02 Feb 2017 14:46:58 +0000 - rev 492273
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Donate window position test to Mozilla. r=automatedtester, a=test-only
The window positioning test has been sufficiently rewritten that it can
no longer be considered a derived work from Selenium.
MozReview-Commit-ID: 9FtGEPeMXQs
9040530f721acf09e402a3f4d7533310a4428b5e: Bug 1319237 - Make GeckoDriver#setWindowSize synchronous. r=automatedtester, r=maja_zf, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:44:22 +0100 - rev 492272
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Make GeckoDriver#setWindowSize synchronous. r=automatedtester, r=maja_zf, a=test-only
Return from the Set Window Size command only after the window resize
DOM event has occurred.
MozReview-Commit-ID: 7ygZuNJZzq2
50aa351e8ffd0d70639e3da3d04eb5c64feedf41: Bug 1319237 - Make GeckoDriver#setWindowPosition synchronous. r=automatedtester, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:43:35 +0100 - rev 492271
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Make GeckoDriver#setWindowPosition synchronous. r=automatedtester, a=test-only
This change makes the Set Window Position command synchronous by waiting
for the original window position to change before returning.
MozReview-Commit-ID: 3gOv6bNPASV
74a25dd2c130358de26dac554c1907c9a59d917d: Bug 1319237 - Generalise wait condition utility. r=automatedtester, r=maja_zf, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:41:20 +0100 - rev 492270
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Generalise wait condition utility. r=automatedtester, r=maja_zf, a=test-only
This makes the `implicitWaitFor` utility from
testing/marionette/element.js generally available in Marionette.
It improves on the design of the old wait utility by providing
promise-like resolve and reject options to the evaluated function. These
can be used to indicate success or failure of waiting. If resolved, the
provided value is returned immediately. When rejected, the function is
evaluated over again until the timeout is reached or an error is thrown.
It is useful to indicate success and failure state because it saves the
calling code from guessing based on the return value. Guessing from
the return value can be problematic since there are certain types and
values in JavaScript that are ambigeous or misleading, such as the fact
that empty arrays are evaluated as a truthy value.
MozReview-Commit-ID: G8F99tdbiNb
56a0e1f88578639a15e008ed4564408f8319bbd2: Bug 1319237 - Make session fixture module scoped. r=jgraham, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:39:42 +0100 - rev 492269
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Make session fixture module scoped. r=jgraham, a=test-only
I recently changed it to function scoped, which was a mistake.
pytest complains if it is not module scoped.
MozReview-Commit-ID: GYP9Ky1avks
5384084ee6d3b204f9ce090f802f73b9b405e5a0: Bug 1319237 - Allow pytests to be skipped imperatively at runtime. r=jgraham, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:38:42 +0100 - rev 492268
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Allow pytests to be skipped imperatively at runtime. r=jgraham, a=test-only
It is required to skip certain WebDriver tests imperatively at runtime,
such as for the Get Window Size and Get Window Position commands, which
are only available at certain configurations.
MozReview-Commit-ID: 9ERYkYm34iI
20b7c1a2b0ce4951b0645d1151f98f7ee73ef983: Bug 1319237 - Assign GeckoDriver#getWindowSize return value in one statement. r=automatedtester, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:36:29 +0100 - rev 492267
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Assign GeckoDriver#getWindowSize return value in one statement. r=automatedtester, a=test-only
MozReview-Commit-ID: BGH1WkgH91p
0065cd32253c0bc80b696925bc57f48ba35e5b1a: Bug 1319237 - Calculate correct window position. r=automatedtester, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:33:03 +0100 - rev 492266
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Calculate correct window position. r=automatedtester, a=test-only
The testing/marionette/browser.js window getter does not return the
same window as `GeckoDriver#getCurrentWindow`. This is a problem,
but for now we can rely on `getCurrentWindow`.
MozReview-Commit-ID: PT9M7boPM7
a8a6d17f60aff28cfc92a6fc01cfc96a7f2e694d: Bug 1319237 - Correct window size- and position test. r=automatedtester, r=jgraham, a=test-only
Andreas Tolfsen <ato@mozilla.com> - Mon, 21 Nov 2016 23:30:23 +0100 - rev 492265
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1319237 - Correct window size- and position test. r=automatedtester, r=jgraham, a=test-only
MozReview-Commit-ID: Fajaksg2DhG
3afbdf81cbf92638d71dfe6b159ed2de69cdda62: No bug, Automated blocklist update from host bld-linux64-spot-308 - a=blocklist-update
ffxbld - Thu, 16 Feb 2017 07:31:46 -0800 - rev 492264
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
No bug, Automated blocklist update from host bld-linux64-spot-308 - a=blocklist-update
b67052037d9450f199420ff9e0a6e4650894ddf9: No bug, Automated HPKP preload list update from host bld-linux64-spot-308 - a=hpkp-update
ffxbld - Thu, 16 Feb 2017 07:31:44 -0800 - rev 492263
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
No bug, Automated HPKP preload list update from host bld-linux64-spot-308 - a=hpkp-update
4960fa87292a33ad253d7525b9a68cc670a7741e: No bug, Automated HSTS preload list update from host bld-linux64-spot-308 - a=hsts-update
ffxbld - Thu, 16 Feb 2017 07:31:42 -0800 - rev 492262
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
No bug, Automated HSTS preload list update from host bld-linux64-spot-308 - a=hsts-update
8dadad0f570d4e76beb0d9300a1ccb90926cf6d2: Bug 1328304 - Hide notifications when the address bar has focus and the URL is being edited. r=johannh, a=gchang
Paolo Amadini <paolo.mozmail@amadzone.org> - Fri, 10 Feb 2017 13:16:02 +0000 - rev 492261
Push
47583 by mozilla@noorenberghe.ca at Fri, 03 Mar 2017 00:21:50 +0000
Bug 1328304 - Hide notifications when the address bar has focus and the URL is being edited. r=johannh, a=gchang
MozReview-Commit-ID: 5GhCsA9Gi3f
425c1363565684cb38f691d1b88a55c451bdb1b2: Bug 1292051 - Part 2: Add unit tests for properties under the box model. r?gl
draft
Stanford Lockhart <lockhart@cs.dal.ca> - Wed, 01 Mar 2017 08:58:12 -0400 - rev 492260
Push
47582 by bmo:lockhart@cs.dal.ca at Fri, 03 Mar 2017 00:02:02 +0000
Bug 1292051 - Part 2: Add unit tests for properties under the box model. r?gl
MozReview-Commit-ID: K99iGuucH1I
c23954d629568aba42daa2b57b848027fd16ef5b: Bug 1343938 - Fix new installs erroneously not prompting to change the default browser setting. r?agashlin
draft
Matt Howell <mhowell@mozilla.com> - Thu, 02 Mar 2017 10:55:24 -0800 - rev 492259
Push
47581 by mhowell@mozilla.com at Thu, 02 Mar 2017 23:59:53 +0000
Bug 1343938 - Fix new installs erroneously not prompting to change the default browser setting. r?agashlin
MozReview-Commit-ID: EYPeEOE8Ldr
57658419f148771db391305e75228e5531270d8a: Bug 1340021 - Collect better data regarding internet health on Release r?bsmedberg,chutten
draft
Kate McKinley <kmckinley@mozilla.com> - Thu, 16 Feb 2017 13:52:43 +0900 - rev 492258
Push
47580 by bmo:kmckinley@mozilla.com at Thu, 02 Mar 2017 23:52:38 +0000
Bug 1340021 - Collect better data regarding internet health on Release r?bsmedberg,chutten
MozReview-Commit-ID: EGXiN1B0od