Robo
|
8eb87c5d2b
|
protocol: create separate request context for fetch job
|
2015-07-16 20:18:33 +05:30 |
|
Cheng Zhao
|
1e9eccf959
|
Forward the crashed event to BrowserWindow, fix #2201
|
2015-07-14 15:13:41 -07:00 |
|
Cheng Zhao
|
053594eae8
|
Set default user agent for WebContents
|
2015-07-14 12:13:25 -07:00 |
|
Cheng Zhao
|
940db1d1dd
|
Provide default user agent in BrowserContext
|
2015-07-14 11:40:15 -07:00 |
|
Cheng Zhao
|
3ffd774405
|
Merge pull request #2197 from deepak1556/user_agent_patch
webContents: set http useragent settings when overriding user agent
|
2015-07-14 09:59:09 -07:00 |
|
Cheng Zhao
|
7f06072420
|
Avoiding creating static STL containers
It is OK under most cases, but if you happen to also use COM in your
application, you will have heap corruptions.
|
2015-07-14 17:33:16 +08:00 |
|
Cheng Zhao
|
868dee55de
|
The options of clearStorageData should be optional
|
2015-07-13 15:13:17 -07:00 |
|
Cheng Zhao
|
7dba4d1d8d
|
Call callback of ClearCache after cache is doomed
|
2015-07-13 14:27:07 -07:00 |
|
Cheng Zhao
|
34819140c3
|
Merge pull request #2102 from deepak1556/storage_cleanup_api_patch
app: api to clear data from different storage types
|
2015-07-13 12:34:48 -07:00 |
|
Robo
|
cb4309bbd9
|
webContents: set http useragent settings when overriding user agent
|
2015-07-13 02:20:15 +05:30 |
|
Robo
|
628fb5f5e9
|
app: api to clear data from different storage types
|
2015-07-10 11:31:30 +05:30 |
|
Cheng Zhao
|
7a390bdd4c
|
Merge pull request #2125 from deepak1556/protocol_cleanup
protocol: cleanup
|
2015-07-10 12:16:17 +08:00 |
|
Robo
|
c56b3425a9
|
read/write protocol handler map in IO
|
2015-07-10 09:33:36 +05:30 |
|
Cheng Zhao
|
4379d24e9d
|
Event "close" => "closed", fix #2149
|
2015-07-10 10:38:15 +08:00 |
|
Robo
|
2cd5fb5694
|
add compatibility will old api
|
2015-07-09 14:48:58 +05:30 |
|
Robo
|
da00329d78
|
protocol: cleanup
|
2015-07-09 14:48:58 +05:30 |
|
Cheng Zhao
|
001b4a3179
|
Final cleanup
|
2015-07-08 16:24:39 +08:00 |
|
Cheng Zhao
|
aab78db8b8
|
On Windows "Cancel" button is also forced to be canclId
|
2015-07-08 16:00:30 +08:00 |
|
Cheng Zhao
|
fdc01b8ba8
|
Merge pull request #2146 from atom/cancel-id
Add "cancelId" option for showMessageBox
|
2015-07-08 10:08:39 +08:00 |
|
Cheng Zhao
|
e0528655a8
|
Merge pull request #2133 from atom/app_dir_api
Implment app.getAppPath API.
|
2015-07-08 10:08:22 +08:00 |
|
Cheng Zhao
|
df4b5f4ede
|
On OS X the "Cancel" is always get selected when dialog is cancelled
|
2015-07-07 18:45:43 +08:00 |
|
Cheng Zhao
|
fb537d91fc
|
Set default cancelId in JavaScript
|
2015-07-07 18:39:08 +08:00 |
|
Cheng Zhao
|
b158427271
|
Add cancelId option for showMessageBox
|
2015-07-07 18:39:08 +08:00 |
|
Haojian Wu
|
a2857d2dca
|
Implment app.getAppPath API.
|
2015-07-07 17:37:53 +08:00 |
|
Cheng Zhao
|
3e6394a004
|
gtk: Map dialog type to message box type
|
2015-07-07 17:21:30 +08:00 |
|
Cheng Zhao
|
74603624df
|
Merge pull request #2138 from atom/window-move-issue
Fix a type error on window.moveTo API.
|
2015-07-07 11:29:06 +08:00 |
|
Haojian Wu
|
41c1a34b4f
|
Fix a type error on window.moveTo API.
|
2015-07-07 07:25:58 +08:00 |
|
Cheng Zhao
|
85a4ff83da
|
Some methods can be accessed after object is destroyed
|
2015-07-06 21:26:50 +08:00 |
|
Cheng Zhao
|
ae52af3870
|
Check BrowserWindow's lifetime
|
2015-07-06 18:28:42 +08:00 |
|
Cheng Zhao
|
1569dfa2e8
|
Remove manual lifetime check for Tray
|
2015-07-06 18:24:40 +08:00 |
|
Cheng Zhao
|
54dac0f37a
|
Check whether WebContents lives before using its methods
Close #2064.
|
2015-07-06 18:21:04 +08:00 |
|
Cheng Zhao
|
1e514620b5
|
Remove window from window list before notifying closed event
|
2015-06-27 17:11:36 +08:00 |
|
Cheng Zhao
|
637b642837
|
Fix building on Windows
|
2015-06-26 12:04:15 +08:00 |
|
Cheng Zhao
|
e6f3c4c22b
|
Merge pull request #2002 from atom/app-commands-win32
Windows App Commands
|
2015-06-26 11:43:08 +08:00 |
|
Cheng Zhao
|
aa20f75335
|
Clean up ResolveProxyHelper
Since the ResolveProxyHelper is deleted after the callback is called,
there is no need to use weak reference.
|
2015-06-26 11:04:12 +08:00 |
|
Cheng Zhao
|
143a5e1178
|
Merge pull request #2054 from deepak1556/proxy_patch
session: using storageparttion to retrieve requestcontext
|
2015-06-26 10:54:47 +08:00 |
|
Cheng Zhao
|
a3ec50437d
|
Rename event name to gpu-process-crashed
|
2015-06-26 10:34:38 +08:00 |
|
Cheng Zhao
|
ffd9c743de
|
Move gpu-crashed event to app
|
2015-06-26 10:33:52 +08:00 |
|
Paul Betts
|
58efb3c018
|
I forget cpplint every time
|
2015-06-25 15:09:25 -06:00 |
|
Paul Betts
|
cde7c6a4ef
|
Move app commands to strings
|
2015-06-25 11:29:57 -06:00 |
|
Paul Betts
|
1509aca788
|
Invisible character tyranny
|
2015-06-25 11:29:27 -06:00 |
|
Paul Betts
|
c2290ad058
|
Add enum for media keys on Win32
|
2015-06-25 11:29:23 -06:00 |
|
Paul Betts
|
cec6895e67
|
Emit the message as an event
|
2015-06-25 11:29:22 -06:00 |
|
deepak1556
|
0fbd908fb6
|
app: event to pass client certificate data
|
2015-06-25 21:29:21 +05:30 |
|
deepak1556
|
c15a9e7d5c
|
session: using storageparttion to retrieve requestcontext
|
2015-06-25 19:55:57 +05:30 |
|
Cheng Zhao
|
9f52b11761
|
Remove NativeWindow::GetWebContents
|
2015-06-25 14:54:00 +08:00 |
|
Cheng Zhao
|
01dc0f973c
|
Remove inspectable_web_contents_
|
2015-06-25 14:32:38 +08:00 |
|
Cheng Zhao
|
b2a8678c47
|
Move BrowserPluginGuestDelegate to a separate class
|
2015-06-25 14:28:13 +08:00 |
|
Cheng Zhao
|
e41b0d4d2c
|
Remove NativeWindow::ActivateContents
|
2015-06-25 13:18:36 +08:00 |
|
Cheng Zhao
|
2ea2413752
|
Set sender in EventEmitter.emit
|
2015-06-25 11:16:42 +08:00 |
|