Title: [154398] trunk/Tools
- Revision
- 154398
- Author
- [email protected]
- Date
- 2013-08-21 10:36:19 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Unreviewed gardening: WebInspector should always be enabled for WinLauncher.
* WinLauncher/WinLauncher.cpp:
(setToDefaultPreferences): Activate Developer Extras on Release (as well as Debug) builds.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (154397 => 154398)
--- trunk/Tools/ChangeLog 2013-08-21 17:33:40 UTC (rev 154397)
+++ trunk/Tools/ChangeLog 2013-08-21 17:36:19 UTC (rev 154398)
@@ -1,3 +1,10 @@
+2013-08-21 Brent Fulgham <[email protected]>
+
+ [Windows] Unreviewed gardening: WebInspector should always be enabled for WinLauncher.
+
+ * WinLauncher/WinLauncher.cpp:
+ (setToDefaultPreferences): Activate Developer Extras on Release (as well as Debug) builds.
+
2013-08-21 Zan Dobersek <[email protected]>
<https://webkit.org/b/120116> [GTK] Fix a typo in ActivateFontsGtk.cpp
Modified: trunk/Tools/WinLauncher/WinLauncher.cpp (154397 => 154398)
--- trunk/Tools/WinLauncher/WinLauncher.cpp 2013-08-21 17:33:40 UTC (rev 154397)
+++ trunk/Tools/WinLauncher/WinLauncher.cpp 2013-08-21 17:36:19 UTC (rev 154398)
@@ -290,6 +290,8 @@
gPrefsPrivate->setAllowUniversalAccessFromFileURLs(FALSE);
gPrefsPrivate->setAllowFileAccessFromFileURLs(TRUE);
+ gPrefsPrivate->setDeveloperExtrasEnabled(TRUE);
+
return true;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes