Corey Johnson
|
de03cc82ed
|
fs.traversePath(path) works if path is a symlink
|
2012-10-12 15:44:01 -07:00 |
|
Corey Johnson
|
c43c82fbcb
|
💄
|
2012-10-12 15:44:00 -07:00 |
|
Kevin Sawicki
|
a1f9e061bc
|
Remove native.list
Use native.traverseTree instead from fs.list
and fs.listTree
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
d8ea07468b
|
Include FTS_PHYSICAL when calling fts_open
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
edc1c590aa
|
Guard against null onDir function result
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
375d3551fa
|
Check fts_info against FTS_NSOK for files
|
2012-10-09 17:41:33 -07:00 |
|
Kevin Sawicki
|
6b6cf85ba0
|
DRY up native traverseTree for file and folder cases
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
8b61e6a9df
|
Split out file and directory callbacks
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
71c161d527
|
Remove unneeded regex matching for built-in ignores
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
f71b90578e
|
💄
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
c304788fbf
|
💄
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
98c8525bdd
|
Use single args vector and clear before insertion
|
2012-10-09 17:41:32 -07:00 |
|
Kevin Sawicki
|
51a41a9a72
|
Add native traverseTree
|
2012-10-09 17:41:32 -07:00 |
|
Corey Johnson
|
871a230b03
|
Make $native.exists a tiny bit faster
|
2012-09-26 16:30:22 -07:00 |
|
Corey Johnson & Nathan Sobo
|
c9c138491e
|
Add atom.exit, which exits from the browser process instead of the renderer
|
2012-08-31 10:15:12 -06:00 |
|
Corey Johnson & Nathan Sobo
|
bd1982ede1
|
Nix fs.async.* methods. They aren't needed now.
|
2012-08-30 16:12:15 -06:00 |
|
Nathan Sobo
|
d5ffdb153a
|
Remove $native.saveDialog. It's replaced with atom.showSaveDialog
|
2012-08-30 11:08:55 -06:00 |
|
Nathan Sobo
|
c24c9e2003
|
Merge branch 'master' of github.com:github/atom-cef3
Conflicts:
native/atom_cef_client.h
native/atom_cef_client_mac.mm
src/app/atom.coffee
|
2012-08-29 23:08:31 -06:00 |
|
Nathan Sobo
|
63a0746cc5
|
Remove $native.alert
|
2012-08-29 20:53:04 -05:00 |
|
Corey Johnson
|
d9dc526425
|
DevTools are working
|
2012-08-29 15:31:06 -07:00 |
|
Corey Johnson
|
073164c584
|
Remove newWindow from native extension
|
2012-08-29 08:56:57 -07:00 |
|
Corey Johnson & Nathan Sobo
|
f6a55ee468
|
Throw exception if fs.list's path argument is null or empty
|
2012-08-28 16:47:36 -07:00 |
|
Nathan Sobo
|
16c7c523cf
|
Native open code now presents the open panel from the browser process
This avoids retina resolution issues and ink framework errors that occur when opening dialogs from the chromium renderer process.
|
2012-08-28 13:54:44 -05:00 |
|
Corey Johnson & Nathan Sobo
|
4781d477cd
|
Remove tabs and handle key events when there are no windows open.
|
2012-08-28 10:37:25 -07:00 |
|
Nathan Sobo
|
a4a87917ba
|
Put the other v8 extensions in the v8_extensions namespace
|
2012-08-28 11:16:27 -05:00 |
|
Corey Johnson & Nathan Sobo
|
5141aba658
|
Move all extension C and JavaScript code into native/v8_extensions
|
2012-08-27 14:02:05 -07:00 |
|