back to
Noise: Firefox Extension
|
中文版
Events Reference
Status:
Events have status as "Default" or "OK" are ready for use.
The "Freak" ones do fire, but fire at strange timing so they are not friendly for use.
And the "Test" and "Unsure" label events I've never captured successully... so (developers) don't bother unless you like to test.
Type: 1 = Event topic 2 = Browser Event 3 = Window Event
Noise-Specific: The event is sends by Noise. There's no such an event in Firefox without Noise, so don't try to capture it.
If you find something wrong, or have any ideas, please post on Google groups: Noise (Firefox Extension), thanks!
| Name | Event String | Type | Status | Summary |
|---|---|---|---|---|
| Findbar wrapped | noise-TypeAheadFind.FIND_WRAPPED | 1 | Default | Noise-Specific. |
| Toggle sidebar | noise-toggleSidebar | 1 | Default | Noise-Specific. |
| Alert notificationbox | noise-alert-loaded | 1 | Default | Include download finished, new update found, and others which use alert box slide from the bottom-right area of browser. Noise-Specific. |
| Session restored | sessionstore-windows-restored | 1 | Default | Fires when Firefox starting. |
| Clear session history | browser:purge-session-history | 1 | Default | |
| Clear cache | cacheservice:empty-cache | 1 | Default | |
| Start navigation | noise-WebProgress-start | 1 | Default | Fires when starting navigation on every page. Noise-Specific. |
| Stop navigation | noise-WebProgress-stop | 1 | OK | Fires when stopping of navigation (completion of a request.) Noise-Specific. |
| Change location | noise-WebProgress-locationChange | 1 | Default | Also fires when changing selected tab. Noise-Specific. |
| Open tab update | TabOpen | 2,3 | Default | |
| Close tab update | TabClose | 2,3 | Default | |
| Open window | toplevel-window-ready | 1 | Default | All windows include dialogs fire this. |
| Close window | domwindowclosed | 1 | Default | Same as above. |
| Popup Blocked | DOMPopupBlocked | 2 | Default | |
| Toggle fullscreen | fullscreen | 3 | Default | |
| Download started | dl-start | 1 | Default | |
| Download failed | dl-failed | 1 | Default | |
| Download canceled | dl-cancel | 1 | Default | |
| Download done | dl-done | 1 | Default | May clash with "Alert notificationbox" sound (one would be aborted by another.) |
| Remove download item | download-manager-remove-download | 1 | OK | Also fires when a download finish. remove from Default since 1.0b4 |
| Site permission changed | perm-changed | 1 | Default | For example, block a site from loading images. |
| Xpinstall install blocked | xpinstall-install-blocked | 1 | Default | For example, extension not compatible with Firefox version. |
| Plugin not found | PluginNotFound | 2 | Default | |
| Copy | copy | 2,3 | OK | |
| Cut | cut | 2,3 | OK | |
| Paste | paste | 2,3 | OK | |
| Change | change | 2,3 | OK | Fires when losing focus if a field value changed. |
| Checkbox toggled new | CheckboxStateChange | 2,3 | OK | |
| radio button toggled new | RadioStateChange | 2,3 | OK | |
| Form submit | submit | 2,3 | OK | |
| Form reset | reset | 2,3 | OK | |
| Before unload | beforeunload | 3 | OK | Fires before a window close. |
| Click | click | 2,3 | OK | Included middle and right clicks. |
| Double click | dblclick | 2,3 | OK | Included double right click. |
| Focus | focus | 3 | OK | |
| Keydown | keydown | 2,3 | OK | |
| Keypress | keypress | 2,3 | OK | Not include keys such as Ctrl, Alt, and so on. |
| Keyup | keyup | 2,3 | OK | |
| Text input | textInput | 2,3 | OK | Same as keypress. |
| Mousedown | mousedown | 2,3 | OK | |
| Mousemove | mousemove | 2,3 | OK | |
| Mouseout | mouseout | 2,3 | OK | |
| Mouseover | mouseover | 2,3 | OK | |
| Mouseup | mouseup | 2,3 | OK | |
| Drag gesture new | draggesture | 2,3 | OK | |
| Window resize | resize | 2,3 | OK | Not include minimize/maximize window. Set event type to 2/3 seems a little direffent. |
| Overflow new | overflow | 2,3 | OK | Content larger than display space |
| Underflow new | underflow | 2,3 | OK | Content not larger than display space |
| Scroll roll | scroll | 2,3 | OK | |
| Change search engine | browser-search-engine-modified | 1 | OK | |
| Flush chrome cache | chrome-flush-caches | 1 | OK | |
| Charset menu | charsetmenu-selected | 1 | OK | |
| Show page new | pageshow | 2,3 | OK | |
| Keypress | keypress | 2 | OK | |
| Command | command | 2 | OK | |
| Open window | browser-window-before-show | 1 | OK | Similar as toplevel-window-ready. |
| Window opened | domwindowopened | 1 | OK | Same as above. |
| http modify request | http-on-modify-request | 1 | OK | OK, But fires too frequently... |
| http examine response | http-on-examine-response | 1 | OK | OK, But same as above. |
| Quit application | quit-application | 1 | OK | OK, But sounds may abort when quit. |
| Quit application | quit-application-requested | 1 | OK | OK, But same as above. |
| Quit application (granted) | quit-application-granted | 1 | OK | OK, But same as above. This fires when restarting Firefox. |
| Open modal dialog | DOMWillOpenModalDialog | 3 | OK | For example, open Firefox preference window. |
| Content loaded | DOMContentLoaded | 2,3 | OK | |
| Frame content loaded | DOMFrameContentLoaded | 2,3 | OK | If set event type to 3, this also fires when normal content loaded. |
| Page title changed | DOMTitleChanged | 2,3 | OK | Fires when setting page title (include reloads.) If event type is 3, this also happens when switching between tabs. |
| Mouse scrolled new | DOMMouseScroll | 2,3 | OK | |
| Unsure | nsWebBrowserFind_FindAgain | 1 | Freak | Fires when "view source code". |
| Unsure | xpinstall-download-started | 1 | Freak | Fires when installing xpi from desktop. |
| Unsure | dom-window-destroyed | 1 | Freak | Repeatly fires at application start... |
| Popup showing update | popupshowing | 2,3 | OK | Include toolbar menu, content menu, tooltip, etc. Seems capture more events when event type is set to 3. |
| Popup hiding new | popuphiding | 2,3 | OK | |
| Unsure | DOMUpdatePageReport | 2 | Freak | Fires when closing a page. |
| Unsure | ValueChange | 2 | Freak | |
| MenuItem active update | DOMMenuItemActive | 3 | OK | Fires when a menu or menuitem is hovered over or highlighted. |
| MenuItem inactive new | DOMMenuItemInactive | 3 | OK | Fires when a menu or menuitem is hovered out or lost from highlighted. |
| Unsure | DOMSubtreeModified | 2,3 | Freak | |
| Unsure | DOMNodeInserted | 2,3 | Freak | |
| Unsure | a11y-init-or-shutdown | 1 | Test | |
| Unsure | xul-overlay-parsererror | 1 | Test | |
| Unsure | accessible-event | 1 | Test | |
| Unsure | chrome-flush-skin-caches | 1 | Test | |
| Unsure | network:offline-about-to-go-offline | 1 | Test | |
| Unsure | network:offline-status-changed | 1 | Test | |
| Unsure | NewPluginInstalled | 2 | Test | |
| Unsure | blur | 2,3 | Test | |
| Context menu new | contextmenu | 2,3 | Freak | Fires when right clicking some place (ex: status bar). |
| Unsure | memory-pressure | 1 | Unsure | |
| Unsure | plugins-list-updated | 1 | Unsure | |
| Unsure | xpcom-shutdown | 1 | Unsure | |
| Unsure | xpcom-autoregistration | 1 | Unsure | |
| Unsure | signonChanged | 1 | Unsure | |
| Unsure | prefservice:before-reset | 1 | Unsure | |
| Unsure | prefservice:before-read-userprefs | 1 | Unsure | |
| Unsure | refresh-blocked | 1 | Unsure | |
| Unsure | final-ui-startup | 1 | Unsure | |
| Unsure | earlyformsubmit | 1 | Unsure | |
| Unsure | signonSelectUser | 1 | Unsure | |
| Unsure | TabMove | 1 | Unsure | |
| Link element added update | DOMLinkAdded | 2,3 | OK | |
| Unsure | DOMLinkRemoved | 2,3 | Unsure | |
| Unsure | DOMModalDialogClosed | 3 | Unsure | |
| Window closed update | DOMWindowClose | 3 | OK | Has some differences from domwindowclosed. |
| Unsure | PopupWindow | 3 | Unsure | |
| Unsure | DOMNodeRemoved | 2,3 | Unsure | |
| Unsure | DOMNodeRemovedFromDocument | 2,3 | Unsure | |
| Unsure | DOMNodeInsertedIntoDocument | 2,3 | Unsure | |
| Attribute modified update | DOMAttrModified | 2,3 | OK | Captures in more cases when event type is set to 3. |
| Unsure | DOMCharacterDataModified | 2,3 | Unsure | |
| Unsure | DOMElementNameChanged | 2,3 | Unsure | |
| Unsure | DOMAttributeNameChanged | 2,3 | Unsure | |
| Unsure | DOMActivate | 2,3 | Unsure | |
| Focus in update | DOMFocusIn | 2,3 | Unsure | Not supported |
| Focus out update | DOMFocusOut | 2,3 | Unsure | Not supported |
| Unsure | online | 3 | Unsure | |
| Unsure | offline | 3 | Unsure | |
| Unsure | windowZLevel | 2,3 | Unsure | |
| Unsure | app-startup | 1 | Unsure | |
| Unsure | download-starting | 1 | Unsure | |
| Unsure | xpcom-startup | 1 | Unsure | |
| Unsure | agent-sheet-added | 1 | Unsure | |
| Unsure | user-sheet-added | 1 | Unsure | |
| Unsure | agent-sheet-removed | 1 | Unsure | |
| Unsure | user-sheet-removed | 1 | Unsure | |
| Unsure | PluginBlocklisted | 2 | Unsure | |
| Unsure | AppCommand | 2 | Unsure | |
| Unsure | NewTab | 2 | Unsure | |
| FoxAge2ch messagenew | foxage2ch-show-message | 1 | OK | See TOPIC_SHOW_MESSAGE in chrome://foxage2ch/content/foxage2ch.js |
| FoxAge2ch tree rebuildnew | foxage2ch-rebuild-tree | 1 | OK | Same as above, TOPIC_REBUILD_TREE |
| FoxAge2ch globalnew | foxage2ch-global | 1 | OK | Same as above, TOPIC_GLOBAL |
| LastTab TabList ItemActivenew | LastTab.TabList.ItemActive | 1 | OK | Fires when mouse moving hover on a tablist item, see chrome://lasttab/content/lasttab.browser.js |
| LastTab TabList ItemInactivenew | LastTab.TabList.ItemInactive | 1 | OK | Fires when mouse moving out of a tablist item. |