Remove all usage of Gerrit.FireBehavior

After replaced all 'fire' with 'dispatchEvent',
this behavior is no longer needed.

Still kept the FireBehavior.js for backward compatbility for now.

Change-Id: Iddeba33b46c03e4ec077374a66126b24e9656787
This commit is contained in:
Tao Zhou
2020-04-14 12:25:25 +02:00
parent e6878b47f2
commit e25546a31b
70 changed files with 58 additions and 299 deletions

View File

@@ -43,7 +43,6 @@ const MAX_SHORTCUT_CHARS = 5;
/**
* @appliesMixin Gerrit.ChangeTableMixin
* @appliesMixin Gerrit.FireMixin
* @appliesMixin Gerrit.KeyboardShortcutMixin
* @appliesMixin Gerrit.RESTClientMixin
* @appliesMixin Gerrit.URLEncodingMixin
@@ -52,7 +51,6 @@ const MAX_SHORTCUT_CHARS = 5;
class GrChangeList extends mixinBehaviors( [
BaseUrlBehavior,
Gerrit.ChangeTableBehavior,
Gerrit.FireBehavior,
Gerrit.KeyboardShortcutBehavior,
Gerrit.RESTClientBehavior,
Gerrit.URLEncodingBehavior,