mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(webkit): open inspector undocked by default (#1706)
This commit is contained in:
parent
5b4d32d375
commit
4d4e8561ed
@ -1 +1 @@
|
||||
1188
|
||||
1189
|
||||
|
||||
@ -5798,6 +5798,19 @@ index b47560ee3f9d9ac1b587d8a2009a59d1f3a23701..b6db06947431c2335fb8675158db1023
|
||||
#if PLATFORM(GTK)
|
||||
String themeName;
|
||||
#endif
|
||||
diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml
|
||||
index c6fddb6120f2c958b3021552220b8991fab322ef..322fcc5f4669ed178690f39a5a4932458a2da046 100644
|
||||
--- a/Source/WebKit/Shared/WebPreferences.yaml
|
||||
+++ b/Source/WebKit/Shared/WebPreferences.yaml
|
||||
@@ -317,7 +317,7 @@ MediaControlsScaleWithPageZoom:
|
||||
|
||||
InspectorStartsAttached:
|
||||
type: bool
|
||||
- defaultValue: true
|
||||
+ defaultValue: false
|
||||
webcoreBinding: none
|
||||
|
||||
ShowsToolTipOverTruncatedText:
|
||||
diff --git a/Source/WebKit/Shared/gtk/NativeWebKeyboardEventGtk.cpp b/Source/WebKit/Shared/gtk/NativeWebKeyboardEventGtk.cpp
|
||||
index 2357f3d58415fae78e48b0f8a25bddad85c786bf..f3941a74922f5a0a3bf59a11cd4c42fbfd33d0af 100644
|
||||
--- a/Source/WebKit/Shared/gtk/NativeWebKeyboardEventGtk.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user