mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
Things that were broken:
- prompts become unreadable when using dark-background lwthemes, because they
keep the window text-shadow (due to the namespace change of tabmodalprompt)
- prompts with long text without word-wrap possibilities
(e.g. `alert("x".repeat(1000))`) cause the text to escape its container.
Differential Revision: https://phabricator.services.mozilla.com/D73131
|
||
|---|---|---|
| .. | ||
| .eslintrc.js | ||
| bug619644_inner.html | ||
| bug625187_iframe.html | ||
| chrome.ini | ||
| chromeScript.js | ||
| mochitest.ini | ||
| prompt_common.js | ||
| test_bug619644.html | ||
| test_bug620145.html | ||
| test_dom_prompts.html | ||
| test_modal_prompts.html | ||
| test_modal_select.html | ||
| test_subresources_prompts.html | ||