electron/spec
Birunthan Mohanathas 2986b7bc4a Allow webview guests to be resized manually
This adds the `disableguestresize` property for webviews to prevent the
webview guest from reacting to size changes of the webview element. This
also partially documents the `webContents.setSize` function in order to
manually control the webview guest size.

These two features can be combined to improve resize performance for
e.g. webviews that span the entire window. This greatly reduces the lag
described in #6905.
2016-11-15 11:00:09 -08:00
..
fixtures Allow webview guests to be resized manually 2016-11-15 11:00:09 -08:00
static Make executeJavaScript return a Promise so that caught errors can be sent to the caller 2016-11-03 09:33:47 -07:00
api-app-spec.js remove badge count after each setBadgeCount test 2016-10-11 14:22:48 -07:00
api-auto-updater-spec.js Add spec for quitAndInstall with no update on Windows 2016-08-08 13:13:08 -07:00
api-browser-window-spec.js Merge pull request #7923 from jhen0409/patch-1 2016-11-15 09:04:45 -08:00
api-clipboard-spec.js Add spec for read/write find text 2016-10-25 14:15:54 +09:00
api-crash-reporter-spec.js Wait for crash report to become available 2016-10-06 09:47:07 -07:00
api-debugger-spec.js Close windows instead of destroying them 2016-08-03 16:23:39 -07:00
api-deprecations-spec.js Test no handler via call to deprecate.log 2016-05-06 10:12:55 -07:00
api-desktop-capturer-spec.js Add spec for invalid capture options 2016-08-09 15:31:24 -07:00
api-global-shortcut-spec.js Disable globalShortcut spec on Windows CI 2016-08-10 08:52:50 -07:00
api-ipc-spec.js Fix spec linting issues 2016-10-13 12:47:43 +11:00
api-menu-spec.js test that overrideProperty is not overwritten 2016-10-10 15:25:56 -07:00
api-native-image-spec.js Add spec for getAspectRatio 2016-10-05 11:02:58 -07:00
api-net-spec.js Fixing code review issues: fixing linter issues in spec file. 2016-10-25 16:55:17 +02:00
api-power-save-blocker-spec.js Add initial power save blocker spec 2016-08-09 15:05:56 -07:00
api-protocol-spec.js add failing spec 2016-11-09 11:00:50 +05:30
api-screen-spec.js autoformat more files 2016-03-30 17:00:31 -07:00
api-session-spec.js Add tests for ses.setCertificateVerifyProc 2016-10-24 16:12:49 +09:00
api-shell-spec.js Fix lint warnings 2016-07-27 19:51:16 +09:00
api-system-preferences-spec.js Add systemPreferences.getColor specs 2016-10-11 13:15:26 -07:00
api-web-contents-spec.js Send initial keyDown before char event 2016-10-10 09:35:44 -07:00
api-web-frame-spec.js add options to webFrame.registerURLSchemeAsPrivileged 2016-10-18 15:52:41 -05:00
api-web-request-spec.js Add test for header with . characters 2016-08-16 09:08:36 -07:00
asar-spec.js Only support ELECTRON_NO_ASAR in non browser/renderer processes 2016-10-12 11:11:27 -07:00
chromium-spec.js add spec 2016-09-22 00:15:25 +05:30
modules-spec.js module search paths have changed 2016-09-14 16:23:01 +09:00
node-spec.js Add basic test of spawned ELECTRON_RUN_AS_NODE process 2016-10-12 13:48:49 -07:00
package.json update test dependencies 2016-10-11 14:22:48 -07:00
webview-spec.js Allow webview guests to be resized manually 2016-11-15 11:00:09 -08:00
window-helpers.js Close windows instead of destroying them 2016-08-03 16:23:39 -07:00