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
Daniel Pereira
7b56085a0a
Update menu.md
...
There was a missing reference to webContents.
2016-04-14 10:50:08 -05:00
christoth
4708477f5a
webview: add CSS styling notes
...
Create a new section for CSS and add notes to avoid hiding the webview via hidden or display:none; and provide a recommended approach.
2016-04-14 10:29:55 -04:00
Plusb Preco
95a53fc832
📝 Small fixes
...
[ci skip]
2016-04-14 22:56:56 +09:00
Plusb Preco
b8e64ac40e
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-14 22:55:09 +09:00
Cheng Zhao
b84a178ceb
Set the backgroundColor of RenderWidgetHostView
2016-04-14 21:52:17 +09:00
Cheng Zhao
64d37065bd
Merge pull request #5117 from deepak1556/devtools_security_panel_patch
...
provide security style for devtools security panel
2016-04-14 20:23:58 +09:00
Cheng Zhao
7501a02b34
Merge pull request #5153 from electron/fix-frameless-background
...
Fix wrong default transparent background for frameless window
2016-04-14 20:05:35 +09:00
deepak1556
54545a8a6e
provide security style for devtools security panel
2016-04-14 16:20:14 +05:30
Cheng Zhao
11ba1832d1
Only transparent window does not have background color
2016-04-14 19:35:31 +09:00
Cheng Zhao
9e85cb4c11
Merge pull request #5152 from electron/fix-win-printing
...
Fix printing not working on Windows
2016-04-14 19:22:56 +09:00
Cheng Zhao
7d4e0629d6
Fix the link error
2016-04-14 18:22:29 +09:00
Cheng Zhao
ae0d007c5e
Do no load PDF library from DLL
...
We already have them compiled in.
2016-04-14 17:15:20 +09:00
Cheng Zhao
b9ad09db91
Update libchromiumcontent with necessary headers and libs
2016-04-14 17:14:45 +09:00
Cheng Zhao
47cc390e41
Merge pull request #5146 from Stone-Jay/patch-2
...
Update process.md
2016-04-14 15:11:55 +09:00