forked from mirrors/gecko-dev
My guess is that this didn't use to fail so much because _getOverflowInfo was effectively synchronous before, but after my patch the flush is lazy, and the promiseDocumentFlushed call is actually async. With this change I can't reproduce the failure locally anymore, while it's trivial to repro this failure with --run-until-failure before this change. Differential Revision: https://phabricator.services.mozilla.com/D156418 |
||
|---|---|---|
| .. | ||
| content | ||
| test | ||
| CustomizableUI.jsm | ||
| CustomizableWidgets.jsm | ||
| CustomizeMode.jsm | ||
| DragPositionManager.jsm | ||
| moz.build | ||
| PanelMultiView.jsm | ||
| SearchWidgetTracker.jsm | ||