Kevin Sawicki
|
6e4d9508aa
|
Close browser instead of sending shutdown message
CEF now supports calling the beforeunload handler when closed
so we no longer need to send a shutdown message on the native
side.
|
2013-04-05 08:34:04 -07:00 |
|
Kevin Sawicki
|
a3483d0ffe
|
Remove native injection from web worker contexts
Tasks are now processed based and so web workers no
longer need access to the native extension.
|
2013-03-27 20:51:01 -04:00 |
|
Corey Johnson & Nathan Sobo
|
cab281c6db
|
Inject all native extensions into web worker contexts
|
2013-01-24 17:22:50 -08:00 |
|
Corey Johnson & Nathan Sobo
|
47420c2e01
|
Inject $native into WebWorker contexts
This is just to make sure it works. Will inject the remaining extensions
when they are converted to from v8 extensions to context bindings.
|
2013-01-24 17:22:49 -08:00 |
|
Corey Johnson
|
18f4134e81
|
Remove existing PathWatcher when window is reloaded or closed
|
2012-11-15 13:16:13 -08:00 |
|
Kevin Sawicki
|
8c0f443c75
|
Call window.shutdown when native window is closed
The root view will now be serialized and saved to local
storage when the window is closed or the application is
terminated.
|
2012-10-11 13:07:13 -07:00 |
|
Nathan Sobo
|
fcc012eb11
|
Messages from the browser process call atom.messageReceivedFromBrowserProcess
This is how we will handle replies from dialogs presented in the browser process.
|
2012-08-29 15:07:10 -05:00 |
|
Nathan Sobo
|
f0dbe5db94
|
Break out AtomCefRenderProcessHandler so it's only included in the helper app
This means that none of the extension code has to be compiled into the browser app, which just seems cleaner.
|
2012-08-28 11:55:17 -05:00 |
|