Permalink
Please
sign in to comment.
Showing
with
1,636 additions
and 294 deletions.
- +7 −1 BUILD.gn
- +1 −1 DEPS
- +3 −3 atom/browser/api/atom_api_app.cc
- +10 −4 atom/browser/api/atom_api_auto_updater.cc
- +8 −6 atom/browser/api/atom_api_web_contents.cc
- +1 −1 atom/browser/api/atom_api_web_contents.h
- +4 −1 atom/browser/api/event.cc
- +7 −2 atom/browser/api/event_emitter.h
- +2 −2 atom/browser/browser_win.cc
- +1 −1 atom/browser/io_thread.cc
- +1 −1 atom/browser/net/atom_cert_verifier.cc
- +1 −1 atom/browser/notifications/win/notification_presenter_win.cc
- +1 −0 atom/browser/osr/osr_host_display_client.cc
- +1 −1 atom/browser/osr/osr_host_display_client.h
- +1 −2 atom/browser/osr/osr_render_widget_host_view.cc
- +1 −1 atom/browser/osr/osr_render_widget_host_view.h
- +5 −2 atom/browser/ui/inspectable_web_contents_impl.cc
- +2 −1 atom/browser/ui/inspectable_web_contents_impl.h
- +5 −4 atom/browser/ui/views/autofill_popup_view.cc
- +4 −3 atom/browser/ui/views/menu_delegate.cc
- +2 −2 atom/browser/ui/views/root_view.cc
- +6 −2 atom/common/api/atom_api_v8_util.cc
- +2 −1 atom/common/native_mate_converters/callback.cc
- +2 −1 atom/common/native_mate_converters/net_converter.cc
- +6 −4 atom/common/native_mate_converters/v8_value_converter.cc
- +1 −1 atom/common/platform_util_win.cc
- +1 −1 atom/renderer/atom_sandboxed_renderer_client.cc
- +1 −1 atom/renderer/electron_api_service_impl.cc
- +21 −8 native_mate/native_mate/converter.h
- +6 −5 native_mate/native_mate/dictionary.h
- +1 −1 patches/common/chromium/add_realloc.patch
- +1 −1 patches/common/chromium/allow_webview_file_url.patch
- +2 −2 patches/common/chromium/blink-worker-enable-csp-in-file-scheme.patch
- +2 −2 patches/common/chromium/blink_initialization_order.patch
- +1 −1 patches/common/chromium/blink_local_frame.patch
- +4 −4 patches/common/chromium/blink_world_context.patch
- +10 −10 patches/common/chromium/can_create_window.patch
- +2 −2 patches/common/chromium/content_allow_embedder_to_prevent_locking_scheme_registry.patch
- +2 −2 patches/common/chromium/content_browser_main_loop.patch
- +3 −3 patches/common/chromium/cross_site_document_resource_handler.patch
- +1 −1 patches/common/chromium/disable-redraw-lock.patch
- +18 −18 patches/common/chromium/disable_color_correct_rendering.patch
- +5 −5 patches/common/chromium/disable_detach_webview_frame.patch
- +3 −3 patches/common/chromium/disable_hidden.patch
- +1 −1 patches/common/chromium/disable_network_services_by_default.patch
- +2 −2 patches/common/chromium/disable_user_gesture_requirement_for_beforeunload_dialogs.patch
- +2 −2 patches/common/chromium/exclude-a-few-test-files-from-build.patch
- +2 −2 patches/common/chromium/fix_disable_usage_of_setapplicationisdaemon_and.patch
- +7 −7 patches/common/chromium/frame_host_manager.patch
- +2 −2 patches/common/chromium/gritsettings_resource_ids.patch
- +18 −18 patches/common/chromium/mas_no_private_api.patch
- +3 −3 patches/common/chromium/notification_provenance.patch
- +1 −1 patches/common/chromium/pepper_flash.patch
- +1 −1 patches/common/chromium/render_widget_host_view_base.patch
- +1 −1 patches/common/chromium/render_widget_host_view_mac.patch
- +3 −3 patches/common/chromium/resource_file_conflict.patch
- +2 −7 patches/common/chromium/revert_roll_clang_356356_357569.patch
- +1 −1 patches/common/chromium/scroll_bounce_flag.patch
- +1 −1 patches/common/chromium/support_mixed_sandbox_with_zygote.patch
- +1 −1 patches/common/chromium/unsandboxed_ppapi_processes_skip_zygote.patch
- +13 −13 patches/common/chromium/viz_osr.patch
- +3 −3 patches/common/chromium/web_contents.patch
- +2 −2 patches/common/chromium/webview_cross_drag.patch
- +8 −8 patches/common/chromium/worker_context_will_destroy.patch
- +3 −1 patches/common/v8/.patches
- +3 −3 patches/common/v8/add_realloc.patch
- +3 −3 patches/common/v8/build_gn.patch
- +4 −4 patches/common/v8/dcheck.patch
- +27 −29 patches/common/v8/deps_provide_more_v8_backwards_compatibility.patch
- +2 −2 patches/common/v8/export_symbols_needed_for_windows_build.patch
- +2 −2 patches/common/v8/expose_mksnapshot.patch
- +13 −13 patches/common/v8/fixme_revert_heap_api_remove_deprecated_apis.patch
- +142 −0 patches/common/v8/revert_api_remove_deprecated_conversion_functions.patch
- +21 −21 patches/common/v8/revert_cctest_add_v8_export_private_to_arm_arm64_ports.patch
- +1,159 −0 patches/common/v8/revert_reland_api_heap_remove_deprecated_persistent_apis.patch
- +10 −17 patches/common/v8/{woa_symbol_workaround.patch → workaround_an_undefined_symbol_error.patch}
- +4 −1 spec-main/api-app-spec.ts
Oops, something went wrong.
0 comments on commit
2616911