Dão Gottwald
07c12fda38
Bug 1443360 - Fix browser_panelUINotifications_fullscreen.js intermittent failure. r=Gijs
...
MozReview-Commit-ID: FTP3NXqW0oy
2018-03-08 10:24:10 +01:00
Dão Gottwald
bea6a6d9cb
Bug 1443364 - Fix browser_901207_searchbar_in_panel.js intermittent failure. r=Gijs
...
MozReview-Commit-ID: H0F7n3eoV3V
2018-03-07 18:40:55 +01:00
Edouard Oger
f4a8c18f91
Bug 1439777 p2 - Remove weave:ui:* related code. r=markh,tcsc
...
MozReview-Commit-ID: D1H36YeiJCS
2018-02-22 16:30:39 +08:00
Narcis Beleuzu
8c36c8c740
Backed out 2 changesets (bug 1439777) for xpcshell failures on /test_errorhandler_2.js
...
Backed out changeset d99402ad9ecc (bug 1439777)
Backed out changeset 1af3426dc956 (bug 1439777)
2018-03-06 04:43:41 +02:00
Edouard Oger
3445c862b1
Bug 1439777 p2 - Remove weave:ui:* related code. r=markh,tcsc
...
MozReview-Commit-ID: D1H36YeiJCS
2018-02-22 16:30:39 +08:00
Csoregi Natalia
a7fb1721fe
Backed out 7 changesets (bug 1193394) for browser-chrome failures on browser_ext_popup_background.js. CLOSED TREE
...
Backed out changeset 9683f24ff8ec (bug 1193394)
Backed out changeset 0e7140a7c841 (bug 1193394)
Backed out changeset a0e26f6b2784 (bug 1193394)
Backed out changeset 29e1fceaf48d (bug 1193394)
Backed out changeset b8632bbbd273 (bug 1193394)
Backed out changeset a54ef2d8f896 (bug 1193394)
Backed out changeset 55c94c05c57f (bug 1193394)
2018-03-01 16:29:02 +02:00
Tooru Fujisawa
ce5aa2dc89
Bug 1193394 - Part 5: Disable some tests that relies on descriptionHeightWorkaround. r=bustage CLOSED TREE
2018-03-01 20:03:13 +09:00
Paolo Amadini
bc4ac85924
Bug 1428839 - Part 4 - Avoid re-entrancy in PanelMultiView navigation functions. r=Gijs
...
We now use the "active" property of views to track whether navigation is possible. This has the advantage of being already handled correctly when views are moved to a different panel, and is in line with the purpose of the "active" state. The note about using the "popupshown" event for navigation has been updated accordingly.
Keyboard navigation is also linked to the "active" property now, so there is no need to track the state of the "_transitioning" property anymore.
Since the goBack and showSubView methods can only be called when the view is active, we don't need to check for attempts to start a transition while the panel is closed anymore.
MozReview-Commit-ID: 3KT3A5EwGFy
2018-02-27 15:33:33 +00:00
Florian Quèze
f6add2cafd
Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop.
2018-02-28 18:51:33 +01:00
Paolo Amadini
974456c50d
Bug 1440358 - Part 3 - Add tests for reopening a visible Library view. r=Gijs
...
MozReview-Commit-ID: 3sJDnzUWFbz
2018-02-26 13:47:00 +00:00
Paolo Amadini
8c8dfa43a5
Bug 1440358 - Part 2 - Add tests for cancellation while opening a view. r=Gijs
...
This includes both canceling the ViewShowing event and calling the hidePopup method of PanelMultiView.
MozReview-Commit-ID: Goo45SEBC3z
2018-02-25 19:49:00 +00:00
Paolo Amadini
485e61158e
Bug 1440358 - Part 1 - Add unit tests for PanelMultiView. r=Gijs
...
MozReview-Commit-ID: 3WM2Skrg3QV
2018-02-26 13:45:09 +00:00
Paolo Amadini
524d6358c6
Bug 1440333 - Part 3 - Raise the ViewShown event after the main view is active. r=Gijs
...
This also adds a new "active" property that can be used by regression tests to determine whether they should still wait for the ViewShown event.
MozReview-Commit-ID: K25F09llooj
2018-02-26 13:18:22 +00:00
Paolo Amadini
edcf98fcc4
Bug 1440333 - Part 2 - Rename the "current" attribute to "visible". r=Gijs
...
MozReview-Commit-ID: EazXDT6JC3M
2018-02-26 14:31:35 +00:00
Brindusan Cristian
ebf53c20ba
Backed out 3 changesets (bug 1440333) for firefox-functional-test failures on test_no_certificate.py on a CLOSED TREE
...
Backed out changeset 2dad70b2a723 (bug 1440333)
Backed out changeset c705b49c2bae (bug 1440333)
Backed out changeset 9906b468eb78 (bug 1440333)
2018-02-26 16:19:18 +02:00
Paolo Amadini
45594d8537
Bug 1440333 - Part 3 - Raise the ViewShown event after the main view is active. r=Gijs
...
This also adds a new "active" property that can be used by regression tests to determine whether they should still wait for the ViewShown event.
MozReview-Commit-ID: K25F09llooj
2018-02-26 13:18:22 +00:00
Paolo Amadini
0e4d420ef7
Bug 1440333 - Part 2 - Rename the "current" attribute to "visible". r=Gijs
...
MozReview-Commit-ID: EazXDT6JC3M
2018-02-23 15:54:08 +00:00
Masayuki Nakano
efaea0aaa7
Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug
...
Note that this patch also replaces legacy VK_* with KEY_*, and replaces
synthesizeKey() for inputting some characters with sendString() because
it's better and clearer what it does and it sets shiftKey state properly.
MozReview-Commit-ID: De4enbjux3T
2018-02-15 04:15:39 +09:00
Masayuki Nakano
53a40055b6
Bug 1436926 - part 2: Remove unnecessary KeyboardEvent.code specification of callers of EventUtils.synthesizeKey() r=smaug
...
Now, callers of EventUtils.synthesizeKey() don't need to specify
KeyboardEvent.code value anymore if they assume that active keyboard layout
is US keyboard layout.
Note that this patch changes the meaning of only test_bug551434.html.
Some callers in it don't match the key value and code value but that looks
like that they don't checking such odd keyboard events. So, they must be
bug of the test.
MozReview-Commit-ID: Itxo7yZ9rkK
2018-02-09 19:17:26 +09:00
Edouard Oger
1666fb5941
Bug 1427674 - Unify FxA content server URL preferences. r=markh,tcsc
...
MozReview-Commit-ID: 3zhHGAzQr0R
2018-01-30 13:21:35 -05:00
Florian Quèze
c5f15a4700
Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop.
2018-02-01 20:45:22 +01:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Paolo Amadini
82768948ee
Bug 1432016 - Part 1 - Add a PanelView class using a base class shared with PanelMultiView. r=Gijs
...
Only one method is moved to the PanelView class to simplify the keyboard navigation test.
MozReview-Commit-ID: CHB5FiT9ptn
2018-01-22 12:46:48 +00:00
Kris Maglione
1046270983
Backed out 3 changesets (bug 1431533) for Android mochitest bustage. CLOSED TREE
...
MozReview-Commit-ID: 5ubE9EMQpZ9
2018-01-24 22:04:59 -08:00
Kris Maglione
50ace7f99d
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
MozReview-Commit-ID: 8V1ZT53ReiP
2018-01-24 15:48:47 -08:00
Gijs Kruitbosch
494c89092f
Bug 1426250 - make tests actually pass valid mouse coordinates when testing Customize Mode, r=jaws
...
MozReview-Commit-ID: IglKedBqrWQ
2018-01-05 21:35:27 +00:00
Tim Nguyen
e0347f3526
Bug 1428938 - Remove legacy toolbar customization code. r=Gijs
...
MozReview-Commit-ID: 1ppfxI7yYJW
2018-01-11 16:35:17 +00:00
Paolo Amadini
f708b42b64
Bug 1425736 - Don't show the attention badge for download failures on the application menu button. r=Gijs
...
MozReview-Commit-ID: A882hXl5o0
2018-01-09 15:51:19 +00:00
Ian Moody
b2249f925b
Bug 1425972 - Add a test for subview navigation on space keydown. r=Gijs
...
MozReview-Commit-ID: Hb5WlqOtibS
2017-12-20 16:48:19 +00:00
Ian Moody
bc029b73c8
Bug 1425972 - Add a test for interleaved arrow and tab navigation in the browser panel. r=Gijs
...
MozReview-Commit-ID: DBIop59CWCG
2017-12-20 02:19:35 +00:00
Ian Moody
cb2a7eebf6
Bug 1425972 - Add a test for tab navigation in the browser panel. r=Gijs
...
MozReview-Commit-ID: L3C65YgRYd5
2017-12-20 00:18:19 +00:00
Tooru Fujisawa
151e2af9f6
Bug 1424877 - Wait for the next event tick in promisePanelElementHidden in browser/components/customizableui/test/head.js. r=Gijs
2017-12-14 14:49:32 -06:00
Tooru Fujisawa
6b750d7fec
Bug 1424083 - Wait for the mouseover event instead of attribute in browser_customizemode_uidensity.js r=Paolo
2017-12-09 06:08:44 +09:00
Tooru Fujisawa
4b70335909
Bug 1416446 - Part 0.2: Fix browser_981418-widget-onbeforecreated-handler.js to wait for events in correct order and timing. r=Paolo
2017-12-09 06:08:43 +09:00
Dorel Luca
8bde17d8fe
Backed out changeset 8ad560283f5e (bug 1416446) for failing browser-chrome's browser/base/content/test/permissions/browser_temporary_permissions_expiry.js on Windows 7 debug without e10s r=backout on a CLOSED TREE
2017-12-09 18:59:48 +02:00
Dorel Luca
f017c5ef0e
Backed out changeset 56343b0de5c2 (bug 1424083) for failing browser-chrome's browser/base/content/test/permissions/browser_temporary_permissions_expiry.js on Windows 7 debug without e10s r=backout on a CLOSED TREE
2017-12-09 18:58:40 +02:00
Tooru Fujisawa
0796fcbdfd
Bug 1424083 - Wait for the mouseover event instead of attribute in browser_customizemode_uidensity.js r=Paolo
2017-12-09 06:08:44 +09:00
Tooru Fujisawa
91166ab47b
Bug 1416446 - Part 0.2: Fix browser_981418-widget-onbeforecreated-handler.js to wait for events in correct order and timing. r=Paolo
2017-12-09 06:08:43 +09:00
Bill McCloskey
142c9a9dbb
Bug 1412456 - Test changes to no longer use interposition (r=felipe,bgrins,mrbkap)
...
MozReview-Commit-ID: 2nQPOSGTr1s
2017-12-07 12:55:24 -08:00
Neil Deakin
c6f8af3264
Bug 1419925, implement a promise-oriented version of waitForClipboard, promiseClipboardChange, change a selection of tests to use this instead. Simplify some other clipboard tests that were unreliable before the fix for 1394757. r=jmaher
2017-12-07 08:39:50 -05:00
Dorel Luca
e9d6b143c3
Merge mozilla-central to autoland r=merge on a CLOSED TREE
2017-12-07 00:27:29 +02:00
Paolo Amadini
a5de33f591
Bug 1417042 - Remove the "panelview" binding. r=Gijs
...
MozReview-Commit-ID: 26uQb3pteQd
2017-12-06 10:37:25 +00:00
Edouard Oger
cd7496e3c6
Bug 1422106 - Show broken heart when unverified in synced tabs sidebar/panel. r=markh
...
MozReview-Commit-ID: BDTdmcIOHmn
2017-11-30 16:01:40 -05:00
Edouard Oger
b37abdbbae
Bug 1418466 - Add Connect Another Device button to relevant Sync UI. r=dao,markh
...
MozReview-Commit-ID: 5vBKH9NejVV
2017-11-17 16:48:17 -05:00
Noemi Erli
beae1b7e61
Backed out changeset 932a77d8fbae (bug 1418466) for ES failures in /builds/worker/checkouts/gecko/browser/base/content/browser-sync.js r=backout on a CLOSED TREE
2017-11-30 18:44:16 +02:00
Edouard Oger
1ad5b3de66
Bug 1418466 - Add Connect Another Device button to relevant Sync UI. r=dao,markh
...
MozReview-Commit-ID: 5vBKH9NejVV
2017-11-17 16:48:17 -05:00