Alexey Kuzmin 0d5e98a201 Slightly rewrite <webview> tag tests (#13122) пре 6 година
..
partition fc34076c2b Refactor <webview> tag tests (#12886) пре 6 година
permissions 977680d00b Add spec for midi without sysex permission пре 7 година
save_page 60d44b3b04 spec: Remove annoying outputs from savePage test пре 8 година
service-worker cde0c1d418 Print detailed error for serviceWorker test (#12186) пре 6 година
storage 7ba947aee9 add spec пре 8 година
a.html 9b585458c1 webview: will-navigate and page-favicon-set navigation events пре 9 година
audio.html fed0c43970 Add media play events to webview пре 9 година
b.html 1ff33b7c81 protocol: fix registerStandardSchemes api пре 8 година
base-page-security.html d586ef2f39 feature: Hot security tips (#11810) пре 6 година
base-page.html 8857eb9cba :white_check_mark: add tests for webview devtools-* events пре 8 година
basic-auth.html 1d1f911b09 Use require('electron') in Electron's code пре 9 година
beforeunload-false.html 1d1f911b09 Use require('electron') in Electron's code пре 9 година
c.html fc34076c2b Refactor <webview> tag tests (#12886) пре 6 година
cache-storage.html 99ea50649a finish implementation of {secure:true} opt on protocol.registerStandardScehesm, and add working test пре 8 година
close.html ea63a04388 Add a test to verify the webview close event пре 9 година
content.html d162180196 add api to webview пре 9 година
d.html fc34076c2b Refactor <webview> tag tests (#12886) пре 6 година
did-get-response-details.html c1b1348735 Add `resourceType` arg to webContents `did-get-response-details` event. пре 8 година
dom-ready.html b52c07f650 spec: Make dom-ready spec stronger пре 9 година
e.html 395b0c4224 spec: "preload" attribute of <webview> пре 10 година
filesystem.html ae297760af add spec and docs пре 8 година
focus-web-contents.html 86007fe61d Update blur parent window spec пре 7 година
fullscreen.html 9fb03d584c add spec and fix docs пре 9 година
history-replace.html 47df447e4f :white_check_mark: Test that replacement history entries don't break forward navigation. пре 8 година
history.html 1d1f911b09 Use require('electron') in Electron's code пре 9 година
insecure-resources.html d586ef2f39 feature: Hot security tips (#11810) пре 6 година
ipc-message.html 1d1f911b09 Use require('electron') in Electron's code пре 9 година
key-events.html 99414065a9 Add char/keypress event tests пре 8 година
media-id-reset.html e043dabcb8 add spec пре 8 година
native-module.html 3ff2959f0c spec: Native modules should work after navigation in webview пре 9 година
onkeyup.html e4b0577cb0 Assert key and code in keyup input event spec пре 8 година
onmouseup.html 1d1f911b09 Use require('electron') in Electron's code пре 9 година
pdf-in-iframe.html b6109030a1 Fix missing eof missing from html test files пре 7 година
pdf-in-nested-iframe.html b6109030a1 Fix missing eof missing from html test files пре 7 година
ping-pong.html a58b84bbd7 spec: ipcRenderer.sendTo sends message to WebContents пре 8 година
ping.html bb70defcb8 spec: webview should work without script tag in page пре 8 година
post.html dddb598818 spec: Node integration should work after POST пре 9 година
process-exit.html 08e5c1f6fe Merge branch 'webcontent_invalid_loadurl_patch' of https://github.com/deepak1556/atom-shell into deepak1556-webcontent_invalid_loadurl_patch пре 8 година
referrer.html db8361a0a9 spec: "httpreferrer" attribute of <webview> пре 10 година
resize.html 2986b7bc4a Allow webview guests to be resized manually пре 8 година
set-global.html 7210f6e64d spec: No node integration in iframe пре 9 година
shared_worker.html 033aa16e04 test: Node integration in web workers пре 7 година
target-name.html 9c92f2e692 spec: "new-window" event of <webview> пре 10 година
theme-color.html 29b00ae0d6 Add tests for did-change-theme-color event пре 9 година
useragent.html 50c913fe92 Add a test for the user agent пре 9 година
visibilitychange.html 1e15ce6ccd Add failing spec for webview visiblity changes пре 8 година
webframe-zoom.html dfc2e6c4a8 add temporary zoom api spec пре 7 година
webview-allowpopups.html d586ef2f39 feature: Hot security tips (#11810) пре 6 година
webview-custom-zoom-level.html a57af31b99 add zoom specs based on standard protocols пре 7 година
webview-devtools.html c72438f09f WebInspector has been split up пре 7 година
webview-did-attach-event.html 6326c6727e Add did-attach-webview event пре 7 година
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 пре 8 година
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 пре 8 година
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 пре 8 година
webview-guest-resize.html 0d5e98a201 Slightly rewrite <webview> tag tests (#13122) пре 6 година
webview-in-page-navigate.html a57af31b99 add zoom specs based on standard protocols пре 7 година
webview-move-to-window.html 313b2faa3c Add a guestinstance attribute to webviews reflecting their current guest пре 8 година
webview-no-guest-resize.html 0d5e98a201 Slightly rewrite <webview> tag tests (#13122) пре 6 година
webview-no-node-integration-on-window.html e4bd592e0e Add failing spec пре 8 година
webview-no-script.html bb70defcb8 spec: webview should work without script tag in page пре 8 година
webview-opener-no-node-integration.html 909ed54bef Remove stray log пре 8 година
webview-opener-postMessage.html a184b6afb3 Add spec for window.open from <webview> пре 8 година
webview-origin-zoom-level.html 224ffe44aa add spec пре 7 година
webview-stripped-preload.html fd782706b2 Add explicit spec for removing preload from webview пре 7 година
webview-visibilitychange.html 4e68a8d16e Remove logging in parent page пре 8 година
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 пре 8 година
webview-zoom-factor.html b09c81202a Add test for webview zoomFactor inheritance пре 8 година
will-navigate.html f716d47e54 spec: Make the will-navigate test run faster пре 9 година
window-no-javascript.html cee0507090 Add failing spec for inheriting Javascript web preference пре 7 година
window-open-hide.html f06f8ae73b spec: Add test for allowpopups attribute пре 9 година
window-open-postMessage.html 37b7dda3c5 Remove use of now private guestId пре 7 година
window-open-size.html 32e949efed Read window size properly in `window.open` test пре 9 година
window-open.html 12382f064b Add failing spec for cycle in options пре 7 година
window-opener-location.html a1dfdbdde4 spec: Should check origin before accessing window.opener пре 8 година
window-opener-no-node-integration.html 7734f6af62 Remove semicolons пре 8 година
window-opener-no-web-view-tag.html c2673aa970 Set appropriate defaults for webview options (#12271) пре 6 година
window-opener-no-webview-tag.html e817dbf50a Add failing spec for webviewTag inheritance пре 7 година
window-opener-node.html 9e66df23d0 Add clearer assertion of process being undefined пре 8 година
window-opener-postMessage.html c70513f7ce spec: window.opener.postMessage should set source and origin пре 9 година
window-opener-targetOrigin.html 56a4a69dee Add more non-matching target origins пре 7 година
window-opener-web-view.html c2673aa970 Set appropriate defaults for webview options (#12271) пре 6 година
window-opener-webview.html e817dbf50a Add failing spec for webviewTag inheritance пре 7 година
window-opener.html 1d1f911b09 Use require('electron') in Electron's code пре 9 година
worker.html 033aa16e04 test: Node integration in web workers пре 7 година
zoom-factor.html a57af31b99 add zoom specs based on standard protocols пре 7 година