electron/docs/api
Samuel Attard ac02ab9fde
feat: provide the frame URL with permission requests and checks (#18757)
* feat: provide the frame URL with permission requests and checks

Also provides a handy isMainFrame property to determine if it is an
iframe making the request

* chore: refactor to use base::Value

* chore: use Set<Type>Key over SetPath
2019-06-13 11:11:43 -07:00
..
modernization chore: revert promisified systemPreferences notification methods 2019-06-10 09:34:21 -07:00
structures fix: correct isDownloadable docs to match impl (#18720) 2019-06-12 10:54:14 -07:00
accelerator.md feat: add support for scroll lock accelerator (#16873) 2019-02-11 09:13:13 -10:00
app.md feat: allow resigning current NSUserActivity (#18659) 2019-06-06 22:16:03 -07:00
auto-updater.md build: strip trailing whitespace in docs (#17488) 2019-03-20 13:12:47 -07:00
breaking-changes.md docs: Update breaking changes on webFrame.setSpellCheckProvider (#17915) 2019-06-03 13:56:46 -05:00
browser-view.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
browser-window-proxy.md
browser-window.md refactor: convert browser window state fns to props (#18618) 2019-06-04 22:44:16 -07:00
chrome-command-line-switches.md chore: remove deprecated app.enableMixedSandbox() (#17894) 2019-04-23 21:07:40 -07:00
client-request.md
clipboard.md docs: clarify clipboard type options (#18107) 2019-05-06 08:11:47 -07:00
command-line.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
content-tracing.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
cookies.md test: add test for invalid cookie url (#18751) 2019-06-12 19:49:36 -07:00
crash-reporter.md fix: use crashpad on Windows (#18483) 2019-06-13 15:42:21 +09:00
debugger.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
desktop-capturer.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
dialog.md docs: Fix incorrect dialog docs (#18227) 2019-06-03 12:54:47 -07:00
dock.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
download-item.md feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
environment-variables.md refactor: remove hardcoded google api key (#15478) 2018-10-31 07:49:44 -07:00
file-object.md docs: es6ify 'Breaking Changes' and 'File' API pages (#15507) 2018-12-05 23:14:52 +11:00
frameless-window.md fix: incorrect view ordering for customButtonsOnHover (#15564) 2018-12-10 11:05:30 -08:00
global-shortcut.md chore: move ts-smoke tests to core (#16930) 2019-02-13 15:24:28 -08:00
in-app-purchase.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
incoming-message.md
ipc-main.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
ipc-renderer.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
locales.md
menu-item.md docs: specify use case for the 'services' role (#18484) 2019-05-30 14:33:48 -07:00
menu.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
native-image.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
net-log.md refactor: netLog directly uses network service (#18289) 2019-05-23 15:31:38 -07:00
net.md fix: match net module headers & http.IncomingMessage headers (#17517) 2019-04-02 07:41:19 -07:00
notification.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
power-monitor.md chore: remove deprecated APIs (#18159) 2019-05-09 14:48:10 -04:00
power-save-blocker.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
process.md feat: add process.getBlinkMemoryInfo() (#17762) 2019-05-30 11:50:35 +02:00
protocol.md chore: remove promisification deprecation callbacks (#17907) 2019-04-30 07:08:32 -07:00
remote.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
sandbox-option.md refactor: bundle the browser and renderer process electron code (#18553) 2019-06-02 13:03:03 -07:00
screen.md refactor: allow requiring modules with no side effects (#17496) 2019-04-30 09:46:08 +09:00
session.md feat: provide the frame URL with permission requests and checks (#18757) 2019-06-13 11:11:43 -07:00
shell.md refactor: make shell.OpenExternal async (#17135) 2019-05-03 13:53:45 -07:00
synopsis.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
system-preferences.md chore: revert promisified systemPreferences notification methods 2019-06-10 09:34:21 -07:00
touch-bar-button.md
touch-bar-color-picker.md
touch-bar-group.md
touch-bar-label.md
touch-bar-popover.md
touch-bar-scrubber.md
touch-bar-segmented-control.md
touch-bar-slider.md
touch-bar-spacer.md
touch-bar.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
tray.md build: move to the new docs parser (#18103) 2019-05-06 08:29:01 -07:00
web-contents.md test: move some remote specs to the main runner (#18636) 2019-06-07 10:43:32 -07:00
web-frame.md chore: remove deprecated APIs (#18159) 2019-05-09 14:48:10 -04:00
web-request.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
webview-tag.md docs: ensure that optionality matches between documented params and signatures (#18613) 2019-06-04 14:03:24 -07:00
window-open.md