Cheng Zhao [Fri, 26 Feb 2016 01:23:39 +0000 (09:23 +0800)]
Update libchromiumcontent, use harfbuzz 1.06
Close #4513.
Cheng Zhao [Thu, 25 Feb 2016 13:18:57 +0000 (21:18 +0800)]
Merge pull request #4595 from dongjoon-hyun/rename_function_filter_accelerator
Rename function `FilterAccecelator` to `FilterAccelerator` in `submenu.cc`
Cheng Zhao [Thu, 25 Feb 2016 13:11:43 +0000 (21:11 +0800)]
Merge pull request #4592 from miniak/fix-url-request-converter-crash
Fix crash in mate::Converter<const net::URLRequest*>::ToV8
Cheng Zhao [Thu, 25 Feb 2016 04:26:53 +0000 (12:26 +0800)]
Merge pull request #4518 from deepak1556/webview_host_window_patch
webview: api to get host browser window
Dongjoon Hyun [Wed, 24 Feb 2016 19:15:21 +0000 (11:15 -0800)]
Rename function `FilterAccecelator` to `FilterAccelerator` in `submenu_button.cc`.
Milan Burda [Wed, 24 Feb 2016 13:01:26 +0000 (14:01 +0100)]
Fix crash in mate::Converter<const net::URLRequest*>::ToV8
The net::URLRequest::url() method calls vector<GURL>::back(), which is undefined when the url_chain is empty
Robo [Wed, 17 Feb 2016 08:52:19 +0000 (14:22 +0530)]
webview: api to get webcontents and associated host webcontents
Cheng Zhao [Wed, 24 Feb 2016 05:48:33 +0000 (13:48 +0800)]
Merge pull request #4588 from atom/fix-protocol-crash
Revert #4551
Cheng Zhao [Wed, 24 Feb 2016 05:25:30 +0000 (13:25 +0800)]
Revert "protocol: respect requests from partition"
This reverts commit
85800256deb7c2eb543bba8d28eb369e3521eb54.
Cheng Zhao [Wed, 24 Feb 2016 05:25:22 +0000 (13:25 +0800)]
Cheng Zhao [Wed, 24 Feb 2016 05:06:17 +0000 (13:06 +0800)]
Merge pull request #4560 from magicae/magica-translate-docs-to-zh_CN
docs: update zh-CN docs translation [WIP]
Cheng Zhao [Wed, 24 Feb 2016 04:03:37 +0000 (12:03 +0800)]
Merge pull request #4551 from deepak1556/protocol_session_patch
protocol: respect requests from partition
Cheng Zhao [Tue, 23 Feb 2016 12:41:50 +0000 (20:41 +0800)]
Merge pull request #4581 from atom/linux-menu-fix
Notify the global menu bar when window is mapped
Cheng Zhao [Tue, 23 Feb 2016 07:43:32 +0000 (15:43 +0800)]
Notify the global menu bar when window is mapped
Robo [Fri, 19 Feb 2016 14:16:03 +0000 (19:46 +0530)]
add docs
Cheng Zhao [Tue, 23 Feb 2016 07:11:07 +0000 (15:11 +0800)]
Merge pull request #4580 from kanatapple/master
docs: update jp doc ipc-renderer.md
Yasunari Fujieda [Tue, 23 Feb 2016 06:10:38 +0000 (15:10 +0900)]
docs: update jp doc ipc-renderer.md
Cheng Zhao [Tue, 23 Feb 2016 06:08:46 +0000 (14:08 +0800)]
Merge pull request #4579 from jin5354/master
docs: update zh-CN doc debugging-main-process.md
Cheng Zhao [Tue, 23 Feb 2016 05:39:34 +0000 (13:39 +0800)]
Merge pull request #4566 from yamatoya/master
Update as upstream
jin5354 [Tue, 23 Feb 2016 02:00:28 +0000 (10:00 +0800)]
docs: update zh-CN doc debugging-main-process.md
update zh-CN doc debugging-main-process.md to be up-to-date with
English ver.
Cheng Zhao [Mon, 22 Feb 2016 08:10:55 +0000 (16:10 +0800)]
Merge pull request #4570 from atom/cleanup-remote
Cleanup code of remote module
Cheng Zhao [Mon, 22 Feb 2016 07:20:23 +0000 (15:20 +0800)]
Fix render-view-deleted being emitted twice
Cheng Zhao [Mon, 22 Feb 2016 06:54:55 +0000 (14:54 +0800)]
Get rid of the ATOM_BROWSER_RELEASE_RENDER_VIEW event
Cheng Zhao [Mon, 22 Feb 2016 06:36:50 +0000 (14:36 +0800)]
Separate renderer functions by renderer process ID
Close #4324.
Cheng Zhao [Mon, 22 Feb 2016 06:15:51 +0000 (14:15 +0800)]
Remove a few CoffeeScript generated junks
Cheng Zhao [Mon, 22 Feb 2016 06:10:25 +0000 (14:10 +0800)]
ObjectsRegistry no longer needs to send events
Cheng Zhao [Mon, 22 Feb 2016 06:03:31 +0000 (14:03 +0800)]
No longer need to count the references in webContents
All remote objects are now cached in renderer process, so there is
always only one reference to one remote object for each webContents.
Cheng Zhao [Mon, 22 Feb 2016 04:26:41 +0000 (12:26 +0800)]
No longer needs cache for methods of remote
Refs #4517.
Cheng Zhao [Mon, 22 Feb 2016 03:51:41 +0000 (11:51 +0800)]
v8Util.createObjectWithName is no longer used
Cheng Zhao [Mon, 22 Feb 2016 05:04:34 +0000 (13:04 +0800)]
Merge pull request #4568 from atom/remote-proto
Keep prototype chain in remote objects
Cheng Zhao [Mon, 22 Feb 2016 04:13:26 +0000 (12:13 +0800)]
spec: Tests for remote ES6 class
Cheng Zhao [Mon, 22 Feb 2016 02:52:21 +0000 (10:52 +0800)]
Keep the prototype chain in remote objects
Takahito Yamatoya [Sun, 21 Feb 2016 15:59:18 +0000 (00:59 +0900)]
Update as upstream
Cheng Zhao [Sun, 21 Feb 2016 13:53:41 +0000 (21:53 +0800)]
Merge pull request #4564 from dongjoon-hyun/rename_const_persist_prefix
Rename constant `PERSIST_PERFIX` to `PERSIST_PREFIX` in `session.js`.
Plusb Preco [Fri, 19 Feb 2016 00:39:43 +0000 (09:39 +0900)]
:memo: Update as upstream
[ci skip]
Cheng Zhao [Sun, 21 Feb 2016 11:04:06 +0000 (19:04 +0800)]
Merge pull request #4558 from cesine/update/deps
a new version of asar is out 0.10.0
Cheng Zhao [Sun, 21 Feb 2016 09:54:48 +0000 (17:54 +0800)]
Merge pull request #4517 from deepak1556/remote_browser_window_patch
remote: return webcontents instance from cache
Dongjoon Hyun [Sun, 21 Feb 2016 08:14:34 +0000 (00:14 -0800)]
Rename constant `PERSIST_PERFIX` to `PERSIST_PREFIX` in `session.js`.
Magica [Sun, 21 Feb 2016 06:09:34 +0000 (14:09 +0800)]
Magica [Sun, 21 Feb 2016 05:49:51 +0000 (13:49 +0800)]
Magica [Sat, 20 Feb 2016 10:51:04 +0000 (18:51 +0800)]
Magica [Sat, 20 Feb 2016 09:00:58 +0000 (17:00 +0800)]
Magica [Sat, 20 Feb 2016 08:09:56 +0000 (16:09 +0800)]
cesine [Sat, 20 Feb 2016 04:24:56 +0000 (23:24 -0500)]
a new version of asar is out 0.10.0
Kevin Sawicki [Fri, 19 Feb 2016 19:22:15 +0000 (11:22 -0800)]
Merge pull request #4547 from Rafaelgfirmino/master
Translated
Kevin Sawicki [Fri, 19 Feb 2016 19:21:10 +0000 (11:21 -0800)]
Merge pull request #4543 from baconface/patch-2
Changed session to app to reflect rest of document
Robo [Fri, 19 Feb 2016 14:09:01 +0000 (19:39 +0530)]
protocol: respect requests from partition
Cheng Zhao [Fri, 19 Feb 2016 02:27:04 +0000 (10:27 +0800)]
Bump v0.36.8
Cheng Zhao [Fri, 19 Feb 2016 06:37:09 +0000 (14:37 +0800)]
Merge pull request #4548 from atom/free-ffmpeg
Provide ffmpeg binaries without proprietary codecs
Lee Dohm [Fri, 19 Feb 2016 04:49:42 +0000 (20:49 -0800)]
Merge pull request #4528 from atom/wl-templates
Add issue template
Cheng Zhao [Fri, 19 Feb 2016 02:26:18 +0000 (10:26 +0800)]
Create and upload free version of ffmpeg
Cheng Zhao [Fri, 19 Feb 2016 02:01:39 +0000 (10:01 +0800)]
Update libchromiumcontent with free version of ffmpeg
Rafael G Firmino [Fri, 19 Feb 2016 00:51:23 +0000 (22:51 -0200)]
Translated
Brad Metcalf [Thu, 18 Feb 2016 19:41:22 +0000 (13:41 -0600)]
Changed session to app to reflect rest of document
Kevin Sawicki [Thu, 18 Feb 2016 18:47:45 +0000 (10:47 -0800)]
Merge pull request #4524 from atom/update-default-app-styles
Match default app styles to website styles
Kevin Sawicki [Wed, 17 Feb 2016 18:21:05 +0000 (10:21 -0800)]
Use background color as border color
Kevin Sawicki [Wed, 17 Feb 2016 18:11:35 +0000 (10:11 -0800)]
under -> in
Kevin Sawicki [Wed, 17 Feb 2016 18:10:36 +0000 (10:10 -0800)]
on -> to learn
Kevin Sawicki [Wed, 17 Feb 2016 18:07:32 +0000 (10:07 -0800)]
Only change background on hover
Kevin Sawicki [Wed, 17 Feb 2016 18:02:53 +0000 (10:02 -0800)]
Add docs sentence in new paragraph
Kevin Sawicki [Wed, 17 Feb 2016 18:01:35 +0000 (10:01 -0800)]
Remove v before version
Kevin Sawicki [Wed, 17 Feb 2016 18:01:18 +0000 (10:01 -0800)]
Update header style
Kevin Sawicki [Wed, 17 Feb 2016 17:53:48 +0000 (09:53 -0800)]
Remove parens around version
Kevin Sawicki [Wed, 17 Feb 2016 17:53:16 +0000 (09:53 -0800)]
Tweak holder styles
Kevin Sawicki [Wed, 17 Feb 2016 17:51:24 +0000 (09:51 -0800)]
Use colors from Electron site
Lee Dohm [Thu, 18 Feb 2016 16:57:31 +0000 (08:57 -0800)]
Remove all but prompts for version numbers
Plusb Preco [Wed, 17 Feb 2016 13:46:36 +0000 (22:46 +0900)]
:memo: Update as upstream
[ci skip]
Cheng Zhao [Thu, 18 Feb 2016 15:28:19 +0000 (23:28 +0800)]
docs: Add note on Chrome version when using widevine
Refs #4519.
Cheng Zhao [Thu, 18 Feb 2016 12:14:08 +0000 (20:14 +0800)]
Merge pull request #4534 from apoco/menu-documentation
Link to Menu documentation
Robo [Wed, 17 Feb 2016 07:57:46 +0000 (13:27 +0530)]
remote: return webcontents instance from cache
Cheng Zhao [Thu, 18 Feb 2016 10:57:31 +0000 (18:57 +0800)]
Ship ffmpeg in dist, close #4536
Cheng Zhao [Thu, 18 Feb 2016 10:57:04 +0000 (18:57 +0800)]
Merge pull request #4538 from atom/cmd-tilde
mac: Simulate the behavior of cmd+~ when OS X didn't handle it
Cheng Zhao [Thu, 18 Feb 2016 10:40:22 +0000 (18:40 +0800)]
Merge pull request #4508 from atom/open-external-without-activation
Allow shell.openExternal to open URLs in the background
Cheng Zhao [Thu, 18 Feb 2016 10:32:13 +0000 (18:32 +0800)]
mac: Simulate the behavior of cmd+~ when OS X didn't handle it
Jacob Page [Thu, 18 Feb 2016 05:30:01 +0000 (21:30 -0800)]
Link to Menu documentation
Added link to documentation about `Menu` objects
Cheng Zhao [Thu, 18 Feb 2016 05:01:18 +0000 (13:01 +0800)]
Merge pull request #4532 from atom/no-drop-capacities
Update libchromiumcontent, fix #3666
Cheng Zhao [Thu, 18 Feb 2016 04:14:25 +0000 (12:14 +0800)]
Update libchromiumcontent, fix #3666
Cheng Zhao [Thu, 18 Feb 2016 04:12:32 +0000 (12:12 +0800)]
Merge pull request #4531 from atom/fix-win32-specs
spec: Fix failing tests on Windows
Cheng Zhao [Thu, 18 Feb 2016 03:39:35 +0000 (11:39 +0800)]
spec: Fix failing tests on Windows
Cheng Zhao [Thu, 18 Feb 2016 03:15:37 +0000 (11:15 +0800)]
Merge pull request #4523 from atom/spec-clean-up
Clean up specs post CoffeeScript conversion
Cheng Zhao [Thu, 18 Feb 2016 03:13:57 +0000 (11:13 +0800)]
Merge pull request #4530 from atom/shared-ffmpeg
Link with ffmpeg dynamically
Wliu [Thu, 18 Feb 2016 02:41:14 +0000 (21:41 -0500)]
:memo: Move Electron and OS versions above the description
[ci skip]
Wliu [Thu, 18 Feb 2016 02:29:36 +0000 (21:29 -0500)]
Drastically simplify the template
[ci skip]
Wliu [Wed, 17 Feb 2016 21:31:26 +0000 (16:31 -0500)]
Initial ISSUE_TEMPLATE draft
Kevin Sawicki [Wed, 17 Feb 2016 17:27:25 +0000 (09:27 -0800)]
Update var declarations
Kevin Sawicki [Wed, 17 Feb 2016 01:46:44 +0000 (17:46 -0800)]
Remove unneeded returns
Kevin Sawicki [Wed, 17 Feb 2016 01:45:18 +0000 (17:45 -0800)]
Remove unused results
Kevin Sawicki [Wed, 17 Feb 2016 01:39:11 +0000 (17:39 -0800)]
Remove unneeded returns
Kevin Sawicki [Wed, 17 Feb 2016 01:09:41 +0000 (17:09 -0800)]
Add newlines between describe/it blocks
Kevin Sawicki [Wed, 17 Feb 2016 00:46:49 +0000 (16:46 -0800)]
Use const for requires
Kevin Sawicki [Wed, 17 Feb 2016 17:05:21 +0000 (09:05 -0800)]
Handle argument parsing in C++
Kevin Sawicki [Wed, 17 Feb 2016 00:09:30 +0000 (16:09 -0800)]
Call OpenExternal with new true default to activate arg
Kevin Sawicki [Wed, 17 Feb 2016 00:08:36 +0000 (16:08 -0800)]
Add missing semicolon
Kevin Sawicki [Wed, 17 Feb 2016 00:02:41 +0000 (16:02 -0800)]
Return value from bindings method
Kevin Sawicki [Tue, 16 Feb 2016 23:58:33 +0000 (15:58 -0800)]
Use markdown list for new options param
Kevin Sawicki [Tue, 16 Feb 2016 23:55:37 +0000 (15:55 -0800)]
without_activation -> activate
Ben Gotow [Wed, 3 Feb 2016 19:35:01 +0000 (11:35 -0800)]
Fix linter error
Ben Gotow [Wed, 3 Feb 2016 07:01:00 +0000 (23:01 -0800)]
Allow openExternal to open URLs in the background #3224
Cheng Zhao [Wed, 17 Feb 2016 14:21:59 +0000 (22:21 +0800)]
Update libchromiumcontent to use shared ffmpeg
Cheng Zhao [Wed, 17 Feb 2016 14:21:14 +0000 (22:21 +0800)]
Link with ffmpeg