electron/atom/app
Samuel Attard 26155c8a00
fix: handle gzipped chrome WebUI resources (#18531)
Fixes: #18503
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1576232

For whatever reason Chromium made this change and then made the default
//content behavior to return false for all IsDataResourceGzipped
requests.  This PR updates our ContentClient impl to return the correct
values.

Notes: Fixed issues where some `chrome://*` URLs would not render
correctly
2019-05-31 13:05:35 -07:00
..
resources/mac
atom_content_client.cc fix: handle gzipped chrome WebUI resources (#18531) 2019-05-31 13:05:35 -07:00
atom_content_client.h fix: handle gzipped chrome WebUI resources (#18531) 2019-05-31 13:05:35 -07:00
atom_library_main.h build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
atom_library_main.mm refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
atom_login_helper.mm chore: add clang-format and limited linting for Objective-C sources (#18104) 2019-05-02 21:05:37 +09:00
atom_main.cc fix: disable Chromium v2 sandbox in MAS builds (#16920) 2019-02-14 09:48:17 -08:00
atom_main.h
atom_main_delegate.cc Merge remote-tracking branch 'origin/master' into roller/chromium-ad1b791122c04bd91b825fbfbdf1ff4da82a0edb-1558011686736 2019-05-21 10:07:17 -07:00
atom_main_delegate.h feat: support ELECTRON_DEFAULT_ERROR_MODE in the GPU process (#17728) 2019-04-30 12:45:48 -04:00
atom_main_delegate_mac.h Creates TaskScheduler and MessageLoop on main thread early 2018-10-09 14:38:00 -07:00
atom_main_delegate_mac.mm chore: add clang-format and limited linting for Objective-C sources (#18104) 2019-05-02 21:05:37 +09:00
BRANDING.json chore: stop using electron.gyp for branding and version (#14559) 2018-09-27 14:53:08 -04:00
command_line_args.cc Remove command line argument black-list (#13039) 2018-05-22 11:51:03 -05:00
command_line_args.h clang-format atom files 2018-04-18 20:48:45 -04:00
manifests.cc chore: bump chromium to 964c4bca8de5c320534d95606c861 (master) (#18440) 2019-05-28 13:18:10 -07:00
manifests.h chore: bump chromium to 964c4bca8de5c320534d95606c861 (master) (#18440) 2019-05-28 13:18:10 -07:00
node_main.cc fix: ensure the inspector agent is shutdown before cleaning up the node env (#18028) 2019-04-30 15:44:40 -07:00
node_main.h build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
uv_task_runner.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
uv_task_runner.h Fix up #includes to work with both GYP and GN 2018-05-10 13:38:40 -07:00