Commit bfc0a25
committed
Update to Chrome 55.0.2883.59 and CEF 3.2883.1539.gd7f087e (cztomczak#271).
Update to Cython 0.25.2.
Fix Certificate Transparency support causing some SSL sites fail
to load after some time (cztomczak#279).
Fix ApplicationSettings.cache_path not working (cztomczak#283).
Fix: Not a clean shutdown in examples, when closing app while browser
is still loading a website (cztomczak#282).
Fix loading local filesystem urls that contained any of ? & =
characters (cztomczak#273).
Fix Request.SetPostData and GetPostData segmentation faults (cztomczak#228).
Add ApplicationSettings.net_security_expiration_enabled.
Update ExecuteJavascript docs with scriptUrl="" and startLine=1
default params. Also worth noting that ExecuteJavascript crashed
in earlier CEF versions when startLine wasn't provided or was <= 0
(Issue cztomczak#268).
Add a test that measures execution time for calling Python function
from javascript and then js callback.
Add Contributing guidelines / Issue template.
Update automate.py, include ceftests executable.1 parent 59a9aa1 commit bfc0a25Copy full SHA for bfc0a25
File tree
Expand file treeCollapse file tree
56 files changed
+1034
-255
lines changedOpen diff view settings
Filter options
- .github
- api
- docs
- examples
- patches
- src
- extern/cef
- include
- base
- internal
- test
- wrapper
- linux/setup
- subprocess/main_message_loop
- version
- tools
- unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
56 files changed
+1034
-255
lines changedOpen diff view settings
Collapse file
.github/CONTRIBUTING.md
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
Collapse file
.github/ISSUE_TEMPLATE.md
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
Collapse file
+19Lines changed: 19 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
283 | 284 | |
284 | 285 | |
285 | 286 | |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
286 | 300 | |
287 | 301 | |
288 | 302 | |
| ||
393 | 407 | |
394 | 408 | |
395 | 409 | |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
396 | 415 | |
397 | 416 | |
398 | 417 | |
|
Collapse file
+13-5Lines changed: 13 additions & 5 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
6 | 11 | |
7 | 12 | |
8 | 13 | |
| ||
82 | 87 | |
83 | 88 | |
84 | 89 | |
85 | | - |
| 90 | + |
| 91 | + |
86 | 92 | |
87 | | - |
88 | | - |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
89 | 97 | |
90 | 98 | |
91 | 99 | |
| ||
267 | 275 | |
268 | 276 | |
269 | 277 | |
270 | | - |
271 | | - |
| 278 | + |
| 279 | + |
272 | 280 | |
273 | 281 | |
274 | 282 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
80 | 80 | |
81 | 81 | |
82 | 82 | |
83 | | - |
84 | | - |
| 83 | + |
| 84 | + |
85 | 85 | |
86 | 86 | |
87 | 87 | |
|
Collapse file
+26-15Lines changed: 26 additions & 15 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
22 | 11 | |
23 | 12 | |
| 13 | + |
| 14 | + |
24 | 15 | |
25 | 16 | |
26 | 17 | |
| ||
35 | 26 | |
36 | 27 | |
37 | 28 | |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
38 | 49 | |
39 | 50 | |
40 | 51 | |
|
Collapse file
+6-4Lines changed: 6 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
| 9 | + |
| 10 | + |
9 | 11 | |
10 | | - |
| 12 | + |
11 | 13 | |
12 | | - |
13 | | - |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
17 | 18 | |
| 19 | + |
18 | 20 | |
19 | 21 | |
20 | 22 | |
|
Collapse file
+11Lines changed: 11 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
8 | 19 | |
9 | 20 | |
10 | 21 | |
|
Collapse file
+7-11Lines changed: 7 additions & 11 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
| 35 | + |
36 | 36 | |
37 | 37 | |
38 | 38 | |
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
59 | | - |
| 59 | + |
60 | 60 | |
61 | 61 | |
62 | 62 | |
| ||
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
| 70 | + |
| 71 | + |
76 | 72 | |
77 | 73 | |
78 | 74 | |
| ||
167 | 163 | |
168 | 164 | |
169 | 165 | |
170 | | - |
| 166 | + |
171 | 167 | |
172 | 168 | |
173 | 169 | |
|
Collapse file
+4-6Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
| 5 | + |
4 | 6 | |
5 | 7 | |
6 | 8 | |
7 | 9 | |
8 | 10 | |
9 | | - |
10 | 11 | |
11 | 12 | |
12 | 13 | |
| ||
37 | 38 | |
38 | 39 | |
39 | 40 | |
40 | | - |
| 41 | + |
| 42 | + |
41 | 43 | |
42 | 44 | |
43 | 45 | |
| ||
135 | 137 | |
136 | 138 | |
137 | 139 | |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | 140 | |
143 | 141 | |
144 | 142 | |
|
0 commit comments