Cheng Zhao
|
5086873f78
|
mac: Guard against closed window, fixes #536.
|
2014-07-31 10:33:45 +08:00 |
|
Haojian Wu
|
b2217474c1
|
Nits: Fix code style.
|
2014-07-31 09:12:44 +08:00 |
|
Haojian Wu
|
9342d59a7c
|
📝 Shortcut API document.
|
2014-07-31 09:12:43 +08:00 |
|
Haojian Wu
|
ad827eee90
|
Emit failed message when fail to register shortcut.
|
2014-07-31 09:12:43 +08:00 |
|
Haojian Wu
|
a8034364ff
|
linux: Implement global keyboard shortcut API.
|
2014-07-31 09:12:42 +08:00 |
|
Yeechan Lu
|
c2c5111d75
|
win: Implement global keyboard shortcut API.
|
2014-07-31 09:12:42 +08:00 |
|
Haojian Wu
|
4b3bd9c3cc
|
mac: Implement global keyboard shortcut API.
|
2014-07-31 09:12:41 +08:00 |
|
Cheng Zhao
|
476f545a67
|
Update brightray, fixes #498.
|
2014-07-30 22:45:23 +08:00 |
|
Cheng Zhao
|
a4dd362398
|
Merge pull request #64 from hokein/master
Add remote debugging support.
|
2014-07-30 22:44:34 +08:00 |
|
Haojian Wu
|
5a5c92ad2d
|
Add remote debugging support.
|
2014-07-30 22:19:05 +08:00 |
|
Kevin Sawicki
|
16a1edb422
|
Vendor Microsoft C/C++ dlls
|
2014-07-29 09:45:35 -07:00 |
|
Cheng Zhao
|
474445fb7d
|
Upgrade apm to 0.84.
|
2014-07-29 23:00:20 +08:00 |
|
Cheng Zhao
|
5db31517cb
|
mac: Fix app.dock.show/hide, close #520.
|
2014-07-29 22:31:51 +08:00 |
|
Cheng Zhao
|
fd90f2c360
|
Merge pull request #63 from brightray/chrome36
Upgrade to Chrome36
|
2014-07-29 14:36:23 +08:00 |
|
Cheng Zhao
|
740e7fbf1a
|
Bump v0.15.0.
|
2014-07-29 11:15:05 +08:00 |
|
Cheng Zhao
|
be5789b483
|
Merge pull request #524 from atom/chrome36
Upgrade to Chrome36
|
2014-07-29 11:13:50 +08:00 |
|
Cheng Zhao
|
1c415b0666
|
win: No more need to convert to DIP point for context menu.
|
2014-07-28 20:44:11 +08:00 |
|
Cheng Zhao
|
8dd7f81175
|
Fix building on Windows.
|
2014-07-28 20:32:10 +08:00 |
|
Cheng Zhao
|
87019a1a70
|
views: No need to destroy Widget, CloseNow already closed native window.
|
2014-07-28 20:28:54 +08:00 |
|
Cheng Zhao
|
10c52bd6a6
|
Fix building on Linux.
|
2014-07-28 20:28:53 +08:00 |
|
Cheng Zhao
|
c23c667c2d
|
Update brightray to fix webrtc warning.
|
2014-07-28 20:28:52 +08:00 |
|
Cheng Zhao
|
ec4275ca13
|
Make sure window is closed before WebContents is destroyed.
Otherwise we would get "RawChannel fatal error".
|
2014-07-28 20:28:51 +08:00 |
|
Cheng Zhao
|
143bde007a
|
Always enable harmony when node binding is on.
If we dont' do this we would have lots of "Extension or internal
compilation error." error, seems to be V8's bug.
|
2014-07-28 20:28:50 +08:00 |
|
Cheng Zhao
|
a6ede12cd7
|
Make sure javascript environment is initialized after ProxyResolverV8.
|
2014-07-28 20:28:50 +08:00 |
|
Cheng Zhao
|
7a89a08534
|
Update to new Chromium APIs.
|
2014-07-28 20:28:49 +08:00 |
|
Cheng Zhao
|
5ad203ad99
|
Upgrade to Chrome 36.
|
2014-07-28 20:28:48 +08:00 |
|
Cheng Zhao
|
82dcdc6314
|
Merge pull request #518 from HackPlan/menudpi
win: Fix tray context menu in high DPI mode
|
2014-07-28 18:53:16 +08:00 |
|
Cheng Zhao
|
371e38198f
|
Merge pull request #516 from alexwhitman/patch-1
Fix isMinimized API documentation
|
2014-07-28 18:39:02 +08:00 |
|
Cheng Zhao
|
7b6fbff40d
|
Implement BrowserClient::GetDefaultDownloadDirectory().
|
2014-07-28 17:48:55 +08:00 |
|
Cheng Zhao
|
a866718b49
|
Initialize ProxyResolverV8 at very early phrase.
In atom-shell we need to ensure node environment is initialized after the
ProxyResolverV8 has been initialized.
|
2014-07-28 15:28:38 +08:00 |
|
Cheng Zhao
|
a8e879d0c5
|
mac: Fix blank page after devtools is opened.
|
2014-07-28 12:40:38 +08:00 |
|
Cheng Zhao
|
8ff2683ae8
|
Ignore warning 4189 on Windows.
The warning comes from mojo/public/cpp/system/core.h.
|
2014-07-28 12:12:14 +08:00 |
|
Cheng Zhao
|
f552dc7ba4
|
mac: Fix the notification presenter of new API.
|
2014-07-28 11:52:26 +08:00 |
|
Cheng Zhao
|
e52a089ec2
|
mac: Remove usages of WebContentsView.
|
2014-07-28 09:34:42 +08:00 |
|
Cheng Zhao
|
edbce1c167
|
Update libchromiumcontent to fix gfx::display link errors.
|
2014-07-28 00:21:58 +00:00 |
|
Cheng Zhao
|
d47a94b1fe
|
DispatchBeforeUnload is now a method of WebContents.
|
2014-07-27 11:27:05 +00:00 |
|
Cheng Zhao
|
8d6a879707
|
Update libchromiumcontent to include mojo headers.
|
2014-07-27 11:27:04 +00:00 |
|
Cheng Zhao
|
9821cd1f58
|
web_contents_view.h has been hidden from user.
|
2014-07-27 11:27:04 +00:00 |
|
Cheng Zhao
|
a98199511a
|
Implement GetGuestManagerDelegate.
|
2014-07-27 11:27:04 +00:00 |
|
Cheng Zhao
|
8bf3e084f1
|
Interface of ProxyResolverV8 has changed.
|
2014-07-27 11:27:04 +00:00 |
|
Cheng Zhao
|
bb87492897
|
No more need to init aura::Env.
|
2014-07-27 11:27:04 +00:00 |
|
Cheng Zhao
|
6dd580526e
|
Refactor notification presenter for new desktop notification interface.
|
2014-07-27 11:27:04 +00:00 |
|
Cheng Zhao
|
4e63780e4a
|
Prototype of WebContentsDestroyed has changed.
|
2014-07-27 10:27:19 +00:00 |
|
Cheng Zhao
|
8ad833b333
|
Merge pull request #62 from brightray/window-frame
Some tweaks on making application looks better
|
2014-07-27 16:12:27 +08:00 |
|
Cheng Zhao
|
8c38a7547b
|
Upgrade libchromiumcontent to chrome36.
|
2014-07-27 08:08:27 +00:00 |
|
Yeechan Lu
|
472a95e433
|
win: Fix tray context menu in high DPI mode
|
2014-07-27 15:50:04 +08:00 |
|
Cheng Zhao
|
b84226244d
|
Bump v0.14.3.
|
2014-07-27 09:28:56 +08:00 |
|
Alex Whitman
|
e4290393af
|
Fix isMinimized API documentation
|
2014-07-26 09:53:02 +01:00 |
|
Cheng Zhao
|
cab00a1450
|
views: Return restored bounds when window is minimized, fixes #473.
On Window the minimized window would have a fake bounds that is out of
the screen, which is not consistent to other platforms' behavior.
|
2014-07-26 14:20:50 +08:00 |
|
Cheng Zhao
|
ce50b38a75
|
Add BrowserWindow.isMaximized API.
|
2014-07-26 13:58:26 +08:00 |
|