Modified: trunk/Source/WebKit2/ChangeLog (124651 => 124652)
--- trunk/Source/WebKit2/ChangeLog 2012-08-03 21:10:27 UTC (rev 124651)
+++ trunk/Source/WebKit2/ChangeLog 2012-08-03 21:13:13 UTC (rev 124652)
@@ -3,6 +3,16 @@
Small part of "Out-of-process plug-ins should support asynchronous initialization."
<rdar://problem/10598594> and https://bugs.webkit.org/show_bug.cgi?id=92919
+ Unreviewed (build fix).
+
+ * Shared/WebPreferencesStore.h:
+ (WebKit): Include this file which has the declaration of the new pref.
+
+2012-08-03 Brady Eidson <[email protected]>
+
+ Small part of "Out-of-process plug-ins should support asynchronous initialization."
+ <rdar://problem/10598594> and https://bugs.webkit.org/show_bug.cgi?id=92919
+
Reviewed by Anders Carlsson.
-Add API-level preferences for forcing asynchronous initialization of all plug-ins (for testing).
Modified: trunk/Source/WebKit2/Shared/WebPreferencesStore.h (124651 => 124652)
--- trunk/Source/WebKit2/Shared/WebPreferencesStore.h 2012-08-03 21:10:27 UTC (rev 124651)
+++ trunk/Source/WebKit2/Shared/WebPreferencesStore.h 2012-08-03 21:13:13 UTC (rev 124652)
@@ -115,6 +115,7 @@
macro(RequestAnimationFrameEnabled, requestAnimationFrameEnabled, Bool, bool, true) \
macro(DiagnosticLoggingEnabled, diagnosticLoggingEnabled, Bool, bool, false) \
macro(AsynchronousPluginInitializationEnabled, asynchronousPluginInitializationEnabled, Bool, bool, false) \
+ macro(AsynchronousPluginInitializationEnabledForAllPlugins, asynchronousPluginInitializationEnabledForAllPlugins, Bool, bool, false) \
macro(ArtificialPluginInitializationDelayEnabled, artificialPluginInitializationDelayEnabled, Bool, bool, false) \
macro(ThirdPartyStorageBlockingEnabled, thirdPartyStorageBlockingEnabled, Bool, bool, false) \
\