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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user