Closed Bug 1101990 Opened 10 years ago Closed 10 years ago

remote-browser binding causes crash

Categories

(Firefox :: General, defect)

32 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1072980
Tracking Status
e10s - ---

People

(Reporter: mixedpuppy, Unassigned)

References

Details

Attachments

(1 file)

Trying to use the remote-browser binding for the share panel (bug 1074553) simply causes a crash when opening the panel.

added the css binding:


browser[remote="true"] {
  -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-remote-browser");
}

And added remote=true to the share browser element.

building a debug version to get a trace...
Attached file crash.txt (deleted) —
and here is a traceback on the crashing thread
same stack trace when using this binding:

browser[remote="true"] {
  -moz-binding: url("chrome://global/content/bindings/remote-browser.xml#remote-browser");
}
tracking-e10s: --- → ?
Flags: firefox-backlog?
We have a fix for the crash in bug 1072980. However, the patch for that will just convert the crash to an exception. Is it necessary to make the frame remote, or are you just reporting the crash?
Flags: needinfo?(mixedpuppy)
(In reply to Bill McCloskey (:billm) from comment #3)
> We have a fix for the crash in bug 1072980. However, the patch for that will
> just convert the crash to an exception. Is it necessary to make the frame
> remote, or are you just reporting the crash?

- primarily reporting crash 
- otherwise investigating if I can use remote frames for the socialapi frames (and by extension things like loop and web panels).  so long as other interactions work correctly for non-remote frames (e.g. window.open), it's not a priority to make these remote.
- I'm fine with duping this to 1072980
Flags: needinfo?(mixedpuppy)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Flags: firefox-backlog?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: