Changes between Version 4 and Version 5 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jun 19, 2013 8:47:28 AM (11 years ago)
Author:
Andres Gomez
Comment:

Added debugging section

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v4 v5  
    134134=== Keeping up to date ===
    135135
    136 WebKit development happens at a high speed. Most of the changes won't have a real impact on the feature or bug you are actually fixing while usually would mean rebuilding huge parts of the code. Therefore, it is better not to rebase master to our working branch too often.
     136WebKkit development happens at a high speed. Most of the changes won't have a real impact on the feature or bug you are actually fixing while usually would mean rebuilding huge parts of the code. Therefore, it is better not to rebase master to our working branch too often.
    137137
    138138Usually, you would want to rebase your work only when you have completed the task, but be also aware of parallel work that may affect your code. Plan ahead when you'll have a free slot of time in which to rebase and compile again as it will probably take several minutes.
    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
     169Here you have some [wiki:WebKitGTK/Debugging debugging tips].