Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fixup! Change content::PluginList to only run on the UI thread.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Oct 19, 2022
1 parent 2ff24a3 commit 7b5ec87
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 761 deletions.
2 changes: 2 additions & 0 deletions BUILD.gn
Expand Up @@ -613,6 +613,8 @@ source_set("electron_lib") {
if (enable_plugins) {
deps += [ "chromium_src:plugins" ]
sources += [
"shell/common/plugin_info.cc",
"shell/common/plugin_info.h",
"shell/renderer/pepper_helper.cc",
"shell/renderer/pepper_helper.h",
]
Expand Down
1 change: 0 additions & 1 deletion patches/chromium/.patches
Expand Up @@ -119,4 +119,3 @@ feat_ensure_mas_builds_of_the_same_application_can_use_safestorage.patch
fix_on-screen-keyboard_hides_on_input_blur_in_webview.patch
preconnect_manager.patch
fix_remove_caption-removing_style_call.patch
revert_change_content_pluginlist_to_only_run_on_the_ui_thread.patch

0 comments on commit 7b5ec87

Please sign in to comment.