Brandon Fowler 5086071294 feat: add `transparent` webpreference to webview (#40301) 1 year ago
..
geolocation bce5bd87a8 fix: opt into location services once device service has been started (#14253) 6 years ago
partition fc34076c2b Refactor <webview> tag tests (#12886) 7 years ago
permissions 96c3fec855 test: remove usage of 'remote' module from webview spec (#20048) 5 years ago
save_page 60d44b3b04 spec: Remove annoying outputs from savePage test 9 years ago
service-worker fd761ec8f7 chore: strip trailing whitespace (#35969) 2 years ago
storage a707a3eda3 feat: add enableWebSQL webpreference (#23311) 5 years ago
a.html a9a90fa1b6 fix: {exit|enter}-html-fullscreen emitted after esc in webview (#30537) 3 years ago
b.html 1ff33b7c81 protocol: fix registerStandardSchemes api 9 years ago
base-page-security-onload-message.html dee331519c fix: disable nodeIntegration & insecure resource warnings for localhost (#18814) 5 years ago
base-page-security.html d586ef2f39 feature: Hot security tips (#11810) 7 years ago
base-page.html 8857eb9cba :white_check_mark: add tests for webview devtools-* events 9 years ago
basic-auth.html 9d054755d6 refactor: implement ajax() in tests using native fetch instead of jQuery (#32579) 3 years ago
beforeunload-false.html 1d1f911b09 Use require('electron') in Electron's code 9 years ago
blank.html ec8697bcdc test: move protocol specs to main process (#18923) 5 years ago
button.html 1231f0a734 docs: document `idleDetector` permissions (#39180) 1 year ago
c.html fc34076c2b Refactor <webview> tag tests (#12886) 7 years ago
cache-storage.html 214fcfc46d test: re-enable some skipped tests (#29655) 3 years ago
close.html ea63a04388 Add a test to verify the webview close event 9 years ago
content.html d162180196 add api to webview 9 years ago
css-transparent.html 0b0707145b refactor: replace `.forEach()` with `for-of` (#39691) 1 year ago
d.html fc34076c2b Refactor <webview> tag tests (#12886) 7 years ago
datalist-text.html 37f5881882 test: add a `<datalist>` spec for time type (#36953) 2 years ago
datalist-time.html 37f5881882 test: add a `<datalist>` spec for time type (#36953) 2 years ago
dom-ready.html 9d054755d6 refactor: implement ajax() in tests using native fetch instead of jQuery (#32579) 3 years ago
e.html 395b0c4224 spec: "preload" attribute of <webview> 10 years ago
external-string.html 44aad039c6 fix: do not expose Node's external strings (#13438) 6 years ago
fetch.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
file-input.html d6bb9b40b0 feat: add webUtils module with getPathForFile method (#38776) 1 year ago
filesystem.html ae297760af add spec and docs 8 years ago
flex-webview.html 5086071294 feat: add `transparent` webpreference to webview (#40301) 1 year ago
form-with-data.html 5cecc230fb fix: restore POST forms that open a new window with target=_blank (#21469) 5 years ago
fullscreen-ipif.html 15dffb3dde fix: allow iframe-initiated HTML fullscreen to exit while in macOS fullscreen (#20962) 5 years ago
fullscreen-oopif.html 15dffb3dde fix: allow iframe-initiated HTML fullscreen to exit while in macOS fullscreen (#20962) 5 years ago
fullscreen.html 16db5a112e fix: html fullscreen transitions stacking (#32905) 2 years ago
half-background-color.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
history-replace.html 47df447e4f :white_check_mark: Test that replacement history entries don't break forward navigation. 8 years ago
history.html 1d1f911b09 Use require('electron') in Electron's code 9 years ago
iframe-protocol.html e0fb5cbe1f fix: crash loading non-standard schemes in iframes (#35485) 2 years ago
insecure-resources.html f537366387 test: move security warnings spec to main runner (#20055) 5 years ago
ipc-message.html 1d1f911b09 Use require('electron') in Electron's code 9 years ago
jquery-3.6.0.min.js db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
jquery.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
key-events.html ec9c8476fe fix: `keyCode`s being incorrectly converted in `webContents.sendInputEvent()` (#39776) 1 year ago
media-id-reset.html e043dabcb8 add spec 8 years ago
modal.html fcdd5cba71 fix: `navigator.keyboard.lock()` fullscreen exit handling (#40365) 1 year ago
native-module.html d78f37ec8f refactor: use node scheme imports in spec (#38487) 1 year ago
navigate_in_page_and_wait.html f30fbebb98 fix: promise resolved to early when browser initiated in-page navigation v2 (#39597) 1 year ago
onkeyup.html e4b0577cb0 Assert key and code in keyup input event spec 8 years ago
onmouseup.html 1d1f911b09 Use require('electron') in Electron's code 9 years ago
overlay.html fd761ec8f7 chore: strip trailing whitespace (#35969) 2 years ago
pdf-in-iframe.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
ping.html bb70defcb8 spec: webview should work without script tag in page 9 years ago
post.html dddb598818 spec: Node integration should work after POST 9 years ago
send-after-node.html d78f37ec8f refactor: use node scheme imports in spec (#38487) 1 year ago
set-global.html 7210f6e64d spec: No node integration in iframe 10 years ago
tab-focus-loop-elements-wv.html 9c783f53ba fix: do not allow the window to grab focus when tabbing / shift+tabbing (#16042) 6 years ago
tab-focus-loop-elements.html 186301e126 feat: enable context isolation by default (#26890) 4 years ago
theme-color.html 29b00ae0d6 Add tests for did-change-theme-color event 9 years ago
useragent.html 50c913fe92 Add a test for the user agent 10 years ago
video.html c6c022dc46 feat: add {stream} opt to custom protocol registry to configure media player (#22955) 4 years ago
visibilitychange.html 6df392162f fix: `pageVisibility` state when `backgroundThrottling` disabled (#39223) 1 year ago
webframe-spell-check.html a9ca152069 feat: Spellchecker Async Implementation (#14032) 6 years ago
webframe-zoom.html dfc2e6c4a8 add temporary zoom api spec 8 years ago
webview-allowpopups.html d586ef2f39 feature: Hot security tips (#11810) 7 years ago
webview-custom-zoom-level.html 96c3fec855 test: remove usage of 'remote' module from webview spec (#20048) 5 years ago
webview-devtools.html db7c92fd57 test: drop now-empty remote runner (#35343) 2 years ago
webview-did-attach-event.html 546466b209 feat: add <webview>.getWebContentsId() (#17407) 6 years ago
webview-did-navigate-in-page-with-hash.html ce733e5927 :white_check_mark: add tests to insure window.location.hash changes & window.history.replaceState cause 'did-navigate-in-page' to fire 9 years ago
webview-did-navigate-in-page-with-history.html ce733e5927 :white_check_mark: add tests to insure window.location.hash changes & window.history.replaceState cause 'did-navigate-in-page' to fire 9 years ago
webview-did-navigate-in-page.html 26397d9155 :white_check_mark: add tests for will-navigate, did-navigate-to-different-page, did-navigate-in-page events in webview 9 years ago
webview-in-page-navigate.html 2fad53e66b refactor: use v8 serialization for ipc (#20214) 5 years ago
webview-isolated.html 8584c2f14b fix: register webview in main world when using contextIsolation (#16067) 6 years ago
webview-no-script.html 186301e126 feat: enable context isolation by default (#26890) 4 years ago
webview-opener-no-node-integration.html 96c3fec855 test: remove usage of 'remote' module from webview spec (#20048) 5 years ago
webview-opener-postMessage.html a184b6afb3 Add spec for window.open from <webview> 8 years ago
webview-origin-zoom-level.html 96c3fec855 test: remove usage of 'remote' module from webview spec (#20048) 5 years ago
webview-stripped-preload.html fd782706b2 Add explicit spec for removing preload from webview 8 years ago
webview-trusted-types.html 4a5c5843c4 fix: <webview> not working with Trusted Types (#27445) 4 years ago
webview-visibilitychange.html 4e68a8d16e Remove logging in parent page 9 years ago
webview-will-navigate-in-frame.html 2b9dae4b06 feat: add `will-frame-navigate` event (#34418) 2 years ago
webview-will-navigate.html 26397d9155 :white_check_mark: add tests for will-navigate, did-navigate-to-different-page, did-navigate-in-page events in webview 9 years ago
webview-zoom-change-persist-host.html 10a165a9ff fix: webview zoom level persistence on navigation (#40650) 1 year ago
webview-zoom-factor.html 186301e126 feat: enable context isolation by default (#26890) 4 years ago
webview-zoom-inherited.html b6321cc22d fix: crash when navigating from a page with webview that has inherited zoom level (#24757) 4 years ago
will-navigate.html a25d7fa440 fix: emit will-navigate for sandboxed contents (#22188) 5 years ago
window-no-javascript.html cee0507090 Add failing spec for inheriting Javascript web preference 8 years ago
window-open-hide.html f06f8ae73b spec: Add test for allowpopups attribute 9 years ago
window-open-postMessage-driver.html 4ca518468d feat: remove BrowserWindow option inheritance (#28550) 4 years ago
window-open-postMessage.html abe5cf398c refactor: port window.open and window.opener to use ctx bridge instead of hole punching (#23235) 5 years ago
window-open-size.html 26ecf63ab4 test: remove a bunch of usage of the remote module (#21119) 5 years ago
window-open.html 12382f064b Add failing spec for cycle in options 8 years ago
window-opener-location.html 419ce494e9 refactor: use IPC helpers in window-setup (#17948) 5 years ago
window-opener-no-node-integration.html 7734f6af62 Remove semicolons 9 years ago
window-opener-no-webview-tag.html e817dbf50a Add failing spec for webviewTag inheritance 8 years ago
window-opener-node.html 9e66df23d0 Add clearer assertion of process being undefined 9 years ago
window-opener-postMessage.html c70513f7ce spec: window.opener.postMessage should set source and origin 9 years ago
window-opener-targetOrigin.html d78f37ec8f refactor: use node scheme imports in spec (#38487) 1 year ago
window-opener-webview.html e817dbf50a Add failing spec for webviewTag inheritance 8 years ago
window-opener.html 1d1f911b09 Use require('electron') in Electron's code 9 years ago
worker.html 7c2ed98214 test: migrate more chromium specs to main (#35081) 2 years ago
world-safe-preload-error.js b500294c1d feat: add worldSafe flag for executeJS results (#24114) 4 years ago
world-safe-preload.js b500294c1d feat: add worldSafe flag for executeJS results (#24114) 4 years ago
zoom-factor.html a57af31b99 add zoom specs based on standard protocols 8 years ago