Changes between Version 4 and Version 5 of HackingWebInspector
- Timestamp:
- Jul 17, 2010, 8:08:24 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackingWebInspector
v4 v5 11 11 [[Image(inspect.png)]] [[Image(tooltip.png)]] 12 12 13 We can edit inspectorSyntaxHightlinght.css in our favorite code editor, but we cannot make patch from it. After next update inspectorSyntaxHighlight.css will be overwritten and our changes disappeared.13 We can edit inspectorSyntaxHightlinght.css in our favorite code editor, but we cannot make a patch from it. After next update inspectorSyntaxHighlight.css will be overwritten and our changes disappeared. 14 14 15 15 == Create / Update a Bug Report == … … 20 20 It will benefit both you and the usual Web Inspector developers if you create or comment on a bug report for the feature or fix you intend to work on. A "Bug" report is for all code changes, this include fixes, issues, and ideas for new features. 21 21 22 This step is very important, because your update will automatically noti y the regular Web Inspector developers. This will allow them to immediately provide you with some feedback, and pointers / guidance for solving the issue or adding the feature!22 This step is very important, because your update will automatically notify the regular Web Inspector developers. This will allow them to immediately provide you with some feedback, and pointers / guidance for solving the issue or adding the feature! 23 23 24 24 == Now Do Your Hacking == … … 64 64 git status WebCore/inspector/front-end/ 65 65 git diff WebCore/inspector/front-end/ 66 git commit WebCore/inspector/front-end/ `66 git commit WebCore/inspector/front-end/ 67 67 }}} 68 68