Add media play events to webview
authorBrian R. Bondy <netzen@gmail.com>
Sun, 20 Dec 2015 03:16:22 +0000 (22:16 -0500)
committerBrian R. Bondy <netzen@gmail.com>
Sun, 20 Dec 2015 03:37:51 +0000 (22:37 -0500)
commitfed0c439700fc54f0152f3039ac6058faf2ae8c1
tree07449481d71a809a952031b1df6474f29077ea89
parentbff28613115ce2a951412fffc2dfb1c073f1cabf
Add media play events to webview
atom/browser/api/atom_api_web_contents.cc
atom/browser/api/atom_api_web_contents.h
atom/browser/lib/guest-view-manager.coffee
atom/renderer/lib/web-view/guest-view-internal.coffee
docs/api/web-contents.md
spec/fixtures/assets/LICENSE [new file with mode: 0644]
spec/fixtures/assets/tone.wav [new file with mode: 0644]
spec/fixtures/pages/audio.html [new file with mode: 0644]
spec/webview-spec.coffee