Changeset 146722 in webkit


Ignore:
Timestamp:
Mar 23, 2013 1:18:39 PM (11 years ago)
Author:
ggaren@apple.com
Message:

Added a setting for whether JavaScript markup is enabled
https://bugs.webkit.org/show_bug.cgi?id=112999

Rolled out a line from r146664 that was left over from before I adopted
the Settings.in way of adding a new setting.

Reviewed by Ryosuke Niwa.

  • WebProcess/InjectedBundle/InjectedBundle.cpp:

(WebKit::InjectedBundle::overrideBoolPreferenceForTestRunner): No need
to initialize / override -- Settings.in settings do this automatically.

Also, dydx noticed that this line of code had a typo, and was totaly wrong.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r146704 r146722  
     12013-03-23  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Added a setting for whether JavaScript markup is enabled
     4        https://bugs.webkit.org/show_bug.cgi?id=112999
     5
     6        Rolled out a line from r146664 that was left over from before I adopted
     7        the Settings.in way of adding a new setting.
     8
     9        Reviewed by Ryosuke Niwa.
     10
     11        * WebProcess/InjectedBundle/InjectedBundle.cpp:
     12        (WebKit::InjectedBundle::overrideBoolPreferenceForTestRunner): No need
     13        to initialize / override -- Settings.in settings do this automatically.
     14
     15        Also, dydx noticed that this line of code had a typo, and was totaly wrong.
     16
    1172013-03-21  Kiran Muppala  <cmuppala@apple.com>
    218
  • trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp

    r146704 r146722  
    212212    macro(WebKitJavaEnabled, JavaEnabled, javaEnabled) \
    213213    macro(WebKitJavaScriptEnabled, ScriptEnabled, javaScriptEnabled) \
    214     macro(WebKitJavaScriptMarkupEnabled, ScriptEnabled, javaScriptEnabled) \
    215214    macro(WebKitLoadSiteIconsKey, LoadsSiteIconsIgnoringImageLoadingSetting, loadsSiteIconsIgnoringImageLoadingPreference) \
    216215    macro(WebKitOfflineWebApplicationCacheEnabled, OfflineWebApplicationCacheEnabled, offlineWebApplicationCacheEnabled) \
Note: See TracChangeset for help on using the changeset viewer.