Content Process Event Handlers: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with '[https://bugzilla.mozilla.org/show_bug.cgi?id=542242 Bug 542242] adds support for content process event listeners. The basic idea is that chrome asks content process to load scri…')
 
No edit summary
Line 1: Line 1:
[https://bugzilla.mozilla.org/show_bug.cgi?id=542242 Bug 542242] adds support for content process event listeners. The basic idea is that chrome asks content process to load script files which add listeners to the content process root event handling scope. The event listeners can then send messages to chrome process.
[https://bugzilla.mozilla.org/show_bug.cgi?id=542242 Bug 542242] added support for content process event listeners. The basic idea is that chrome asks content process to load script files which add listeners to the content process root event handling scope. The event listeners can then send messages to chrome process.


[http://hg.mozilla.org/projects/electrolysis/file/416375517820/content/base/public/nsIFrameMessageManager.idl nsIFrameMessageManager] file has the new interfaces related to content process event listeners and message handling.
[http://hg.mozilla.org/projects/electrolysis/file/416375517820/content/base/public/nsIFrameMessageManager.idl nsIFrameMessageManager] file has the new interfaces related to content process event listeners and message handling.
Confirmed users
157

edits

Navigation menu