Cheng Zhao [Fri, 22 Jul 2016 14:37:20 +0000 (23:37 +0900)]
display.h needs to be used together with screen.h
Cheng Zhao [Thu, 21 Jul 2016 17:20:43 +0000 (11:20 -0600)]
Fix building on Windows
Cheng Zhao [Thu, 21 Jul 2016 13:09:01 +0000 (07:09 -0600)]
Fix building on Linux
Cheng Zhao [Thu, 21 Jul 2016 12:32:29 +0000 (06:32 -0600)]
Bump node module version
Cheng Zhao [Thu, 21 Jul 2016 12:07:05 +0000 (06:07 -0600)]
Update to Chrome 52.0.2743.82
Cheng Zhao [Thu, 21 Jul 2016 12:03:38 +0000 (06:03 -0600)]
Fix compilation error after merge
Cheng Zhao [Thu, 21 Jul 2016 11:34:36 +0000 (05:34 -0600)]
Merge branch 'master' into chrome52
Cheng Zhao [Thu, 21 Jul 2016 09:28:37 +0000 (03:28 -0600)]
Merge pull request #6559 from electron/node-6-3
Update to Node.js 6.3.0
Cheng Zhao [Thu, 21 Jul 2016 08:08:43 +0000 (17:08 +0900)]
spec: Fix exception when refreshing test window
Cheng Zhao [Thu, 21 Jul 2016 07:44:30 +0000 (16:44 +0900)]
Avoid using CHECK in files using node headesr
Node has its own CHECK macro which requires linking with node::Assert.
Cheng Zhao [Thu, 21 Jul 2016 07:43:21 +0000 (16:43 +0900)]
Use node::FreeEnvironment
Cheng Zhao [Thu, 21 Jul 2016 07:36:50 +0000 (16:36 +0900)]
Fix compilation errors on Windows
Cheng Zhao [Thu, 21 Jul 2016 07:36:31 +0000 (16:36 +0900)]
There is no node_extern.h anymore
Cheng Zhao [Thu, 21 Jul 2016 07:17:07 +0000 (01:17 -0600)]
Update .node-version
Cheng Zhao [Thu, 21 Jul 2016 06:52:44 +0000 (00:52 -0600)]
Add a few new node defines
Cheng Zhao [Thu, 21 Jul 2016 06:52:15 +0000 (00:52 -0600)]
Make use of some new Node config flags
Cheng Zhao [Thu, 21 Jul 2016 06:51:57 +0000 (00:51 -0600)]
Update node headers including
Cheng Zhao [Thu, 21 Jul 2016 06:57:20 +0000 (00:57 -0600)]
Update to Node 6.3.0
Cheng Zhao [Thu, 21 Jul 2016 05:57:08 +0000 (23:57 -0600)]
Bump v1.2.8
Cheng Zhao [Wed, 20 Jul 2016 11:18:47 +0000 (05:18 -0600)]
Merge pull request #6547 from electron/update-web-view-docs
docs: Update nodeintegration of web-view-tag.md
Cheng Zhao [Wed, 20 Jul 2016 11:13:43 +0000 (05:13 -0600)]
Merge pull request #6540 from mattslay/patch-1
Update file-object.md
Cheng Zhao [Wed, 20 Jul 2016 11:13:05 +0000 (05:13 -0600)]
docs: Update nodeintegration of web-view-tag.md
webview is now disabled when nodeIntegration is off.
Cheng Zhao [Wed, 20 Jul 2016 11:00:57 +0000 (05:00 -0600)]
Merge pull request #6529 from darkdh/serial_number
serial number in hex string
Matt Slay [Wed, 20 Jul 2016 04:51:58 +0000 (23:51 -0500)]
Update file-object.md
Added a for loop to iterate over the array of files, which allows processing of multiple files being dropped over the "holder" div.
Anthony Tseng [Tue, 19 Jul 2016 03:06:17 +0000 (11:06 +0800)]
Using base::HexEncode()
Anthony Tseng [Fri, 15 Jul 2016 18:09:02 +0000 (02:09 +0800)]
serial number in hex string
Cheng Zhao [Mon, 18 Jul 2016 15:00:36 +0000 (09:00 -0600)]
Merge pull request #6527 from electron/mac-relaunch
Apply #6412 on macOS
Cheng Zhao [Mon, 18 Jul 2016 14:49:13 +0000 (08:49 -0600)]
Merge pull request #6520 from MagiCarbon/master
error link
Cheng Zhao [Mon, 18 Jul 2016 14:46:01 +0000 (08:46 -0600)]
Redirect relaunch process's stdout to /dev/null
Moriarty!~~ [Sun, 17 Jul 2016 01:22:53 +0000 (09:22 +0800)]
error link
> `[security introduction](../tutorial/security.md)`.
it should be `[security introduction](tutorial/security.md)`
Cheng Zhao [Sat, 16 Jul 2016 00:57:04 +0000 (09:57 +0900)]
Merge pull request #6511 from electron/more-docs-cleanup
Clean up API Docs
Kevin Sawicki [Fri, 15 Jul 2016 17:40:32 +0000 (10:40 -0700)]
Merge pull request #6510 from electron/reset-thumbnail-docs
Mention how to reset thumbnail to entire window
Kevin Sawicki [Fri, 15 Jul 2016 16:30:42 +0000 (09:30 -0700)]
Mention how to reset thumbnail to entire window
Kevin Sawicki [Fri, 15 Jul 2016 17:17:59 +0000 (10:17 -0700)]
Merge pull request #6509 from electron/brightray-devtools-focus-fix
Upgrade brightray for undocked devtools focus fix
Kevin Sawicki [Fri, 15 Jul 2016 16:21:08 +0000 (09:21 -0700)]
Upgrade brightray for undocked devtools focus fix
Cheng Zhao [Fri, 15 Jul 2016 13:47:40 +0000 (22:47 +0900)]
Fix cpplint warnings
Cheng Zhao [Fri, 15 Jul 2016 13:45:49 +0000 (22:45 +0900)]
Merge pull request #6502 from liusy182/optional-callback-6491
Make the callback of session.clearStorageData optional
liusi [Fri, 15 Jul 2016 06:13:56 +0000 (14:13 +0800)]
make Session::ClearStorageData's callback optional
Cheng Zhao [Fri, 15 Jul 2016 02:02:00 +0000 (11:02 +0900)]
Merge pull request #6489 from electron/webcontents-static-api
Document static methods on webContents
Cheng Zhao [Fri, 15 Jul 2016 01:59:19 +0000 (10:59 +0900)]
webContents is now a public module
Cheng Zhao [Fri, 15 Jul 2016 01:20:14 +0000 (10:20 +0900)]
Merge pull request #6499 from electron/drop-vista
Remove implicit references to Vista in docs
Cheng Zhao [Fri, 15 Jul 2016 01:18:39 +0000 (10:18 +0900)]
Merge pull request #6497 from electron/windows-thumbnail
Add setThumbnailClip API on Windows
Cheng Zhao [Fri, 15 Jul 2016 01:02:05 +0000 (10:02 +0900)]
Merge pull request #6486 from MarshallOfSound/master
Add a getFeedURL API for the autoUpdater
Kevin Sawicki [Fri, 15 Jul 2016 00:54:18 +0000 (17:54 -0700)]
Add require example for webContents
Kevin Sawicki [Fri, 15 Jul 2016 00:46:58 +0000 (17:46 -0700)]
Update headings/sections to follow docs styleguide
Cheng Zhao [Fri, 15 Jul 2016 00:44:29 +0000 (09:44 +0900)]
Merge pull request #6495 from electron/link-to-boilerplates
link to boilerplates
Cheng Zhao [Fri, 15 Jul 2016 00:44:01 +0000 (09:44 +0900)]
Merge pull request #6493 from electron/elecron-devtools-installer
mention electron-devtools-installer as an alternative
Kevin Sawicki [Fri, 15 Jul 2016 00:32:14 +0000 (17:32 -0700)]
Remove implicit references to Vista
Cheng Zhao [Fri, 15 Jul 2016 00:12:35 +0000 (09:12 +0900)]
Merge pull request #6490 from wilsonpage/add-drop-text-support
Add support for dropped text in osx
Cheng Zhao [Thu, 14 Jul 2016 23:45:36 +0000 (08:45 +0900)]
Merge pull request #6474 from darkdh/cert_detail
Add more detail attributes for certificate-error
Zeke Sikelianos [Thu, 14 Jul 2016 23:10:19 +0000 (16:10 -0700)]
denote return type on process memory info methods methods
Zeke Sikelianos [Thu, 14 Jul 2016 23:09:29 +0000 (16:09 -0700)]
Use common style to denote OS-specific arguments
Kevin Sawicki [Thu, 14 Jul 2016 23:02:06 +0000 (16:02 -0700)]
Add properties as sub-list
Kevin Sawicki [Thu, 14 Jul 2016 22:54:57 +0000 (15:54 -0700)]
Document setThumbnailClip
Kevin Sawicki [Thu, 14 Jul 2016 20:27:16 +0000 (13:27 -0700)]
win: Add setThumbnailClip window API
Samuel Attard [Thu, 14 Jul 2016 22:13:41 +0000 (10:13 +1200)]
Add autoUpdater getFeedURL specs
Samuel Attard [Thu, 14 Jul 2016 22:05:36 +0000 (10:05 +1200)]
Fix casing issue on the windows update JS file
Zeke Sikelianos [Thu, 14 Jul 2016 21:57:06 +0000 (14:57 -0700)]
link to boilerplates
Zeke Sikelianos [Thu, 14 Jul 2016 21:16:02 +0000 (14:16 -0700)]
fix typo
Zeke Sikelianos [Thu, 14 Jul 2016 21:12:06 +0000 (14:12 -0700)]
mention electron-devtools-installer as an automated alternative
Wilson Page [Thu, 14 Jul 2016 17:21:39 +0000 (18:21 +0100)]
Add support for dropped text in osx
Kevin Sawicki [Thu, 14 Jul 2016 16:37:09 +0000 (09:37 -0700)]
Sort contents by id for consistent ordering
Kevin Sawicki [Thu, 14 Jul 2016 16:33:16 +0000 (09:33 -0700)]
Use let and const
Kevin Sawicki [Thu, 14 Jul 2016 16:25:59 +0000 (09:25 -0700)]
Use getCurrentWebContents()
Kevin Sawicki [Thu, 14 Jul 2016 16:17:16 +0000 (09:17 -0700)]
Add spec for webContents.getFocusedWebContents()
Kevin Sawicki [Thu, 14 Jul 2016 16:10:40 +0000 (09:10 -0700)]
Add initial webContents spec
Kevin Sawicki [Thu, 14 Jul 2016 16:00:29 +0000 (09:00 -0700)]
Document static webContents methods
Kevin Sawicki [Thu, 14 Jul 2016 15:59:49 +0000 (08:59 -0700)]
Expose getAllWebContents() API
Samuel Attard [Thu, 14 Jul 2016 12:29:53 +0000 (00:29 +1200)]
Fix linting, removes additional semicolon
Samuel Attard [Thu, 14 Jul 2016 12:12:31 +0000 (00:12 +1200)]
Remove unnecessary method
Samuel Attard [Thu, 14 Jul 2016 12:07:17 +0000 (00:07 +1200)]
Add docs for getFeedURL
Samuel Attard [Thu, 14 Jul 2016 12:04:48 +0000 (00:04 +1200)]
Add the getFeedURL API for macOS and Windows
Anthony Tseng [Thu, 14 Jul 2016 11:09:11 +0000 (19:09 +0800)]
Use CalculateFingerprint256()
Cheng Zhao [Thu, 14 Jul 2016 03:57:26 +0000 (12:57 +0900)]
Merge pull request #6482 from deepak1556/webcontents_navigation_obs_patch
webcontents: replace deprecated navigation observers
Cheng Zhao [Thu, 14 Jul 2016 03:47:07 +0000 (12:47 +0900)]
Merge pull request #6480 from electron/webcontents-focus
Execute role-based menu items on focused web contents
Cheng Zhao [Thu, 14 Jul 2016 03:07:39 +0000 (12:07 +0900)]
Merge pull request #6470 from electron/session-options
Ad options for creating Session
deepak1556 [Thu, 14 Jul 2016 00:19:28 +0000 (05:49 +0530)]
webcontents: replace deprecated navigation observers
Kevin Sawicki [Wed, 13 Jul 2016 21:49:25 +0000 (14:49 -0700)]
:art:
Kevin Sawicki [Wed, 13 Jul 2016 21:20:33 +0000 (14:20 -0700)]
Doc webContents.isFocused
Kevin Sawicki [Wed, 13 Jul 2016 21:18:41 +0000 (14:18 -0700)]
Sort filenames
Kevin Sawicki [Wed, 13 Jul 2016 19:18:44 +0000 (12:18 -0700)]
Call role method on focused web contents
Kevin Sawicki [Wed, 13 Jul 2016 19:15:30 +0000 (12:15 -0700)]
Add webContents.getFocusedWebContents()
Kevin Sawicki [Wed, 13 Jul 2016 15:54:40 +0000 (08:54 -0700)]
Add webContents.isFocused()
Kevin Sawicki [Wed, 13 Jul 2016 16:41:10 +0000 (09:41 -0700)]
Merge pull request #6476 from AndrewTsao/patch-1
fix a typo.
andi [Wed, 13 Jul 2016 16:37:55 +0000 (00:37 +0800)]
fix a typo.
Anthony Tseng [Tue, 12 Jul 2016 17:05:28 +0000 (01:05 +0800)]
Add more detail attributes for certificate-error
Cheng Zhao [Wed, 13 Jul 2016 08:24:28 +0000 (17:24 +0900)]
Merge pull request #6469 from abdihaikal/master
Add electron-id.slack.com for Indonesia
Cheng Zhao [Wed, 13 Jul 2016 07:41:13 +0000 (16:41 +0900)]
Merge pull request #6467 from electron/enforce-new-docs-styleguide
Update documentation guidelines for Classes
Cheng Zhao [Wed, 13 Jul 2016 07:22:55 +0000 (16:22 +0900)]
Run background pages in separate partition
This avoids the default partition always being created on startup, so it
gives users a chance to run session.fromParititon.
Abdi Haikal [Wed, 13 Jul 2016 07:07:46 +0000 (14:07 +0700)]
Add electron-id.slack.com for Indonesia
Zeke Sikelianos [Wed, 13 Jul 2016 05:00:28 +0000 (22:00 -0700)]
clarify rules for documenting classes
Zeke Sikelianos [Wed, 13 Jul 2016 04:57:07 +0000 (21:57 -0700)]
fix heading levels on BrowserWindowProxy
Zeke Sikelianos [Wed, 13 Jul 2016 04:50:43 +0000 (21:50 -0700)]
:art:
Zeke Sikelianos [Wed, 13 Jul 2016 04:47:28 +0000 (21:47 -0700)]
fix heading levels in Menu doc
Zeke Sikelianos [Wed, 13 Jul 2016 04:42:08 +0000 (21:42 -0700)]
use h3/h4 for instance headings and children
Zeke Sikelianos [Wed, 13 Jul 2016 04:40:46 +0000 (21:40 -0700)]
:lipstick:
Cheng Zhao [Wed, 13 Jul 2016 04:34:19 +0000 (13:34 +0900)]
spec: Fix js lint warning
Zeke Sikelianos [Wed, 13 Jul 2016 04:30:27 +0000 (21:30 -0700)]
use consistent wording for instances
Zeke Sikelianos [Wed, 13 Jul 2016 04:29:09 +0000 (21:29 -0700)]
use h3/h4 for static method headings and methods
Zeke Sikelianos [Wed, 13 Jul 2016 04:28:27 +0000 (21:28 -0700)]
distinguish static methods from module methods