Changes between Version 5 and Version 6 of WebKitGTK/StartHacking
- Timestamp:
- Jun 19, 2013, 9:08:38 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v5 v6 139 139 140 140 141 == Testing==141 === Testing === 142 142 143 143 WebKit provides a really complete set of tets to check the code and your changes. You can get more information about them in WebKitGtkLayoutTests. … … 150 150 $ Tools/Scripts/run-launcher --gtk 151 151 }}} 152 * To run MiniBrowser(WebKit2):152 * To run @MiniBrowser@ (WebKit2): 153 153 {{{ 154 154 #!sh … … 163 163 $ WebKitBuild/Release/Programs/MiniBrowser & 164 164 }}} 165 166 167 == Debugging ==168 169 Here you have some [wiki:WebKitGTK/Debugging debugging tips].