diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 06:02:41 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 06:02:41 +0000 |
commit | 95c448efc6d532c77114d4d7bbb9760de6d2f2be (patch) | |
tree | 62c68e43055312fc5c6f2ec09f3631645b78d5ff /content/common | |
parent | 6138a220b368aa905283eb1a403f09f4d9e37f52 (diff) | |
download | chromium_src-95c448efc6d532c77114d4d7bbb9760de6d2f2be.zip chromium_src-95c448efc6d532c77114d4d7bbb9760de6d2f2be.tar.gz chromium_src-95c448efc6d532c77114d4d7bbb9760de6d2f2be.tar.bz2 |
Remove --disable-interactive-form-validation flag and about:flags UI for it.
We introduced this flag as a workaround for web sites which are not compatible
with HTML5 form validation. However we have received just one bug report [1]
caused by this feature since January 2011.
It's safe to remove the flag because the feature didn't make many
incompatibility issues.
[1] http://webkit.org/b/44436
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10640016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 8420c32..305a890 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -198,7 +198,6 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences) IPC_STRUCT_TRAITS_MEMBER(accelerated_animation_enabled) IPC_STRUCT_TRAITS_MEMBER(accelerated_video_enabled) IPC_STRUCT_TRAITS_MEMBER(memory_info_enabled) - IPC_STRUCT_TRAITS_MEMBER(interactive_form_validation_enabled) IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled) IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content) IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content) |