Commit 0cc124e
committed
Update to Chrome 54.0.2840.59 and CEF 3.2840.1494.g7fe3d03 (cztomczak#260).
Changes in API that break backward compatibility:
* Add resonse param in RequestHandler.OnResourceRedirect, see API docs
* Remove WOD_SUPPRESS_OPEN constant (WindowOpenDisposition enum in
LifespanHandler.OnBeforePopup)
Update build instructions in docs/.
Update CEF headers in src/include/. Ignore cef_path_util.h
and cef_drag_data.h as these contain cefpython modifications to expose
new API via patches.
Update patches/ for CEF branch 2840.
Update automate.py, automate-git.py and the patch. Branch 2840 now
uses GN instead of GYP.
Deprecate old examples from binaries_64bit/ and copy all from
examples/ root directory in make-setup.py.
Update compile.py, make-setup.py, setup.py and makefiles - use binaries
and libraries from the cefpython/build/ directory. E.g. cef_linux64/
and cefpython_linux64/.1 parent bbc8f47 commit 0cc124eCopy full SHA for 0cc124e
File tree
Expand file treeCollapse file tree
39 files changed
+1054
-512
lines changedOpen diff view settings
Filter options
- api
- docs
- patches
- src
- client_handler
- extern/cef
- handlers
- include
- base
- internal
- internal
- linux
- binaries_64bit
- deprecated
- installer
- setup
- subprocess
- version
- tools
Expand file treeCollapse file tree
39 files changed
+1054
-512
lines changedOpen diff view settings
Collapse file
-1Lines changed: 0 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
61 | 61 | |
62 | 62 | |
63 | 63 | |
64 | | - |
65 | 64 | |
66 | 65 | |
67 | 66 | |
|
Collapse file
+8-4Lines changed: 8 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
109 | 109 | |
110 | 110 | |
111 | 111 | |
| 112 | + |
112 | 113 | |
113 | 114 | |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
118 | 122 | |
119 | 123 | |
120 | 124 | |
|
Collapse file
+11-19Lines changed: 11 additions & 19 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | | - |
36 | | - |
| 35 | + |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
| 53 | + |
| 54 | + |
53 | 55 | |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
| 56 | + |
59 | 57 | |
60 | 58 | |
61 | | - |
| 59 | + |
62 | 60 | |
63 | 61 | |
64 | | - |
65 | | - |
66 | | - |
67 | 62 | |
68 | 63 | |
69 | 64 | |
| ||
170 | 165 | |
171 | 166 | |
172 | 167 | |
173 | | - |
174 | | - |
175 | | - |
176 | | - |
| 168 | + |
177 | 169 | |
178 | | - |
| 170 | + |
179 | 171 | |
180 | 172 | |
181 | 173 | |
|
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | | - |
| 86 | + |
87 | 87 | |
88 | 88 | |
89 | | - |
| 89 | + |
90 | 90 | |
91 | 91 | |
92 | 92 | |
| ||
111 | 111 | |
112 | 112 | |
113 | 113 | |
114 | | - |
| 114 | + |
115 | 115 | |
116 | 116 | |
117 | | - |
| 117 | + |
118 | 118 | |
119 | 119 | |
120 | 120 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
71 | 71 | |
72 | 72 | |
73 | 73 | |
74 | | - |
| 74 | + |
75 | 75 | |
76 | 76 | |
77 | 77 | |
| ||
82 | 82 | |
83 | 83 | |
84 | 84 | |
85 | | - |
| 85 | + |
86 | 86 | |
87 | 87 | |
88 | 88 | |
|
Collapse file
src/client_handler/request_handler.cpp
Copy file name to clipboardExpand all lines: src/client_handler/request_handler.cpp+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
| 46 | + |
46 | 47 | |
47 | 48 | |
48 | 49 | |
49 | 50 | |
50 | | - |
| 51 | + |
51 | 52 | |
52 | 53 | |
53 | 54 | |
|
Collapse file
src/client_handler/request_handler.h
Copy file name to clipboardExpand all lines: src/client_handler/request_handler.h+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
| 34 | + |
34 | 35 | |
35 | 36 | |
36 | 37 | |
|
Collapse file
src/extern/cef/cef_types.pxd
Copy file name to clipboardExpand all lines: src/extern/cef/cef_types.pxd-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
309 | 309 | |
310 | 310 | |
311 | 311 | |
312 | | - |
313 | 312 | |
314 | 313 | |
315 | 314 | |
|
Collapse file
src/handlers/lifespan_handler.pyx
Copy file name to clipboardExpand all lines: src/handlers/lifespan_handler.pyx-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | 14 | |
16 | 15 | |
17 | 16 | |
|
Collapse file
src/handlers/request_handler.pyx
Copy file name to clipboardExpand all lines: src/handlers/request_handler.pyx+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
138 | 138 | |
139 | 139 | |
140 | 140 | |
141 | | - |
| 141 | + |
| 142 | + |
142 | 143 | |
143 | 144 | |
144 | 145 | |
145 | 146 | |
146 | 147 | |
147 | 148 | |
| 149 | + |
148 | 150 | |
149 | 151 | |
150 | 152 | |
151 | 153 | |
152 | 154 | |
153 | 155 | |
154 | 156 | |
| 157 | + |
155 | 158 | |
156 | 159 | |
157 | 160 | |
158 | | - |
| 161 | + |
159 | 162 | |
160 | 163 | |
161 | 164 | |
|
0 commit comments