mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
There's a few problems in the code gathering text data for nodes. First it should not recurse into queries (included folder shortcuts) as it's easy to create infinite recursion with them. The first level is excluded though, as otherwise it would not be possible to copy contents of left pane roots. Second it should requery folder shortcut contents in excludeItems results, as otherwise it's not possible to copy contents of a root as text. There's no longer the risk of dragging around root folders as this code is only used for text flavors today, drag&drop uses serializeNode instead. Differential Revision: https://phabricator.services.mozilla.com/D215068 |
||
|---|---|---|
| .. | ||
| addEngine.css | ||
| addEngine.js | ||
| addEngine.xhtml | ||
| applicationManager.js | ||
| applicationManager.xhtml | ||
| blocklists.js | ||
| blocklists.xhtml | ||
| browserLanguages.js | ||
| browserLanguages.xhtml | ||
| clearSiteData.css | ||
| clearSiteData.js | ||
| clearSiteData.xhtml | ||
| colors.js | ||
| colors.xhtml | ||
| connection.js | ||
| connection.xhtml | ||
| containers.js | ||
| containers.xhtml | ||
| dohExceptions.js | ||
| dohExceptions.xhtml | ||
| fonts.js | ||
| fonts.xhtml | ||
| handlers.css | ||
| jar.mn | ||
| languages.js | ||
| languages.xhtml | ||
| moz.build | ||
| permissions.js | ||
| permissions.xhtml | ||
| sanitize.js | ||
| sanitize.xhtml | ||
| selectBookmark.js | ||
| selectBookmark.xhtml | ||
| siteDataRemoveSelected.js | ||
| siteDataRemoveSelected.xhtml | ||
| siteDataSettings.js | ||
| siteDataSettings.xhtml | ||
| sitePermissions.css | ||
| sitePermissions.js | ||
| sitePermissions.xhtml | ||
| syncChooseWhatToSync.js | ||
| syncChooseWhatToSync.xhtml | ||
| translationExceptions.js | ||
| translationExceptions.xhtml | ||
| translations.js | ||
| translations.xhtml | ||