summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/dom_checker/README.chromium
diff options
context:
space:
mode:
authorpatrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 18:39:03 +0000
committerpatrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 18:39:03 +0000
commit30cdf1b498549d19a9b39388831d5ac1a5c93b98 (patch)
tree7f38b048b6b39bca4473039f5724f4e234a3dd9a /chrome/test/data/dom_checker/README.chromium
parent36737bcca80d83c72288c2b854f9caa1671593f9 (diff)
downloadchromium_src-30cdf1b498549d19a9b39388831d5ac1a5c93b98.zip
chromium_src-30cdf1b498549d19a9b39388831d5ac1a5c93b98.tar.gz
chromium_src-30cdf1b498549d19a9b39388831d5ac1a5c93b98.tar.bz2
Add a copy of DOM checker for testing. DOM checker is a tool to help automate
domain security policy enforcement. This copy of DOM checker was fetched from: http://lcamtuf.coredump.cx/dom_checker/ Some values in dom_config.js have been changed. There have been no other modifications. In order to automate this test, there will need to be a few more small changes. To more easily see what changes have been made for Chromium, I'm first checking in a clean copy. BUG=6274 Review URL: http://codereview.chromium.org/40234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/dom_checker/README.chromium')
-rw-r--r--chrome/test/data/dom_checker/README.chromium7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/data/dom_checker/README.chromium b/chrome/test/data/dom_checker/README.chromium
new file mode 100644
index 0000000..453dff91
--- /dev/null
+++ b/chrome/test/data/dom_checker/README.chromium
@@ -0,0 +1,7 @@
+This directory contains DOM checker, a tool to help automatically validate
+domain security policy enforcement. This tool will check cross-domain DOM
+accesses, JavaScript cookies, XMLHttpRequest calls, and more.
+
+DOM checker was written by Michal Zalewski and Filipe Almeida of Google.
+
+Version: 1.01