mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
* refactor: make api::Menu inherit from gin::Wrappable* * refactor: make api::Menu::kWrapperInfo const * refactor: use three-arg version of GetConstructor in Menu refactor: undo branch changes to two-arg version of GetConstructor * fixup! refactor: make api::Menu inherit from gin::Wrappable* fix: return type of Menu::New * fixup! refactor: make api::Menu inherit from gin::Wrappable* make MenuMac's constructor public so that cppgc can use it * refactor: Pinnable -> SelfKeepAlive