Merge pull request #65 from atom/custom-protocol
Support custom protocols
This commit is contained in:
commit
3b7dd85d3f
25 changed files with 1184 additions and 24 deletions
|
@ -16,6 +16,7 @@ NODE_EXT_LIST_ITEM(atom_browser_dialog)
|
|||
NODE_EXT_LIST_ITEM(atom_browser_ipc)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_menu)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_power_monitor)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_protocol)
|
||||
NODE_EXT_LIST_ITEM(atom_browser_window)
|
||||
|
||||
// Module names start with `atom_renderer_` can only be used by renderer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue