fune/browser/components/customizableui
Emilio Cobos Álvarez 4e978b56b5 Bug 1689816 - Implement <tabpanels> and <deck> without XUL layout. r=Gijs,Jamie,morgan,preferences-reviewers,mconley,TYLin
Gijs for front-end bits, layout for the new CSS properties and the
removal of nsDeckFrame / nsStackLayout, Jamie and Morgan for the a11y
changes.

As discussed in the bug, the main tricky part here is handling a11y
correctly. For <deck>, that's trivial (just use `visibility: hidden` to
hide the panels visually, while removing the unselected panels from the
a11y tree).

For <tabpanels> however we need to do something special. We do want to
hide stuff visually, but we want to preserve the contents in the a11y
tree.

For that, the easiest fix is introducing a new privileged CSS property
(-moz-subtree-hidden-only-visually), which takes care of not painting
the frame, but marks stuff offscreen in the accessibility tree. This is
not intended to be a property used widely.

Other than that, the changes are relatively straight-forward, though
some of the accessible/mac changes I could get a sanity-check on.

Differential Revision: https://phabricator.services.mozilla.com/D157875
2022-09-27 04:18:16 +00:00
..
content Bug 1788273 - Tweak popup alignment so that it looks good on mirrored wayland popups. r=dao,mak 2022-09-02 20:26:29 +00:00
test Bug 1689816 - Implement <tabpanels> and <deck> without XUL layout. r=Gijs,Jamie,morgan,preferences-reviewers,mconley,TYLin 2022-09-27 04:18:16 +00:00
CustomizableUI.jsm Bug 1790920 - Don't check defaultPrevented for click events closing panels. r=Gijs 2022-09-19 17:02:37 +00:00
CustomizableWidgets.jsm Bug 1786293 - Move Firefox View button from CustomizableWidgets to markup. r=Gijs 2022-08-24 15:51:44 +00:00
CustomizeMode.jsm Bug 1788273 - Tweak popup alignment so that it looks good on mirrored wayland popups. r=dao,mak 2022-09-02 20:26:29 +00:00
DragPositionManager.jsm
moz.build
PanelMultiView.jsm Bug 1790920 - Propagate modifiers properly in PanelMultiView's key event handling. r=Gijs 2022-09-19 17:02:38 +00:00
SearchWidgetTracker.jsm Bug 1667455 - Part 4: Stop importing Services.jsm from JSM. r=kmag,webdriver-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,application-update-reviewers,pip-reviewers,twisniewski,devtools-reviewers,m_kato,jdescottes,ochameau,mconley,sfoster,AlexandruIonescu 2022-07-11 12:41:50 +00:00