- blank-fix.html
Fixes an exploit created when links are openned in a _blank window - class-methods.js
Adds addClass, removeClass and hasClass methods to Element objects - favicons.html
All of the sizes and formats for favicons and similar icons - default-focus-styles.css
Use the default focus styles in CSS
This file contains hidden or 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
TAGS="TODO:|FIXME:" | |
echo "searching ${SRCROOT} for ${TAGS}" | |
find "${SRCROOT}" \( -name "*.swift" \) -print0 | xargs -0 egrep --with-filename --line-number --only-matching "($TAGS).*\$" | perl -p -e "s/($TAGS)/ warning: \$1/" |
OlderNewer