Closed Bug 1001699 Opened 10 years ago Closed 10 years ago

[e10s] Use a message to trigger pageShowEventHandlers

Categories

(Firefox :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
Tracking Status
e10s + ---

People

(Reporter: billm, Unassigned)

References

(Blocks 1 open bug)

Details

The browser depends on pageshow events from content in order to update the character set menu, RSS feeds, and some CtP stuff. We don't forward these events right now in e10s.

I think we should change the pageshow registration code [1] to instead register a message listener for a Content:PageShow message. Then in content.js we could register an event handler and send a message (similar to what we do in [2]).

[1] http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#954
[2] http://mxr.mozilla.org/mozilla-central/source/browser/base/content/content.js#347
This was fixed by bug 1058164.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.