electron/brightray/browser/mac
Cheng Zhao dd5b8769be fix: use OOPIF for webview tag (#13869)
* fix: use OOIF for webview tag

* fix: do not call GetNativeView for webview

* fix: OOIPF webview's WebContents is managed by embedder frame

* fix: guest view can not be focused

* fix: clear zoom controller when guest is destroyed

* fix: implement the webview resize event

The webview is no longer a browser plugin with the resize event, use
ResizeObserver instead.

* test: disable failed tests due to OOPIF webview

* fix: embedder can be destroyed earlier than guest

This happens when embedder is manually destroyed.

* fix: don't double attach

* fix: recreate iframe when webview is reattached

* fix: resize event may happen very early

* test: some tests are working after OOPIF webview

* chore: remove unused browser plugin webview code

* fix: get embedder via closure

When the "destroyed" event is emitted, the entry in guestInstances would be
cleared.

* chore: rename browserPluginNode to internalElement

* test: make the visibilityState test more robust

* chore: guestinstance can not work with OOPIF webview

* fix: element could be detached before got response from browser
2018-08-16 15:57:40 -07:00
..
bry_inspectable_web_contents_view.h fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
bry_inspectable_web_contents_view.mm fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
cocoa_notification.h feat: On macOS, Closing Notifications Triggers the 'close' Event (#13306) 2018-08-13 23:09:25 +12:00
cocoa_notification.mm feat: On macOS, Closing Notifications Triggers the 'close' Event (#13306) 2018-08-13 23:09:25 +12:00
event_dispatching_window.h Break out EventDispatchingWindow into separate class 2016-06-17 11:05:25 -07:00
event_dispatching_window.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
notification_center_delegate.h clang-format brightray 2018-04-17 21:46:27 -04:00
notification_center_delegate.mm feat: On macOS, Closing Notifications Triggers the 'close' Event (#13306) 2018-08-13 23:09:25 +12:00
notification_presenter_mac.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
notification_presenter_mac.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00