Ignore:
Timestamp:
Jan 18, 2011, 8:33:12 PM (15 years ago)
Author:
[email protected]
Message:

2011-01-18 Kenneth Russell <[email protected]>

Unreviewed, rolling out r76078.
http://trac.webkit.org/changeset/76078
https://bugs.webkit.org/show_bug.cgi?id=52668

Caused crashes of fast/canvas/webgl/constants.html,
fast/canvas/webgl/gl-enum-tests.html, and possibly other layout
test crashes in Release mode. WebGL crashes were observed with
"run-webkit-tests fast/canvas/webgl". It was necessary to run
multiple tests to provoke the crash.

  • interpreter/RegisterFile.h: (JSC::RegisterFile::markGlobals):
  • runtime/JSActivation.cpp: (JSC::JSActivation::markChildren):
  • runtime/JSGlobalObject.cpp: (JSC::JSGlobalObject::markChildren):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r76090 r76100  
     12011-01-18  Kenneth Russell  <[email protected]>
     2
     3        Unreviewed, rolling out r76078.
     4        http://trac.webkit.org/changeset/76078
     5        https://bugs.webkit.org/show_bug.cgi?id=52668
     6
     7        Caused crashes of fast/canvas/webgl/constants.html,
     8        fast/canvas/webgl/gl-enum-tests.html, and possibly other layout
     9        test crashes in Release mode. WebGL crashes were observed with
     10        "run-webkit-tests fast/canvas/webgl". It was necessary to run
     11        multiple tests to provoke the crash.
     12
     13        * interpreter/RegisterFile.h:
     14        (JSC::RegisterFile::markGlobals):
     15        * runtime/JSActivation.cpp:
     16        (JSC::JSActivation::markChildren):
     17        * runtime/JSGlobalObject.cpp:
     18        (JSC::JSGlobalObject::markChildren):
     19
    1202011-01-18  Oliver Hunt  <[email protected]>
    221
Note: See TracChangeset for help on using the changeset viewer.