electron/shell
loc 554830b6ff
fix: explicitly mark unlimited requests as max priority (#23118)
It's done for us implicitly here, but doing it ourselves avoids the DCHECK.
```
if ((load_flags_ & LOAD_IGNORE_LIMITS) != 0)
  SetPriority(MAXIMUM_PRIORITY);
```
Refs: https://source.chromium.org/chromium/chromium/src/+/master:net/url_request/url_request.cc;l=433;drc=0e1e59c69a449885aa58c403e05feb8274a67c3b;bpv=1;bpt=1
2020-04-20 12:16:34 -07:00
..
app fix: wasm codegen in script.runInNewContext (#23129) 2020-04-16 18:46:09 -07:00
browser fix: explicitly mark unlimited requests as max priority (#23118) 2020-04-20 12:16:34 -07:00
common feat: crashReporter: expose rateLimit and compress options (#23062) 2020-04-14 10:36:31 -07:00
renderer chore: rename renderer_ipc.cc to ipc_renderer.cc (#23125) 2020-04-20 08:18:15 -07:00
utility chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00