Cheng Zhao [Mon, 21 Sep 2015 03:35:37 +0000 (11:35 +0800)]
Merge pull request #2834 from preco21/master
Update as upstream, change name the translation folder
Cheng Zhao [Mon, 21 Sep 2015 03:24:05 +0000 (11:24 +0800)]
spec: Prevent callback of beginFrameSubscription being called twice
Cheng Zhao [Mon, 21 Sep 2015 03:05:45 +0000 (11:05 +0800)]
Merge pull request #2847 from atom/add-chromium-license
Add Chromium's licenses to the dist
Cheng Zhao [Mon, 21 Sep 2015 02:18:38 +0000 (10:18 +0800)]
Add Chromium's licenses to the dist
Plusb Preco [Sat, 19 Sep 2015 06:30:30 +0000 (15:30 +0900)]
Update as upstream, change name the translation folder
* Update as upstream
* Change name the translation folder (ko to ko-KR)
Cheng Zhao [Fri, 18 Sep 2015 11:29:17 +0000 (19:29 +0800)]
Merge pull request #2827 from atom/fix-2752
Move the BeginFrameSubscription method to WebContents
Cheng Zhao [Fri, 18 Sep 2015 10:57:48 +0000 (18:57 +0800)]
spec: Make the will-navigate test run faster
Cheng Zhao [Fri, 18 Sep 2015 10:51:49 +0000 (18:51 +0800)]
spec: Add test for webContents.beginFrameSubscription
Cheng Zhao [Fri, 18 Sep 2015 10:32:21 +0000 (18:32 +0800)]
docs: <webview>.sendInputEvent
Cheng Zhao [Fri, 18 Sep 2015 10:28:34 +0000 (18:28 +0800)]
spec: Add test for sendInputEvent
Cheng Zhao [Fri, 18 Sep 2015 10:21:51 +0000 (18:21 +0800)]
Fix wrong return values in a few converters
Cheng Zhao [Fri, 18 Sep 2015 09:55:42 +0000 (17:55 +0800)]
Expose sendInputEvent in webview
Cheng Zhao [Fri, 18 Sep 2015 09:53:19 +0000 (17:53 +0800)]
docs: webContents.beginFrameSubscription
Cheng Zhao [Fri, 18 Sep 2015 09:44:11 +0000 (17:44 +0800)]
docs: webContents.sendInputEvent
Cheng Zhao [Fri, 18 Sep 2015 07:57:43 +0000 (15:57 +0800)]
Move BeginFrameSubscription to WebContents
Cheng Zhao [Fri, 18 Sep 2015 06:20:31 +0000 (14:20 +0800)]
Move SendInputEvent to WebContents
Cheng Zhao [Fri, 18 Sep 2015 06:12:48 +0000 (14:12 +0800)]
Fix cpplint warnings
Cheng Zhao [Fri, 18 Sep 2015 06:09:31 +0000 (14:09 +0800)]
Do not manually convert Object to WebInputEvent
Cheng Zhao [Fri, 18 Sep 2015 05:49:33 +0000 (13:49 +0800)]
Sequence of definitions should follow the declarations
Cheng Zhao [Fri, 18 Sep 2015 05:33:06 +0000 (13:33 +0800)]
Add converters for WebInputEvent
Cheng Zhao [Fri, 18 Sep 2015 04:15:13 +0000 (12:15 +0800)]
Remove the offscreen-render option
We are going to move the APIs to WebContents
Cheng Zhao [Fri, 18 Sep 2015 04:10:00 +0000 (12:10 +0800)]
Fix compilation error
Cheng Zhao [Fri, 18 Sep 2015 04:01:33 +0000 (12:01 +0800)]
Merge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master
Cheng Zhao [Fri, 18 Sep 2015 03:27:49 +0000 (11:27 +0800)]
Merge pull request #2825 from atom/blink-converter
Move the converters for blink structures to another file
Cheng Zhao [Fri, 18 Sep 2015 03:10:32 +0000 (11:10 +0800)]
Fix cpplint warning
Cheng Zhao [Fri, 18 Sep 2015 03:06:38 +0000 (11:06 +0800)]
Move the converters for blink structures to another file
It makes the api::WebContents smaller.
Cheng Zhao [Fri, 18 Sep 2015 02:43:17 +0000 (10:43 +0800)]
Merge pull request #2802 from nekuz0r/device-emulation
Add device emulation
Cheng Zhao [Fri, 18 Sep 2015 02:25:31 +0000 (10:25 +0800)]
Merge pull request #2819 from IonicaBizauKitchen/hash
Fix the git commit messages hash link
Cheng Zhao [Fri, 18 Sep 2015 02:25:10 +0000 (10:25 +0800)]
Merge pull request #2818 from IonicaBizauKitchen/require
Fixed the mapNumbers require call
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
Ionică Bizău [Thu, 17 Sep 2015 09:34:15 +0000 (12:34 +0300)]
Fix the git commit messages hash link
Ionică Bizău [Thu, 17 Sep 2015 09:24:12 +0000 (12:24 +0300)]
Fixed the mapNumbers require call
Since mapNumber.js is a file, we should prefix it with "./", otherwise an error is thrown.
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
Plusb Preco [Thu, 17 Sep 2015 05:35:10 +0000 (14:35 +0900)]
Merge remote-tracking branch 'atom/master'
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
Heilig Benedek [Wed, 16 Sep 2015 01:29:23 +0000 (03:29 +0200)]
Returning to original native_mate.
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.
Heilig Benedek [Wed, 16 Sep 2015 01:12:49 +0000 (03:12 +0200)]
Removed duplicate keydown event sending.
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.
Heilig Benedek [Wed, 16 Sep 2015 00:59:16 +0000 (02:59 +0200)]
Renamed setOffscreenRender to begin/endFrameSubscription because the name was a bit misleading, and replaced the ArrayBuffer creation with a node::Buffer::New call.
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