⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 161232 in webkit


Ignore:
Timestamp:
Jan 2, 2014, 3:20:26 PM (13 years ago)
Author:
mark.lam@apple.com
Message:

Added a missing word in a change comment, and updated review status for:

https://bugs.webkit.org/show_bug.cgi?id=126321
https://bugs.webkit.org/show_bug.cgi?id=126328
https://bugs.webkit.org/show_bug.cgi?id=126334
https://bugs.webkit.org/show_bug.cgi?id=126405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jsCStack/Source/JavaScriptCore/ChangeLog

    r161229 r161232  
    44        https://bugs.webkit.org/show_bug.cgi?id=126405.
    55
    6         Not yet reviewed.
     6        Reviewed by Michael Saboff.
    77
    88        * interpreter/Interpreter.cpp:
     
    1111          to check if an exception was thrown during a call to callToNativeFunction.
    1212          We now check if an exception was thrown, and if so, we set the result to
    13           jsNull() the same that JITCode::execute() does.
     13          jsNull() the same way that JITCode::execute() does.
    1414
    15152014-01-02  Filip Pizlo  <fpizlo@apple.com>
     
    231231        https://bugs.webkit.org/show_bug.cgi?id=126334.
    232232
    233         Not yet reviewed.
     233        Reviewed by Geoffrey Garen.
    234234
    235235        When we start measuring the stack usage of each VMEntryScope, we'll need
     
    282282        https://bugs.webkit.org/show_bug.cgi?id=126328.
    283283
    284         Not yet reviewed.
     284        Reviewed by Geoffrey Garen.
    285285
    286286        Also removed the now unused JSSTack::topOfStackForCapacityCheck().
     
    295295        https://bugs.webkit.org/show_bug.cgi?id=126321.
    296296
    297         Not yet reviewed.
     297        Reviewed by Geoffrey Garen.
    298298
    299299        We need an option to limit the JS stack size. Currently, we just change
Note: See TracChangeset for help on using the changeset viewer.