Cheng Zhao
0bcc9b7713
Don't handle browser messages before document object is created
...
When we recevied messages from browser, we will try to transfer the
message to web page, and when we do that blink will create an empty
document when there is no document object yet, which will make our init
script run when window.location is still about:blank.
2015-01-23 18:33:01 -08:00
Cheng Zhao
4ba3e101f6
Clean the init.coffee
2015-01-21 17:38:26 -08:00
Cheng Zhao
7210f6e64d
spec: No node integration in iframe
2015-01-21 17:05:19 -08:00
Cheng Zhao
ef15b670a9
Initialize node integration after window object is cleared
2015-01-21 16:40:19 -08:00
Cheng Zhao
706f547287
Don't insert node symbols in frames
...
This greatly simplified our code, and it is not useful to enable node
integrations in frames.
2015-01-21 15:42:57 -08:00
Cheng Zhao
f142f572c3
Add DidClearWindowObject for renderer client
2015-01-21 15:35:43 -08:00
Cheng Zhao
7e33e26465
Add atom-shell bindings before loading environment
2015-01-21 15:02:09 -08:00
Cheng Zhao
5e58915bdd
Separate LoadEnvironment from CreateEnvironment
2015-01-21 14:00:19 -08:00
Cheng Zhao
854c59df5c
docs: Make getCurrentWindow more clear, fixes #1035
2015-01-21 13:47:28 -08:00
Cheng Zhao
f6db9bc84c
Merge pull request #1034 from atom/index-js
...
Update index.json when publishing
2015-01-21 13:38:56 -08:00
Cheng Zhao
b8d0c5b3fe
Include node's version
2015-01-21 13:37:52 -08:00
Cheng Zhao
23760058e9
Fix target url
2015-01-20 22:16:27 -08:00
Cheng Zhao
7b621262ea
Upload the index.json to S3
2015-01-20 22:09:30 -08:00
Cheng Zhao
62756a79df
Include apm version in index.json
2015-01-20 22:01:51 -08:00
Cheng Zhao
87cd762eb3
⬆️ apm@0.122.0
2015-01-20 21:58:46 -08:00
Cheng Zhao
74566375b5
Download the index.json from server
2015-01-20 21:53:53 -08:00
Cheng Zhao
5d9b538513
Add script to dump information for atom-shell
2015-01-20 14:39:14 -08:00
Cheng Zhao
7c0f414881
Bump v0.20.7
2015-01-20 11:30:41 -08:00
Cheng Zhao
62d2b90e18
Merge pull request #1027 from fengmk2/mirror
...
Add China download mirrors
2015-01-19 19:44:19 -08:00
Cheng Zhao
69092eee15
No need to preheat original-fs module
2015-01-19 15:47:21 -08:00
Cheng Zhao
96f24b88ea
Update asar specs
2015-01-19 15:36:56 -08:00
Cheng Zhao
3d858bee95
Guard against bad events in screen module
...
It can happen that the DisplayObserver methods are called without a
valid Display object passed.
2015-01-19 14:46:29 -08:00
Cheng Zhao
0933a7d1b2
Evaluate the "fs.js" in original-fs
...
Some high-level APIs in fs are using low-level APIs via "fs.xxx", which
will be overriden by our asar wrappers, so just shadow-copy those
methods is not enough.
By evaluating the whole "fs.js" we can make sure original-fs is not
polluted by the asar wrappers.
Fixes #782 .
2015-01-19 14:22:32 -08:00
Cheng Zhao
fe78c17ea6
Don't popup error if the user has a custom uncaught exception handler
...
Fix #1012 .
2015-01-19 12:50:44 -08:00
Cheng Zhao
79a233436b
Merge pull request #1029 from atom/editing-commands
...
Add editing commands for <webview> and WebContents
2015-01-19 12:40:30 -08:00
Cheng Zhao
3da347a783
docs: The editing commands
2015-01-19 12:30:28 -08:00
Cheng Zhao
ff856e679d
Make editing commands available in <webview>
2015-01-19 12:15:07 -08:00
Cheng Zhao
7fbf4246ac
Add editing commands for WebContents
2015-01-19 12:09:47 -08:00
fengmk2
42077999e9
Add China download mirrors
2015-01-19 22:30:33 +08:00
Cheng Zhao
e75950cb89
Merge pull request #1026 from atom/set-data-path
...
Add API to set/get path to special directory or file
2015-01-18 21:53:29 -08:00
Cheng Zhao
4604c9bb0e
Add a few more paths for app.getPath
2015-01-18 21:43:23 -08:00
Cheng Zhao
8aa5b97c61
docs: Say more about Linux's behavior
2015-01-18 21:43:22 -08:00
Cheng Zhao
ce52a87477
Add "cache" and "userCache" directories
2015-01-18 21:43:22 -08:00
Cheng Zhao
9a04f67c0a
docs: Mention when to override userData path
2015-01-18 21:43:21 -08:00
Cheng Zhao
3d398458a8
Throw error when PathService call failed
2015-01-18 21:43:21 -08:00
Cheng Zhao
dec3e37683
docs: Document app.getPath/app.setPath
2015-01-18 21:43:20 -08:00
Cheng Zhao
a988b48016
Implement app.getHomeDir with app.getPath
2015-01-18 21:43:20 -08:00
Cheng Zhao
d31df439c3
Override default userData according to app's name
2015-01-18 21:43:19 -08:00
Cheng Zhao
06da5f254a
Add app.setPath and app.getPath APIs
...
They can be used to set/get any path defined in PathService
2015-01-18 21:43:19 -08:00
Cheng Zhao
2d1afbf51b
Call app.getDataPath after app is ready
...
It is possible for users to override the data path.
2015-01-18 21:43:18 -08:00
Cheng Zhao
45c26e0e5a
Add app.setDataPath API
2015-01-18 21:43:18 -08:00
Cheng Zhao
c6fb645f6b
Warning of app not ready in screen module
2015-01-18 21:42:46 -08:00
Cheng Zhao
e8f1f6819c
Merge pull request #1016 from atom/screen-improve
...
Add API to enumerate external displays in screen module
2015-01-18 10:23:18 -08:00
Cheng Zhao
c59bd82f6f
Merge pull request #1019 from atom/locale-in-node
...
Initialize ICU in Node mode
2015-01-16 17:08:30 -08:00
Cheng Zhao
b2be9373b0
linux,win: Initalize ICU for node mode
2015-01-16 16:12:12 -08:00
Cheng Zhao
f81df9a5d3
spec: Test localeCompare in child process
2015-01-16 16:11:02 -08:00
Cheng Zhao
51c03c3a71
mac: Initialize ICU in Node mode
2015-01-16 15:55:50 -08:00
Cheng Zhao
4f6ee31a28
docs: Fix typo
2015-01-16 14:01:52 -08:00
Cheng Zhao
1746518cdf
docs: Update docs and examples for screen module
2015-01-16 13:57:16 -08:00
Cheng Zhao
b3c3556286
Update the displays when there is metrics change
2015-01-16 12:04:35 -08:00