Changeset 104353 in webkit


Ignore:
Timestamp:
Jan 6, 2012 3:41:30 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

LayoutTests/platform/chromium/fast/events/intercept-postmessage.html failing
https://bugs.webkit.org/show_bug.cgi?id=75718

Patch by Charlie Reis <creis@chromium.org> on 2012-01-06
Reviewed by Adam Barth.

Removing unnecessary log messages.

  • platform/chromium/fast/events/intercept-postmessage-expected.txt:
  • platform/chromium/fast/events/intercept-postmessage.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104352 r104353  
     12012-01-06  Charlie Reis  <creis@chromium.org>
     2
     3        LayoutTests/platform/chromium/fast/events/intercept-postmessage.html failing
     4        https://bugs.webkit.org/show_bug.cgi?id=75718
     5
     6        Reviewed by Adam Barth.
     7
     8        Removing unnecessary log messages.
     9
     10        * platform/chromium/fast/events/intercept-postmessage-expected.txt:
     11        * platform/chromium/fast/events/intercept-postmessage.html:
     12
    1132012-01-05  Simon Fraser  <simon.fraser@apple.com>
    214
  • trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage-expected.txt

    r104005 r104353  
    1 main frame - didFinishDocumentLoadForFrame
    2 main frame - didHandleOnloadEventsForFrame
    3 main frame - didFinishLoadForFrame
    41intercepted postMessage
    52intercepted postMessage
  • trunk/LayoutTests/platform/chromium/fast/events/intercept-postmessage.html

    r104005 r104353  
    3838
    3939      if (window.layoutTestController) {
    40         window.layoutTestController.dumpFrameLoadCallbacks();
    4140        window.layoutTestController.dumpAsText();
    4241        window.layoutTestController.waitUntilDone();
Note: See TracChangeset for help on using the changeset viewer.