implement Demo App sections: Dialogs, Menu, Tray, Shell, CrashHang, Notification, Shortcuts etc. Fix some API bugs and implement GlobalShortcut-, Shell- and WebContents-API.

This commit is contained in:
Gregor Biswanger
2017-10-21 04:37:01 +02:00
parent 9046f6ca25
commit 248ddde82b
61 changed files with 2505 additions and 57 deletions

View File

@@ -14,6 +14,14 @@
<link rel="import" href="about">
<link rel="import" href="windows">
<link rel="import" href="crashhang">
<link rel="import" href="menus">
<link rel="import" href="shortcuts">
<link rel="import" href="shell">
<link rel="import" href="notifications">
<link rel="import" href="dialogs">
<link rel="import" href="tray">
<link rel="import" href="ipc">
</head>
<body>