electron/atom/app
Haojian Wu abd97a7513 Load pdf component dynamically.
Ship pdf as dll library, electron only loads pdf.dll when calling print
API. In this way, the developer who don't need print feature can safe
remove the pdf.dll in saving their binary size.
2015-05-23 19:24:27 +08:00
..
atom_content_client.cc Fix PPAPI flash plugin description 2015-05-12 06:02:42 +08:00
atom_content_client.h ppapi flash plugin support 2015-05-10 09:22:09 +05:30
atom_library_main.h Define our own Node entry 2015-03-18 09:57:45 +08:00
atom_library_main.mm PRODUCT_NAME => ATOM_PRODUCT_NAME 2015-04-14 14:13:03 +08:00
atom_main.cc Revert "Don't store args as std::string" 2015-03-29 19:53:47 +08:00
atom_main.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_main_args.cc atomMain: initialise uv_setup_args 2015-04-04 19:20:21 +05:30
atom_main_args.h Cleanup command line handling code 2015-03-29 19:59:16 +08:00
atom_main_delegate.cc Load pdf component dynamically. 2015-05-23 19:24:27 +08:00
atom_main_delegate.h Make Print API work on Windows. 2015-04-30 13:42:08 +08:00
atom_main_delegate_mac.mm Fix typo 2015-04-17 15:10:48 +08:00
node_main.cc Set node::node_isolate to fix crash 2015-04-20 14:32:41 +08:00
node_main.h Define our own Node entry 2015-03-18 09:57:45 +08:00