From e8c5c2e12ec609f59a2f69ca8a3296823d855881 Mon Sep 17 00:00:00 2001 From: "mihaip@chromium.org" Date: Wed, 30 May 2012 21:21:47 +0000 Subject: Disable synchronous XMLHttpRequests in platform app documents. Depends on http://webkit.org/b/87540 R=darin@chromium.org BUG=130185 Review URL: https://chromiumcodereview.appspot.com/10443047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139637 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webpreferences.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webkit/glue/webpreferences.h') diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h index 7e43982..bdc324b 100644 --- a/webkit/glue/webpreferences.h +++ b/webkit/glue/webpreferences.h @@ -5,7 +5,7 @@ // A struct for managing webkit's settings. // // Adding new values to this class probably involves updating -// WebKit::WebSettings, common/render_messages.cc, browser/tab_contents/ +// WebKit::WebSettings, content/common/view_messages.h, browser/tab_contents/ // render_view_host_delegate_helper.cc, and browser/profiles/profile.cc. #ifndef WEBKIT_GLUE_WEBPREFERENCES_H__ @@ -129,6 +129,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences { int max_untiled_layer_width; int max_untiled_layer_height; bool fixed_position_creates_stacking_context; + bool sync_xhr_in_documents_enabled; // We try to keep the default values the same as the default values in // chrome, except for the cases where it would require lots of extra work for -- cgit v1.1