This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 52293be
committed
[[ Bug 21085 ]] Fix handling of unknown url scheme
The updated version of CEF we are now using appears to handle
`ERR_UNKNOWN_URL_SCHEME` errors by calling `OnLoadError` immediately
while previousluy it called `OnLoadStart`. This patch handles the
error in `OnLoadError` to ensure `browserUnhandledLoadRequest` is
sent to the widget.1 parent de579a6 commit 52293be
File tree
2 files changed
+18
-9
lines changed- extensions/widgets/browser/notes
- libbrowser/src
2 files changed
+18
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
1142 | | - | |
1143 | | - | |
1144 | | - | |
| 1139 | + | |
1145 | 1140 | | |
1146 | 1141 | | |
1147 | 1142 | | |
| |||
1209 | 1204 | | |
1210 | 1205 | | |
1211 | 1206 | | |
1212 | | - | |
1213 | | - | |
1214 | | - | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
1215 | 1222 | | |
| 1223 | + | |
1216 | 1224 | | |
1217 | 1225 | | |
1218 | 1226 | | |
| |||
0 commit comments