Title: [214089] trunk/Source/WebKit2
- Revision
- 214089
- Author
- [email protected]
- Date
- 2017-03-16 18:37:12 -0700 (Thu, 16 Mar 2017)
Log Message
Turn off _javascript_ Configuration File processing for Debug builds
https://bugs.webkit.org/show_bug.cgi?id=169799
Reviewed by Dean Jackson.
Change the default value for m_javaScriptConfigurationFileEnabled for Debug
builds to be the same as a Release build, that is false (off).
* UIProcess/WebProcessPool.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (214088 => 214089)
--- trunk/Source/WebKit2/ChangeLog 2017-03-17 01:23:50 UTC (rev 214088)
+++ trunk/Source/WebKit2/ChangeLog 2017-03-17 01:37:12 UTC (rev 214089)
@@ -1,3 +1,15 @@
+2017-03-16 Michael Saboff <[email protected]>
+
+ Turn off _javascript_ Configuration File processing for Debug builds
+ https://bugs.webkit.org/show_bug.cgi?id=169799
+
+ Reviewed by Dean Jackson.
+
+ Change the default value for m_javaScriptConfigurationFileEnabled for Debug
+ builds to be the same as a Release build, that is false (off).
+
+ * UIProcess/WebProcessPool.h:
+
2017-03-16 Simon Fraser <[email protected]>
Improve the system tracing points
Modified: trunk/Source/WebKit2/UIProcess/WebProcessPool.h (214088 => 214089)
--- trunk/Source/WebKit2/UIProcess/WebProcessPool.h 2017-03-17 01:23:50 UTC (rev 214088)
+++ trunk/Source/WebKit2/UIProcess/WebProcessPool.h 2017-03-17 01:37:12 UTC (rev 214089)
@@ -563,14 +563,7 @@
bool m_memoryCacheDisabled;
bool m_resourceLoadStatisticsEnabled { false };
- bool m_javaScriptConfigurationFileEnabled {
-#ifndef NDEBUG
- // Enable _javascript_ configuration file processing by default for Debug builds.
- true
-#else
- false
-#endif
- };
+ bool m_javaScriptConfigurationFileEnabled { false };
bool m_alwaysRunsAtBackgroundPriority;
UserObservablePageCounter m_userObservablePageCounter;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes