OctoHuman
|
9f6541228d
|
Fix alert()
|
2016-03-20 02:09:30 -05:00 |
|
Kevin Sawicki
|
e05804848f
|
Merge pull request #4829 from atom/deprecated-browser-window-options
Report deprecated BrowserWindow options
|
2016-03-18 09:36:49 -07:00 |
|
Kevin Sawicki
|
6aa452cda4
|
Set _setDeprecatedOptionsCheck on exports
|
2016-03-18 09:06:03 -07:00 |
|
Kevin Sawicki
|
7668c1ea0b
|
Use deprecate.warn instead of deprecate.log
|
2016-03-18 09:02:58 -07:00 |
|
Kevin Sawicki
|
737ffd8d7c
|
Improve deprecated message on webPreferences options
|
2016-03-17 13:37:08 -07:00 |
|
Kevin Sawicki
|
c31882749d
|
Correct typos in comments
|
2016-03-17 13:37:08 -07:00 |
|
Kevin Sawicki
|
90d815ce6c
|
Add todo about removing hyphenated options
|
2016-03-17 13:37:08 -07:00 |
|
Kevin Sawicki
|
3e7501579f
|
Add camel case versions to ints array
|
2016-03-17 13:37:08 -07:00 |
|
Kevin Sawicki
|
a14380ed01
|
Set webPrereferences from features tring
|
2016-03-17 13:37:07 -07:00 |
|
Kevin Sawicki
|
2acfb8ad82
|
node-integration -> nodeIntegration
|
2016-03-17 13:37:07 -07:00 |
|
Kevin Sawicki
|
15397bf879
|
Report deprecated BrowserWindow options
|
2016-03-17 13:37:07 -07:00 |
|
Kevin Sawicki
|
1b6e01ce6d
|
Add missing semicolons
|
2016-03-17 13:37:07 -07:00 |
|
Kevin Sawicki
|
dfd13cf4ca
|
persistented -> persisted
|
2016-03-17 13:37:07 -07:00 |
|
Kevin Sawicki
|
1e8e8f18b4
|
Add failing specs for deprecated options usage
|
2016-03-17 13:37:07 -07:00 |
|
Kevin Sawicki
|
5c9b19b508
|
web-preferences -> webPreferences
|
2016-03-17 13:37:07 -07:00 |
|
Cheng Zhao
|
67db92d500
|
Merge pull request #4821 from yucheng-inc/master
translations zh-CN doc
|
2016-03-17 22:55:01 +09:00 |
|
Cheng Zhao
|
38d99950f8
|
Merge pull request #4837 from atom/breakpad-server
List breakpad server implementations in crashReporter docs
|
2016-03-17 22:54:52 +09:00 |
|
Cheng Zhao
|
cbd37ad3b9
|
docs: List breakpad server implementations
|
2016-03-17 22:29:32 +09:00 |
|
Cheng Zhao
|
912ec1437b
|
Merge pull request #4812 from thanpolas/patch-1
More info for crash reporter form type and payload
|
2016-03-17 22:24:10 +09:00 |
|
Cheng Zhao
|
242be31440
|
Merge pull request #4805 from atom/automatically-set-app-model-id
Automatically set app user model ID
|
2016-03-17 22:21:29 +09:00 |
|
Cheng Zhao
|
48f1eb4584
|
Merge pull request #4836 from atom/get-native-handle-osx
Make it clear that image.getNativeHandle is OS X only
|
2016-03-17 22:21:21 +09:00 |
|
Cheng Zhao
|
939d69df6e
|
Throw error with message of "Not implemented".
|
2016-03-17 22:01:31 +09:00 |
|
Cheng Zhao
|
f8b9a66ead
|
docs: Make it clear image.getNativeHandle is OS X only
|
2016-03-17 21:55:44 +09:00 |
|
Cheng Zhao
|
081ab17e13
|
Merge pull request #4791 from atom/nativeimage-as-nsimage
Convert NativeImage instances to OS-specific representations
|
2016-03-17 21:49:46 +09:00 |
|
Cheng Zhao
|
75ec7a057a
|
Update brightray for #4681
|
2016-03-17 21:45:13 +09: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 |
|
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 |
|