deepak1556
|
15ae6b8d36
|
fix lint errors and add documentation
|
2015-05-10 10:25:19 +05:30 |
|
deepak1556
|
853ce0bbd7
|
provide flag to set flash version
|
2015-05-10 09:22:09 +05:30 |
|
deepak1556
|
1c190388e5
|
flash_drm_host not required
|
2015-05-10 09:22:09 +05:30 |
|
deepak1556
|
3fdc4543b8
|
ppapi flash plugin support
|
2015-05-10 09:22:09 +05:30 |
|
Haojian Wu
|
298d3a0144
|
Fix compilation error on OS X.
|
2015-05-04 20:58:48 +08:00 |
|
Haojian Wu
|
ff87592722
|
Make Print API work on Windows.
|
2015-04-30 13:42:08 +08:00 |
|
Cheng Zhao
|
88a1c7973c
|
Set node::node_isolate to fix crash
|
2015-04-20 14:32:41 +08:00 |
|
Cheng Zhao
|
7a52a4cff1
|
Also enable the debugger
|
2015-04-20 14:10:15 +08:00 |
|
Robo
|
ee08d98d2e
|
node: start debugger for node run during a forked process
|
2015-04-20 14:06:56 +08:00 |
|
Cheng Zhao
|
0bab50ed80
|
Fix typo
|
2015-04-17 15:10:48 +08:00 |
|
Cheng Zhao
|
c20dc06c96
|
PRODUCT_NAME => ATOM_PRODUCT_NAME
|
2015-04-14 14:13:03 +08:00 |
|
Cheng Zhao
|
4353c6d402
|
mac: Allow modifying helper app's name
|
2015-04-14 13:51:08 +08:00 |
|
Robo
|
8e8c5e1846
|
atomMain: initialise uv_setup_args
|
2015-04-04 19:20:21 +05:30 |
|
Cheng Zhao
|
922def8ce0
|
Cleanup command line handling code
|
2015-03-29 19:59:16 +08:00 |
|
Cheng Zhao
|
d9c22396ea
|
Revert "Don't store args as std::string"
This reverts commit 8482575d1f .
There is weird thing happened if we tried to store raw "argv" on Linux.
|
2015-03-29 19:53:47 +08:00 |
|
Cheng Zhao
|
8482575d1f
|
Don't store args as std::string
|
2015-03-29 19:11:25 +08:00 |
|
deepak1556
|
399f47ef0f
|
implemetation of AtomCommandline to preserve args
|
2015-03-28 22:41:00 +05:30 |
|
Cheng Zhao
|
6eee6c181d
|
Improves #1295
|
2015-03-26 11:27:06 +08:00 |
|
deepak1556
|
15f59b54dd
|
allow setting loglevel
|
2015-03-25 20:53:01 +05:30 |
|
Cheng Zhao
|
8328bce3f6
|
Initialize AtExitManager before calling MainApplicationBundlePath
Some singleton calsses require the existence of AtExitManager.
|
2015-03-18 09:57:45 +08:00 |
|
Cheng Zhao
|
c62c943bdb
|
Define our own Node entry
Chromium's V8 is using external startup snapshot file while Node does
not, so we have to use Chromium's gin for V8 initialization.
|
2015-03-18 09:57:45 +08:00 |
|
Cheng Zhao
|
dead7caab2
|
CommandLine moved to base::CommandLine
|
2015-03-18 09:57:37 +08:00 |
|
Cheng Zhao
|
02c04cbf68
|
win: gfx::EnableHighDPISupport is dropped
|
2015-01-27 13:19:18 -08:00 |
|
Cheng Zhao
|
43421aedcf
|
OVERRIDE macro is now removed
|
2015-01-27 13:18:30 -08:00 |
|
Cheng Zhao
|
b2be9373b0
|
linux,win: Initalize ICU for node mode
|
2015-01-16 16:12:12 -08:00 |
|
Cheng Zhao
|
51c03c3a71
|
mac: Initialize ICU in Node mode
|
2015-01-16 15:55:50 -08:00 |
|
Cheng Zhao
|
9bd517e623
|
Use PRODUCT_NAME as application name
|
2014-12-29 09:46:27 -08:00 |
|
Cheng Zhao
|
3f307ea8a6
|
Revert #898
|
2014-12-29 09:35:08 -08:00 |
|
Cheng Zhao
|
409f2b4d0f
|
win: Fix compilation errors
|
2014-12-10 14:17:07 -08:00 |
|
Paul Betts
|
8eab230fe1
|
Delete OverrideChildProcessPath and OverrideFrameworkBundlePath altogether
|
2014-12-07 21:06:47 -08:00 |
|
Paul Betts
|
3d4491a468
|
Determine the Helper name from the App name
|
2014-12-05 23:19:19 -08:00 |
|
Cheng Zhao
|
ac914e1f19
|
OVERRODE => override in atom_main_delegate.h
|
2014-11-21 16:40:47 +08:00 |
|
Cheng Zhao
|
bed09839d5
|
Remove debugging print, closes #841
|
2014-11-21 16:39:16 +08:00 |
|
Cheng Zhao
|
8a73d91ea1
|
Bump v0.19.3
|
2014-11-20 11:09:05 +08:00 |
|
Kevin Sawicki
|
b6b6fc3bfd
|
Remove All Rights Reserved after GitHub copyright
Closes #762
|
2014-10-31 11:17:05 -07:00 |
|
Cheng Zhao
|
b560176aeb
|
Set google API key
|
2014-10-08 18:27:39 +08:00 |
|
Cheng Zhao
|
802f964cd3
|
Enable AVFoundation
|
2014-10-08 18:17:27 +08:00 |
|
Cheng Zhao
|
925ff2da5b
|
Pretend to be Chrome by default.
This is used to cheat client web drivers.
|
2014-09-12 23:28:14 +08:00 |
|
Cheng Zhao
|
7fb1cb5b3d
|
Merge pull request #612 from nuivall/master
win: Don't overwrite Chrome high DPI setting.
|
2014-09-06 20:55:58 +08:00 |
|
Marcin Maliszkiewicz
|
90bfd4bf0f
|
win: Don't overwrite Chrome hight DPI setting.
Also disable high DPI mode by default, Chrome enables it since
https://codereview.chromium.org/294293002
|
2014-08-27 20:14:41 +02:00 |
|
Cheng Zhao
|
39b98b0e4d
|
Fix cpplint warnings.
|
2014-08-27 21:16:45 +08:00 |
|
Cheng Zhao
|
b80f109524
|
Make "chrome-extension" a standard scheme.
If we do not do so, urls like "chrome-extension://extension-1" will
never get a hostname.
|
2014-08-27 20:48:49 +08:00 |
|
Cheng Zhao
|
cbb14f5ca2
|
win: Disable the LegacyRenderWidgetHostHWND, fixes #506.
|
2014-08-05 18:49:55 +08:00 |
|
Cheng Zhao
|
9afc2daf75
|
Only ship high DPI paks on Window.
|
2014-07-16 15:49:40 +08:00 |
|
Cheng Zhao
|
db6c37bfbc
|
Include high DPI resource paks.
|
2014-07-16 15:05:02 +08:00 |
|
Cheng Zhao
|
b2839b08cd
|
win: Enable high dpi support.
|
2014-07-11 20:58:39 +08:00 |
|
Cheng Zhao
|
8d4211bd3a
|
win: Fix compilation errors for chrome35.
|
2014-07-11 12:19:01 +08:00 |
|
Cheng Zhao
|
fcf55df874
|
Avoid duplicate code in main delegate.
|
2014-07-09 17:15:28 +08:00 |
|
Cheng Zhao
|
6a891be0e4
|
Make the node environment constrained in browser_main_parts.
|
2014-06-30 14:16:16 +08:00 |
|
Cheng Zhao
|
2736b5dab3
|
Fix assertion caused by base::mac::AssignOverridePath.
|
2014-06-30 12:15:59 +08:00 |
|
Cheng Zhao
|
d5b2a5af26
|
Fix invoking ContentMain.
|
2014-06-30 11:44:05 +08:00 |
|
Cheng Zhao
|
436deddf68
|
Fix compilation errors on Linux.
|
2014-06-29 01:51:02 +00:00 |
|
Cheng Zhao
|
ad19381217
|
Fix ICU inilialization bug.
|
2014-06-28 23:58:53 +08:00 |
|
Cheng Zhao
|
cd4c5d976b
|
Adapt to API changes of Chromium and node.
|
2014-06-28 22:33:00 +08:00 |
|
Cheng Zhao
|
f176b2c58f
|
Switch to use MIT license.
|
2014-05-04 20:29:08 +08:00 |
|
Cheng Zhao
|
2d808d30a2
|
Bring back build/include_order cpplint.
|
2014-03-16 09:13:06 +08:00 |
|
Cheng Zhao
|
bbef33a33a
|
Bring back build/header_guard cpplint.
|
2014-03-16 08:58:59 +08:00 |
|
Cheng Zhao
|
516d46444d
|
Move all sources under atom/.
|
2014-03-16 08:30:26 +08:00 |
|