Changes between Version 4 and Version 5 of HackingWebInspector


Ignore:
Timestamp:
Jul 17, 2010 8:08:24 AM (14 years ago)
Author:
me@elv1s.ru
Comment:

Typos

Legend:

Unmodified
Added
Removed
Modified
  • HackingWebInspector

    v4 v5  
    1111[[Image(inspect.png)]] [[Image(tooltip.png)]]
    1212
    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.
     13We 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.
    1414
    1515== Create / Update a Bug Report ==
     
    2020It 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.
    2121
    22 This step is very important, because your update will automatically notiy 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!
     22This 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!
    2323
    2424== Now Do Your Hacking ==
     
    6464git status WebCore/inspector/front-end/
    6565git diff WebCore/inspector/front-end/
    66 git commit WebCore/inspector/front-end/`
     66git commit WebCore/inspector/front-end/
    6767 }}}
    6868