Henrik Skupin
939d67481a
Bug 1265031 - Document the version scheme and release process for Firefox Puppeteer. r=davehunt
...
MozReview-Commit-ID: AgtZ0VNLkuu
--HG--
extra : rebase_source : b38ace4a197cc98634cfbab035086e1eeb389818
2016-05-18 14:17:44 +02:00
Henrik Skupin
e07a01ca67
Bug 1270953 - Enhance notification class for Firefox Puppeteer. r=maja_zf
...
MozReview-Commit-ID: KE117HzhiXM
--HG--
extra : rebase_source : eefe2b6c7141784516bddf9e913162f3744e0b7e
2016-05-17 13:43:24 +02:00
Henrik Skupin
b9da89429b
Bug 1270953 - Enhance utils module for permissions. r=maja_zf
...
MozReview-Commit-ID: GfpvGV2uhFx
--HG--
extra : rebase_source : 21eb35902b4686c704fa9214f80ee01b08c8d2bc
2016-05-17 13:44:09 +02:00
Henrik Skupin
cb99c2dc43
Bug 1271917 - Fix menu reference to close page info window. r=maja_zf
...
MozReview-Commit-ID: 4XfI5yRBe4y
--HG--
extra : rebase_source : 495ce146f848fd77e8103d7e23078e5adb3f8112
2016-05-11 12:54:36 +02:00
Henrik Skupin
be7be9082c
Bug 1262181 - Update install section of Firefox Puppeteer documentation. r=maja_zf
...
MozReview-Commit-ID: 1SSS0HGGqFy
--HG--
extra : rebase_source : dd3bba519119c1ea7d4a6162deeb24d1365996b7
2016-05-09 13:12:14 +02:00
Henrik Skupin
a3371f3c80
Bug 1270078 - Fix AutocompleteResults.get_matching_text() for new awesomebar design. r=adw
...
MozReview-Commit-ID: 1kZX35CVpga
--HG--
extra : rebase_source : 7b38a67375600fbe596e14a8dabfaa095208c60c
2016-05-04 18:44:51 +02:00
Henrik Skupin
3c7afa1336
Bug 1270256 - Update UpdateWizard class for removal of incompatible add-ons check. r=maja_zf
...
MozReview-Commit-ID: 8kDS0vtmcFM
--HG--
extra : rebase_source : e1ce0dcc77cfef1e53b5fd4d347e11a530cc22d0
2016-05-06 18:51:43 +02:00
Henrik Skupin
daf4cc9886
Bug 1270040 - Fix host usage in control center for fx ui tests. r=Gijs
...
MozReview-Commit-ID: 65RpUfoJEiW
--HG--
extra : rebase_source : 2a515489c20ca7a06775d19dad652d5fb6ff3919
2016-05-04 13:50:00 +02:00
Dave Hunt
ed76e4de18
Bug 1144873 - Implement a UI class for notification popups r=maja_zf,sydpolk
...
MozReview-Commit-ID: EAi5Y1AIitS
--HG--
extra : rebase_source : b6229546dbf8474d82373613773b6260c0c1cb44
2016-04-15 15:41:28 +01:00
Maja Frydrychowicz
abe3425f69
Bug 1259440 - Update dependencies for firefox ui harness and puppeteer for marionette_client 2.3.0 and marionette_driver 1.4.0; r=whimboo
...
MozReview-Commit-ID: BzCpUbArnUn
--HG--
extra : rebase_source : de3b0724ceecf16a545e84fe425e62dc86392b6c
2016-03-24 12:21:38 -04:00
Syd Polk
f098c6e866
Bug 1260656 - Fix firefox-puppeteer documentation generation for Readthedocs. r=maja_zf
...
MozReview-Commit-ID: 8CmozumFEmO
--HG--
extra : rebase_source : bee3eb8f232fff90010746e388cbbdf1cf2970ad
2016-04-05 16:02:47 -05:00
Carim Tho
2ca6ab8df7
Bug 1146990 - Log the URL of each tab when test leaks window handles; r=maja_zf
...
MozReview-Commit-ID: 1k5wpRNrsmY
--HG--
extra : rebase_source : b90be52bd8a9279b83542b54b147fb00443a2e04
2016-03-31 20:28:38 -03:00
Henrik Skupin
17e3984e7f
Bug 1249259 - Update Firefox puppeteer for deprecated places API. r=mak
...
MozReview-Commit-ID: HXLTybsEb4R
This patch exchanges all old and deprecated API calls with the ones in PlacesUtils. As a side-effect we can also condense some other code by using promises.
--HG--
extra : rebase_source : 36c0ca5704c6f94734bc0796e97cabf776bf42f5
2016-03-08 23:36:38 +01:00
Henrik Skupin
eb7b329a24
Bug 1260656 - Fix firefox-puppeteer documentation generation for Readthedocs. r=maja_zf
...
MozReview-Commit-ID: 4r7arjvMyWN
--HG--
extra : rebase_source : 06ce2ba9ce9e384f17f90c0c845391fcdcd9e72f
2016-03-30 14:17:10 +02:00
Maja Frydrychowicz
4e86317cea
Bug 1238733 - Bump version for firefox-puppeteer and update dependencies; r=sydpolk,whimboo
...
firefox-puppeteer = 4.0.0
firefox-ui-harness = 1.3.0
external-media-tests = 2.0
MozReview-Commit-ID: BfiL39umlrA
--HG--
extra : rebase_source : 9950079b855fa2dd3b7e0434e2bd7564eac643cd
2016-03-22 14:47:23 -04:00
Maja Frydrychowicz
b985b77b7b
Bug 1238733 - Remove dependency on Marionette harness in firefox-puppeteer; r=whimboo
...
BaseFirefoxTestCase inherits from unittest.TestCase and takes
advantage of super() to serve as a cooperative base class
for children of MarionetteTestCase.
This includes moving UpdateTestCase back into firefox-ui-harness
Also update external-media-tests and Firefox UI and Update tests to
use BaseFirefoxTestCase
MozReview-Commit-ID: 4gsKztEOFrt
--HG--
rename : testing/puppeteer/firefox/firefox_puppeteer/testcases/update.py => testing/firefox-ui/harness/firefox_ui_harness/testcases.py
extra : rebase_source : e3383f9633f26061af9521a719cae57db87ccf10
2016-03-22 12:21:30 -04:00
Henrik Skupin
e1bbe501a8
Bug 1258385 - Improve failure messages for Wait().until() calls in Firefox Puppeteer. r=sydpolk
...
MozReview-Commit-ID: GCbVC1ZwUdf
--HG--
extra : rebase_source : 916fc6eb27c574e6028e2e040b0034be627a249e
2016-03-21 15:50:59 +01:00
Fernanda Dias
60b77d7b75
Bug 1256529 - Remove unused manifest from puppeteer package. r=maja_zf
...
MozReview-Commit-ID: 4F1OYoPGmIr
--HG--
extra : rebase_source : 58cb281fe19393fed61063adc8f93c7e8c6f8adc
2016-03-15 03:38:57 -03:00
Henrik Skupin
8f78d71a1c
Bug 1212811 - focused_chrome_window_handle() should wait until focus transition has been finished. r=maja_zf
...
MozReview-Commit-ID: JXKYAez1PNV
Lets make sure that we do not return a focused chrome window handle if a focus transition event is currently happening.
In such a case the chrome window handle would be `None`.
--HG--
extra : rebase_source : f5b3e3d458efe0ff8b32c0bd68f4c3b8cb5112a0
2016-03-07 12:45:33 +01:00
Henrik Skupin
336b262421
Bug 1143928 - Refactor firefox puppeteer Deck and Panel classes to reduce code duplication. r=whimboo
...
MozReview-Commit-ID: 4j3EzKJ47nm
2016-03-01 03:23:00 +01:00
Henrik Skupin
e6f7c17ad9
Bug 1244715 - Upgrade firefox-ui-tests to use marionette_client 2.2.0 and marionette-driver 1.3.0. r=maja_zf DONTBUILD
2016-02-02 12:46:27 +01:00
Henrik Skupin
455ead4701
Bug 1243696 - Fix unsafe CPOW usage for TabBar.get_handle_for_tab(). r=maja_zf
2016-02-02 12:08:27 +01:00
Henrik Skupin
09b4b370a3
Bug 1241055 - Upgrade marionette-driver to 1.2, and marionette-client to 2.1. r=maja_zf
2016-01-28 05:22:00 +01:00
Henrik Skupin
3884051cbc
Bug 1242890 - Fix UpdateTestcase for unknown 'download()' method. r=maja_zf
2016-01-28 05:30:00 +01:00
Henrik Skupin
f954ec30c1
Bug 1237735 - Mirror latest changes of firefox-ui-tests from github. r=maja_zf DONTBUILD
2016-01-15 22:26:22 +01:00
Henrik Skupin
3961383f37
Bug 1237322 - Mirror latest changes of firefox-ui-tests packages. r=maja_zf
2016-01-07 00:09:05 +01:00
Mike Hommey
276ffb9010
Bug 1235107 - Move bookmarks.html to a chrome localized location. r=dolske
2016-01-05 20:03:43 +09:00
Henrik Skupin
78ce72037d
Bug 1212609 - Move all python packages for firefox ui tests into mozilla-central. r=ato, r=ted
2015-12-22 18:07:37 +01:00