This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree
9 files changed
+52
-12
lines changed- dist
- lib
- browser
- common
- test
- browser
9 files changed
+52
-12
lines changedDiff for: dist/webapis-media-query.min.js
+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: dist/webapis-notification.min.js
+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: gulpfile.js
+12-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
99 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
100 | 108 |
| |
101 | 109 |
| |
102 | 110 |
| |
| |||
165 | 173 |
| |
166 | 174 |
| |
167 | 175 |
| |
| 176 | + | |
168 | 177 |
| |
| 178 | + | |
169 | 179 |
| |
170 | 180 |
| |
171 | 181 |
| |
|
Diff for: lib/browser/webapis-media-query.ts
+3-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
| |||
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
| 16 | + | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
| |||
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
26 |
| - | |
27 |
| - | |
| 25 | + | |
28 | 26 |
| |
29 | 27 |
| |
30 | 28 |
| |
31 | 29 |
| |
32 | 30 |
| |
33 | 31 |
| |
34 |
| - | |
35 |
| - | |
| 32 | + | |
36 | 33 |
| |
37 | 34 |
| |
38 | 35 |
| |
|
Diff for: lib/browser/webapis-notification.ts
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
| |||
16 | 14 |
| |
17 | 15 |
| |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
|
Diff for: lib/common/utils.ts
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
569 | 569 |
| |
570 | 570 |
| |
571 | 571 |
| |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + |
Diff for: test/browser/MediaQuery.spec.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
|
Diff for: test/browser/Notification.spec.ts
+21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + |
Diff for: test/browser_entry_point.ts
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
|
0 commit comments