Changeset 55365 in webkit


Ignore:
Timestamp:
Mar 1, 2010 2:17:03 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2010-02-27 Ilya Tikhonovsky <loislo@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: callerScriptName and callerScriptLine should be obfuscated for timeline tests.
https://bugs.webkit.org/show_bug.cgi?id=35478

  • ../../LayoutTests/inspector/timeline-test.js:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r55358 r55365  
     12010-02-27  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Web Inspector: callerScriptName and callerScriptLine should be obfuscated for timeline tests.
     6        https://bugs.webkit.org/show_bug.cgi?id=35478
     7
     8        * ../../LayoutTests/inspector/timeline-test.js:
     9
    1102010-02-28  Robert Hogan  <robert@roberthogan.net>
    211
  • trunk/LayoutTests/inspector/timeline-test.js

    r55277 r55365  
    99    startTime : 1,
    1010    width : 1,
     11    callerScriptName: 1,
     12    callerScriptLine: 1,
    1113    url : 1
    1214};
Note: See TracChangeset for help on using the changeset viewer.