Gohy Leandre [Mon, 31 Aug 2015 09:19:19 +0000 (11:19 +0200)]
Add device emulation API
Cheng Zhao [Thu, 17 Sep 2015 10:31:12 +0000 (18:31 +0800)]
Bump v0.33.0
Cheng Zhao [Thu, 17 Sep 2015 10:27:53 +0000 (18:27 +0800)]
Merge pull request #2817 from atom/fix-set-immediate
Update to node v4.1.0
Cheng Zhao [Thu, 17 Sep 2015 08:11:14 +0000 (16:11 +0800)]
Change version to v0.32.4
This makes sure the native modules are built against the headers of
v0.32.4, since Node.js v4.1.0 has bumped the module version.
Cheng Zhao [Thu, 17 Sep 2015 08:06:35 +0000 (16:06 +0800)]
Update to node v4.1.0
Cheng Zhao [Thu, 17 Sep 2015 08:06:19 +0000 (16:06 +0800)]
spec: vm.createContext should not crash
Cheng Zhao [Thu, 17 Sep 2015 07:12:15 +0000 (15:12 +0800)]
spec: setImmediate should work in forked scripts
Cheng Zhao [Thu, 17 Sep 2015 07:01:33 +0000 (15:01 +0800)]
Update brightray for #2808
Cheng Zhao [Thu, 17 Sep 2015 06:56:21 +0000 (14:56 +0800)]
Merge pull request #2815 from atom/release-resources
Release the resources of native window immediately when it is closed
Cheng Zhao [Thu, 17 Sep 2015 03:32:19 +0000 (11:32 +0800)]
No need to delete window in Destory
The native window is now automatically deleted after it gets closed.
Cheng Zhao [Thu, 17 Sep 2015 03:30:17 +0000 (11:30 +0800)]
Release the native window after window gets closed
Previously we delete the window after the JS object gets garbage
collected, which is too late for releasing some resources.
Cheng Zhao [Thu, 17 Sep 2015 03:25:27 +0000 (11:25 +0800)]
Update brightray to unsubscribe from NSNotificationCenter
Cheng Zhao [Wed, 16 Sep 2015 15:25:25 +0000 (23:25 +0800)]
Merge pull request #2800 from seanchas116/app-getlocale
App app.getLocale() API to get application locale
Cheng Zhao [Wed, 16 Sep 2015 15:18:28 +0000 (23:18 +0800)]
Merge pull request #2798 from jonatasfreitasv/master
Three api docs translated to pt-BR
Cheng Zhao [Wed, 16 Sep 2015 11:59:03 +0000 (19:59 +0800)]
Update brightray for #2790
Cheng Zhao [Wed, 16 Sep 2015 11:50:33 +0000 (19:50 +0800)]
Merge pull request #2789 from deepak1556/protocol_response_headers_patch
protocol: respect provided mimetype in generated response headers
Ryohei Ikegami [Wed, 16 Sep 2015 08:17:49 +0000 (17:17 +0900)]
Add docs for app.getLocale()
Ryohei Ikegami [Wed, 16 Sep 2015 08:16:21 +0000 (17:16 +0900)]
Add app.getLocale()
Jonatas Freitas [Wed, 16 Sep 2015 03:39:14 +0000 (00:39 -0300)]
pt-BR README.md updated.
Jonatas Freitas [Wed, 16 Sep 2015 03:36:43 +0000 (00:36 -0300)]
api/shell translated to pt-BR
Jonatas Freitas [Wed, 16 Sep 2015 03:10:35 +0000 (00:10 -0300)]
api/process.md translated to pt-BR
Robo [Tue, 15 Sep 2015 14:24:16 +0000 (19:54 +0530)]
protocol: respect provided mimetype in generated response headers
Cheng Zhao [Wed, 16 Sep 2015 01:21:09 +0000 (09:21 +0800)]
script: Call Electron binary from Debug build
We usually don't build Release version on the development machine.
Cheng Zhao [Wed, 16 Sep 2015 01:20:16 +0000 (09:20 +0800)]
docs: Make description of fullscreen more precise
Closes #2793.
Cheng Zhao [Wed, 16 Sep 2015 01:04:33 +0000 (09:04 +0800)]
Merge pull request #2796 from atom/fix-wrong-check-activate-event
Fix a wrong check in emitting 'activate-with-no-open-windows' event.
Haojian Wu [Wed, 16 Sep 2015 00:36:01 +0000 (08:36 +0800)]
Fix a wrong check in emitting 'activate-with-no-open-windows' event.
Cheng Zhao [Tue, 15 Sep 2015 13:28:59 +0000 (21:28 +0800)]
Merge pull request #2784 from neutrous/patch-1
Update quick-start.md for zh-CN
Cheng Zhao [Tue, 15 Sep 2015 07:30:22 +0000 (15:30 +0800)]
Bump v0.32.3
Cheng Zhao [Tue, 15 Sep 2015 07:19:43 +0000 (15:19 +0800)]
Update node, fixes #2786
Cheng Zhao [Tue, 15 Sep 2015 07:02:08 +0000 (15:02 +0800)]
Merge pull request #2787 from atom/test
Fix a few failing specs on the CI machine with OS X 10.10 SDK
Cheng Zhao [Tue, 15 Sep 2015 06:43:11 +0000 (14:43 +0800)]
The crash-reporter test is not reliable on CI machine
Cheng Zhao [Tue, 15 Sep 2015 06:26:46 +0000 (14:26 +0800)]
spec: Delay timeout of window.opener test
Cheng Zhao [Tue, 15 Sep 2015 05:45:26 +0000 (13:45 +0800)]
spec: Check existence of webview before removing it
Cheng Zhao [Tue, 15 Sep 2015 05:29:03 +0000 (13:29 +0800)]
spec: Run tests on OS X CI machine
Cheng Zhao [Tue, 15 Sep 2015 05:18:01 +0000 (13:18 +0800)]
Make crash-reporter spec more reliable
Cheng Zhao [Tue, 15 Sep 2015 04:56:36 +0000 (12:56 +0800)]
Merge pull request #2785 from atom/fix-devtools-extension
Add BrowserWindow.isDevToolsFocused and fix "devtools-focused" not working
Cheng Zhao [Tue, 15 Sep 2015 04:08:17 +0000 (12:08 +0800)]
Update brightray to use 10.10 SDK
Cheng Zhao [Tue, 15 Sep 2015 03:43:04 +0000 (11:43 +0800)]
docs: BrowserWindow.isDevToolsFocused
Cheng Zhao [Tue, 15 Sep 2015 03:27:32 +0000 (11:27 +0800)]
Add BrowserWindow.isDevToolsFocused
Cheng Zhao [Tue, 15 Sep 2015 03:26:55 +0000 (11:26 +0800)]
Update brightray for DevToolsFocused fix
Cheng Zhao [Tue, 15 Sep 2015 03:17:41 +0000 (11:17 +0800)]
Merge pull request #2777 from atom/dock-clicked
Implement 'activate' event for app.
Wujg [Tue, 15 Sep 2015 03:15:11 +0000 (11:15 +0800)]
Update quick-start.md for zh-CN
Fixed some typo.
Haojian Wu [Tue, 15 Sep 2015 02:05:53 +0000 (19:05 -0700)]
More fixes after code review.
Cheng Zhao [Tue, 15 Sep 2015 02:38:02 +0000 (10:38 +0800)]
Merge pull request #2783 from atom/fix-devtools-extension
Fix `BrowserWindow.addDevToolsExtension` not working
Cheng Zhao [Tue, 15 Sep 2015 01:46:13 +0000 (09:46 +0800)]
Merge pull request #2782 from preco21/master
Update as upstream
Haojian Wu [Tue, 15 Sep 2015 01:36:05 +0000 (18:36 -0700)]
Deprecate 'activate-with-no-open-windows' event.
Haojian Wu [Tue, 15 Sep 2015 01:34:27 +0000 (18:34 -0700)]
Implement 'activiate' event instead of 'activate-with-open-windows'.
Cheng Zhao [Tue, 15 Sep 2015 01:21:15 +0000 (09:21 +0800)]
Do not use did-finish-load to detect whether WebContents is ready
The WebContents JS object can be created way later after the C++ object
gets created.
Cheng Zhao [Tue, 15 Sep 2015 01:20:56 +0000 (09:20 +0800)]
Make getUrl work for devToolsWebContents
Cheng Zhao [Tue, 15 Sep 2015 01:18:22 +0000 (09:18 +0800)]
devtools-opened should be emitted after devtools is opened
Cheng Zhao [Tue, 15 Sep 2015 01:17:45 +0000 (09:17 +0800)]
Expose native implementation of WebContent::GetURL
Plusb Preco [Tue, 15 Sep 2015 00:50:28 +0000 (09:50 +0900)]
Update as upstream
Plusb Preco [Tue, 15 Sep 2015 00:50:11 +0000 (09:50 +0900)]
Merge remote-tracking branch 'atom/master'
Cheng Zhao [Mon, 14 Sep 2015 15:07:06 +0000 (23:07 +0800)]
Merge pull request #2776 from jaanus/osx-window-titlebar
Implements #2734 “New API to configure BrowserWindow title bar on Mac”
Cheng Zhao [Mon, 14 Sep 2015 14:47:20 +0000 (22:47 +0800)]
Expose experiment APIs
Cheng Zhao [Mon, 14 Sep 2015 14:49:22 +0000 (22:49 +0800)]
Correctly set user agent for devtools
jaanus [Mon, 14 Sep 2015 12:15:41 +0000 (14:15 +0200)]
Implements #2734 “New API to configure BrowserWindow title bar on Mac”
New API supported on Yosemite 10.10 and newer.
Cheng Zhao [Mon, 14 Sep 2015 13:13:24 +0000 (21:13 +0800)]
spec: Increate timeout for webview tests
Haojian Wu [Mon, 14 Sep 2015 12:34:45 +0000 (20:34 +0800)]
Mention 'activate-with-no-open-windows' on OS X only.
Haojian Wu [Mon, 14 Sep 2015 11:28:13 +0000 (19:28 +0800)]
[OS X] Implement 'activate-with-open-windows' event for app.
Cheng Zhao [Mon, 14 Sep 2015 11:24:54 +0000 (19:24 +0800)]
Update brightray for atom/brightray#140
Cheng Zhao [Mon, 14 Sep 2015 09:44:50 +0000 (17:44 +0800)]
Merge pull request #2774 from atom/browser-window-created
Add browser-window-created event for app module
Cheng Zhao [Mon, 14 Sep 2015 09:02:45 +0000 (17:02 +0800)]
spec: browser-window-created event
Cheng Zhao [Mon, 14 Sep 2015 09:02:36 +0000 (17:02 +0800)]
docs: browser-window-created event
Cheng Zhao [Mon, 14 Sep 2015 09:02:24 +0000 (17:02 +0800)]
Emit browser-window-created when window is created
Cheng Zhao [Mon, 14 Sep 2015 08:45:27 +0000 (16:45 +0800)]
Merge pull request #2773 from atom/require-global
Make sure global symbols of Node.js is always available in preload script
Cheng Zhao [Mon, 14 Sep 2015 08:34:58 +0000 (16:34 +0800)]
Make global.setImmediate work in browser process
Cheng Zhao [Mon, 14 Sep 2015 08:25:43 +0000 (16:25 +0800)]
Set global.setImmediate
Cheng Zhao [Mon, 14 Sep 2015 08:05:58 +0000 (16:05 +0800)]
spec: node symbols should always be available in preload script
Cheng Zhao [Mon, 14 Sep 2015 07:47:39 +0000 (15:47 +0800)]
No more need to override setImmediate
It is now done in Node.js.
Cheng Zhao [Mon, 14 Sep 2015 07:46:46 +0000 (15:46 +0800)]
Update node to pass all globals through "require"
Plusb Preco [Sun, 13 Sep 2015 23:07:24 +0000 (08:07 +0900)]
Update as upstream
Jonatas Freitas [Fri, 11 Sep 2015 16:28:34 +0000 (13:28 -0300)]
Documentation api/accelerator translated to pt-BR
Cheng Zhao [Fri, 11 Sep 2015 13:09:07 +0000 (21:09 +0800)]
Merge pull request #2762 from GoooIce/master
Add docs-translations\api\ global-shortcut.md and accelerator.md for zh-CN
Cheng Zhao [Fri, 11 Sep 2015 13:06:26 +0000 (21:06 +0800)]
Merge pull request #2764 from tomashanacek/master
docs: Fix role hideothers, unhide typo
Tomáš Hanáček [Fri, 11 Sep 2015 12:26:48 +0000 (14:26 +0200)]
docs: Fix role hideothers, unhide typo
王雪 [Fri, 11 Sep 2015 10:38:10 +0000 (18:38 +0800)]
Merge pull request #3 from atom/master
更新一下啊
GoooIce [Fri, 11 Sep 2015 09:27:20 +0000 (17:27 +0800)]
Add api\accelerator.md
Add api\accelerator.md
Cheng Zhao [Fri, 11 Sep 2015 09:06:48 +0000 (17:06 +0800)]
Merge pull request #2760 from preco21/master
Update as upstream, add new translated docs, fix typos,
Plusb Preco [Fri, 11 Sep 2015 04:30:37 +0000 (13:30 +0900)]
Add session.md as translated, mark untranslated files in README.md
Plusb Preco [Fri, 11 Sep 2015 02:56:36 +0000 (11:56 +0900)]
Update as upstream, fix typos
Plusb Preco [Fri, 11 Sep 2015 02:56:11 +0000 (11:56 +0900)]
Merge remote-tracking branch 'atom/master'
Jessica Lord [Thu, 10 Sep 2015 21:48:33 +0000 (14:48 -0700)]
Merge pull request #2757 from atom/jl-web-contents-links
Update Documentation Links to web-contents
Jessica Lord [Thu, 10 Sep 2015 21:47:38 +0000 (14:47 -0700)]
Merge pull request #2751 from atom/jl-bw-prop
Create Instance Properties Section in BrowserWindow
Jessica Lord [Thu, 10 Sep 2015 19:47:05 +0000 (12:47 -0700)]
Merge pull request #2756 from GoooIce/master
Add docs-translations\api\shell.md for zh-CN
Jessica Lord [Thu, 10 Sep 2015 19:19:37 +0000 (12:19 -0700)]
Update links to web-contents.md
Jessica Lord [Thu, 10 Sep 2015 19:13:21 +0000 (12:13 -0700)]
Merge branch 'patch-1' of https://github.com/destan/electron into destan-patch-1
Jessica Lord [Thu, 10 Sep 2015 19:11:40 +0000 (12:11 -0700)]
:fire: extra line
Jessica Lord [Thu, 10 Sep 2015 19:09:37 +0000 (12:09 -0700)]
Resolve conflicts
Paul Betts [Thu, 10 Sep 2015 18:00:43 +0000 (11:00 -0700)]
Fix harder
Paul Betts [Thu, 10 Sep 2015 17:57:08 +0000 (10:57 -0700)]
Fix electron-rebuild instructions for Win32
Jessica Lord [Thu, 10 Sep 2015 17:41:42 +0000 (10:41 -0700)]
Merge pull request #2750 from atom/jl-doc-bits
A Few More Documentation Things
GoooIce [Thu, 10 Sep 2015 14:29:22 +0000 (22:29 +0800)]
Add api\global-shortcut.md
Add api\global-shortcut.md
王雪 [Thu, 10 Sep 2015 12:39:22 +0000 (20:39 +0800)]
Merge pull request #2 from atom/master
更新一下啊
GoooIce [Thu, 10 Sep 2015 12:27:50 +0000 (20:27 +0800)]
add api\shell.md
add api\shell.md
Cheng Zhao [Thu, 10 Sep 2015 08:27:15 +0000 (16:27 +0800)]
Bump v0.32.2
Cheng Zhao [Thu, 10 Sep 2015 08:26:12 +0000 (16:26 +0800)]
Merge pull request #2754 from atom/fix-node-integration
Fix "node-integration" not working in "web-preferences"
Cheng Zhao [Thu, 10 Sep 2015 08:01:04 +0000 (16:01 +0800)]
No need to set menu in spec window
Cheng Zhao [Thu, 10 Sep 2015 07:58:10 +0000 (15:58 +0800)]
Update native-mate to fix the behavior of Dictionary::Get
Cheng Zhao [Thu, 10 Sep 2015 07:30:41 +0000 (15:30 +0800)]
spec: node-integration should work in web-preferences