Cheng Zhao
|
2495583b5e
|
Merge pull request #1209 from deepak1556/webcontents_patch
using WebContentsObserver::NavigationEntryCommitted to set virtualurl
|
2015-03-09 13:41:27 -07:00 |
|
Cheng Zhao
|
c9b549ae69
|
Fix styling of #1199
|
2015-03-05 12:31:45 -08:00 |
|
Cheng Zhao
|
bb0e68e563
|
Merge pull request #1199 from deepak1556/protocol_asar_patch
read files from asar archives in custom protocol
|
2015-03-05 12:26:42 -08:00 |
|
Robo
|
0663b9dae2
|
using WebContentsObserver::NavigationEntryCommitted to set virtualurl
|
2015-03-05 20:09:27 +05:30 |
|
Robo
|
2ce42af6e4
|
read files from asar archives in custom protocol
|
2015-03-05 09:26:34 +05:30 |
|
Cheng Zhao
|
99f6bf045f
|
Improve #1137
|
2015-03-04 07:58:06 -08:00 |
|
Cheng Zhao
|
fac9ea3356
|
Merge pull request #1137 from bundyo/implement-some-popup-methods
Implement FakeWindow.postMessage, window.opener.postMessage and window.closed flag for popup windows
|
2015-03-04 07:28:33 -08:00 |
|
Bundyo
|
dbbc35bd13
|
Fixes after code review.
|
2015-03-04 11:29:52 +02:00 |
|
Cheng Zhao
|
4176d542a5
|
Bump v0.21.3
|
2015-03-03 13:42:29 -08:00 |
|
Patrick Flor
|
5bdc200376
|
Fix tense of error message
Thanks for putting this project together; really enjoying hacking with
it so far!
|
2015-03-02 12:08:12 -08:00 |
|
Charlie Hess
|
78b856268e
|
Fix cpplint errors.
|
2015-02-25 21:57:25 -08:00 |
|
Charlie Hess
|
b6787a9b34
|
Emit a new before-quit event at the start of Browser::Quit, which gives us a chance to cancel before any windows are closed.
|
2015-02-25 19:33:42 -08:00 |
|
Bundyo
|
4e82f4c672
|
Remove two semicolons.
|
2015-02-13 18:54:18 +02:00 |
|
Bundyo
|
7fa1296a17
|
Implement FakeWindow.postMessage, window.opener.postMessage and window.closed flag for popup windows.
|
2015-02-13 18:45:12 +02:00 |
|
Cheng Zhao
|
4834eed520
|
Set process.resourcesPath in C++
|
2015-02-13 13:32:58 +08:00 |
|
Cheng Zhao
|
0b8efc434d
|
Use __dirname when setting globalPaths
|
2015-02-13 12:55:06 +08:00 |
|
Cheng Zhao
|
e81baf759a
|
Enable setting icon of menu item
|
2015-02-13 12:11:50 +08:00 |
|
Cheng Zhao
|
b28a241dbf
|
Simplify the code to call delegate method
|
2015-02-13 11:47:22 +08:00 |
|
Cheng Zhao
|
98a7f08be2
|
Move GetAsarArchivePath to asar_util.h
|
2015-02-12 17:31:14 +08:00 |
|
Cheng Zhao
|
3b3a025ed4
|
Move GetsOrCreateAsarArchive to asar_util.h
|
2015-02-12 17:23:49 +08:00 |
|
Cheng Zhao
|
da407200d2
|
Return NativeImage in BrowserWindow.capturePage
|
2015-02-12 13:45:50 +08:00 |
|
Cheng Zhao
|
443a4b8f2f
|
mac: Use AsNSImage instead of ToNSImage
It can get rid of the empty check.
|
2015-02-12 12:29:49 +08:00 |
|
Cheng Zhao
|
f0924df68a
|
Add "type" option to change window type
|
2015-02-11 12:19:39 +08:00 |
|
Paul Betts
|
86de75deef
|
Style fixups
|
2015-02-10 17:14:26 -08:00 |
|
Paul Betts
|
8a7acfc6c0
|
icon_util is Windows-only
|
2015-02-07 11:57:00 -08:00 |
|
Paul Betts
|
03a88883b6
|
Fix build on OS X
|
2015-02-07 11:56:03 -08:00 |
|
Paul Betts
|
f55379ed5b
|
Add missing trampoline method
|
2015-02-06 17:07:29 -08:00 |
|
Paul Betts
|
ef869fb2ff
|
We need a UTF-16 string here
|
2015-02-06 17:00:38 -08:00 |
|
Paul Betts
|
1b9649b481
|
Switch to gfx::Image
|
2015-02-06 17:00:26 -08:00 |
|
Paul Betts
|
fa6d499a4e
|
Come correct with line length and constness
|
2015-02-06 16:32:27 -08:00 |
|
Paul Betts
|
0afac1e05a
|
Plumb code all the way up
|
2015-02-06 16:12:32 -08:00 |
|
Paul Betts
|
66f2d18d8b
|
First hack at setting the window icon overlay
|
2015-02-06 15:58:49 -08:00 |
|
Cheng Zhao
|
b75bfe0e92
|
Bump v0.21.2
|
2015-02-05 13:46:09 -08:00 |
|
christoth
|
92ab227397
|
Update atom.rc
|
2015-02-05 14:55:32 -05:00 |
|
christoth
|
076535bc06
|
Remove MFC lib dependency
Replace afxres.h with windows.h to remove dependency on MFC for compilation on Windows
|
2015-02-05 13:09:19 -05:00 |
|
Cheng Zhao
|
071a55974a
|
A little clean up
|
2015-02-05 00:19:30 -08:00 |
|
Cheng Zhao
|
7c8bed7bfc
|
Get the WebViewManager from embedder WebContents
This make our lives easier when we have multiple BrowserContext support.
|
2015-02-04 15:52:59 -08:00 |
|
Cheng Zhao
|
209840871c
|
Seperate the API implementation of WebViewManager
|
2015-02-04 15:39:41 -08:00 |
|
Cheng Zhao
|
ea99037f3b
|
Clean up WebViewManager
|
2015-02-04 15:28:26 -08:00 |
|
Cheng Zhao
|
331d0481bb
|
Move web_view_manager to atom/browser
|
2015-02-04 15:17:28 -08:00 |
|
Cheng Zhao
|
2c61070b36
|
Avoid using global BrowserContext
|
2015-02-04 15:08:29 -08:00 |
|
Cheng Zhao
|
502c0f0df7
|
Remove the WebViewRendererState class
|
2015-02-04 14:58:03 -08:00 |
|
Cheng Zhao
|
aa49e4790f
|
Update WebViewRendererState immediately
|
2015-02-04 12:59:46 -08:00 |
|
Cheng Zhao
|
3490ce507a
|
Remove WebViewRendererState::IsGuest
|
2015-02-04 12:51:15 -08:00 |
|
Cheng Zhao
|
c1f3d22910
|
Add lock for WebViewRendererState
|
2015-02-04 12:50:24 -08:00 |
|
Cheng Zhao
|
93a24ec672
|
Bump v0.21.1
|
2015-02-02 17:06:11 -08:00 |
|
Cheng Zhao
|
8b712bac8d
|
Remove the asar: protocol
|
2015-01-30 17:59:00 -08:00 |
|
Cheng Zhao
|
a1f26c4c93
|
Make file: protocol compatible with asar: protocol
|
2015-01-30 17:58:59 -08:00 |
|
Cheng Zhao
|
8947d54cc9
|
Bump v0.21.0
|
2015-01-27 17:33:13 -08:00 |
|
Cheng Zhao
|
0087f8da27
|
linux: Fix building for Chrome 40
|
2015-01-27 17:20:50 -08:00 |
|