Refactor some of the window key handler and add drag and drop handlers to the window root. Also move the html bindings (and platform bindings) to res, removing the chome dependency. a=hyatt.

git-svn-id: svn://10.0.0.236/trunk@83032 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
2000-11-29 06:01:33 +00:00
parent e02576fe14
commit 0e07df9a54
33 changed files with 286 additions and 474 deletions

View File

@@ -429,7 +429,7 @@ input {
vertical-align: bottom;
-moz-box-sizing: border-box;
-moz-user-focus: normal;
-moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#inputFields");
}
textarea {
@@ -442,7 +442,7 @@ textarea {
vertical-align: bottom;
-moz-box-sizing: border-box;
-moz-user-focus: normal;
-moz-binding: url("chrome://global/content/platformHTMLBindings.xml#textAreas");
-moz-binding: url("resource:///res/builtin/platformHTMLBindings.xml#textAreas");
}
:-moz-singleline-textcontrol-frame {