Http://www.cnblogs.com/liulun/archive/2013/03/18/2874276.html
Description
This is the first article in this series, I will send the following articles as soon as possible.
From source
1. Accelerate the process of IE6 browser
Most places in the world using IE6 browser in China
China uses IE6 browser The most places in the enterprise
It's too hard for them to put a chorme on their own.
Simply develop a browser (actually the shell of the browser) to them
"Change the World with Code" is the slogan of the blog Park Friends
2. Resolve browser compatibility issues once and for all
CSS hack problems in various browsers don't worry anymore.
Even the front-end positions in the company can be reduced by a few.
3. More convenient to use the more powerful HTML5
Writing HTML5 style, you need to consider a variety of browser unique things,
For example:-webkit-transform;-moz-transform;-ms-transform;-o-transform
Now that we have only one browser, we don't even have to think about that.
More HTML5 features can be supported using the Chorme core.
4. The faster JS execution engine V8
Google Browser JS execution engine is currently recognized as the fastest JS execution engine (no one)
interface libraries such as ExtJS are very fast (ExtJS is also a common interface scripting library in enterprise applications)
5.WebKit Core
The fastest browser core at the moment
Currently the most widely used browser core (Google Chrome, Apple browser all use this core)
The most user-friendly browser core for developers (community support is a great force)
6. Virtually no copyright concern
All the technologies used are open source (don't delve into the open source agreement in the Celestial kingdom)
7. Debugging JS More Convenient
Using Google Chrome's Debugging Tools
Similar to the way Firebug debugging JS
Application
Send a picture first
Our article in this series
It will be done based on the program in the picture.
Modify a record
1.2013-01-24
The first time you edit, you record most of the content
2.2013-03-18
Organize content, typesetting
3.2013-03-18
To get rid of the light-related stuff.
Developing Chrome Core Browser "one" based on. NET (RPM)