Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Rewrite processing shortcuts algorithm to be more precise (#832)
Normative changes: * shortcuts that meet certain failure conditions are ignored. * Checks that name and url are present, URL is valid and within scope of the manifest. Other changes: * Clarify that the ShortcutItem url member needs to be within scope. * Rewrite processing shortcuts algorithm as an ordered list. * Creates a new array and returns it, rather than discarding the result. * Explicitly says where developer warnings should be issued. Closes #831
- Loading branch information
Showing
1 changed file
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters