Commit e8cddcb
[project_settings] Add "workspace.uuid" field.
Adapt the implementation to the latest design changes, and require a
"uuid" in addition to the "root". Also change the validation of the
`devtools.json` to require "workspace" to be either absent or an object
that contains both "root" and "uuid" string properties.
Doc: https://goo.gle/devtools-json-design
Bug: 395037775, 395562934
Change-Id: Ia73568152abe7150db3823d210470e791c6a7b90
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6264208
Commit-Queue: Alex Rudenko <[email protected]>
Auto-Submit: Benedikt Meurer <[email protected]>
Reviewed-by: Alex Rudenko <[email protected]>1 parent dbb235d commit e8cddcb
File tree
2 files changed
+8
-5
lines changed- front_end/models/project_settings
2 files changed
+8
-5
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
0 commit comments