Bug 61718 - Rename XSSFilter to XSSAuditor or vice versa
Summary: Rename XSSFilter to XSSAuditor or vice versa
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-29 20:46 PDT by Daniel Bates
Modified: 2011-05-30 21:04 PDT (History)
1 user (show)

See Also:


Attachments
Rename XSSFilter to XSSAuditor (112.58 KB, patch)
2011-05-29 21:25 PDT, Daniel Bates
abarth: review+
dbates: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-05-29 20:46:05 PDT
Currently we use the names XSSFilter and XSSAuditor throughout the project. I propose choosing one name for consistency. In particular, I propose renaming XSSFilter to XSSAuditor since the XSS Auditor has been referenced in various publications, including on the Apple Safari features page <http://www.apple.com/safari/features.html#security> and <http://support.apple.com/kb/DL1046>. That being said, I am open to rename all XSSAuditor references to the XSSFilter or to some other name for consistency.
Comment 1 Daniel Bates 2011-05-29 21:25:26 PDT
Created attachment 95323 [details]
Rename XSSFilter to XSSAuditor

Note, this patch also renames the directory PerformanceTests/XSSFilter toXSSAuditor, but this diff only reflects the deleted files. For some reason svn diff only outputs a diff for the deleted files (e.g. WebKit/PerformanceTests/XSSFilter/large-post-many-events.html) instead of both a delete file diff and an add file diff. Although, svn stat does reflect the directory rename.
Comment 2 Daniel Bates 2011-05-30 21:04:14 PDT
Committed r87708: <http://trac.webkit.org/changeset/87708>