Cheng Zhao
|
85243edf4e
|
win: Add an icon.
|
2013-11-07 09:55:59 +08:00 |
|
Cheng Zhao
|
64b2d0da36
|
Add a corresponding .h file for atom_main.cc.
It's required if we want to include Chromium headers before C headers
and do not break cpplint rules in the meanwhile.
|
2013-11-05 13:12:13 +08:00 |
|
Cheng Zhao
|
cf75e4ac49
|
Move atom_event_processing_window to browser/ui.
|
2013-09-25 16:51:55 +08:00 |
|
Cheng Zhao
|
eed8f6cabc
|
Remove the CustomFrameView, it's no longer needed.
|
2013-09-25 15:40:22 +08:00 |
|
Cheng Zhao
|
11ca836afc
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +08:00 |
|
Cheng Zhao
|
a0d1a7620c
|
Put FromV8Value and ToV8Value to a new header.
|
2013-09-23 21:30:54 +08:00 |
|
Cheng Zhao
|
ef4b36d621
|
Use string16 instead of std::string when sending IPC messages.
The underlying V8::String is represented in UTF18, by using string16 in
IPC messages we can avoid the overhead of encode conversion.
|
2013-09-20 22:55:42 +08:00 |
|
Cheng Zhao
|
3f357f184d
|
Use custom url request getter to setup request job factory.
|
2013-09-20 16:47:47 +08:00 |
|
Cheng Zhao
|
8708d0611a
|
mac: Force using "Atom" as application name in framework bundle path.
|
2013-09-12 17:51:45 +08:00 |
|
Cheng Zhao
|
f38eb1b66f
|
mac: Import chromium's CustomFrameView code.
|
2013-09-11 13:46:36 +08:00 |
|
Cheng Zhao
|
40273cf37d
|
Add IPC messages and structs for passing draggable regions.
|
2013-09-05 19:46:12 +08:00 |
|
Cheng Zhao
|
3b7dd85d3f
|
Merge pull request #65 from atom/custom-protocol
Support custom protocols
|
2013-09-04 03:33:09 -07:00 |
|
Cheng Zhao
|
766347ffae
|
Generate node.lib from atom.lib and chromiumcontent.dll.lib.
|
2013-08-31 16:37:01 +08:00 |
|
Cheng Zhao
|
5787b4cd6f
|
Also ship ffmpegsumo.dll in the distribution.
|
2013-08-31 11:13:11 +08:00 |
|
Cheng Zhao
|
df30f130d3
|
Separate logics between low level URLRequestJob and js calls.
|
2013-08-30 20:02:17 +08:00 |
|
Cheng Zhao
|
24e613c827
|
Separate URLRequestStringJob from atom_api_protocol.
|
2013-08-30 16:16:41 +08:00 |
|
Cheng Zhao
|
7df256f8dc
|
Move atom_url_request_job_factory to browser/net.
|
2013-08-30 16:10:36 +08:00 |
|
Cheng Zhao
|
72c604f741
|
Custom the implementation of url request job factory.
It's needed for interceptor API.
|
2013-08-30 12:04:51 +08:00 |
|
Cheng Zhao
|
b9cbfb8103
|
Skelecton for the protocol module.
|
2013-08-24 15:26:10 +08:00 |
|
Cheng Zhao
|
dde07f03ec
|
[Win] Remove the extra MenuWrapper class.
|
2013-08-19 16:30:25 +08:00 |
|
Cheng Zhao
|
ee10c469c8
|
[Win] Ship with Chromium's menu library.
I will hack it.
|
2013-08-17 16:42:12 +08:00 |
|
Cheng Zhao
|
22012d41d8
|
[Mac] Ship the MenuController implementation from Chromium.
|
2013-08-14 22:24:21 +08:00 |
|
Cheng Zhao
|
f4425afb39
|
Move accelerator_util to browser/ui.
|
2013-08-13 17:07:25 +08:00 |
|
Cheng Zhao
|
d2f1a03b51
|
Move nsalert_synchronous_sheet to browser/ui.
|
2013-08-13 17:00:30 +08:00 |
|
Cheng Zhao
|
97bf979b22
|
Move file_dialog and message_box to browser/ui.
|
2013-08-13 16:51:47 +08:00 |
|
Cheng Zhao
|
317bd0debf
|
Discard the extra node binary.
We now use atom-shell's binary to execute scripts.
|
2013-08-08 16:57:07 +08:00 |
|
Cheng Zhao
|
55034be104
|
Add power-monitor module, fixes #45.
|
2013-08-03 16:03:56 +08:00 |
|
Cheng Zhao
|
394fb77ee0
|
[Win] Implement dialog.showSaveDialog.
|
2013-08-01 15:39:53 +08:00 |
|
Cheng Zhao
|
d888f5cc31
|
Revert "Enable getUserMedia(). Part of fixes for #31."
Now the getUserMedia is implemented in brightray.
This reverts commit f26db5c7a1 .
Conflicts:
atom.gyp
|
2013-08-01 14:50:06 +08:00 |
|
Cheng Zhao
|
4acbbd1ad7
|
Discard the idle gc module.
|
2013-07-29 20:34:07 +08:00 |
|
Cheng Zhao
|
7d61dcdde1
|
[Win] Write log to file in Debug build.
|
2013-07-23 16:37:00 +08:00 |
|
Cheng Zhao
|
008b8d404d
|
Don't separate node bindings into renderer and browser part.
Since we are going to use embeding thread to implement message
integration on all platforms, we do not need to separate renderer and
browser anymore.
|
2013-07-22 16:05:35 +08:00 |
|
Cheng Zhao
|
41ff753339
|
Don't use gcd to post tasks to main thread.
|
2013-07-22 13:03:13 +08:00 |
|
Cheng Zhao
|
4c71fbb68b
|
[Win] views_chromiumcontent.lib is renamed to chromiumviews.lib.
|
2013-07-09 12:26:31 +08:00 |
|
Cheng Zhao
|
7dae2c4966
|
Link to the views module as static library.
|
2013-07-09 10:22:38 +08:00 |
|
Cheng Zhao
|
525433905b
|
Also ship content_shell.pak on Windows.
|
2013-07-08 09:55:38 +08:00 |
|
Cheng Zhao
|
7c44d1fa3e
|
Compile out a working exe!
|
2013-07-06 08:29:08 +08:00 |
|
Cheng Zhao
|
d473fcbf64
|
Implement basic methods of NativeWindowWin.
|
2013-07-05 18:33:37 +08:00 |
|
Cheng Zhao
|
ec147010fd
|
Add dummy implemenation of accelerator_util for Windows.
|
2013-07-05 10:23:10 +08:00 |
|
Cheng Zhao
|
3d77ee9d3b
|
Add dummy implementation of file dialog for Windows.
|
2013-07-05 10:13:09 +08:00 |
|
Cheng Zhao
|
cbb3c89ad7
|
Add dummy implementation of message box for Windows.
|
2013-07-05 09:59:53 +08:00 |
|
Cheng Zhao
|
df460c8d7d
|
Add dummny menu implementation for Windows.
|
2013-07-05 09:44:56 +08:00 |
|
Cheng Zhao
|
803ec00378
|
Add dummy implementaions of node integration in Windows.
|
2013-07-04 21:18:28 +08:00 |
|
Cheng Zhao
|
afca7464be
|
Implement browser related functions in Windows.
|
2013-07-04 20:58:28 +08:00 |
|
Cheng Zhao
|
f146c1fe3b
|
Seperate implementation of crash reporter to standalone class.
|
2013-07-04 16:30:49 +08:00 |
|
Cheng Zhao
|
5f3b71e589
|
Add empty auto updater implementation for Windows.
|
2013-07-04 16:30:48 +08:00 |
|
Cheng Zhao
|
40e06db3a8
|
Use the platform_util_win implementation from Chromium.
|
2013-07-02 18:47:51 +08:00 |
|
Cheng Zhao
|
236b29ee8c
|
Fix main function on Windows.
|
2013-07-02 18:02:55 +08:00 |
|
Cheng Zhao
|
892f1aa7ce
|
Rename source_root to atom_source_root to avoid conflicts.
|
2013-07-02 12:10:14 +08:00 |
|
Cheng Zhao
|
59ba3f1025
|
Implement main function on Windows.
|
2013-07-01 22:21:31 +08:00 |
|