Cheng Zhao
b994ae8174
mac: Always cancel application termination.
...
OS X's application termination doesn't work very well with C++ message
loops. Especially when we return NSTerminateLater for shouldTerminate,
it would be impossible for the C++ message loop to quit, because unless
we explictly let NSApp terminate the application, the message loop would
think the application is not terminated and will run forever.
The fix is to simply ignore the Cocoa's application termination request
and let the C++ message loop deal with it compeletey. But we had the
side effect that atom-shell would always cancel OS X's shutdown request,
this is also the approach chosen by Chromium.
Fixes #229 .
Fixes atom/atom#1864 .
2014-04-15 00:13:00 +08:00
Cheng Zhao
6f4aed83f0
Fix compiler warning in breakpad when using latest clang.
2014-04-14 23:54:36 +08:00
Cheng Zhao
d654afde5f
Bump v0.11.9.
2014-04-11 10:44:41 +00:00
Cheng Zhao
5c5cf3c66e
Fix a crash when destroying window.
2014-04-11 18:43:01 +08:00
Cheng Zhao
84d458687a
mac: Avoid managing NSWindow by hand.
2014-04-11 12:47:22 +08:00
Cheng Zhao
2ab5d6e35a
Remove unneeded accessor.
2014-04-11 12:45:48 +08:00
Cheng Zhao
d6079782d1
mac: InspectableWebContents should be destroyed before release NSWindow.
...
Fixes atom/atom#1841 .
2014-04-11 12:32:42 +08:00
Cheng Zhao
e576d4c014
Fix app.exit compatibility.
2014-04-10 17:08:22 +08:00
Cheng Zhao
a16ea1fbf2
Bump v0.11.8.
2014-04-10 07:30:29 +00:00
Cheng Zhao
f0d9ee4ca9
Shutdown gracefully, fixes #227 .
2014-04-10 15:22:17 +08:00
Cheng Zhao
538bd1116d
Deprecate app.terminate API.
...
Users should use app.quit which can shutdown the application gracefuly.
2014-04-10 15:08:14 +08:00
Cheng Zhao
5ead4f655a
Bump v0.11.7.
2014-04-08 06:50:40 +00:00
Cheng Zhao
b975d4c41f
Detect unresponsive window when quitting.
...
Preivously this is disabled because quitting multiple windows could
bring up the unresponsive dialog, but since we now have increased the
unresponsive time limitto 5s, this is not needed anymore and could cause
confusions.
Fixes #17 .
2014-04-08 14:24:44 +08:00
Cheng Zhao
cca0d8d583
📝 Add docs for executeJavaScriptInDevTools.
2014-04-08 12:52:42 +08:00
Cheng Zhao
d7a54cf3a6
Add API to execute javascript in devtools.
2014-04-08 12:50:12 +08:00
Cheng Zhao
a50d3bde5c
gtk: Connect to window-state-event, fixes #226 .
2014-04-08 09:32:44 +08:00
Cheng Zhao
7f496f1994
Bump v0.11.6.
2014-04-07 09:21:02 +00:00
Cheng Zhao
395eb067d1
mac: Do not destroy window immediately.
...
Fixes atom/atom#1841 .
2014-04-07 17:20:08 +08:00
Cheng Zhao
98fcc93862
💄 Remove unsed constant.
2014-04-07 17:12:24 +08:00
Cheng Zhao
b21e5a6300
Fix capturePage under accelerated mode, fixes #223 .
2014-04-07 15:43:15 +08:00
Cheng Zhao
ac11c95da6
Increase the closing time limit to 5s.
...
Fixes https://github.com/atom/atom/issues/1838 .
2014-04-06 13:16:14 +08:00
Cheng Zhao
5bbf749693
gtk: Handle accelerators after renderer handled them.
...
The key-press signal captured the key events before renderer handles,
which violated the behavior on OS X and Windows.
Fixes #221 .
2014-04-05 19:21:18 +08:00
Cheng Zhao
3d518c2105
gtk: Do not access clipboard in renderer process.
2014-04-05 14:49:59 +08:00
Cheng Zhao
839f875045
Merge pull request #225 from atom/devtools-menu
...
Enable context menu in devtools
2014-04-05 03:30:47 +00:00
Cheng Zhao
2369f6cc41
Don't build symbols in CI.
2014-04-05 11:05:51 +08:00
Cheng Zhao
ff88535cd5
💄 Fix cpplint warning build/include_what_you_use.
2014-04-05 11:00:35 +08:00
Cheng Zhao
7a38307d1f
Use dialog API to override file chooser dialog in web inspector.
2014-04-05 10:24:46 +08:00
Cheng Zhao
877277d837
Enable writing files in devtools.
2014-04-05 09:22:25 +08:00
Cheng Zhao
d4e7fe3eb8
Correctly translate WebInspector menu to native menu.
2014-04-04 22:37:34 +08:00
Cheng Zhao
03e6d564d7
Make remote.getCurrentWindow work for devtools.
2014-04-04 22:28:47 +08:00
Cheng Zhao
f5fc26d8fc
Enable getting a window according to its attached devtools.
2014-04-04 22:28:18 +08:00
Cheng Zhao
86ebd6e8e3
Allow sending ipc messages to devtools.
2014-04-04 22:05:43 +08:00
Cheng Zhao
a80fe40f56
Synchronous event should be bound to WebContents.
...
This allows us to reply to synchronous message for arbitrary
WebContents.
2014-04-04 22:04:42 +08:00
Cheng Zhao
b1f0c2d174
Override web inspector's context menu.
2014-04-03 20:54:42 +08:00
Cheng Zhao
ac794c8085
Enable intercepting devtools window.
2014-04-03 20:20:42 +08:00
Cheng Zhao
663ab8e0bf
💄 Fix cpplint warning.
2014-04-02 14:23:38 +08:00
Cheng Zhao
d2162bf9f4
Bump v0.11.5.
2014-04-02 09:59:21 +08:00
Cheng Zhao
b7a71b885e
Make sure tags are pushed.
2014-04-02 09:58:56 +08:00
Cheng Zhao
9aefb9c2d3
Add /vendor/npm to gitignore.
2014-04-02 09:58:38 +08:00
Cheng Zhao
a3e1fa3350
gtk: Consider window frame in SetSize.
2014-03-29 16:07:44 +08:00
Cheng Zhao
bf6fb3872e
gtk: Do some guess of window border size according to window manager.
2014-03-29 14:18:47 +08:00
Cheng Zhao
84307dd329
gtk: Fix crash when calling GetSize() for hidden window.
2014-03-29 14:08:25 +08:00
Cheng Zhao
c814803c94
💄
2014-03-28 09:42:37 +00:00
Cheng Zhao
61d54f0558
Make bootstrap script silent.
2014-03-28 09:36:35 +00:00
Cheng Zhao
9d0a11580f
Fix calling apm for apm 0.37.0.
2014-03-28 09:30:15 +00:00
Cheng Zhao
7a6db019e8
Use lastes npm in CI.
2014-03-28 09:25:53 +00:00
Cheng Zhao
fdecf09d99
Upgrade to apm@0.37.0
2014-03-28 16:19:19 +08:00
Cheng Zhao
7e7f0888e5
gtk: Force size allocation in window, fixes #219 .
2014-03-28 16:01:38 +08:00
Cheng Zhao
5a837f5850
gtk: Detect rare conditions when resizing.
2014-03-27 21:03:27 +08:00
Cheng Zhao
d3e6166de6
gtk: Should remove self from watcher list in destructor.
2014-03-27 18:05:28 +08:00