Cheng Zhao [Fri, 11 Dec 2015 12:11:59 +0000 (20:11 +0800)]
Fix memory leak
Cheng Zhao [Fri, 11 Dec 2015 12:11:22 +0000 (20:11 +0800)]
EvenTypes => EventType
Cheng Zhao [Fri, 11 Dec 2015 11:11:09 +0000 (19:11 +0800)]
Allow passing null to webRequest
Cheng Zhao [Fri, 11 Dec 2015 11:02:56 +0000 (19:02 +0800)]
docs: Improve the webRequets docs
Cheng Zhao [Fri, 11 Dec 2015 08:56:00 +0000 (16:56 +0800)]
Merge pull request #3640 from deepak1556/webrequest_api_patch
session: add webrequest api
Cheng Zhao [Fri, 11 Dec 2015 03:49:01 +0000 (11:49 +0800)]
Bump v0.36.0
Cheng Zhao [Fri, 11 Dec 2015 03:21:57 +0000 (11:21 +0800)]
Merge pull request #3762 from atom/run-specs-with-grep
Allow running specs with --grep option from command line
Laekh [Thu, 10 Dec 2015 20:48:52 +0000 (21:48 +0100)]
Update browser-window.md
Made it more clear on how to define BrowserWindow (outside of the main process, specifically)
Cheng Zhao [Fri, 11 Dec 2015 03:18:37 +0000 (11:18 +0800)]
Merge pull request #3768 from atom/window-post-message-origin
Fix window.postMessage event.origin value
Cheng Zhao [Fri, 11 Dec 2015 03:16:42 +0000 (11:16 +0800)]
Merge pull request #3769 from atom/reuse-browser-window-proxies
Reuse BrowserWindowProxy objects across events
Kevin Sawicki [Fri, 11 Dec 2015 01:22:05 +0000 (17:22 -0800)]
removeWindow -> remove
Kevin Sawicki [Fri, 11 Dec 2015 01:20:10 +0000 (17:20 -0800)]
Reuse BrowserWindowProxy instances
Kevin Sawicki [Fri, 11 Dec 2015 01:04:36 +0000 (17:04 -0800)]
Expect event source and opened window to be equal
Kevin Sawicki [Fri, 11 Dec 2015 01:02:35 +0000 (17:02 -0800)]
sequnce -> sequence
Kevin Sawicki [Fri, 11 Dec 2015 00:52:39 +0000 (16:52 -0800)]
Use source origin in window.postMessage event
Kevin Sawicki [Fri, 11 Dec 2015 00:49:23 +0000 (16:49 -0800)]
Add failing spec for event origin
Kevin Sawicki [Thu, 10 Dec 2015 23:51:15 +0000 (15:51 -0800)]
Guard against null guest or embedder
Uncaught exceptions would occur when these were null and
the target origin was '*'
Robo [Thu, 10 Dec 2015 18:57:15 +0000 (00:27 +0530)]
default session should be persistent
Robo [Wed, 9 Dec 2015 19:16:03 +0000 (00:46 +0530)]
fix pointer usage
Kevin Sawicki [Thu, 10 Dec 2015 18:44:11 +0000 (10:44 -0800)]
Add npm test script
Kevin Sawicki [Thu, 10 Dec 2015 18:35:51 +0000 (10:35 -0800)]
Pass through mocha invert option from test CLI
Kevin Sawicki [Thu, 10 Dec 2015 18:33:43 +0000 (10:33 -0800)]
Pass mocha grep command line option through to spec app
Kevin Sawicki [Thu, 10 Dec 2015 18:33:18 +0000 (10:33 -0800)]
Parse spec arguments using yargs library
Cheng Zhao [Thu, 10 Dec 2015 15:28:28 +0000 (23:28 +0800)]
Merge pull request #3759 from preco21/master
Update as upstream
Plusb Preco [Thu, 10 Dec 2015 14:19:50 +0000 (23:19 +0900)]
:memo: Update as upstream
[ci skip]
Cheng Zhao [Thu, 10 Dec 2015 11:38:35 +0000 (19:38 +0800)]
Merge pull request #3701 from deepak1556/protocol_post_data_patch
protocol: provide upload data when available
Cheng Zhao [Thu, 10 Dec 2015 11:29:51 +0000 (19:29 +0800)]
Merge pull request #3733 from deepak1556/service_worker_scheme_patch
protocol: api to register schemes that can handle service worker
Cheng Zhao [Thu, 10 Dec 2015 06:37:09 +0000 (14:37 +0800)]
win: Don't attach console for third party terms
Close #3692.
Cheng Zhao [Thu, 10 Dec 2015 05:38:12 +0000 (13:38 +0800)]
Merge pull request #3752 from atom/appveyor
Run tests on Appveyor
Cheng Zhao [Thu, 10 Dec 2015 05:18:23 +0000 (13:18 +0800)]
Avoid duplicate building for PR
Cheng Zhao [Thu, 10 Dec 2015 04:58:29 +0000 (12:58 +0800)]
Also disable test phase
Cheng Zhao [Thu, 10 Dec 2015 04:48:10 +0000 (12:48 +0800)]
Do not automatically build everything
Cheng Zhao [Thu, 10 Dec 2015 04:35:22 +0000 (12:35 +0800)]
Remove unneeded things
Cheng Zhao [Thu, 10 Dec 2015 04:22:46 +0000 (12:22 +0800)]
Use default node 0.12.7
Otherwise we would spend some time reinstalling node.
Cheng Zhao [Thu, 10 Dec 2015 04:21:52 +0000 (12:21 +0800)]
Run cibuild
Plusb Preco [Thu, 10 Dec 2015 04:21:08 +0000 (13:21 +0900)]
:memo: Update as upstream
[ci skip]
Cheng Zhao [Thu, 10 Dec 2015 04:09:46 +0000 (12:09 +0800)]
Bring back AppVeyor
Cheng Zhao [Thu, 10 Dec 2015 03:54:26 +0000 (11:54 +0800)]
Merge pull request #3750 from atom/fullscreen-menu-item
Don't add the "Enter Full Screen" menu item automatically
Cheng Zhao [Thu, 10 Dec 2015 03:39:14 +0000 (11:39 +0800)]
Merge pull request #3721 from atom/emit-process-exit-event-with-code
Emit process exit event with app exit code
Cheng Zhao [Thu, 10 Dec 2015 03:27:41 +0000 (11:27 +0800)]
Don't add the "Enter Full Screen" menu item automatically
Cheng Zhao [Thu, 10 Dec 2015 03:22:55 +0000 (11:22 +0800)]
Don't emit `will-quit` event when calling app.exit
Kevin Sawicki [Thu, 10 Dec 2015 02:39:59 +0000 (18:39 -0800)]
Exit from a setImmediate callback
Kevin Sawicki [Thu, 10 Dec 2015 02:23:50 +0000 (18:23 -0800)]
Just include exit code in spec output
Kevin Sawicki [Thu, 10 Dec 2015 02:22:54 +0000 (18:22 -0800)]
:memo: Document quit event includes exit code
Kevin Sawicki [Thu, 10 Dec 2015 02:20:32 +0000 (18:20 -0800)]
Revert comment tweak
Kevin Sawicki [Thu, 10 Dec 2015 02:19:51 +0000 (18:19 -0800)]
Get exit code from within App::OnQuit
Kevin Sawicki [Thu, 10 Dec 2015 02:12:19 +0000 (18:12 -0800)]
Remove grep value setting
Kevin Sawicki [Thu, 10 Dec 2015 02:11:38 +0000 (18:11 -0800)]
Move event forwarding back to init
Kevin Sawicki [Thu, 10 Dec 2015 02:09:59 +0000 (18:09 -0800)]
Include exit code with quit event
Kevin Sawicki [Tue, 8 Dec 2015 01:05:08 +0000 (17:05 -0800)]
Add spec for exit code on event
Kevin Sawicki [Tue, 8 Dec 2015 00:45:49 +0000 (16:45 -0800)]
Emit process exit event with app exit code
Robo [Fri, 4 Dec 2015 01:54:01 +0000 (07:24 +0530)]
fix response headers modification
Robo [Fri, 4 Dec 2015 00:03:56 +0000 (05:33 +0530)]
add documentation
Robo [Thu, 3 Dec 2015 22:24:26 +0000 (03:54 +0530)]
support filtering event with url regex
Robo [Tue, 1 Dec 2015 04:52:22 +0000 (10:22 +0530)]
session: add webrequest api
Robo [Wed, 9 Dec 2015 14:40:34 +0000 (20:10 +0530)]
add test
deepak1556 [Sun, 6 Dec 2015 20:27:02 +0000 (15:27 -0500)]
provide option to set content for POST request with url_fetcher
deepak1556 [Sat, 5 Dec 2015 01:48:19 +0000 (20:48 -0500)]
protocol: provide upload data when available
Cheng Zhao [Wed, 9 Dec 2015 10:14:37 +0000 (18:14 +0800)]
Use HTTPS for libchromiumcontent's URL
Without using the subdomain we should be able to work around the domain
license problem of python.
Cheng Zhao [Wed, 9 Dec 2015 10:10:48 +0000 (18:10 +0800)]
Merge pull request #3743 from preco21/master
Update as upstream
Plusb Preco [Wed, 9 Dec 2015 08:16:54 +0000 (17:16 +0900)]
Update as upstream
[ci skip]
Plusb Preco [Wed, 9 Dec 2015 07:41:23 +0000 (16:41 +0900)]
Merge remote-tracking branch 'refs/remotes/atom/master'
Cheng Zhao [Wed, 9 Dec 2015 04:34:10 +0000 (12:34 +0800)]
Update brightray for #3720
Cheng Zhao [Wed, 9 Dec 2015 04:25:54 +0000 (12:25 +0800)]
Merge pull request #3732 from deepak1556/path_config_patch
fix chrome app and user path conflicts
Cheng Zhao [Wed, 9 Dec 2015 04:15:40 +0000 (12:15 +0800)]
Merge pull request #3729 from preco21/master
Update as upstream
Cheng Zhao [Wed, 9 Dec 2015 04:13:07 +0000 (12:13 +0800)]
Merge pull request #3715 from atom/do-not-edit-menu-template
Do not modify the specified menu template
Cheng Zhao [Wed, 9 Dec 2015 04:05:47 +0000 (12:05 +0800)]
docs: win.setIgnoreMouseEvents
Cheng Zhao [Wed, 9 Dec 2015 04:00:16 +0000 (12:00 +0800)]
Merge pull request #3706 from billyct/master
support an api with SetIgnoreMouseEvents for osx
Cheng Zhao [Wed, 9 Dec 2015 03:56:01 +0000 (11:56 +0800)]
Merge pull request #3705 from arturts/pt-br-linux-build-instructions
:memo: [ci skip] translation build instructions
Cheng Zhao [Wed, 9 Dec 2015 03:43:26 +0000 (11:43 +0800)]
Merge pull request #3704 from leftstick/master
add ZH-CN translation for using-selenium-and-webdriver
Cheng Zhao [Wed, 9 Dec 2015 03:43:07 +0000 (11:43 +0800)]
Merge pull request #3703 from Cfeusier/patch-1
Fix broken link in Docs > Synopsis
Cheng Zhao [Wed, 9 Dec 2015 03:38:39 +0000 (11:38 +0800)]
Merge pull request #3700 from arturts/pt-br-browser-window
:memo: [ci skip] browser window translation
Cheng Zhao [Wed, 9 Dec 2015 03:38:05 +0000 (11:38 +0800)]
Merge pull request #3698 from lukeapage/patch-2
Docs: Fix link to webcontents send channel
Andriy Tsok [Wed, 2 Dec 2015 21:02:04 +0000 (23:02 +0200)]
Ukrainian translation (uk-UA)
Robo [Tue, 8 Dec 2015 19:21:46 +0000 (00:51 +0530)]
protocol: api to register schemes that can handle service worker
Robo [Tue, 8 Dec 2015 17:30:08 +0000 (23:00 +0530)]
fix chrome app and user path conflicts
Kevin Sawicki [Tue, 8 Dec 2015 16:21:14 +0000 (08:21 -0800)]
Merge pull request #3726 from acburdine/patch-1
Fix grammatical error in desktop notification docs
Cheng Zhao [Tue, 8 Dec 2015 11:46:01 +0000 (19:46 +0800)]
Merge pull request #3727 from atom/desktop-capture-api-continue
Merge the desktopCapturer API
Cheng Zhao [Tue, 8 Dec 2015 10:15:01 +0000 (18:15 +0800)]
Link with libyuv_neon.a on ARM
Cheng Zhao [Tue, 8 Dec 2015 09:32:42 +0000 (17:32 +0800)]
Install libxtst-dev on travis ci
Cheng Zhao [Tue, 8 Dec 2015 09:03:10 +0000 (17:03 +0800)]
Update brightray: Link a few more X libraries
Cheng Zhao [Tue, 8 Dec 2015 08:56:20 +0000 (16:56 +0800)]
Update brightray for various linking problems
Cheng Zhao [Tue, 8 Dec 2015 06:49:13 +0000 (14:49 +0800)]
Update libchromiumcontent and brightray
Plusb Preco [Tue, 8 Dec 2015 06:39:58 +0000 (15:39 +0900)]
Update as upstream
[ci skip]
Plusb Preco [Tue, 8 Dec 2015 06:39:01 +0000 (15:39 +0900)]
Revert "Update as upstream"
This reverts commit
06acc8b20854a4d4440c93a446c2315d2b2a450a.
Plusb Preco [Tue, 8 Dec 2015 06:38:10 +0000 (15:38 +0900)]
Update as upstream
Cheng Zhao [Tue, 8 Dec 2015 06:21:23 +0000 (14:21 +0800)]
Update clang to the same version with Chrome 47
Cheng Zhao [Tue, 8 Dec 2015 05:49:26 +0000 (13:49 +0800)]
Simplify the desktopCapturer code
Cheng Zhao [Tue, 8 Dec 2015 05:49:11 +0000 (13:49 +0800)]
spec: Add a simple test case for desktopCapturer
Austin Burdine [Tue, 8 Dec 2015 05:13:45 +0000 (23:13 -0600)]
:memo: fix grammatical error in desktop notification docs [ci skip]
Cheng Zhao [Tue, 8 Dec 2015 05:09:36 +0000 (13:09 +0800)]
docs: Improve docs of desktopCapturer
Cheng Zhao [Tue, 8 Dec 2015 04:58:39 +0000 (12:58 +0800)]
Remove deprecated API usages
Cheng Zhao [Tue, 8 Dec 2015 04:47:07 +0000 (12:47 +0800)]
Update brightray and libchromium for desktopCapturer
Cheng Zhao [Tue, 8 Dec 2015 04:44:55 +0000 (12:44 +0800)]
Add desktopCapturer to electron
Cheng Zhao [Tue, 8 Dec 2015 04:43:44 +0000 (12:43 +0800)]
Merge branch 'master' into desktop-capture-api
Cheng Zhao [Tue, 8 Dec 2015 04:26:24 +0000 (12:26 +0800)]
Merge pull request #3724 from atom/node5
Upgrade to Node v5.1.1
Cheng Zhao [Tue, 8 Dec 2015 04:06:32 +0000 (12:06 +0800)]
Update brightray
Cheng Zhao [Tue, 8 Dec 2015 03:41:47 +0000 (11:41 +0800)]
We are now on 0.36.0
Cheng Zhao [Tue, 8 Dec 2015 03:20:07 +0000 (11:20 +0800)]
No need to use CommandDispatcher
Cheng Zhao [Tue, 8 Dec 2015 03:14:30 +0000 (11:14 +0800)]
Upgrade to Node v5.1.1