Cheng Zhao
|
e45f83e62a
|
Make sure browserWindow.destroy() doesn't leave zombie processes.
|
2013-12-04 22:00:20 +08:00 |
|
Cheng Zhao
|
687c9de5d7
|
win: Implement NativeWindowWin::HasModalDialog().
|
2013-12-04 21:18:53 +08:00 |
|
Cheng Zhao
|
e43b39a009
|
Do not send "unresponsive" message if window is showing a modal dialog.
|
2013-12-04 17:18:55 +08:00 |
|
Cheng Zhao
|
bfe8928ab1
|
Do not use flags to mark whether the window is unresponsive.
It's error prone.
|
2013-12-04 17:10:59 +08:00 |
|
Cheng Zhao
|
d6d1604623
|
mac: Add API to return whether the window has attached sheet.
|
2013-12-04 16:32:32 +08:00 |
|
Adam Roben
|
873f52ffe2
|
Merge pull request #40 from brightray/default-browser-client
Create a BrowserClient by default
|
2013-12-03 14:14:18 -08:00 |
|
Adam Roben
|
1c56afe9d8
|
Create a BrowserClient by default
This way applications that don't need to customize the BrowserClient get one
for free.
|
2013-12-03 17:13:40 -05:00 |
|
Adam Roben
|
837bd784aa
|
Merge pull request #39 from brightray/mac-x64
Build 64-bit on OS X
|
2013-12-02 13:42:11 -08:00 |
|
Adam Roben
|
c9c218edc6
|
Update to 64-bit libchromiumcontent
* vendor/libchromiumcontent 4252769...5cce386 (1):
> Merge pull request #31 from brightray/mac-x64
|
2013-12-02 16:37:06 -05:00 |
|
Adam Roben
|
56237a5875
|
Merge pull request #38 from brightray/chrome-31
Update to Chrome 31
|
2013-12-02 10:02:21 -08:00 |
|
Adam Roben
|
7e6f5aa734
|
Update for ui -> gfx moves in Chrome 31
See https://codereview.chromium.org/23769011.
|
2013-12-02 13:00:39 -05:00 |
|
Adam Roben
|
9c5b81bf7a
|
Stop setting helper process names on OS X
See https://codereview.chromium.org/45253002.
|
2013-12-02 13:00:39 -05:00 |
|
Adam Roben
|
ab8cb1e3a5
|
Update for changes to content::CreatePersistentCookieStore in Chrome 31
I just copied how Chrome initializes this object.
|
2013-12-02 13:00:39 -05:00 |
|
Adam Roben
|
cfeddb5bcb
|
Update for changes to net::FileProtocolHandler in Chrome 31
I just copied the way that Chrome initializes this object.
|
2013-12-02 13:00:39 -05:00 |
|
Adam Roben
|
265076f19a
|
Update for changes to devtools in Chrome 31
browser/devtools_embedder_message_dispatcher.* came from
chrome/browser/devtools, and were modified just enough to compile within
brightray.
|
2013-12-02 13:00:39 -05:00 |
|
Adam Roben
|
1da8c37098
|
Update libchromiumcontent to Chrome 31
* vendor/libchromiumcontent f484ce1...4252769 (1):
> Merge pull request #32 from brightray/chrome-31
|
2013-12-02 13:00:15 -05:00 |
|
Cheng Zhao
|
7d5826df85
|
Add "Cmd" and "Control" alias for "Command" and "Ctrl".
|
2013-11-29 16:31:38 +08:00 |
|
Cheng Zhao
|
9493c1b0bb
|
Bump v0.7.3.
|
2013-11-29 16:22:27 +08:00 |
|
Cheng Zhao
|
a2aa20b6b2
|
Add "Edit" menu in specs window.
|
2013-11-29 16:21:43 +08:00 |
|
Cheng Zhao
|
c8d0968e00
|
Use CommandOrControl to replace Command in specs windows.
|
2013-11-29 16:14:44 +08:00 |
|
Cheng Zhao
|
8237edcf0d
|
Add "CommandOrControl" to represent "Command" on OS X and "Ctrl" on other platforms.
|
2013-11-29 16:11:48 +08:00 |
|
Cheng Zhao
|
13261921a7
|
Merge pull request #130 from atom/force-closing
Send the "unresponsive" event if window does not close or cancel the close in 500ms when closing it.
|
2013-11-28 23:42:27 -08:00 |
|
Cheng Zhao
|
adc5495d2b
|
Prompt unresponsive state in spec window.
|
2013-11-29 15:19:30 +08:00 |
|
Cheng Zhao
|
02d14ed23b
|
Fix returning the chosen option for synchronous dialogs.
|
2013-11-29 15:19:00 +08:00 |
|
Cheng Zhao
|
a0a5b20ef1
|
Send the "unresponsive" event if window is not closed in 500ms when closing it.
|
2013-11-29 14:52:12 +08:00 |
|
Cheng Zhao
|
fd081e162b
|
Bump v0.7.2.
|
2013-11-28 21:00:40 +08:00 |
|
Cheng Zhao
|
30be4a847f
|
win: Do not generate symbols for static libraries and strip .pdb in symbol name.
|
2013-11-28 20:53:07 +08:00 |
|
Cheng Zhao
|
0d77ba5222
|
No need to ship atom.exe.pdb any more.
|
2013-11-28 20:14:45 +08:00 |
|
Cheng Zhao
|
94569f7f8c
|
Fix executing python script in gyp.
|
2013-11-28 20:11:06 +08:00 |
|
Cheng Zhao
|
fdfff63119
|
💄 Wrong IP for default crash reporter server.
|
2013-11-28 12:38:33 +08:00 |
|
Patrick Reynolds
|
a98d5194d9
|
Merge pull request #37 from brightray/virtual-initialize
make BrowserContext::Initialize virtual
|
2013-11-27 13:57:08 -08:00 |
|
Patrick Reynolds
|
711aa5282b
|
make BrowserContext::Initialize virtual
|
2013-11-27 15:55:06 -06:00 |
|
Patrick Reynolds
|
1f2c2d416c
|
Merge pull request #36 from brightray/linux
include library dependencies explicitly
|
2013-11-26 08:54:25 -08:00 |
|
Patrick Reynolds
|
e1b6718c39
|
include library dependencies explicitly
This is necessary for more recent versions of Clang, e.g., on Debian
unstable.
|
2013-11-26 10:51:27 -06:00 |
|
Adam Roben
|
c2854a4302
|
Merge pull request #35 from brightray/fix-black-devtools
Stop the devtools from turning black when the window gets big enough
|
2013-11-25 13:30:02 -08:00 |
|
Adam Roben
|
89795c9b14
|
Stop the devtools from turning black when the window gets big enough
We need to use UnderlayOpenGLHostingWindow to show the devtools to ensure they
remain visible even when they get large.
|
2013-11-25 16:28:57 -05:00 |
|
Cheng Zhao
|
da03784610
|
Bump v0.7.1.
|
2013-11-23 01:09:42 -08:00 |
|
Cheng Zhao
|
deef68bcf9
|
Also search libchromiumcontent download dir for dSYMs.
|
2013-11-23 01:07:38 -08:00 |
|
Cheng Zhao
|
6393e2e1e5
|
Bump v0.7.0.
|
2013-11-27 16:11:19 +08:00 |
|
Cheng Zhao
|
bf77fcc03e
|
Merge pull request #124 from atom/breakpad
Use breakpad for crash reporting
|
2013-11-26 23:33:43 -08:00 |
|
Cheng Zhao
|
386b921914
|
win: Register msdia80.dll automatically when dumping symbols.
|
2013-11-26 22:05:32 +08:00 |
|
Cheng Zhao
|
401fe76acd
|
💄 Add missing ""s.
|
2013-11-26 21:35:19 +08:00 |
|
Cheng Zhao
|
2fd3616ef3
|
win: Implement the atom_dump_symbols target.
|
2013-11-26 21:34:27 +08:00 |
|
Cheng Zhao
|
ffaf535d00
|
Add script to generate symbols from pdbs on Windows.
|
2013-11-26 21:23:50 +08:00 |
|
Cheng Zhao
|
9ac5ea5a6c
|
Mention that pyobjc is needed for homebrew python.
|
2013-11-26 11:46:45 +08:00 |
|
Cheng Zhao
|
edf7496443
|
Also clean up libchromiumcontent in cibuild.
|
2013-11-26 11:04:37 +08:00 |
|
Cheng Zhao
|
151b2b5ad5
|
Also upload product name, company name and version in crash report.
|
2013-11-26 10:19:50 +08:00 |
|
Cheng Zhao
|
1fc9ef33db
|
Remove the build directory beforing rebuilding in cibuild.
|
2013-11-26 09:39:24 +08:00 |
|
Cheng Zhao
|
858f21a69c
|
mac: Dump symbols from .dSYM when possible.
|
2013-11-26 09:30:51 +08:00 |
|
Cheng Zhao
|
3a4835ff1c
|
Also download libchromiumcontent symbols on Mac.
|
2013-11-25 23:13:58 +08:00 |
|