Changes between Version 5 and Version 6 of SuccessfulPortHowTo
- Timestamp:
- Jul 6, 2016, 2:42:32 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SuccessfulPortHowTo
v5 v6 24 24 a. Submitting patches to WebKit should be done in small chunks, with individual bugs and ChangeLogs for each patch. Each patch should be ideally < 20k in size. 25 25 1. `DumpRenderTree` building. DumpRenderTree is required to run the LayoutTests (`run-webkit-tests`). 26 1. `run-webkit-tests` passing. Modify `LayoutTests/platform/YOURPLATFORM/ Skipped` lists to skip any tests you fail.26 1. `run-webkit-tests` passing. Modify `LayoutTests/platform/YOURPLATFORM/TestExpectations` lists to skip any tests you fail. 27 27 1. If you do not already have a BuildBot running, it is imperative that you set one up at this point. Otherwise your port will break every week. :) 28 28 1. Once you are this far you likely already have at least one person in your porting team with [http://webkit.org/coding/commit-review-policy.html committer rights]. If not, that should be your next goal.