Closed Bug 363089 Opened 18 years ago Closed 17 years ago

Remove nsIDOMEventReceiver

Categories

(Core :: DOM: Events, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: smaug, Assigned: smaug)

References

Details

Attachments

(2 files, 1 obsolete file)

After bug 363067, nsIDOMEventReceiver could be merged to nsPIDOMEventTarget.
Actually, nsIDOMEventReceiver can be just removed and use nsIEventListenerManager when really needed.
http://www.cs.helsinki.fi/u/pettay/moztests/events/remove_nsidomeventreceiver.diff
should remove now all uses of nsIDOMEventReceiver.
And it even compiles (ff, tb, sm) :)

Waiting for bug 363067.
Depends on: 378102
Attached patch v1 (obsolete) — Splinter Review
Attachment #262273 - Attachment is patch: true
Attachment #262273 - Attachment mime type: text/x-patch → text/plain
Attachment #262273 - Flags: review?(jst)
Comment on attachment 262273 [details] [diff] [review]
v1

- In content/xbl/public/nsIXBLService.h:

-  NS_IMETHOD AttachGlobalKeyHandler(nsIDOMEventReceiver* aElement)=0;
+  NS_IMETHOD AttachGlobalKeyHandler(nsPIDOMEventTarget* aTarget)=0;

Since you're changing this "interface", you should bump the IID here (even if it's not in IDL). Same for nsPIDOMEventTarget.

- In embedding/browser/gtk/src/EmbedPrivate.h:

   EmbedContentListener          *mContentListener;
   nsCOMPtr<nsISupports>          mContentListenerGuard;
   EmbedEventListener            *mEventListener;
   nsCOMPtr<nsISupports>          mEventListenerGuard;
 
   nsCOMPtr<nsIWebNavigation>     mNavigation;
   nsCOMPtr<nsISHistory>          mSessionHistory;
 
-  // our event receiver
-  nsCOMPtr<nsIDOMEventReceiver>  mEventReceiver;
+  nsCOMPtr<nsPIDOMEventTarget>  mEventTarget;

Add a space to make member names line up again.

r+sr=jst with that.
Attachment #262273 - Flags: superreview+
Attachment #262273 - Flags: review?(jst)
Attachment #262273 - Flags: review+
I'll check this in during next weekend, when there aren't too many
other check-ins.
bah, I just checked this in. Hoping not to see to much red in tboxes.
backed out. some chrome and mochitests failed and couldn't immediately see where to problem is.
Attached patch checked inSplinter Review
Attachment #262273 - Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
nsIDOMEventTarget occurs still few times in the tree, for example in
some comments. I'll post a small patch to remove those.
Attached patch leftoversSplinter Review
Things which aren't usually (or ever) compiled.
The strange looking part is nsWindowRoot, but those macros don't
actually use the second parameter currently.
Attachment #264801 - Flags: superreview?(jst)
Attachment #264801 - Flags: review?(jst)
Comment on attachment 264801 [details] [diff] [review]
leftovers

r+sr=jst
Attachment #264801 - Flags: superreview?(jst)
Attachment #264801 - Flags: superreview+
Attachment #264801 - Flags: review?(jst)
Attachment #264801 - Flags: review+
Depends on: 380716
No longer depends on: 380716
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: