Morgan Reschenberg
5f968ff73a
Bug 1557849: Check if a MenuPopupAccessible belongs to a context menu to determine its role assignment. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D48394
--HG--
extra : moz-landing-system : lando
2019-10-10 20:33:29 +00:00
Alexander Surkov
ba43684bbe
Bug 1587791 - remove XBL backed accessible relations support r=MarcoZ
...
Differential Revision: https://phabricator.services.mozilla.com/D48840
--HG--
extra : moz-landing-system : lando
2019-10-10 14:08:17 +00:00
Tim Nguyen
792b820aa5
Bug 1513325 - Remove some a11y tests that no longer apply in a post-XBL world. r=aryx
...
Differential Revision: https://phabricator.services.mozilla.com/D48701
--HG--
extra : moz-landing-system : lando
2019-10-09 12:45:03 +00:00
Tim Nguyen
822add064c
Bug 1513325 - Remove textbox binding. r=emilio,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D38955
--HG--
extra : moz-landing-system : lando
2019-10-09 09:27:28 +00:00
Brendan Dahl
c68cd30ef2
Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky
...
When XBL is disabled, no code in dom/xbl will be built. Also, adds ifdefs
to remove any of the XBL related code elsewhere. There's definitely more
that can be done here, but I think it's better to wait to do the rest of
the cleanup when we actually remove the code.
Depends on D45612
Differential Revision: https://phabricator.services.mozilla.com/D45613
--HG--
extra : moz-landing-system : lando
2019-10-08 23:52:14 +00:00
Alexander Surkov
9dc56a5bf5
Bug 1587104 - do not pick up accessible name from containing XUL toolbaritem r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D48581
--HG--
extra : moz-landing-system : lando
2019-10-09 00:09:47 +00:00
Aaron Klotz
b256fc294a
Bug 1586436: Ensure that mscom methods that accept variadic arguments use rvalue references in their arguments; r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D48435
--HG--
extra : moz-landing-system : lando
2019-10-08 20:43:38 +00:00
Alexander Surkov
7544bd8298
Bug 1586836 - remove <xul:textbox> from a11y tests r=MarcoZ
...
Differential Revision: https://phabricator.services.mozilla.com/D48576
--HG--
extra : moz-landing-system : lando
2019-10-08 17:29:16 +00:00
Andreea Pavel
ab8a9b521f
Bug 1388256 - disabled browser_caching_name.js on debug mac and win, linux64 r=gbrown
...
Differential Revision: https://phabricator.services.mozilla.com/D48510
--HG--
extra : moz-landing-system : lando
2019-10-08 16:13:31 +00:00
Ricky Stewart
c010710916
Bug 1586358 - Replace existing instances of GENERATED_FILES with references to the GeneratedFile template r=firefox-build-system-reviewers,mshal
...
(Same content as bad revision https://phabricator.services.mozilla.com/D48230 , but with a very small change to config/external/icu/data/moz.build to fix the build breakage.)
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=833f6a69fcac689488a640b43e8e0bdaa086a56c
Differential Revision: https://phabricator.services.mozilla.com/D48409
--HG--
extra : moz-landing-system : lando
2019-10-07 21:15:19 +00:00
Daniel Varga
052ef806b5
Backed out changeset 8d95f2c8867b (bug 1586358) for build bustage with FATAL ERROR PROCESSING MOZBUILD FILE. On a CLOSED TREE
...
--HG--
extra : rebase_source : 325fbad2455afc7f693087e75fa57dba79f4d86b
2019-10-07 20:22:08 +03:00
Ricky Stewart
940d91af38
Bug 1586358 - Replace existing instances of GENERATED_FILES with references to the GeneratedFile template r=nalexander
...
This patch doesn't remove all references to GENERATED_FILES, but does remove most of them, leaving only those which can't be trivially translated to the new template.
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e4a25230c3992b9c5519ceb351fb37f6b2bf605e
Differential Revision: https://phabricator.services.mozilla.com/D48230
--HG--
extra : moz-landing-system : lando
2019-10-07 15:31:05 +00:00
Sylvestre Ledru
f12b9fa5c3
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D47737
--HG--
extra : moz-landing-system : lando
2019-10-06 18:29:55 +00:00
Tim Nguyen
91976e6a66
Bug 1586018 - Remove a11y tree tests, reftests and crashtests only related to textbox. r=surkov,emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D48080
--HG--
extra : moz-landing-system : lando
2019-10-03 18:01:08 +00:00
Alexander Surkov
e670b51391
Bug 1582590 - Clean up unused <textbox type='autocomplete'> platform code. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D46541
--HG--
extra : moz-landing-system : lando
2019-10-03 11:18:53 +00:00
Eitan Isaacson
cc288d94bb
Bug 1582619 - Return DocAccessible if doc root element is passed to GetAccessibleOrDescendant. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D47365
--HG--
extra : moz-landing-system : lando
2019-10-03 00:31:13 +00:00
Eitan Isaacson
18deeb8110
Bug 1582561 - Don't access lazily created descendants in GetAccessibleOrDescendant. r=Jamie
...
Lazily creating children might cause us to make layout calls at unsafe times.
Differential Revision: https://phabricator.services.mozilla.com/D47361
--HG--
extra : moz-landing-system : lando
2019-10-03 00:30:06 +00:00
James Teh
d9d82b8278
Bug 1576509: Add a function to announce a message to screen reader users. r=Gijs,yzen
...
Differential Revision: https://phabricator.services.mozilla.com/D47717
--HG--
extra : moz-landing-system : lando
2019-10-02 05:53:52 +00:00
Morgan Reschenberg
a20612a878
Bug 1584465: Null check parent accessible before attribute check to cover root case. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D47488
--HG--
extra : moz-landing-system : lando
2019-09-30 16:23:30 +00:00
Eitan Isaacson
9b2ce1a83d
Bug 1584297
- Simplify map element reflow whitespace test. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D47325
--HG--
extra : moz-landing-system : lando
2019-09-27 01:51:07 +00:00
Coroiu Cristina
c094fff9aa
Backed out changeset ea2c69779571 (bug 1577381) for a11y failures at accessible/tests/mochitest/attributes/test_obj_group.xul on a CLOSED TREE
2019-09-27 08:00:39 +03:00
James Teh
1adf6ac726
Bug 1577381: Correct accessibility exposure for optgroups in content select dropdowns. r=eeejay,NeilDeakin
...
For remote content documents, select dropdowns (for <select size="1">) are rendered in the parent process using a XUL menupopup.
This means that the accessibility code for HTML selects doesn't apply.
In the menupopup, the optgroup is a sibling of its contained options.
For accessibility, we want to preserve the hierarchy such that the options are inside the optgroup.
We do this using aria-owns on the optgroup item.
This required some tweaks to XULMenuitemAccessible, as it couldn't previously handle grouping Accessibles between the menupopup and its items.
Differential Revision: https://phabricator.services.mozilla.com/D43901
--HG--
extra : moz-landing-system : lando
2019-09-27 02:50:59 +00:00
Sean Feng
660aac23aa
Bug 1467970 - Unsupport cross docGroup adoption r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D43135
--HG--
extra : moz-landing-system : lando
2019-09-14 00:09:44 +00:00
Andreea Pavel
51cabe74d0
Bug 1582775 - disabled browser_deck_has_out_of_process_iframe.js on win qr r=hiro
...
Differential Revision: https://phabricator.services.mozilla.com/D47188
--HG--
extra : moz-landing-system : lando
2019-09-26 03:47:47 +00:00
Eitan Isaacson
b591abf5e0
Bug 1581589 - Return null in GetAccessibleOrContainer for text leafs of unrendered maps. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D47185
--HG--
extra : moz-landing-system : lando
2019-09-26 01:51:45 +00:00
Morgan Reschenberg
33381f2280
Bug 1177014: Modify TransformOffset to correctly report bullet offsets, despite incorrect return from PeekOffset. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D46490
--HG--
extra : moz-landing-system : lando
2019-09-25 02:10:08 +00:00
Hiroyuki Ikezoe
81918ac172
Bug 1582946 - Skip whole test cases in browser_deck_has_out_of_process_iframe.js if fission.autostart pref is locked. r=surkov
...
Differential Revision: https://phabricator.services.mozilla.com/D47031
--HG--
extra : moz-landing-system : lando
2019-09-25 21:17:51 +00:00
Yura Zenevich
710d2ef14f
Bug 1503084 - add additional event logging to e10s name tests. r=eeejay
...
Differential Revision: https://phabricator.services.mozilla.com/D46972
--HG--
extra : moz-landing-system : lando
2019-09-25 18:24:59 +00:00
Tim Nguyen
b0d1ddb586
Bug 1581956 - Make search-textbox not use the <textbox> tag. r=surkov,MarcoZ
...
Differential Revision: https://phabricator.services.mozilla.com/D46219
--HG--
extra : moz-landing-system : lando
2019-09-25 19:12:48 +00:00
Eitan Isaacson
885a031613
Bug 1564549 - Remove AccessFu. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45604
--HG--
extra : moz-landing-system : lando
2019-09-24 19:28:28 +00:00
Eitan Isaacson
cff449b020
Bug 1564549 - Implement clipboard actions natively. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45602
--HG--
extra : moz-landing-system : lando
2019-09-23 23:42:38 +00:00
Eitan Isaacson
967793da25
Bug 1564549 - Implement set selection natively. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45601
--HG--
extra : moz-landing-system : lando
2019-09-23 23:42:40 +00:00
Eitan Isaacson
1bce54c7cc
Bug 1564549 - Implement text navigation natively. r=geckoview-reviewers,Jamie,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45600
--HG--
extra : moz-landing-system : lando
2019-09-23 23:42:47 +00:00
Eitan Isaacson
0f147877cd
Bug 1564549 - Implement move and explore by touch natively. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45599
--HG--
extra : moz-landing-system : lando
2019-09-23 23:42:49 +00:00
Eitan Isaacson
c484dec9b9
Bug 1564549 - Introduce native traveral rule. r=yzen
...
The rule takes a granularity constant as an argument in the constructor.
Differential Revision: https://phabricator.services.mozilla.com/D45598
--HG--
extra : moz-landing-system : lando
2019-09-23 23:42:51 +00:00
Eitan Isaacson
f636c8855c
Bug 1564549 - Add action forwarding macro. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D45597
--HG--
extra : moz-landing-system : lando
2019-09-23 23:42:53 +00:00
Andrew Halberstadt
898dfb96b4
Bug 1567642 - [lint.flake8] Fix misc flake8 under Python 3 lint issues r=gbrown
...
Differential Revision: https://phabricator.services.mozilla.com/D45417
--HG--
extra : moz-landing-system : lando
2019-09-24 14:44:01 +00:00
Noemi Erli
ecdbbb2a1f
Backed out 8 changesets (bug 1564549) for causing failures in browser_all_files_referenced.js CLOSED TREE
...
Backed out changeset a6b83802832c (bug 1564549)
Backed out changeset 7f38c6ddd009 (bug 1564549)
Backed out changeset 15a754fb192e (bug 1564549)
Backed out changeset 34441585469f (bug 1564549)
Backed out changeset aada27f6ad6e (bug 1564549)
Backed out changeset 103dbf465704 (bug 1564549)
Backed out changeset c38e72058869 (bug 1564549)
Backed out changeset aca91e9add16 (bug 1564549)
2019-09-24 02:38:39 +03:00
Eitan Isaacson
b7427e24a9
Bug 1564549 - Remove AccessFu. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45604
--HG--
extra : moz-landing-system : lando
2019-09-23 21:07:21 +00:00
Eitan Isaacson
11dd6681cd
Bug 1564549 - Implement clipboard actions natively. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45602
--HG--
extra : moz-landing-system : lando
2019-09-23 21:07:08 +00:00
Eitan Isaacson
ef8c8bacd2
Bug 1564549 - Implement set selection natively. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45601
--HG--
extra : moz-landing-system : lando
2019-09-23 21:07:02 +00:00
Eitan Isaacson
ac01020042
Bug 1564549 - Implement text navigation natively. r=geckoview-reviewers,Jamie,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45600
--HG--
extra : moz-landing-system : lando
2019-09-23 21:06:58 +00:00
Eitan Isaacson
85d6a5f093
Bug 1564549 - Implement move and explore by touch natively. r=geckoview-reviewers,yzen,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D45599
--HG--
extra : moz-landing-system : lando
2019-09-23 21:06:51 +00:00
Eitan Isaacson
37c232bfbf
Bug 1564549 - Introduce native traveral rule. r=yzen
...
The rule takes a granularity constant as an argument in the constructor.
Differential Revision: https://phabricator.services.mozilla.com/D45598
--HG--
extra : moz-landing-system : lando
2019-09-23 21:06:49 +00:00
Eitan Isaacson
874de5845e
Bug 1564549 - Add action forwarding macro. r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D45597
--HG--
extra : moz-landing-system : lando
2019-09-23 21:06:40 +00:00
arthur.iakab
b6a627c094
Merge inbound to mozilla-central. a=merge
...
--HG--
extra : amend_source : 39c72a7f01f9afa5abf7587d732d1e63969cc9da
2019-09-21 13:00:40 +03:00
Dorel Luca
f5e74811ca
Merge mozilla-central to mozilla-inbound
2019-09-21 00:58:45 +03:00
Kris Maglione
685d91c901
Bug 1553804: Part 6 - Fix chrome mochitests which open chrome windows with content openers. r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D45828
MANUAL PUSH: Cannot update reopened Phabricator revisions.
--HG--
extra : source : 86b3d469b4ff9f22e5757f83450b956a4c769785
extra : histedit_source : 2bf945343632b15eb79cf6b2ddd3ce097ddf70de%2Caec93d9f11bc1c802b63793cd5818530b64e9b4b
2019-09-20 10:18:15 -07:00
Edgar Chen
5bc0854d2b
Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D45168
--HG--
extra : moz-landing-system : lando
2019-09-20 20:51:25 +00:00
Hiroyuki Ikezoe
5399adbf3a
Bug 1541256 - Tests for elements' accessibility states in out-of-process iframes in a deck. r=tnikkel,surkov
...
Differential Revision: https://phabricator.services.mozilla.com/D44951
--HG--
extra : source : 691c50b5729af881fff324bf68b739a3b8da5518
2019-09-20 11:33:00 +00:00