Ignore:
Timestamp:
Feb 10, 2014, 10:02:59 AM (12 years ago)
Author:
[email protected]
Message:

JSC environment variables should override other mechanisms for setting options
https://bugs.webkit.org/show_bug.cgi?id=128511

Reviewed by Geoffrey Garen.

Source/JavaScriptCore:

  • runtime/Options.cpp:

(JSC::Options::setOption):

  • runtime/Options.h:

Source/WebKit2:

  • WebProcess/mac/WebProcessMac.mm:

(WebKit::WebProcess::platformInitializeWebProcess):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r163792 r163794  
     12014-02-10  Filip Pizlo  <[email protected]>
     2
     3        JSC environment variables should override other mechanisms for setting options
     4        https://bugs.webkit.org/show_bug.cgi?id=128511
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        * runtime/Options.cpp:
     9        (JSC::Options::setOption):
     10        * runtime/Options.h:
     11
    1122014-02-10  Darin Adler  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.