Closed
Bug 1424974
Opened 8 years ago
Closed 8 years ago
[e10s] fix regression at Bug 1423810
Categories
(Core :: Widget: Gtk, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
5.19 KB,
patch
|
Details | Diff | Splinter Review | |
59 bytes,
text/x-review-board-request
|
jhorak
:
review+
|
Details |
+++ This bug was initially created as a clone of Bug #1423810 +++
We need to provide better fix for Bug 1423810 and enable titlebar rendering in CSD mode.
Assignee | ||
Comment 1•8 years ago
|
||
It's reproducible with e10s enabled only.
Assignee | ||
Updated•8 years ago
|
Summary: fix regression at Bug 1423810 and enable titlebar rendering in CSD mode → [e10s] fix regression at Bug 1423810 and enable titlebar rendering in CSD mode
Assignee | ||
Comment 2•8 years ago
|
||
Looks related to Bug 1196494 - property_notify_event_cb() is not called for mShell when it has child mContainer window.
Assignee | ||
Comment 3•8 years ago
|
||
WIP but functional patch, storing here for further work.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Summary: [e10s] fix regression at Bug 1423810 and enable titlebar rendering in CSD mode → [e10s] fix regression at Bug 1423810
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8937943 [details]
Bug 1424974 - Honor mShell as top-level window,
https://reviewboard.mozilla.org/r/208642/#review214794
::: widget/gtk/nsWindow.cpp:3897
(Diff revision 1)
> break;
> }
>
> // label the drawing window with this object so we can find our way home
> g_object_set_data(G_OBJECT(mGdkWindow), "nsWindow", this);
> + if (drawToContainer) {
Please add brief description why do you need to add nsWindow reference to the mShell.
Attachment #8937943 -
Flags: review?(jhorak) → review+
Comment hidden (mozreview-request) |
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/872897434908
Honor mShell as top-level window, r=jhorak
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•