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 |
|
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 |
|
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 |
|
Cheng Zhao
|
7787dee638
|
Merge pull request #5141 from electron/optimize-visibility-state
Optimize the implementation of document.visibilityState
|
2016-04-14 11:56:13 +09:00 |
|
StoneStoneStone
|
cb2343c69e
|
Update process.md
translation error, change "实效" to “失效".
|
2016-04-14 10:08:01 +08:00 |
|
Cheng Zhao
|
31eb793fb0
|
Avoid adding a new option to webPreferences
|
2016-04-14 10:50:07 +09:00 |
|
Cheng Zhao
|
8f0e594007
|
Fix lint warnings
|
2016-04-13 23:10:31 +09:00 |
|
Cheng Zhao
|
43c44da50b
|
Correctly set initial visibilityState
|
2016-04-13 23:07:28 +09:00 |
|
Cheng Zhao
|
07a4c52919
|
Reduces the IPC messages used for visibilityState
|
2016-04-13 21:36:43 +09:00 |
|
Cheng Zhao
|
c3ac92b500
|
Update brightray for the linux notification improvements
|
2016-04-13 20:13:45 +09:00 |
|
Cheng Zhao
|
07572965df
|
Merge pull request #5137 from electron/fix-did-fail-load
Revert #3643
|
2016-04-13 20:12:50 +09:00 |
|
Cheng Zhao
|
65c612a66d
|
Avoid external URLs
|
2016-04-13 19:55:59 +09:00 |
|
Cheng Zhao
|
0a39449694
|
spec: loadUrl should not crash in did-fail-provisional-load handler
|
2016-04-13 19:39:11 +09:00 |
|
Cheng Zhao
|
92882c358a
|
No more need to delay did-fail-load event
|
2016-04-13 19:33:59 +09:00 |
|
Cheng Zhao
|
49d25693ee
|
Merge pull request #5136 from electron/gc-timer
Use LowMemoryNotification for GC
|
2016-04-13 18:47:28 +09:00 |
|
Cheng Zhao
|
3780d9f033
|
Use LowMemoryNotification for GC
|
2016-04-13 17:58:36 +09:00 |
|
Cheng Zhao
|
de51f2c1ba
|
Merge pull request #5131 from electron/focus-delay
Delay the focus/blur event to next tick
|
2016-04-13 13:00:18 +09:00 |
|
Cheng Zhao
|
99a9aa085e
|
views: Delay the focus/blur event to next tick
|
2016-04-13 11:02:34 +09:00 |
|
Cheng Zhao
|
313883b1fc
|
Merge pull request #5119 from electron/hijack-reload
Handle the Page.reload command coming from devtools
|
2016-04-12 17:57:27 +09:00 |
|
Cheng Zhao
|
2fbe06a2a5
|
Handle the Page.reload command coming from devtools
|
2016-04-12 16:36:12 +09:00 |
|
Cheng Zhao
|
c9a3fc4317
|
Merge pull request #5118 from electron/webview-no-script
Fix webview and preload script not working when there is no script tag in page
|
2016-04-12 15:32:28 +09:00 |
|
Cheng Zhao
|
17446f4284
|
Make sure every page will get a script context created
|
2016-04-12 15:11:10 +09:00 |
|
Cheng Zhao
|
bb70defcb8
|
spec: webview should work without script tag in page
|
2016-04-12 15:10:26 +09:00 |
|
Cheng Zhao
|
5efa075aca
|
spec: preload attribute should work without script tag in page
|
2016-04-12 14:57:40 +09:00 |
|
Cheng Zhao
|
d6b4c2a842
|
Merge pull request #5114 from anshao/master
Delete the extra text
|
2016-04-12 14:02:23 +09:00 |
|
Cheng Zhao
|
41e771d011
|
Merge pull request #5108 from preco21/master
docs: Update Korean docs as upstream
|
2016-04-12 08:46:22 +09:00 |
|
zenganshao
|
337d105104
|
Delete the extra text
|
2016-04-11 22:43:02 +08:00 |
|
Cheng Zhao
|
d3fb123920
|
Merge pull request #5102 from Stone-Jay/patch-1
Update quick-start.md
|
2016-04-11 21:48:59 +09:00 |
|
Cheng Zhao
|
a07612c1ed
|
Merge branch '5074-did-get-response-details-resource-type' of https://github.com/Mr0grog/electron into Mr0grog-5074-did-get-response-details-resource-type
|
2016-04-11 21:05:40 +09:00 |
|
Cheng Zhao
|
a2f7458e07
|
Merge pull request #5091 from electron/electron-asar-in-stack-traces
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR
|
2016-04-11 20:27:15 +09:00 |
|
Cheng Zhao
|
5659ee5c0b
|
Merge pull request #5030 from deepak1556/webrequest_response_headers_patch
session: webRequest.OnHeadersReceived should accept status line.
|
2016-04-11 20:04:32 +09:00 |
|
Cheng Zhao
|
056aaa2a62
|
Update brightray for #4931
|
2016-04-11 19:30:59 +09:00 |
|
Cheng Zhao
|
107d759ea2
|
Merge pull request #5072 from sneakypete81/master
Don't wait for xdg-open to exit when OpenExternal is called (Linux)
|
2016-04-11 19:27:53 +09:00 |
|
Cheng Zhao
|
796f6614f7
|
Merge pull request #5073 from electron/naming-things
Document API naming conventions
|
2016-04-11 19:16:31 +09:00 |
|
Plusb Preco
|
726d0d6b60
|
📝 Update Korean docs as upstream
[ci skip]
|
2016-04-11 11:18:25 +09:00 |
|
Plusb Preco
|
a048bddaa5
|
📝 Fix url to relative
[ci skip]
|
2016-04-11 10:51:31 +09:00 |
|
Plusb Preco
|
c1f64b3f85
|
📝 Add missing changes
[ci skip]
|
2016-04-11 10:39:23 +09:00 |
|
Plusb Preco
|
3c44dfa210
|
📝 Fix grammatical typos
[ci skip]
|
2016-04-11 10:39:18 +09:00 |
|
Plusb Preco
|
1fe97ddf2e
|
📝 Fix url locale
[ci skip]
|
2016-04-11 10:38:34 +09:00 |
|
Plusb Preco
|
0a80618263
|
📝 Add missing changes
[ci skip]
|
2016-04-11 10:18:47 +09:00 |
|