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

Unified Diff: third_party/WebKit/Source/devtools/front_end/changes/module.json

Issue 2694923002: DevTools: Changes Drawer (Closed)
Patch Set: Remove event listener on willHide Created 3 years, 9 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/changes/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/changes/module.json b/third_party/WebKit/Source/devtools/front_end/changes/module.json
new file mode 100644
index 0000000000000000000000000000000000000000..891065411e9700bf2228a0c46741fbbf8fd40b2f
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/changes/module.json
@@ -0,0 +1,28 @@
+{
+ "extensions": [
+ {
+ "type": "view",
+ "location": "drawer-view",
+ "id": "changes.changes",
+ "title": "Changes",
+ "persistence": "closable",
+ "className": "Changes.ChangesView"
+ },
+ {
+ "type": "@Common.Revealer",
+ "contextTypes": [
+ "Changes.UISourceCodeChange"
+ ],
+ "className": "Changes.UISourceCodeChangeRevealer"
+ }
+ ],
+ "dependencies": [
+ "sources"
+ ],
+ "scripts": [
+ "ChangesView.js"
+ ],
+ "resources": [
+ "changesView.css"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698