Zeke Sikelianos
5acfa8611a
link to gyp
2016-03-16 13:15:34 -07:00
Paul Betts
e94da877c2
Fix compile oopses on non-OS X
2016-03-16 12:49:34 -07:00
Paul Betts
148014f99a
Fix spec failure
2016-03-16 12:42:23 -07:00
Paul Betts
fa197ad583
Fix failing test
2016-03-16 12:40:28 -07:00
Zeke Sikelianos
6503f32ef9
add another link to ninja
2016-03-16 09:47:12 -07:00
Zeke Sikelianos
da47b569e8
link to the ninja website
2016-03-16 09:42:33 -07:00
Zeke Sikelianos
0d8994d81d
improve wording in the FAQ
2016-03-16 09:37:04 -07:00
scycbx
c3f343e6c4
Merge pull request #8 from heyunjiang/master
...
final first
2016-03-16 16:02:22 +08:00
heyunjiang
25931d16ab
modify 2days ago update 2files
2016-03-16 15:56:52 +08:00
heyunjiang
7bcb99f823
add last three files first
2016-03-16 15:41:12 +08:00
heyunjiang
3eac767e72
add build-instructions three first
2016-03-16 11:54:33 +08:00
heyunjiang
12f218c747
add build-system-overview first
2016-03-16 10:26:49 +08:00
Thanasis Polychronakis
492269a0fd
More info for crash reporter form type and payload
2016-03-15 15:49:34 +02:00
Cheng Zhao
141f909b68
Merge pull request #4803 from yucheng-inc/master
...
translations zh-CN doc
2016-03-15 21:21:49 +09:00
Cheng Zhao
e50ba35871
Merge pull request #4777 from deepak1556/webview_background_patch
...
webview: allow setting background color
2016-03-15 21:12:04 +09:00
Cheng Zhao
98be7b6299
Merge pull request #4804 from deepak1556/devtools_workspace_patch
...
devtools: update filesystem api
2016-03-15 21:09:54 +09:00
Cheng Zhao
dbb8a6bf52
Update brightray for atom/brightray#204
2016-03-15 21:08:43 +09:00
scycbx
ce855c5685
Merge pull request #7 from heyunjiang/master
...
add web-contents first
2016-03-15 17:10:34 +08:00
heyunjiang
b105bf59c1
add last api files first
2016-03-15 17:03:48 +08:00
heyunjiang
c2c91b6477
add three render process's files first
2016-03-15 15:11:28 +08:00
heyunjiang
3c007d1333
add tray first
2016-03-15 14:00:40 +08:00
Paul Betts
665d3166ed
Update the tests
2016-03-14 21:00:58 -07:00
Paul Betts
3ee4790dab
Automatically set app user model ID
...
We shouldn't ask users to figure out this piece of Windows Arcana when
they're using Squirrel, let's just do it automatically.
2016-03-14 20:36:48 -07:00
heyunjiang
ae701977c6
add web-contents first
2016-03-15 11:13:43 +08:00
Paul Betts
f59752bf4f
Update the docs to match
2016-03-14 19:51:37 -07:00
Paul Betts
d344c1e408
AsNativeRepresentation => getNativeHandle
2016-03-14 19:50:31 -07:00
Paul Betts
e3e6cd6fd8
Remove type parameter
2016-03-14 19:48:40 -07:00
Robo
cdc7b8d15e
devtools: fix filesyatem api usage and use prefs to track filesystem paths
2016-03-15 07:51:36 +05:30
scycbx
cc4da371ff
Merge pull request #6 from heyunjiang/master
...
add session end 3.15
2016-03-15 09:48:37 +08:00
Robo
fd53a4b24d
modify default background for all render views
2016-03-14 19:26:20 +05:30
Robo
f8f3fba433
webview: allow setting background color
2016-03-14 15:01:36 +05:30
Cheng Zhao
e92d002eec
Bump v0.37.2
2016-03-14 17:22:09 +09:00
Cheng Zhao
17f97bed30
Merge pull request #4793 from atom/gtk-dialog-extension
...
Add extension to filename automatically for GTK+ save dialog
2016-03-14 17:21:49 +09:00
Cheng Zhao
c2797e1864
Replace extension with the one in filter
2016-03-14 17:08:32 +09:00
heyunjiang
06a8db8a66
add protocol && session first
2016-03-14 15:43:04 +08:00
Cheng Zhao
81a16b424f
Add extension to filename automatically for GTK+ save dialog
2016-03-14 16:28:01 +09:00
Cheng Zhao
73a5f323e7
Merge pull request #4788 from deepak1556/find_in_page_patch
...
webcontents: provide position of match with found-in-page event
2016-03-14 15:03:38 +09:00
Cheng Zhao
152e6af4b4
spec: Add test case for #4785
2016-03-14 14:54:45 +09:00
Cheng Zhao
5bc400e31f
Merge pull request #4792 from atom/shutdown-v8
...
Leak the JavascriptEnvironment on exit
2016-03-14 14:34:24 +09:00
Cheng Zhao
9a13d559e9
Leak the JavascriptEnvironment on exit
...
This is to work around the bug that V8 would be waiting for background
tasks to finish on exit, while somehow it waits forever in Electron, more
about this can be found at https://github.com/atom/electron/issues/4767 .
On the other handle there is actually no need to gracefully shutdown V8
on exit in the main process, we already ensured all necessary resources get
cleaned up, and it would make quitting faster.
2016-03-14 13:59:31 +09:00
Paul Betts
63d9174822
🔥 build warning on Win32
2016-03-13 20:27:44 -07:00
Paul Betts
248ac5c37b
Add unit tests
2016-03-13 20:25:49 -07:00
Paul Betts
7233c83874
Linting
2016-03-13 20:18:03 -07:00
Paul Betts
5dea4b9b1c
Add documentation
2016-03-13 20:11:43 -07:00
Paul Betts
262abc43f8
First hack at being able to return NSImage pointers
2016-03-13 20:08:53 -07:00
Paul Betts
b3da5370c0
Add a new method to get the representation of an image
2016-03-13 20:08:09 -07:00
Cheng Zhao
92a9c49a77
Update brightray for atom/brightray#203
2016-03-14 10:41:32 +09:00
Cheng Zhao
b428b2e1d5
Merge pull request #4787 from deepak1556/permission_handler_patch
...
browser: fix retrieving webcontents from associated process id
2016-03-14 10:40:59 +09:00
Robo
8378cbb1e8
webcontents: provide position of match with found-in-page event
2016-03-14 06:49:45 +05:30
Robo
48064ee7e9
browser: fix retrieving webcontents from associated process id
2016-03-14 04:14:04 +05:30