Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Commit2b4d365
committed
[WebProfilerBundle] Add settings to have the profiler follow the browser.
Often during development, we load a page, check some informations in the profiler, see something wrong, fix, reload the page, reload the profiler.That mean that we often reload the profiler page.If we can use the 'latest' token it's ok, but if there is another controller called (for example a webmanifest), we either need to search for it or close the tab, then reopen a new tab.This change use the BroadcastChannel javascript api to broadcast to other tabs that a toolbar have loaded or that an ajax request have finished.The profiler page listen to this broadcast and show a toolbar with the new profiler page based on the token broadcasted.A new setting allow to choose if :- We don't want this behavior- We want to follow only the main requests where a toolbar is shown (default)- We also want to follow ajax call captured by the toolbar1 parent13ab9eb commit2b4d365
File tree
8 files changed
+121
-1
lines changed- src/Symfony/Bundle/WebProfilerBundle
- Resources/views
- Icon
- Profiler
8 files changed
+121
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
| ||||
18 | 18 |
| ||
19 | 19 |
| ||
20 | 20 |
| ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | + | ||
| 28 | + | ||
| 29 | + | ||
| 30 | + | ||
| 31 | + | ||
| 32 | + | ||
| 33 | + | 34 | + |
| 35 | + | ||
21 | 36 |
| ||
22 | 37 |
| ||
23 | 38 |
| ||
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1396 | 1396 |
| |
1397 | 1397 |
| |
1398 | 1398 |
| |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
1399 | 1403 |
| |
1400 | 1404 |
| |
1401 | 1405 |
| |
|
Lines changed: 69 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
253 | 285 |
| |
254 | 286 |
| |
255 | 287 |
| |
| |||
260 | 292 |
| |
261 | 293 |
| |
262 | 294 |
| |
263 |
| - | |
| 295 | + | |
264 | 296 |
| |
265 | 297 |
| |
266 | 298 |
| |
| |||
295 | 327 |
| |
296 | 328 |
| |
297 | 329 |
| |
| 330 | + | |
| 331 | + | |
298 | 332 |
| |
299 | 333 |
| |
300 | 334 |
| |
| |||
312 | 346 |
| |
313 | 347 |
| |
314 | 348 |
| |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
315 | 383 |
| |
316 | 384 |
|
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
| 251 | + | |
| 252 | + | |
| 253 | + | |
251 | 254 |
| |
252 | 255 |
| |
253 | 256 |
| |
| |||
396 | 399 |
| |
397 | 400 |
| |
398 | 401 |
| |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
399 | 412 |
| |
400 | 413 |
| |
401 | 414 |
| |
| |||
510 | 523 |
| |
511 | 524 |
| |
512 | 525 |
| |
| 526 | + | |
513 | 527 |
| |
514 | 528 |
| |
515 | 529 |
| |
|
0 commit comments
Comments
(0)