File tree
8 files changed
+110
-9
lines changedFilter options
- src/Symfony/Bundle/WebProfilerBundle
- DependencyInjection
- EventListener
- Resources/config
- schema
- Tests
- DependencyInjection
- EventListener
8 files changed
+110
-9
lines changedsrc/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md+6-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 |
|
5 | 10 |
|
6 | 11 |
|
| ||
65 | 70 |
|
66 | 71 |
|
67 | 72 |
|
68 |
| - |
| 73 | + |
69 | 74 |
|
70 | 75 |
|
71 | 76 |
|
|
src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php+10-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
37 | 46 |
|
38 | 47 |
|
39 | 48 |
|
|
src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php+3-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
| 52 | + |
52 | 53 |
|
53 |
| - |
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
|
src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
| ||
96 | 97 |
|
97 | 98 |
|
98 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
99 | 104 |
|
100 | 105 |
|
101 | 106 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/config/schema/webprofiler-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/config/schema/webprofiler-1.0.xsd+8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
| 13 | + |
| 14 | + |
12 | 15 |
|
13 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
14 | 22 |
|
src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.php+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php+31-5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
47 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
48 | 54 |
|
49 | 55 |
|
50 | 56 |
|
51 | 57 |
|
52 | 58 |
|
53 | 59 |
|
54 | 60 |
|
55 |
| - |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
56 | 65 |
|
57 | 66 |
|
58 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
59 | 79 |
|
60 | 80 |
|
61 | 81 |
|
| ||
78 | 98 |
|
79 | 99 |
|
80 | 100 |
|
81 |
| - |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
82 | 105 |
|
83 | 106 |
|
84 | 107 |
|
85 | 108 |
|
86 | 109 |
|
87 | 110 |
|
88 | 111 |
|
89 |
| - |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
90 | 116 |
|
91 | 117 |
|
92 | 118 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php+46
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
357 | 357 |
|
358 | 358 |
|
359 | 359 |
|
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
360 | 406 |
|
361 | 407 |
|
362 | 408 |
|
|
0 commit comments