Changes between Version 24 and Version 25 of Internals_Hackathon


Ignore:
Timestamp:
Apr 19, 2012 4:52:34 PM (12 years ago)
Author:
Kaustubh Atrawalkar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Internals_Hackathon

    v24 v25  
    6666
    6767 * allowRoundingHacks
     68
     69----
     70
     71The following methods are specific to Chromium port only and have independent implementation of WorkQueue* in chromium/LayoutTestController.cpp
     72
     73 * queueBackNavigation
     74 * queueForwardNavigation
     75 * queueLoad
     76 * queueLoadHTMLString
     77 * queueLoadingScript
     78 * queueNonLoadingScript
     79 * queueReload
     80
     81----