Changes

Jump to: navigation, search

Electrolysis

67 bytes removed, 00:44, 23 August 2014
Contributing: Remove link to obsolete to-do list
==Contributing==
The simplest way to help out is to file bugs when you find them. The tracking bugs are [https://bugzilla.mozilla.org/show_bug.cgi?id=fxe10s fxe10s] and [https://bugzilla.mozilla.org/show_bug.cgi?id=core-e10s core-e10s]. We also have a [[Electrolysis/Todo|master todo list]] in the wiki.
Most bugs in electrolysis occur because code in the chrome process tries to access data in a content process. All of the DOM objects for a XUL browser element, as well as its DocShell, live in the content process. Typical access paths are via <code>browser.contentWindow</code>, <code>browser.docShell</code>, or some variation of them. Often, these property accesses will generate errors in the console, which makes these bugs fairly easy to detect.
Confirm
3,323
edits

Navigation menu