electron/shell/common/gin_converters
electron-roller[bot] 81c143318b
chore: bump chromium to 94.0.4590.2 (main) (#30274)
* chore: bump chromium in DEPS to 94.0.4587.0

* chore: update patches

* 2823155: fix GPU video decoding capabilities enumeration

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/2823155

* 3041383: Reduce includes in url_request_mojom_traits.h

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3041383

* chore: bump chromium in DEPS to 94.0.4588.0

* chore: update patches

* chore: bump chromium in DEPS to 94.0.4589.0

* chore: update patches

* 3050633: Rename ScaleFactor to ResourceScaleFactor

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3050633

* 3048296: Create new mojo target to prevent traits header spreading

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3048296

* 3046186: Rename base::ClampToRange

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3046186

* chore: update picture-in-picture patch

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3056037

* chore: bump chromium in DEPS to 94.0.4590.0

* chore: update patches

* 3057495: Fix base::NoDestructor usage in Mac KeychainPassword

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3057495

* 3056134: Remove NetworkIsolationKey unused methods

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3056134

* 3035091: [rab/gsab] Fix gsab maxByteLength after transferring to worker

Adds a patch to v8 to disable a DCHECK that is also firing on node streams
in child processes.

Ref: https://chromium-review.googlesource.com/c/v8/v8/+/3035091

* chore: bump chromium in DEPS to 94.0.4590.2

* chore: fix mas_no_private_api.patch

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3049052

* 3049555: [views] Add CHECK to prevent fallthrough to global NativeTheme

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3049555

* chore: empty commit

* chore: fix whitespace for lint

* chore: cherry-pick chromium woa fix

* Revert "chore: cherry-pick chromium woa fix"

This reverts commit 64f3082e2d5f93ef0e2ac5d98246532a105fd4a1.

* chore: fix the build on Windows on ARM

* chore: remove commented code in printing.patch

* fixup! chore: remove commented code in printing.patch

do not remove the new weak_ptr check

* build: sync disable_use_lld_for_macos.patch

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: VerteDinde <khammond@slack-corp.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: VerteDinde <keeleymhammond@gmail.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
2021-08-11 17:04:56 -04:00
..
accelerator_converter.cc chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
accelerator_converter.h chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
base_converter.h refactor: move TerminationStatus converter (#26520) 2020-11-17 11:13:58 -08:00
blink_converter.cc feat: expose location and modifiers on before-input-event (#29850) 2021-07-14 20:50:02 +09:00
blink_converter.h feat: expose location and modifiers on before-input-event (#29850) 2021-07-14 20:50:02 +09:00
callback_converter.h refactor: replace base::Bind() with base::BindOnce() / base::BindRepeating() (#27447) 2021-01-25 10:27:40 +09:00
content_converter.cc feat: expose location and modifiers on before-input-event (#29850) 2021-07-14 20:50:02 +09:00
content_converter.h refactor: blink::MenuItem::Type was moved to mojom 2021-03-05 16:39:01 -08:00
extension_converter.cc feat(extensions): add more properties to extension object (#22244) 2020-02-24 12:30:32 +09:00
extension_converter.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
file_dialog_converter.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
file_dialog_converter.h move file dialog converter to gin (#19709) 2019-08-13 14:49:48 +09:00
file_path_converter.h 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-18 15:55:51 -04:00
frame_converter.cc feat: add event.senderFrame property returning the originating webFrameMain (#26764) 2020-12-09 15:34:06 -08:00
frame_converter.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
gfx_converter.cc feat: include resize edge with will-resize event (#29199) 2021-06-02 11:37:10 +09:00
gfx_converter.h feat: include resize edge with will-resize event (#29199) 2021-06-02 11:37:10 +09:00
guid_converter.h fix: explicitly define REFGUID from ::GUID&, not base::GUID (#30442) 2021-08-11 12:43:33 -07:00
gurl_converter.h
image_converter.cc refactor: remove path from nativeImage converter (#26546) 2021-01-04 12:58:31 -08:00
image_converter.h move image converter to gin (#19655) 2019-08-15 11:18:34 +09:00
message_box_converter.cc feat: add signal option to dialog.showMessageBox (#26102) 2021-07-15 07:59:27 +09:00
message_box_converter.h refactor: move native window gin converter (#19577) 2019-08-09 13:43:18 -07:00
native_window_converter.h chore: cleanup some typos in comments (#25770) 2020-10-13 10:25:21 -07:00
net_converter.cc feat: Allow detection of MITM HTTPS proxies like ZScaler (#30174) 2021-08-02 10:24:58 +09:00
net_converter.h chore: bump chromium to 94.0.4590.2 (main) (#30274) 2021-08-11 17:04:56 -04:00
std_converter.h refactor: replace v8::Local<T>::Cast() with As<T>() (#29097) 2021-05-12 16:38:21 +09:00
time_converter.cc fix: crashReporter incompatible with sandbox on Linux (#23265) 2020-05-07 13:31:26 -07:00
time_converter.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
value_converter.cc fix: prevent crash in ListValue v8 converter when conversion fails (#22753) 2020-03-18 13:59:34 -07:00
value_converter.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00