Changeset 126856 in webkit


Ignore:
Timestamp:
Aug 28, 2012 1:42:35 AM (12 years ago)
Author:
caseq@chromium.org
Message:

Web Inspector: [WebGL] Add a test to catch new WebGL context states parameters
https://bugs.webkit.org/show_bug.cgi?id=94941

Patch by Andrey Adaikin <aandrey@chromium.org> on 2012-08-28
Reviewed by Kenneth Russell.

Adds a test to catch changes in WebGL API so that we don't miss new WebGL state parameters
and could update WebGL state saving/restoring logic in the InjectedScriptWebGLModuleSource.js

  • inspector/profiler/webgl-profiler-api-changes-expected.txt: Added.
  • inspector/profiler/webgl-profiler-api-changes.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r126854 r126856  
     12012-08-28  Andrey Adaikin  <aandrey@chromium.org>
     2
     3        Web Inspector: [WebGL] Add a test to catch new WebGL context states parameters
     4        https://bugs.webkit.org/show_bug.cgi?id=94941
     5
     6        Reviewed by Kenneth Russell.
     7
     8        Adds a test to catch changes in WebGL API so that we don't miss new WebGL state parameters
     9        and could update WebGL state saving/restoring logic in the InjectedScriptWebGLModuleSource.js
     10
     11        * inspector/profiler/webgl-profiler-api-changes-expected.txt: Added.
     12        * inspector/profiler/webgl-profiler-api-changes.html: Added.
     13
    1142012-08-28  Kentaro Hara  <haraken@chromium.org>
    215
Note: See TracChangeset for help on using the changeset viewer.