Commit 849e791
[ui] Use .querySelectorAll for linkElements
The only user is the ConsoleViewMessage to get the correct order when
Tab-bing through the stack trace.
With .querySelectorAll, we safe the usage of refs and a view output
when migrating to Lit.
Drive-by: Links are no longer optional. We always output one.
R=pfaffe@chromium.org
Bug: 483576322
Change-Id: Ie5496f73f98728263289cacd9a0099b6931e0a97
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7587937
Reviewed-by: Philip Pfaffe <pfaffe@chromium.org>
Commit-Queue: Simon Zünd <szuend@chromium.org>1 parent 3083232 commit 849e791
1 file changed
Lines changed: 5 additions & 12 deletions
Lines changed: 5 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | | - | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
| |||
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 180 | + | |
185 | 181 | | |
186 | 182 | | |
187 | 183 | | |
| |||
214 | 210 | | |
215 | 211 | | |
216 | 212 | | |
217 | | - | |
218 | | - | |
219 | 213 | | |
220 | 214 | | |
221 | 215 | | |
| |||
230 | 224 | | |
231 | 225 | | |
232 | 226 | | |
233 | | - | |
| 227 | + | |
234 | 228 | | |
235 | 229 | | |
236 | 230 | | |
| |||
240 | 234 | | |
241 | 235 | | |
242 | 236 | | |
243 | | - | |
244 | 237 | | |
245 | 238 | | |
246 | 239 | | |
| |||
267 | 260 | | |
268 | 261 | | |
269 | 262 | | |
270 | | - | |
| 263 | + | |
271 | 264 | | |
272 | 265 | | |
273 | 266 | | |
274 | | - | |
| 267 | + | |
275 | 268 | | |
276 | 269 | | |
277 | 270 | | |
| |||
0 commit comments