Kevin Sawicki
|
d8eb8f4007
|
Sort filenames
|
2016-07-13 14:18:41 -07:00 |
|
Kevin Sawicki
|
f9a8bd3ea5
|
Call role method on focused web contents
|
2016-07-13 14:16:56 -07:00 |
|
Kevin Sawicki
|
06e595e7cc
|
Add webContents.getFocusedWebContents()
|
2016-07-13 14:16:56 -07:00 |
|
Kevin Sawicki
|
7877fa7c0a
|
Add webContents.isFocused()
|
2016-07-13 14:16:56 -07:00 |
|
Kevin Sawicki
|
5d95b544dd
|
Merge pull request #6476 from AndrewTsao/patch-1
fix a typo.
|
2016-07-13 09:41:10 -07:00 |
|
andi
|
7807310c02
|
fix a typo.
|
2016-07-14 00:37:55 +08:00 |
|
Anthony Tseng
|
db39867ad9
|
Add more detail attributes for certificate-error
|
2016-07-13 22:14:47 +08:00 |
|
Cheng Zhao
|
6d2e633c82
|
Merge pull request #6469 from abdihaikal/master
Add electron-id.slack.com for Indonesia
|
2016-07-13 17:24:28 +09:00 |
|
Cheng Zhao
|
1faa567d09
|
Merge pull request #6467 from electron/enforce-new-docs-styleguide
Update documentation guidelines for Classes
|
2016-07-13 16:41:13 +09:00 |
|
Cheng Zhao
|
41d2799514
|
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.
|
2016-07-13 16:22:55 +09:00 |
|
Abdi Haikal
|
de352f71cb
|
Add electron-id.slack.com for Indonesia
|
2016-07-13 14:07:46 +07:00 |
|
Zeke Sikelianos
|
9b1d1dc2c7
|
clarify rules for documenting classes
|
2016-07-12 22:00:28 -07:00 |
|
Zeke Sikelianos
|
4905d30dd6
|
fix heading levels on BrowserWindowProxy
|
2016-07-12 21:57:07 -07:00 |
|
Zeke Sikelianos
|
5ab4fd261c
|
🎨
|
2016-07-12 21:50:43 -07:00 |
|
Zeke Sikelianos
|
b20606c718
|
fix heading levels in Menu doc
|
2016-07-12 21:47:28 -07:00 |
|
Zeke Sikelianos
|
2486512c71
|
use h3/h4 for instance headings and children
|
2016-07-12 21:42:08 -07:00 |
|
Zeke Sikelianos
|
f8045fd743
|
💄
|
2016-07-12 21:40:46 -07:00 |
|
Cheng Zhao
|
749ed3473b
|
spec: Fix js lint warning
|
2016-07-13 13:34:19 +09:00 |
|
Zeke Sikelianos
|
6d8a6e6471
|
use consistent wording for instances
|
2016-07-12 21:30:27 -07:00 |
|
Zeke Sikelianos
|
a304a59d36
|
use h3/h4 for static method headings and methods
|
2016-07-12 21:29:09 -07:00 |
|
Zeke Sikelianos
|
fff036b6ab
|
distinguish static methods from module methods
|
2016-07-12 21:28:27 -07:00 |
|
Zeke Sikelianos
|
a08ee97fb0
|
use h3/h4 for instance events headings and events
|
2016-07-12 21:24:22 -07:00 |
|
Zeke Sikelianos
|
67dbff1d4a
|
events -> instance events
|
2016-07-12 21:22:54 -07:00 |
|
Zeke Sikelianos
|
e866c68938
|
📝 minor style changes and typos
|
2016-07-12 21:21:25 -07:00 |
|
Cheng Zhao
|
e653c67153
|
Move chromeExtensionHandler out of ready handler
This code were in ready handler because we could not require "protocol"
before ready before. It is now safe to move the code out.
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
6db75a3458
|
Fix building on Linux
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
fd73279d16
|
spec: Test lifetime of sessions returned by session.fromPartition
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
62153f4117
|
spec: Name of tests should match docs
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
3ce3004595
|
spec: session.defaultSession test case
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
e7666b0448
|
docs: options of session.fromPartition
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
753e92c845
|
Add cache option for session
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
e213e09c3e
|
Add options to session.fromPartition
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
00804e5f98
|
Move the ability to create BrowserContext to embedder
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
400bb8d0f3
|
Hide in_memory parameter in native interface
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
06a41cedab
|
Move check of isReady to native code
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
d739d8772c
|
Move session-created event to app
This follows the convention of other *-created events.
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
45500701f1
|
Do not access default session before app is ready
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
fcd3357fb8
|
Use Proxy to provide protocol APIs
In this way we can avoid initializing defaultSession when protocol
module is used.
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
4ebb83e999
|
Move the warning of registerStandardSchemes to native code
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
13e1818bf7
|
Bump v1.2.7
|
2016-07-13 12:22:42 +09:00 |
|
Cheng Zhao
|
e96d7a5fd9
|
Merge pull request #6466 from electron/cert-verifier-io-thread
Create AtomCertVerifier on IO thread
|
2016-07-13 12:22:17 +09:00 |
|
Cheng Zhao
|
e5ccb3fd5d
|
Remove lock in AtomCertVerifier
|
2016-07-13 12:07:57 +09:00 |
|
Cheng Zhao
|
24c60019b7
|
Create AtomCertVerifier on IO thread
|
2016-07-13 12:05:57 +09:00 |
|
Cheng Zhao
|
12d646a48b
|
Merge pull request #6459 from electron/devtools-context-menu
Add edit menu items to editable elements in dev tools
|
2016-07-13 10:43:48 +09:00 |
|
Cheng Zhao
|
606931d737
|
Merge pull request #6455 from electron/use-current-content-constraints
Initialize new size constraints to current constraints
|
2016-07-13 10:14:33 +09:00 |
|
Kevin Sawicki
|
181b8d799e
|
Add spec for min/max window size
|
2016-07-12 16:36:25 -07:00 |
|
Kevin Sawicki
|
15f7dc6609
|
Initialize to constraints to current constraints
|
2016-07-12 16:36:25 -07:00 |
|
Kevin Sawicki
|
e02cf5905c
|
Execute command on devtools web contents when focused
|
2016-07-12 13:24:53 -07:00 |
|
Kevin Sawicki
|
fa36d2e8c6
|
Add standard edit items to text context menus
|
2016-07-12 11:54:45 -07:00 |
|
Kevin Sawicki
|
63b98b1ea0
|
Use const instead of var
|
2016-07-12 11:31:40 -07:00 |
|