summaryrefslogtreecommitdiffstats
path: root/webkit/inspector/README
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:11:09 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:11:09 +0000
commit15afbb51fd02caf9baebd5e406ec88bf59d8f835 (patch)
treeb0e5ce4fb8c334e6e52e94f5d3afcabb45097b8f /webkit/inspector/README
parent2a65160320c17d0c0f370d71fac51d6250b5b1fa (diff)
downloadchromium_src-15afbb51fd02caf9baebd5e406ec88bf59d8f835.zip
chromium_src-15afbb51fd02caf9baebd5e406ec88bf59d8f835.tar.gz
chromium_src-15afbb51fd02caf9baebd5e406ec88bf59d8f835.tar.bz2
Move forked, DevTools-specific JS files out of third_party/WebKit
R=darin BUG=3320 Review URL: http://codereview.chromium.org/44001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/inspector/README')
-rw-r--r--webkit/inspector/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/inspector/README b/webkit/inspector/README
new file mode 100644
index 0000000..c4ccbe6
--- /dev/null
+++ b/webkit/inspector/README
@@ -0,0 +1,11 @@
+This directory contains Inspector front-end files that are currently forked from
+the implementation upstream.
+
+Our intent is to upstream or unfork these as soon as possible. For all intents
+and purposes, we consider the presence of this directory a ghastly hack that we
+all regret but have to live with to move forward.
+
+Please do not add more files to this directory as this will aggravate the pain
+and suffering already inflicted by this forked state. If you need to make
+changes to this directory, please consider spending your energy on upstreaming
+or unforking them instead.