Skip to content

Commit

Permalink
XUL events must die
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed May 3, 2013
1 parent e184b85 commit c549293
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extension/content/firebug/lib/events.js
Expand Up @@ -311,7 +311,8 @@ const eventTypes =
"DOMFocusOut"
],

xul: [
// xxxHonza: As Simon says, XUL events must die!
/*xul: [
"popupshowing",
"popupshown",
"popuphiding",
Expand All @@ -320,7 +321,7 @@ const eventTypes =
"command",
"broadcast",
"commandupdate"
],
],*/

clipboard: [
"cut",
Expand Down

0 comments on commit c549293

Please sign in to comment.