Commit b75904f
Limit value display in KeyValueStorageItemsView.
The UI was previously freezing when the user tries to render large values.
We are now truncating the value to 4096 chars.
Bug: 408976043
Change-Id: I75fec294ae474b6cc5871fc5c9c6e722561b122a
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6455747
Commit-Queue: Benedikt Meurer <[email protected]>
Auto-Submit: Danil Somsikov <[email protected]>
Reviewed-by: Benedikt Meurer <[email protected]>1 parent bb65010 commit b75904f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | | - | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| |||
0 commit comments