electron/docs/api
Samuel Attard 7065093869
feat: add will-redirect (#13866)
* feat: add will-redirect to allow people to prevent 30X redirects

* spec: add tests for the will-redirect event

* refactor: implement will-redirect using NavigationThrottle instead of PostTask

This avoids a potential race condition and immediately cancels the
navigation

* docs: add docs for did-redirect-navigation

* refactor: move AtomNavigationThrottle out of net folder

* refactor: update header guard for atom_navigation_throttle.h

* refactor: fix chromium style errors in the GN build

* refactor: update throttle impl to NOTREACHED and std::make_unqique
2018-09-16 01:42:43 +10:00
..
structures feat: automatically round numbers that are converted to points (#14604) 2018-09-13 08:28:56 -05:00
accelerator.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
app.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
auto-updater.md docs: clarify default auto-updater installation behavior (#12783) 2018-07-25 08:33:53 +10:00
breaking-changes.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
browser-view.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
browser-window-proxy.md updates to the docs 2017-07-24 10:29:45 +02:00
browser-window.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
chrome-command-line-switches.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
client-request.md feat: add getUploadProgress API to the net API (#13783) 2018-07-27 07:15:48 -07:00
clipboard.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
content-tracing.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
cookies.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
crash-reporter.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
debugger.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
desktop-capturer.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
dialog.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
download-item.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
environment-variables.md build: remove gyp build files (#14097) 2018-09-09 10:15:32 +09:00
file-object.md this code is not care a bubbling event 2017-07-11 15:44:08 +09:00
frameless-window.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
global-shortcut.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
in-app-purchase.md docs: fix the type information in in-app-purchase 2018-05-03 09:34:21 -07:00
incoming-message.md updates to the docs 2017-07-24 10:29:45 +02:00
ipc-main.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
ipc-renderer.md feat: add event.senderId property to IPCs sent via ipcRenderer.sendTo (#14395) 2018-08-31 20:13:51 -05:00
locales.md Use actual Chromium l10n_util list in locales.md 2017-05-01 17:15:37 -04:00
menu-item.md docs: Update menu-item with new position props (#14465) 2018-09-09 20:03:58 -07:00
menu.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
native-image.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
net-log.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
net.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
notification.md Remove more words (#12852) 2018-05-08 00:16:09 -05:00
power-monitor.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
power-save-blocker.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
process.md Remove the 'getProcessMemoryInfo' API 2018-09-11 20:21:32 +02:00
protocol.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
remote.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
sandbox-option.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
screen.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
session.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
shell.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
synopsis.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
system-preferences.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
touch-bar-button.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-color-picker.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-group.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-label.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-popover.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-scrubber.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-segmented-control.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-slider.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-spacer.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
tray.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
web-contents.md feat: add will-redirect (#13866) 2018-09-16 01:42:43 +10:00
web-frame.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
web-request.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
webview-tag.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
window-open.md add some markdown links 2017-11-29 12:13:45 +01:00