Bug 61718

Summary: Rename XSSFilter to XSSAuditor or vice versa
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Rename XSSFilter to XSSAuditor abarth: review+, dbates: commit-queue-

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>