Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@172848 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2005-04-28 23:48:28 +00:00
parent 3a07aa4100
commit ebed1ee784
123 changed files with 1288 additions and 781 deletions

View File

@@ -128,7 +128,6 @@ public:
NS_IMETHOD_(PRInt32) GetFormControlType() const;
NS_IMETHOD GetName(nsAString* aName);
NS_IMETHOD GetValue(nsAString* aName);
virtual void MouseClicked(nsPresContext* aPresContext);
NS_IMETHOD OnContentReset();
void SetFocus(PRBool aOn, PRBool aRepaint);