electron/atom/browser/api
Robo 434a6e3561 refactor: create request context from network context (#14656)
* [ci skip] refactor: create request context from network context

* [ci skip] refactor: subscribe to mojo cookiemanager for cookie changes

* [ci skip] refactor: manage the lifetime of custom URLRequestJobFactory

* refactor: use OOP mojo proxy resolver

* revert: add support for kIgnoreCertificateErrorsSPKIList

* build: provide service manifest overlays for content services

* chore: gn format

* fix: log-net-log switch not working as expected

* spec: verify proxy settings are respected from pac script with session.setProxy

* chore: use chrome constants where possible

* fix: initialize request context for global cert fetcher

* refactor: fix destruction of request context getters

* spec: use custom session for proxy tests

* fix: queue up additional stop callbacks while net log is being stopped

* fix: Add CHECK for cookie manager retrieval

* chore: add helper to retrieve logging state for net log module

* fix: ui::ResourceBundle::GetRawDataResourceForScale => GetRawDataResource

* style: comment unused parameters

* build: move //components/certificate_transparency deps from //brightray

* chore: update gritsettings_resource_ids patch

* chore: update api for chromium 68

* fix: net log instance is now a property of session
2018-10-04 13:08:56 -05:00
..
views chore: move the view APIs to their own directory (#14722) 2018-09-28 12:47:09 +10:00
atom_api_app.cc GetHandle() -> GetProcess().Handle() 2018-10-04 00:12:54 +02:00
atom_api_app.h use content::ChildProcessTerminationInfo 2018-10-04 00:12:54 +02:00
atom_api_app_mas.mm
atom_api_auto_updater.cc
atom_api_auto_updater.h
atom_api_browser_view.cc
atom_api_browser_view.h
atom_api_browser_window.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_api_browser_window.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_api_browser_window_mac.mm
atom_api_browser_window_views.cc
atom_api_content_tracing.cc
atom_api_cookies.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_cookies.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_debugger.cc fix: send null in debugger callback when no error (#14814) 2018-09-27 17:43:45 +10:00
atom_api_debugger.h chore: enable debugger api specs (#14475) 2018-09-07 00:44:22 +10:00
atom_api_desktop_capturer.cc refactor: desktop capturer module (#14835) 2018-10-03 21:26:42 +09:00
atom_api_desktop_capturer.h refactor: desktop capturer module (#14835) 2018-10-03 21:26:42 +09:00
atom_api_dialog.cc
atom_api_download_item.cc
atom_api_download_item.h
atom_api_global_shortcut.cc
atom_api_global_shortcut.h
atom_api_in_app_purchase.cc
atom_api_in_app_purchase.h
atom_api_menu.cc
atom_api_menu.h
atom_api_menu_mac.h
atom_api_menu_mac.mm ScopedNestableTaskAllower doesn't take an argument 2018-10-04 00:12:54 +02:00
atom_api_menu_views.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_api_menu_views.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_api_net.cc
atom_api_net.h
atom_api_net_log.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_net_log.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_notification.cc
atom_api_notification.h
atom_api_power_monitor.cc
atom_api_power_monitor.h
atom_api_power_monitor_mac.mm chore: run clang-format 2018-09-19 17:18:10 +02:00
atom_api_power_monitor_win.cc chore: run clang-format 2018-09-19 17:18:10 +02:00
atom_api_power_save_blocker.cc chore: run clang-format 2018-09-19 17:18:10 +02:00
atom_api_power_save_blocker.h
atom_api_protocol.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_protocol.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_render_process_preferences.cc
atom_api_render_process_preferences.h
atom_api_screen.cc
atom_api_screen.h
atom_api_session.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_session.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_system_preferences.cc feat: add APIs to support mojave dark modes (#14755) 2018-09-27 10:33:31 -05:00
atom_api_system_preferences.h feat: add APIs to support mojave dark modes (#14755) 2018-09-27 10:33:31 -05:00
atom_api_system_preferences_mac.mm chore: wrap new NSAppearance in correct check (#14873) 2018-10-02 00:52:04 +10:00
atom_api_system_preferences_win.cc
atom_api_top_level_window.cc feat: add evt listeners for SetAlwaysOnTop (#14951) 2018-10-04 13:02:16 -05:00
atom_api_top_level_window.h feat: add evt listeners for SetAlwaysOnTop (#14951) 2018-10-04 13:02:16 -05:00
atom_api_tray.cc fix: don't crash on tray.setContextMenu(null) (#14322) 2018-08-27 11:58:47 -05:00
atom_api_tray.h
atom_api_url_request.cc feat: add getUploadProgress API to the net API (#13783) 2018-07-27 07:15:48 -07:00
atom_api_url_request.h feat: add getUploadProgress API to the net API (#13783) 2018-07-27 07:15:48 -07:00
atom_api_view.cc build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
atom_api_view.h build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
atom_api_web_contents.cc OnAudioStateChanged doesn't take a WebContents 2018-10-04 00:12:54 +02:00
atom_api_web_contents.h OnAudioStateChanged doesn't take a WebContents 2018-10-04 00:12:54 +02:00
atom_api_web_contents_mac.mm
atom_api_web_contents_osr.cc
atom_api_web_contents_view.cc
atom_api_web_contents_view.h
atom_api_web_request.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_web_request.h
atom_api_web_view_manager.cc fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
event.cc
event.h
event_emitter.cc
event_emitter.h
frame_subscriber.cc
frame_subscriber.h
gpu_info_enumerator.cc feat: Implementation of getGPUInfo API. (#13486) 2018-09-28 00:59:23 +10:00
gpu_info_enumerator.h feat: Implementation of getGPUInfo API. (#13486) 2018-09-28 00:59:23 +10:00
gpuinfo_manager.cc feat: Implementation of getGPUInfo API. (#13486) 2018-09-28 00:59:23 +10:00
gpuinfo_manager.h feat: Implementation of getGPUInfo API. (#13486) 2018-09-28 00:59:23 +10:00
save_page_handler.cc
save_page_handler.h
stream_subscriber.cc refactor: Clean up the implementation of the registerStreamProtocol (#11357) 2018-10-04 10:13:09 -04:00
stream_subscriber.h refactor: Clean up the implementation of the registerStreamProtocol (#11357) 2018-10-04 10:13:09 -04:00
trackable_object.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
trackable_object.h