Cheng Zhao
72e0da069c
Merge pull request #3132 from princejwesley/issue-readFileSync
...
Fix: honor fs.readFileSync contract for empty packed asar file
2015-10-19 16:59:47 +08:00
Cheng Zhao
0d9e0a38c0
Merge pull request #3128 from atom/fix-save-page-position
...
Fix: 'savePage API' saves external resources in a wrong directory.
2015-10-19 16:40:45 +08:00
Prince J Wesley
810af2f95d
🐛 Honor fs.readFileSync contract for empty packed asar file
2015-10-19 08:43:50 +05:30
Cheng Zhao
0e50b00fdf
Merge pull request #3111 from preco21/master
...
Add app.md translation into ko-KR, some fixes
2015-10-18 21:45:25 +08:00
Brandon Cash
60b14d03e9
Fix: tray NotfiyDropFiles typo
2015-10-18 00:32:13 -05:00
Haojian Wu
49d25d0069
Fix: savePage API saves external resources in a wrong directory.
2015-10-18 11:28:05 +08:00
Plusb Preco
82e6058607
Update as upstream
2015-10-18 03:30:37 +09:00
Plusb Preco
c46ed897dd
Update translation progress in README.md
2015-10-18 03:22:35 +09:00
Ivan Žužak
c7d9352972
Merge pull request #3118 from learningjs/thcm
...
[Tiny correction of misspelling]
2015-10-17 10:10:06 +02:00
Jessica Lord
cd2f924db8
Merge pull request #3117 from ggamel/patch-1
...
Update MAS tutorial to improve readability
2015-10-16 17:56:32 -07:00
Paul Betts
b958982d99
Rollback submodule change
2015-10-16 17:00:31 -07:00
Paul Betts
a3fc25110e
Linter fixes
2015-10-16 16:55:28 -07:00
Paul Betts
5ae6bd2ef4
Wire it up
2015-10-16 16:46:05 -07:00
Paul Betts
7ac643d5f8
Create a new method on App to override URL Security Manager's decisions wrt NTLM
2015-10-16 16:45:54 -07:00
Greg Gamel
5e7a30deea
Additional updates to adhere to styleguide
...
Per @jlord's recommendations.
2015-10-16 18:25:30 -05:00
max_devjs
72078f7b02
[truly humble correction of a misspelling]
...
Substituting webp with web in frameless-window.md .
2015-10-16 19:56:45 -03:00
Greg Gamel
b5478eaef7
Update MAS tutorial to improve readability
...
Adjusted tutorial body copy and headings to improve readability, clarify sentences, and fix some (minor) grammatical missteps.
2015-10-16 17:50:41 -05:00
Jessica Lord
1ae4be7571
Merge pull request #3115 from romankl/doc-osx
...
replace Mac with OS X
2015-10-16 14:21:54 -07:00
Roman Klauke
32523ae352
replace Mac with OS X
...
Commit 691d8dd
replaced "Mac" with "OS X". This commit replaces some
other occurrences.
2015-10-16 22:03:47 +02:00
Plusb Preco
c0ee8f4e60
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-10-16 22:36:01 +09:00
Plusb Preco
edd6032ed0
Improve grammar for more readability
2015-10-16 22:26:27 +09:00
Plusb Preco
f05fc3c0ea
Improve grammar, some fixes
...
* Improve grammar
* Fix typos
* Fix some mistranslations
* Fix quotes (' to `)
2015-10-16 22:23:31 +09:00
Cheng Zhao
f0825bf7ef
Merge pull request #3109 from fplucas/master
...
Translation of debugging-main-process to pt-br.
2015-10-16 20:28:34 +08:00
Cheng Zhao
d9fdfb711f
Clean up CallbackRegistry
...
There were some ancient code there.
2015-10-16 20:25:30 +08:00
Cheng Zhao
94f64c755d
spec: Load url after event listener is set up
2015-10-16 20:22:04 +08:00
Cheng Zhao
4871ea715c
Merge pull request #3103 from bengotow/bengotow/debug-release
...
Allow "released callback" errors to be traced to remote calls
2015-10-16 20:21:46 +08:00
Cheng Zhao
115bb31ab4
docs: Small fix on mas guide
2015-10-16 20:21:06 +08:00
Lucas
2725068a0c
Updating README.md
2015-10-16 09:11:30 -03:00
Lucas Pugliesi
5e5caf2e86
Translation of debugging-main-process to pt-br.
2015-10-16 09:09:24 -03:00
Cheng Zhao
22e9c2f4eb
Bump v0.34.0
2015-10-16 18:53:25 +08:00
Cheng Zhao
c371c713a9
Merge pull request #3108 from atom/mas-build
...
Prepare for MAS build and add a guide
2015-10-16 18:51:45 +08:00
Cheng Zhao
776077c8de
Bump v0.33.9
2015-10-16 17:42:55 +08:00
Cheng Zhao
16b9f8995d
Revert "Go back to using node's console.* and std*.write"
...
This reverts commit 4e8db2c3be
.
It seems that we still have problems with Node.js's console.* calls, I'm
reverting this for now unitl we get a solution.
Fixes #3100 .
2015-10-16 17:38:11 +08:00
Cheng Zhao
18fd126c64
docs: Mac App Store Submission Guide
2015-10-16 17:16:12 +08:00
Cheng Zhao
7bdbe45c91
subpixel-font-scaling option is removed
2015-10-16 15:01:28 +08:00
Cheng Zhao
fb99e72484
Update libchromiumcontent to have mas build
2015-10-16 15:01:28 +08:00
Cheng Zhao
0e94ccb72b
Merge pull request #3080 from atom/save-page-api
...
Implement webContents.savePage API.
2015-10-16 09:52:43 +08:00
Ben Gotow
aeb24b784d
Allow "released callback" errors to be traced to remote calls
2015-10-15 18:46:59 -07:00
Cheng Zhao
125444df15
Merge pull request #3101 from fplucas/master
...
Translation of using-pepper-flash-plugin to pt-br.
2015-10-16 09:25:34 +08:00
Haojian Wu
facd0fbc08
Implement webContents.savePage API.
2015-10-16 09:23:08 +08:00
Lucas Pugliesi
3dba56c335
Translation of using-pepper-flash-plugin to pt-br.
2015-10-15 17:16:48 -03:00
Cheng Zhao
89527ec232
Merge pull request #3097 from fplucas/master
...
Translation of using-native-node-modules to pt-br.
2015-10-15 23:14:30 +08:00
Lucas Pugliesi
904f3c2564
Translation of using-native-node-modules to pt-br.
2015-10-15 10:52:30 -03:00
Cheng Zhao
d2b3d6d129
Merge pull request #3092 from atom/crash-reporter
...
Fix problems of crash-reporter on Windows
2015-10-15 19:29:29 +08:00
Cheng Zhao
909779babf
spec: Bring back crash-reporter spec on x64 Windows
2015-10-15 18:25:34 +08:00
Cheng Zhao
f5c25d6277
win: Only install breakpad hook when crash-reporter is used
2015-10-15 18:25:07 +08:00
Cheng Zhao
d90b598125
win: Hook up V8 to breakpad
...
This fixes the crashes happens from V8 not caught by the crash reporter,
for more context, see http://code.google.com/p/v8/issues/detail?id=3597 .
Fix #2365 .
2015-10-15 16:36:30 +08:00
Cheng Zhao
55d5660ddb
win: Make the event in crash service signaled by default
...
Otherwise it seems to block the crash client on some machines.
Fix #2769 .
2015-10-15 16:36:29 +08:00
Cheng Zhao
11a49bba35
win: Fix "enable-larger-than-screen" option spec
2015-10-15 16:36:29 +08:00
Cheng Zhao
6aec8b092c
views: Fix crash when setSizeConstrains is called early
2015-10-15 16:36:28 +08:00