Changes between Version 2 and Version 3 of HackingWebInspector
- Timestamp:
- Jul 12, 2010, 10:29:04 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackingWebInspector
v2 v3 49 49 50 50 5. There are two options: 51 1. Copy files f iles from `WebCore/inspector/front-end/` to the build by running `WebKitTools/Scripts/build-webkit --debug --inspector-frontend`. Do it after every time you modify Inspector's files.51 1. Copy files from `WebCore/inspector/front-end/` to the build by running `WebKitTools/Scripts/build-webkit --debug --inspector-frontend`. Do it after every time you modify Inspector's files. 52 52 2. Make a symlink 53 53 {{{ … … 58 58 6. Edit inspectorSyntaxHighlight.css. 59 59 60 A tip: You can reload Web Inspector just like regular web page (Cmd+R on Mac, Ctrl+R on Windows and Linux). 61 [[Image(reload.png)]] 60 A tip: You can reload Web Inspector just like regular web page (Cmd+R on Mac, Ctrl+R on Windows and Linux). [[BR]][[Image(reload.png)]] 62 61 63 62 7. Commit