Closed
Bug 1108581
Opened 10 years ago
Closed 10 years ago
getBrowserSelection uses cpows in chrome code
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| e10s | ? | --- |
People
(Reporter: jimm, Unassigned)
Details
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#5452
http://mxr.mozilla.org/mozilla-central/search?string=getBrowserSelection
Looks like this uses a lot of sync ipc calls. We should investigate, there aren't a lot of callers, so maybe we can just deprecate this call and add new one that's async.
We use a lot of CPOWs in the context menu already, and this code is basically for the context menu. So I don't think this is worth fixing by itself.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•