deepak1556
2d8286515d
expose api only on platforms using nss cert database
2016-04-19 11:29:24 +05:30
Ben Gotow
414245f4d8
Keep function placement consistent
2016-04-18 22:45:38 -07:00
Ben Gotow
8f89cd2d59
Move "setSheetOffset" to the BrowserWindow
2016-04-18 22:39:12 -07:00
deepak1556
ddf962c6ea
client_id is accessed on different threads
2016-04-19 10:01:38 +05:30
StoneStoneStone
591f8fed88
Update frameless-window.md
2016-04-19 12:03:34 +08:00
StoneStoneStone
fcad4ee186
Create download-item.md
2016-04-19 11:58:58 +08:00
Zeke Sikelianos
916114dd28
📝 keeping submodules up to date
2016-04-18 20:23:11 -07:00
StoneStoneStone
ace235b2fe
Merge pull request #3 from electron/master
...
update from electron
2016-04-19 09:13:30 +08:00
Jessica Lord
c3200ba7f6
Revert "Fix headers"
...
This reverts commit 4dd2716865
.
2016-04-18 18:00:32 -07:00
Cheng Zhao
1c87acbb75
Merge pull request #5194 from Stone-Jay/patch-5
...
Create frameless-window.md
2016-04-19 08:59:45 +09:00
Cheng Zhao
5c75fbe369
Merge pull request #5192 from andrewda/patch-1
...
Update link to setFeatureEnabledFromString
2016-04-19 08:59:15 +09:00
Rob Brackett
64a84dee3b
Add isLoadingMainFrame
method to WebContents.
...
Also switch `webContents.executeJavaScript` to check it instead of `isLoading`.
There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks.
Fixes #5183 .
2016-04-18 10:37:08 -07:00
Rob Brackett
3a9bbe30ac
Test for #5183 - webContents.executeJavaScript hangs on subframe load.
2016-04-18 10:33:56 -07:00
deepak1556
2c0494dcef
fix spec
2016-04-18 22:57:37 +05:30
deepak1556
919be67cd2
remove --client-certificate flag
2016-04-18 22:26:37 +05:30
deepak1556
2ddac9352f
add spec
2016-04-18 21:53:44 +05:30
Ray Booysen
5a9b86dd05
Update screen.md
2016-04-18 17:04:47 +01:00
deepak1556
1240c83e40
set trust bits for CA certs
2016-04-18 21:05:33 +05:30
StoneStoneStone
142300aeb9
Create frameless-window.md
...
Translate `frameless-window.md` to Chinese. And I'm not sure that the `non-client frame`'s translation is accurate.
2016-04-18 22:38:15 +08:00
Cheng Zhao
eeccd90455
Merge pull request #5191 from electron/initialize-embedder
...
Initialize the embedder_ member data
2016-04-18 15:13:41 +09:00
Cheng Zhao
a8032e8fef
Merge pull request #5184 from miniak/fix-docs
...
Fix documentation
2016-04-18 15:13:27 +09:00
deepak1556
b8e04f4947
set client id on AtomNetworkDelegate instead of cmd line switch
2016-04-18 11:35:24 +05:30
Andrew Dassonville
12483486c0
Update link to setFeatureEnabledFromString
2016-04-17 23:04:02 -07:00
Cheng Zhao
34319abf4a
Initialize the embedder_ member data
...
Otherwise it is going to be some random value and bite us.
2016-04-18 14:52:03 +09:00
deepak1556
e81cec4058
app: api to import client certificate
2016-04-18 10:54:43 +05:30
deepak1556
fcf04377d7
set network emulation client id in request headers
2016-04-18 10:49:00 +05:30
Cheng Zhao
0bf1e56156
Update brightray for electron/brightray#212
2016-04-18 13:59:15 +09:00
Plusb Preco
c8e77f47ab
📝 Fix typos
...
[ci skip]
2016-04-18 02:39:05 +09:00
Milan Burda
d512421084
Fix documentation
2016-04-16 19:58:03 +02:00
Ben Gotow
1976c271ec
Fix JS linter errors
2016-04-16 11:04:48 -04:00
Ben Gotow
65c37fe64b
Create local variable to typecast view
2016-04-16 10:57:39 -04:00
Ben Gotow
c87c49f4c8
Allow sheets to be attached at a custom offset #4679
...
Adds a new "setSheetOffset" API to the `dialog` module, which allows you to change the attachment point for sheets on Mac OS X. I put the API on the dialog module, even though Mac OS X requires that the native window hold and return the desired offset.
1. I was originally hoping to make this an argument on the actual dialog.show* calls, but it seems the parameter set is defined in `libchromiumcontent` and I wasn't sure it would be appropriate to add there?
2. The API could also be on the BrowserWindow (eg `BrowserWindow.setSheetOffset`). I don't have a strong preference, but I think it's more discoverable on the `dialog` module.
2016-04-16 10:16:43 -04:00
Zeke Sikelianos
8d08c3241d
Merge pull request #5176 from shokmaster/patch-1
...
Correct misspellings
2016-04-15 12:46:30 -07:00
Cheng Zhao
16de30dd04
Merge pull request #5169 from Stone-Jay/patch-4
...
Update sample code in online-offline-events.md
2016-04-15 22:16:07 +09:00
Cheng Zhao
522d592832
Merge pull request #5167 from Stone-Jay/patch-3
...
translation error in browser-window.md
2016-04-15 21:14:09 +09:00
Cheng Zhao
2414096560
Merge pull request #5166 from preco21/master
...
docs: Update Korean docs as upstream
2016-04-15 20:39:55 +09:00
Cheng Zhao
cb947873c4
Merge pull request #5161 from electron/felix/iss5097
...
AutoUpdate Windows: Don't spawn if running
2016-04-15 20:10:03 +09:00
Cheng Zhao
44bc24174c
Merge pull request #5159 from djpereira/patch-1
...
Sample missing reference to webContents for toggleDevTools
2016-04-15 19:59:50 +09:00
Cheng Zhao
9574f79d0f
Merge pull request #5157 from christoth/master
...
webview: add CSS styling notes to doc
2016-04-15 19:58:54 +09:00
Juan Antonio Gómez
132ac20ccf
Correct misspellings
...
Correct misspellings
2016-04-15 11:49:08 +02:00
StoneStoneStone
7d788cfa7a
Merge pull request #2 from Stone-Jay/patch-4
...
Patch 4
2016-04-15 16:02:58 +08:00
Cheng Zhao
aefb672393
Bump v0.37.6
2016-04-15 16:48:09 +09:00
Cheng Zhao
059ca01767
Update brightray for printing fix
2016-04-15 16:47:17 +09:00
Cheng Zhao
38f0088844
Update brightray for #4973
2016-04-15 16:35:51 +09:00
StoneStoneStone
07346ae858
Update sample code in online-offline-events.md
...
change `ipc` to `ipcMain`/`ipcRenderer`
2016-04-15 14:10:11 +08:00
Jessica Lord
4dd2716865
Fix headers
2016-04-14 20:55:43 -07:00
StoneStoneStone
1985e1b8e0
translation error in browser-window.md
...
'same-origin policy' means '同源策略' in Chinese
2016-04-15 10:04:01 +08:00
Cheng Zhao
075da45b74
Merge pull request #5155 from electron/mac-background-color
...
Set the backgroundColor of RenderWidgetHostView
2016-04-15 08:48:09 +09:00
Jessica Lord
7d96f3d720
Add new line
...
so that the list is styled correctly on website
2016-04-14 15:53:34 -07:00
Felix Rieseberg
a5b93211e6
AutoUpdate Windows: Don't spawn if running
...
Previously, the auto updater would run as many squirrel processes
as told. This introduces a little change where instead of spawning
a second process, we attach to the already running process - or, if
different arguments are passed, return and emit an error.
This is not failsafe, but it ensures that we don't run into simple
race condition crashes.
Closes $5097
2016-04-14 11:22:28 -07:00