Changes between Version 2 and Version 3 of Internals_Hackathon


Ignore:
Timestamp:
Apr 19, 2012 3:58:28 PM (12 years ago)
Author:
ap@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Internals_Hackathon

    v2 v3  
    33Guidelines:[[BR]]
    44- Everything that makes many ports skip tests should be considered.[[BR]]
    5 - Functions that use internal WebKit methods whose only purpose is to support DRT (as opposed as providing public API) should be strongly considered.
     5- Functions that use internal WebKit methods whose only purpose is to support DRT (as opposed as providing public API) should be strongly considered.[[BR]]
     6- Functions that rely upon a significant amount of WebKit code may be best to remain in LayoutTestController, so that this code would be tested.