Changes between Version 5 and Version 6 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jun 19, 2013 9:08:38 AM (11 years ago)
Author:
Andres Gomez
Comment:

Added continuous integration section

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v5 v6  
    139139
    140140
    141 == Testing ==
     141=== Testing ===
    142142
    143143WebKit provides a really complete set of tets to check the code and your changes. You can get more information about them in WebKitGtkLayoutTests.
     
    150150$ Tools/Scripts/run-launcher --gtk
    151151}}}
    152  * To run MiniBrowser (WebKit2):
     152 * To run @MiniBrowser@ (WebKit2):
    153153{{{
    154154#!sh
     
    163163$ WebKitBuild/Release/Programs/MiniBrowser &
    164164}}}
    165 
    166 
    167 == Debugging ==
    168 
    169 Here you have some [wiki:WebKitGTK/Debugging debugging tips].