|
Lines 1-3
a/Source/WebKit/ChangeLog_sec1
|
|
|
1 |
2020-02-10 Adrian Perez de Castro <aperez@igalia.com> |
| 2 |
|
| 3 |
[GTK][WebInspector] Do not make Web Inspector windows transient |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=207455 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Stop setting Web Inspector windows as transient for the window |
| 9 |
containing the web view being inspected, to allow changing their |
| 10 |
relative stacking order. No changes are needed for inspector windows |
| 11 |
to continue being destroyed correctly when the corresponding web view |
| 12 |
is destroyed because code for handling that was already present in |
| 13 |
WebInspectorProxyGtk.cpp. |
| 14 |
|
| 15 |
No new tests needed. |
| 16 |
|
| 17 |
* UIProcess/Inspector/gtk/RemoteWebInspectorProxyGtk.cpp: |
| 18 |
(WebKit::RemoteWebInspectorProxy::platformCreateFrontendPageAndWindow): |
| 19 |
Do not pass a parent window parameter to webkitInspectorWindowNew(). |
| 20 |
* UIProcess/Inspector/gtk/WebInspectorProxyGtk.cpp: |
| 21 |
(WebKit::WebInspectorProxy::platformCreateFrontendWindow): Remove code |
| 22 |
to obtain the top level window of the WebKitWebView, which no longer |
| 23 |
needs being passed to webkitInspectorWindowNew(). |
| 24 |
* UIProcess/Inspector/gtk/WebKitInspectorWindow.cpp: |
| 25 |
(webkitInspectorWindowNew): Do not set the GtkWindow.transient-for |
| 26 |
property for the Web Inspector window. Remove the parent window |
| 27 |
parameter. |
| 28 |
* UIProcess/Inspector/gtk/WebKitInspectorWindow.h: Remove the parent |
| 29 |
window parameter for webkitInspectorWindowNew(). |
| 30 |
|
| 1 |
2020-02-09 Lauro Moura <lmoura@igalia.com> |
31 |
2020-02-09 Lauro Moura <lmoura@igalia.com> |
| 2 |
|
32 |
|
| 3 |
[GTK][WPE] Expose allowTopNavigationToDataURL |
33 |
[GTK][WPE] Expose allowTopNavigationToDataURL |