From the time, Firebug has Launched, it has made life easier for the developers as they can see where exactly is the problem in Browser in Real time. But from the time, Google Chrome has launched, many has shifted to Chrome from Firefox due to number of reason i.e. Speed, Simplicity & Security.
Recently, some new features that have been added in Google Chrome Browser to increase productivity which are as follows:
- The Scripts panel now allows editing JavaScript without having to reload the page. Just double-click on the line in the function body while debugging and make your changes. It’ll patch the underlying optimized machine code at run-time and continue the execution.
- CPU profiler captures the state of your app at a rate of 1,000 samples per second without modifications to the running optimized machine code. The resulting tree view makes it easy to find out where to focus efforts on speeding up the web app.
- The new Timeline panel provides a simple view of the AJAX application execution. It records everything that happens in the browser from JavaScript execution to styles re-calculations and then visualizes it in a simple waterfall with timing information and traces to the source code.
- The improved Heap profiler can take snapshots of the JavaScript heap, visualize and compare them. This makes finding and fighting memory leaks a much easier task.
Trouble seeing the Video, download the pdf here.
Posted: June 7th, 2010 under Browser tools to improve productivity, Firebug, Google Chrome.
Great, I never knew this, thanks.
Comment by CNA Salary — June 22, 2010 @ 4:52 pm
[...] ranking. With newer version every six week, people get to see lots of new features which will help, improve their Websites. Another thing is, people can also check all the features which are bundled with the new [...]
Pingback by Google Chrome to have new version every Six Week — July 23, 2010 @ 12:48 pm