electron/atom/renderer
Mal Graty 7eecb84898 Prevent overflow on webview with height: 100%
Without this, the object element gets displayed `inline` which in chromium means that it slightly exceeds it's bounds. Unfortunately there's no nice way to mitigate this issue as I can't find a way to get extra css into this intermediate page. However, forcing a block display solves the issue.
2015-02-21 22:34:57 +00:00
..
api No need to route via ATOM_INTERNAL_MESSAGE 2015-01-27 10:47:11 -08:00
lib Prevent overflow on webview with height: 100% 2015-02-21 22:34:57 +00:00
resources/mac mac: Use com.github.atom-shell as default CFBundleIdentifier 2014-12-12 15:37:13 -08:00
atom_render_view_observer.cc Check for the existence of "ipc" object 2015-01-26 18:47:23 -08:00
atom_render_view_observer.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_renderer_client.cc Fix loading node integration when page in webview navigates, close #1068 2015-01-29 16:49:34 -08:00
atom_renderer_client.h Get rid of AtomRenderFrameObserver 2015-01-23 20:51:19 -08:00