Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: third_party/inspector_protocol/README.chromium

Issue 2468273002: [DevTools] migrate Database, IndexedDB and CacheStorage to new style (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: inspector protocol 1 Name: inspector protocol
2 Short Name: inspector_protocol 2 Short Name: inspector_protocol
3 URL: https://chromium.googlesource.com/deps/inspector_protocol/ 3 URL: https://chromium.googlesource.com/deps/inspector_protocol/
4 Version: 0 4 Version: 0
5 Revision: cf45a6e89b17cdc9eeacdef4c003fcc55f7ec2a0 5 Revision: cf45a6e89b17cdc9eeacdef4c003fcc55f7ec2a0
6 License: BSD 6 License: BSD
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 WebKit/core/inspector uses these scripts to generate handlers from protocol 11 WebKit/core/inspector uses these scripts to generate handlers from protocol
12 description. 12 description.
13 13
14 Local modifications: 14 Local modifications:
15 - This only includes the lib/ and templates/ directories, scripts, build 15 - This only includes the lib/ and templates/ directories, scripts, build
16 and the LICENSE files. 16 and the LICENSE files.
17 - DOMStorage, Rendering, Emulation, Network, Memory, Page, LayerTree, DOM, CSS 17 - DOMStorage, Rendering, Emulation, Network, Memory, Page, LayerTree, DOM, CSS
18 are added to new style domains in CodeGenerator.py. 18 Database, IndexedDB, CacheStorage are added to new style domains in
19 CodeGenerator.py.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698