Changeset 128463 in webkit


Ignore:
Timestamp:
Sep 13, 2012 8:05:29 AM (12 years ago)
Author:
loislo@chromium.org
Message:

Unreviewed fix for: REGRESSION(r128451): It broke inspector/profiler/memory-instrumentation-cached-images.html
https://bugs.webkit.org/show_bug.cgi?id=96653

  • inspector/profiler/memory-instrumentation-cached-images.html:
  • inspector/profiler/memory-instrumentation-cached-images-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128462 r128463  
     12012-09-13  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Unreviewed fix for: REGRESSION(r128451): It broke inspector/profiler/memory-instrumentation-cached-images.html
     4        https://bugs.webkit.org/show_bug.cgi?id=96653
     5
     6        * inspector/profiler/memory-instrumentation-cached-images.html:
     7        * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
     8
    192012-09-13  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
    210
  • trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images-expected.txt

    r127743 r128463  
    33
    44didReceiveMemorySnapshot
    5 PASS: MemoryCache.Image size is OK.
     5PASS: Page.Image size is OK.
    66
  • trunk/LayoutTests/inspector/profiler/memory-instrumentation-cached-images.html

    r127743 r128463  
    4949    {
    5050        InspectorTest.addResult("didReceiveMemorySnapshot");
    51         var imagesSize = memoryBlockSize(["ProcessPrivateMemory", "MemoryCache", "MemoryCache.Image"], memoryBlock);
     51        var imagesSize = memoryBlockSize(["ProcessPrivateMemory", "Page", "Page.Image"], memoryBlock);
    5252        var jpegDecodedSizeExpected = 20000000;
    5353        if (imagesSize > jpegDecodedSizeExpected)
    54             InspectorTest.addResult("PASS: MemoryCache.Image size is OK.");
     54            InspectorTest.addResult("PASS: Page.Image size is OK.");
    5555        else
    56             InspectorTest.addResult("FAIL: MemoryCache.Image size is too small.");
     56            InspectorTest.addResult("FAIL: Page.Image size is too small.");
    5757        InspectorTest.completeTest();
    5858    }
Note: See TracChangeset for help on using the changeset viewer.