1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a regression that broke dirxml and caused an ASSERT in debug builds. Also simplified the console code and refactored things to have fewer code paths and duplication. More... over 16 years ago
Fixes a regression caused by splitting the input and output of console commands. More... over 16 years ago
Make exception messages and logged Error objects display consistently. More... over 16 years ago
Make input in the Web Inspector console print before any output that might be added by the called function. More... over 16 years ago
Alphabetically sort scripts in the Script's panel file popup menu. More... over 16 years ago
Commit a missing file. More... over 16 years ago
Added a refresh button to storage views. More... over 16 years ago
Added support for editing/deleting localStorage and sessionStorage items directly from Web Inspector. More... over 16 years ago
Added a preference to disable some Inspector's panels. More... over 16 years ago
2009-02-07 Yael Aharon <[email protected]> More... over 16 years ago
2008-12-29 Konstantin Käfer <[email protected]> More... over 16 years ago
2008-12-17 Yury Semikhatsky <[email protected]> More... over 16 years ago
Update the WebKit.qrc and add a script to automatically generate the file. More... over 16 years ago
2008-12-09 Dimitri Glazkov <[email protected]> More... over 16 years ago
Reviewed by Adam Roben. More... over 16 years ago
Make sure the icon thumbnail width/height is at least 1px in the Web Inspector's resource panel. More... almost 17 years ago
2008-10-30 Yael Aharon <[email protected]> More... almost 17 years ago
Set svn:mime-type to image/png for the new images I just added. More... almost 17 years ago
Make the JavaScript profiler opt-in, so it does not slow down JavaScript all the time. Make the Profiles panel in the Web Inspector have an enable screen. Profiling now needs to be enabled before console.profile() works. More... almost 17 years ago
Rename a few methods related to attaching and detaching the debugger. Also adds stub methods for enabling and disabling the profiler. More... almost 17 years ago
Fix an exception when searching the Resources panel while there and resources queued to be added to the list. More... almost 17 years ago
Add a license to ElementsTreeOutline.js that was left off when it was split out from ElementsPanel.js. More... almost 17 years ago
Make auto-complete only suggest properties that are valid syntax when using dot-notation. Also when completing numeric properties, the quotes are omitted inside the brackets. More... almost 17 years ago
Make the Resource panel perform graph updates atomically, so when resources are added the graph and summary graph update at the same time. More... almost 17 years ago
Rubber-stamped by Timothy Hatcher. More... almost 17 years ago
Make the Web Inspector Resources panel open quicker and change graphs faster. There was some accidental n^2 logic at fault when updating the graph boundaries. More... almost 17 years ago
Visually distinguish resources that loaded from the memory cache. More... almost 17 years ago
Update the scroll position in the Resources panel when loading a new page or toggling on small resource rows. More... almost 17 years ago
Show per resource times and sizes when hovering over the bar graph for a resource. More... almost 17 years ago
JavaScriptCore: More... almost 17 years ago