electron/docs/tutorial
John Kleinschmidt 6aece4a83d
feat: add support for WebHID (#30213)
* feat: add support for WebHID

* Apply suggestions from code review

Co-authored-by: Jeremy Rose <jeremya@chromium.org>

* Address review feedback

* Address review feedback

* chore: clear granted_devices on navigation

Also added test to verify devices get cleared

* fixup testing for device clear

* make sure navigator.hid.getDevices is run on correct frame

* clear granted devices on RenderFrameHost deletion/change

* manage device permissions per RenderFrameHost

This change makes sure we don't clear device permission prematurely due to child frame navigation

* Update shell/browser/api/electron_api_web_contents.cc

Co-authored-by: Jeremy Rose <jeremya@chromium.org>

* apply review feedback from @zcbenz

* Match upstream ObjectMap

This change matches what ObjectPermissionContextBase uses to cache object permissions: https://source.chromium.org/chromium/chromium/src/+/main:components/permissions/object_permission_context_base.h;l=52;drc=8f95b5eab2797a3e26bba299f3b0df85bfc98bf5;bpv=1;bpt=0

The main reason for this was to resolve this crash on Win x64:
ok 2 WebContentsView doesn't crash when GCed during allocation
Received fatal exception EXCEPTION_ACCESS_VIOLATION
Backtrace:
        gin::WrappableBase::SecondWeakCallback [0x00007FF6F2AFA005+133] (o:\gin\wrappable.cc:53)
        v8::internal::GlobalHandles::InvokeSecondPassPhantomCallbacks [0x00007FF6F028F9AB+171] (o:\v8\src\handles\global-handles.cc:1400)
        v8::internal::GlobalHandles::InvokeSecondPassPhantomCallbacksFromTask [0x00007FF6F028F867+391] (o:\v8\src\handles\global-handles.cc:1387)
        node::PerIsolatePlatformData::RunForegroundTask [0x00007FF6F3B4D065+317] (o:\third_party\electron_node\src\node_platform.cc:415)
        node::PerIsolatePlatformData::FlushForegroundTasksInternal [0x00007FF6F3B4C424+776] (o:\third_party\electron_node\src\node_platform.cc:479)
        uv_run [0x00007FF6F2DDD07C+492] (o:\third_party\electron_node\deps\uv\src\win\core.c:609)
        electron::NodeBindings::UvRunOnce [0x00007FF6EEE1E036+294] (o:\electron\shell\common\node_bindings.cc:631)
        base::TaskAnnotator::RunTask [0x00007FF6F2318A19+457] (o:\base\task\common\task_annotator.cc:178)
        base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWorkImpl [0x00007FF6F2E6F553+963] (o:\base\task\sequence_manager\thread_controller_with_message_pump_impl.cc:361)
        base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork [0x00007FF6F2E6EC69+137] (o:\base\task\sequence_manager\thread_controller_with_message_pump_impl.cc:266)
        base::MessagePumpForUI::DoRunLoop [0x00007FF6F235AA58+216] (o:\base\message_loop\message_pump_win.cc:221)
        base::MessagePumpWin::Run [0x00007FF6F235A01A+106] (o:\base\message_loop\message_pump_win.cc:79)
        base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run [0x00007FF6F2E702DA+682] (o:\base\task\sequence_manager\thread_controller_with_message_pump_impl.cc:470)
        base::RunLoop::Run [0x00007FF6F22F95BA+842] (o:\base\run_loop.cc:136)
        content::BrowserMainLoop::RunMainMessageLoop [0x00007FF6F14423CC+208] (o:\content\browser\browser_main_loop.cc:990)
        content::BrowserMainRunnerImpl::Run [0x00007FF6F144402F+143] (o:\content\browser\browser_main_runner_impl.cc:153)
        content::BrowserMain [0x00007FF6F143F911+257] (o:\content\browser\browser_main.cc:49)
        content::RunBrowserProcessMain [0x00007FF6EFFA7D18+112] (o:\content\app\content_main_runner_impl.cc:608)
        content::ContentMainRunnerImpl::RunBrowser [0x00007FF6EFFA8CF4+1220] (o:\content\app\content_main_runner_impl.cc:1104)
        content::ContentMainRunnerImpl::Run [0x00007FF6EFFA87C9+393] (o:\content\app\content_main_runner_impl.cc:971)
        content::RunContentProcess [0x00007FF6EFFA73BD+733] (o:\content\app\content_main.cc:394)
        content::ContentMain [0x00007FF6EFFA79E1+54] (o:\content\app\content_main.cc:422)
        wWinMain [0x00007FF6EECA1535+889] (o:\electron\shell\app\electron_main.cc:291)
        __scrt_common_main_seh [0x00007FF6F6F88482+262] (d:\A01\_work\6\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)
        BaseThreadInitThunk [0x00007FFEC0087034+20]
        RtlUserThreadStart [0x00007FFEC1F02651+33]
✗ Electron tests failed with code 0xc0000005.

Co-authored-by: Jeremy Rose <jeremya@chromium.org>
2021-09-23 20:00:11 +09:00
..
accessibility.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
application-debugging.md feat: bring --enable-logging functionality in line with Chromium (#25089) 2021-06-17 14:17:25 -07:00
application-distribution.md docs: rework introduction docs (#29062) 2021-05-24 11:32:36 +09:00
automated-testing-with-a-custom-driver.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
boilerplates-and-clis.md docs: trim trailing whitespace (#25768) 2020-10-05 13:01:40 -07:00
code-signing.md docs: improve documentation about macOS entitlement usage security (#30740) 2021-09-01 10:02:42 +09:00
context-isolation.md docs: update context isolation doc (#30898) 2021-09-15 10:50:02 +09:00
dark-mode.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
debugging-main-process.md docs: add native c++ windows debugging method (#26286) 2020-11-06 16:55:55 -08:00
debugging-vscode.md docs: use relative links within docs (#29651) 2021-06-14 14:02:23 -05:00
devices.md feat: add support for WebHID (#30213) 2021-09-23 20:00:11 +09:00
devtools-extension.md chore: fix lint (#27620) 2021-02-04 13:02:36 -08:00
electron-timelines.md docs: update public timeline for E16 (#31000) 2021-09-21 11:31:41 -07:00
electron-versioning.md docs: change semver to SemVer (#27350) 2021-01-21 15:51:02 +09:00
fuses.md docs: add link to @electron/fuses (#30978) 2021-09-15 12:14:33 -07:00
in-app-purchases.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
installation.md build: embed binary checksums in the npm package (#30611) 2021-08-19 11:26:17 -07:00
introduction.md docs: fix issue with reference links (#29384) 2021-05-31 11:52:44 +02:00
keyboard-shortcuts.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
launch-app-from-url-in-another-app.md docs(protocols): simplify packaging section & cleanup (#30832) 2021-09-08 08:24:45 +09:00
linux-desktop-actions.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
mac-app-store-submission-guide.md docs: revise Mac App Store Submission Guide (#28922) 2021-05-13 11:01:36 +09:00
macos-dock.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
message-ports.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
multithreading.md build: update to standard 14 (#24479) 2020-07-09 10:18:49 -07:00
native-file-drag-drop.md docs: update drag and drop tutorial (#29200) 2021-05-19 09:55:24 +09:00
notifications.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
offscreen-rendering.md Use path.join when logging screenshot path. (#29211) 2021-05-24 11:33:45 +09:00
online-offline-events.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
performance.md fix: links to images (#30990) 2021-09-16 18:42:58 -04:00
process-model.md docs: fix code example in process-model.md (#30690) 2021-09-01 20:46:32 +09:00
progress-bar.md fix: links to images (#30990) 2021-09-16 18:42:58 -04:00
quick-start.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
recent-documents.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
repl.md docs: update REPL guide (#28943) 2021-05-04 17:17:04 +09:00
represented-file.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
sandbox.md docs: Ffx broken context isolation link in sandbox docs (#30177) 2021-07-19 09:24:27 -07:00
security.md docs: update to the use of arrow functions in line with the style guide (#30194) 2021-08-02 10:57:37 +09:00
snapcraft.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
spellchecker.md chore: use relative links in docs (#26360) 2020-11-24 11:02:16 +09:00
support.md Bump v16.0.0-nightly.20210722 2021-07-22 06:01:34 -07:00
testing-on-headless-ci.md chore: Revert "notes: Adding Github CI to testing documentation (#21996)" (#22123) 2020-02-10 14:07:58 -08:00
testing-widevine-cdm.md docs: minor grammar & spelling fixes (#22851) 2020-03-31 13:06:25 +09:00
tray.md docs: fix frontmatter for Tray tutorial (#29788) 2021-06-21 10:13:39 +09:00
updates.md docs: update Hazel information (#30517) 2021-08-19 08:42:12 +09:00
using-native-node-modules.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
using-pepper-flash-plugin.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
using-selenium-and-webdriver.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
web-embeds.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
windows-arm.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00
windows-store-guide.md chore: cleanup whitespace in docs (#26356) 2020-11-05 14:12:43 -08:00
windows-taskbar.md docs: uniformize tutorial titles (#30527) 2021-08-16 14:12:34 +02:00