Cheng Zhao [Fri, 20 Sep 2013 10:32:05 +0000 (18:32 +0800)]
Fix crash when using protocol module on startup.
The job factory was not created before any request was sent, so when the
app used the protocol module on startup it would cause a crash.
Cheng Zhao [Fri, 20 Sep 2013 08:55:43 +0000 (16:55 +0800)]
Dump v0.4.8.
Cheng Zhao [Fri, 20 Sep 2013 08:47:47 +0000 (16:47 +0800)]
Use custom url request getter to setup request job factory.
Paul Betts [Tue, 17 Sep 2013 20:35:12 +0000 (13:35 -0700)]
Merge pull request #92 from atom/paulcbetts-patch-1
Need PathService on Win32
Paul Betts [Tue, 17 Sep 2013 18:53:31 +0000 (11:53 -0700)]
Need PathService on Win32
This was accidentally left out of
8708d061
Cheng Zhao [Fri, 13 Sep 2013 02:12:02 +0000 (10:12 +0800)]
Dump v0.4.7.
Steve Smith [Thu, 12 Sep 2013 15:43:30 +0000 (08:43 -0700)]
Merge pull request #91 from atom/rounded-corner
Round whole frame in Frameless mode
Steve Smith [Thu, 12 Sep 2013 15:20:38 +0000 (11:20 -0400)]
Skip the whole AtomFramelessWindow.
Just round the web view and set the bounds to the window, not the main
view.
Cheng Zhao [Thu, 12 Sep 2013 09:51:45 +0000 (17:51 +0800)]
mac: Force using "Atom" as application name in framework bundle path.
Cheng Zhao [Thu, 12 Sep 2013 09:16:33 +0000 (17:16 +0800)]
mac: Makes sure MainMenu.nib is alwasys loaded from Atom.framework.
Cheng Zhao [Thu, 12 Sep 2013 08:10:11 +0000 (16:10 +0800)]
Dump v0.4.6.
Cheng Zhao [Thu, 12 Sep 2013 07:42:36 +0000 (15:42 +0800)]
mac: Always use "Atom" as name when find helper process. Fixes #89.
Cheng Zhao [Thu, 12 Sep 2013 07:13:56 +0000 (15:13 +0800)]
Remove code which are used for borderless window.
Cheng Zhao [Thu, 12 Sep 2013 05:00:28 +0000 (13:00 +0800)]
:lipstick: Fix cpplint warnings.
Steve Smith [Thu, 12 Sep 2013 02:02:42 +0000 (22:02 -0400)]
Just round the top also and use a standard window.
Using borderless window causes too many issues. Smaller, less
window-like shadows being the most annoying.
Steve Smith [Wed, 11 Sep 2013 21:25:42 +0000 (17:25 -0400)]
Fix view autoresizing.
Steve Smith [Wed, 11 Sep 2013 20:23:17 +0000 (16:23 -0400)]
Get radius working with frameless window.
Right now it's set as a constant `AtomWindowCornerRadius`, but it could
be set to a variable.
Cheng Zhao [Wed, 11 Sep 2013 10:10:28 +0000 (18:10 +0800)]
WIP: rounded corner of frameless window.
Cheng Zhao [Wed, 11 Sep 2013 05:46:36 +0000 (13:46 +0800)]
mac: Import chromium's CustomFrameView code.
Cheng Zhao [Wed, 11 Sep 2013 05:05:08 +0000 (13:05 +0800)]
Hide the fullscreen button when leaving fullscreen mode. Fixes #88.
Cheng Zhao [Mon, 9 Sep 2013 12:17:47 +0000 (20:17 +0800)]
doc: Metion the frameless-window-demo.
Cheng Zhao [Mon, 9 Sep 2013 08:13:01 +0000 (16:13 +0800)]
Dump v0.4.5.
Cheng Zhao [Mon, 9 Sep 2013 07:49:13 +0000 (15:49 +0800)]
doc: Separate pages into sub directories.
Cheng Zhao [Mon, 9 Sep 2013 07:35:57 +0000 (15:35 +0800)]
doc: Add titles for all pages.
Cheng Zhao [Mon, 9 Sep 2013 07:27:19 +0000 (15:27 +0800)]
:lipstick: Remove a mistyped character.
Cheng Zhao [Mon, 9 Sep 2013 07:24:20 +0000 (00:24 -0700)]
Merge pull request #85 from atom/frameless-window
Add frameless window support, fixes #72.
Cheng Zhao [Mon, 9 Sep 2013 07:18:53 +0000 (15:18 +0800)]
doc: Add titles for browser-window and frameless-window.
Cheng Zhao [Mon, 9 Sep 2013 06:52:46 +0000 (14:52 +0800)]
doc: Document frameless window.
Cheng Zhao [Mon, 9 Sep 2013 06:30:07 +0000 (14:30 +0800)]
win: Add NativeWindowFramelessView as non-client view.
Cheng Zhao [Mon, 9 Sep 2013 04:12:17 +0000 (12:12 +0800)]
win: Save draggable region.
Cheng Zhao [Mon, 9 Sep 2013 02:54:08 +0000 (10:54 +0800)]
Quit when all windows are closed if running an app by passing it in command line.
Cheng Zhao [Mon, 9 Sep 2013 02:49:28 +0000 (10:49 +0800)]
Print stack when got error on startup.
Cheng Zhao [Mon, 9 Sep 2013 01:53:08 +0000 (09:53 +0800)]
Make sure child scripts are quit after specs are done.
Cheng Zhao [Mon, 9 Sep 2013 01:09:58 +0000 (09:09 +0800)]
Update apm: set both HOME and USERPROFILE in environment under Windows.
Cheng Zhao [Fri, 6 Sep 2013 04:12:17 +0000 (12:12 +0800)]
Make sure the cursor doesn't drift away when dragging window.
Cheng Zhao [Fri, 6 Sep 2013 03:54:52 +0000 (11:54 +0800)]
Don't use setMouseDownCanMoveWindow to implement draggable area.
It would not work when we have the in-window devtools.
Cheng Zhao [Thu, 5 Sep 2013 15:52:29 +0000 (23:52 +0800)]
Implement frameless window on OS X.
Most of the code came from Chromium's packaged app window.
Cheng Zhao [Thu, 5 Sep 2013 13:43:47 +0000 (21:43 +0800)]
Add has_frame_ attribute for NativeWindow.
Cheng Zhao [Thu, 5 Sep 2013 12:06:54 +0000 (20:06 +0800)]
Send and receive the AtomViewHostMsg_UpdateDraggableRegions message.
Cheng Zhao [Thu, 5 Sep 2013 11:46:12 +0000 (19:46 +0800)]
Add IPC messages and structs for passing draggable regions.
Cheng Zhao [Thu, 5 Sep 2013 10:28:48 +0000 (18:28 +0800)]
:lipstick: fix the protocol module spec on OS X.
Cheng Zhao [Thu, 5 Sep 2013 07:41:44 +0000 (15:41 +0800)]
Update apm for node v0.10.18.
Cheng Zhao [Thu, 5 Sep 2013 07:17:05 +0000 (15:17 +0800)]
Dump version to v0.4.4.
Cheng Zhao [Thu, 5 Sep 2013 07:15:13 +0000 (15:15 +0800)]
Update node to v0.10.18.
Cheng Zhao [Thu, 5 Sep 2013 06:55:22 +0000 (14:55 +0800)]
Pass PATH environment in the child_process.fork spec.
The uv_spawn under Windows requires the PATH environment variable to be
there, otherwise it would throw a 203 system error, it should be a bug
of node.
Cheng Zhao [Thu, 5 Sep 2013 04:24:08 +0000 (12:24 +0800)]
:lipstick: fix spec failure caused by win32 path delimiter.
Cheng Zhao [Thu, 5 Sep 2013 04:18:19 +0000 (12:18 +0800)]
Use base::Environment to replace getenv.
Cheng Zhao [Thu, 5 Sep 2013 01:55:20 +0000 (18:55 -0700)]
Merge pull request #84 from atom/nested-fork
Use environment variable to detect whether to run as node.
Fixed # 83.
Cheng Zhao [Thu, 5 Sep 2013 01:49:22 +0000 (09:49 +0800)]
Also fix nested child_process.fork on Windows.
Cheng Zhao [Thu, 5 Sep 2013 01:47:32 +0000 (09:47 +0800)]
Make child_process.fork work when options.env is set.
Cheng Zhao [Thu, 5 Sep 2013 01:22:24 +0000 (09:22 +0800)]
Use environment variable to detect whether to run as node.
Cheng Zhao [Thu, 5 Sep 2013 01:21:39 +0000 (09:21 +0800)]
Add test case for #83.
Cheng Zhao [Wed, 4 Sep 2013 10:33:09 +0000 (03:33 -0700)]
Merge pull request #65 from atom/custom-protocol
Support custom protocols
Cheng Zhao [Tue, 3 Sep 2013 10:22:40 +0000 (18:22 +0800)]
Add documentation for protocol module.
Cheng Zhao [Tue, 3 Sep 2013 09:21:10 +0000 (17:21 +0800)]
Emit erros when getting errors in IO thread.
Cheng Zhao [Tue, 3 Sep 2013 08:50:10 +0000 (16:50 +0800)]
Add protocol interceptor API.
Cheng Zhao [Mon, 2 Sep 2013 10:17:06 +0000 (18:17 +0800)]
:lipstick: fix reversed flag for updating latest version.
Cheng Zhao [Mon, 2 Sep 2013 09:59:17 +0000 (17:59 +0800)]
Dump v0.4.3.
Cheng Zhao [Mon, 2 Sep 2013 08:54:54 +0000 (16:54 +0800)]
Update specs to match the documents.
Cheng Zhao [Mon, 2 Sep 2013 08:47:53 +0000 (16:47 +0800)]
:lipstick: fix the window specs.
Cheng Zhao [Mon, 2 Sep 2013 08:46:08 +0000 (16:46 +0800)]
Use setTimeout instead of setImmediate in fixtures.
The setImmediate is implemented in node and may have unexpected affects.
Cheng Zhao [Mon, 2 Sep 2013 08:39:00 +0000 (16:39 +0800)]
Revert ":lipstick: for the beforeunload handler."
Restore the previous behavior of beforeunload handler.
This reverts commit
b1f30c1eb609c8abab2db791cbbf0b01373564b1.
Cheng Zhao [Mon, 2 Sep 2013 08:28:36 +0000 (16:28 +0800)]
Add specs for the beforeunload handler.
Cheng Zhao [Mon, 2 Sep 2013 05:34:58 +0000 (13:34 +0800)]
Dump v0.4.2.
Cheng Zhao [Mon, 2 Sep 2013 05:31:31 +0000 (22:31 -0700)]
Merge pull request #81 from atom/window-native-modules
Fix node native modules support on Windows
Cheng Zhao [Mon, 2 Sep 2013 05:27:26 +0000 (13:27 +0800)]
Upload a fake empty x64 node.lib.
We only allow building ia32 build of atom-shell, so the x64 node.lib is
not in use, but it's required by node-gyp.
Cheng Zhao [Sat, 31 Aug 2013 09:00:13 +0000 (17:00 +0800)]
Only generate node.lib when we need to upload node headers.
Cheng Zhao [Sat, 31 Aug 2013 08:37:01 +0000 (16:37 +0800)]
Generate node.lib from atom.lib and chromiumcontent.dll.lib.
Cheng Zhao [Sat, 31 Aug 2013 07:42:41 +0000 (15:42 +0800)]
Don't use the cmd paramter passed by WinMain.
It doesn't include the argv[0], :shit:.
Cheng Zhao [Sat, 31 Aug 2013 07:20:59 +0000 (15:20 +0800)]
:lipstick: for node version and upload node.lib.
Cheng Zhao [Sat, 31 Aug 2013 04:13:08 +0000 (12:13 +0800)]
Use dummy stdin stream on Windows.
Cheng Zhao [Sat, 31 Aug 2013 03:13:11 +0000 (11:13 +0800)]
Also ship ffmpegsumo.dll in the distribution.
Cheng Zhao [Sat, 31 Aug 2013 02:51:53 +0000 (10:51 +0800)]
Use node's version for the node headers tarball.
Cheng Zhao [Sat, 31 Aug 2013 02:48:47 +0000 (10:48 +0800)]
Add flag for upload script to skip updating version.
When uploading multiple distributions in future, we need to make sure
all distributions have to ben uploaded before triggering the
update-atom-shell script of Atom.
Cheng Zhao [Sat, 31 Aug 2013 02:36:13 +0000 (10:36 +0800)]
Don't require multipart for uploading to S3.
The file we are uploading is not large, and multipart works really bad
on bad networking.
Cheng Zhao [Sat, 31 Aug 2013 02:35:01 +0000 (10:35 +0800)]
The distribution name should contain version and platform.
Cheng Zhao [Sat, 31 Aug 2013 01:37:02 +0000 (09:37 +0800)]
Create zip distribution for binaries on Windows.
Cheng Zhao [Sat, 31 Aug 2013 01:06:27 +0000 (09:06 +0800)]
Ship correct binaries on Windows.
Cheng Zhao [Sat, 31 Aug 2013 00:22:16 +0000 (08:22 +0800)]
Use Chromium V8's headers in the node headers tarball.
Cheng Zhao [Fri, 30 Aug 2013 23:41:25 +0000 (16:41 -0700)]
Merge pull request #79 from atom/message-box-button-order
Fix button order on Win32
Paul Betts [Fri, 30 Aug 2013 19:08:04 +0000 (12:08 -0700)]
Fix button order on Win32
On Windows, the button order is left to right, with the primary action on the
left (i.e. "Ok" "Cancel"). On Mac, the button order is that the primary action
is nearest to the corner.
Cheng Zhao [Fri, 30 Aug 2013 13:15:46 +0000 (21:15 +0800)]
Add InterceptProtocol AtomURLRequestJobFactory.
Cheng Zhao [Fri, 30 Aug 2013 12:38:06 +0000 (20:38 +0800)]
Make ReadRawData a public member, so there is no need to detect types.
Cheng Zhao [Fri, 30 Aug 2013 12:24:42 +0000 (20:24 +0800)]
:lipstick: fix cpplint warning.
Cheng Zhao [Fri, 30 Aug 2013 12:02:17 +0000 (20:02 +0800)]
Separate logics between low level URLRequestJob and js calls.
Cheng Zhao [Fri, 30 Aug 2013 08:16:41 +0000 (16:16 +0800)]
Separate URLRequestStringJob from atom_api_protocol.
Cheng Zhao [Fri, 30 Aug 2013 08:10:36 +0000 (16:10 +0800)]
Move atom_url_request_job_factory to browser/net.
Cheng Zhao [Fri, 30 Aug 2013 07:48:57 +0000 (15:48 +0800)]
Allow passing a fallback protocol handler for request jobs.
Cheng Zhao [Fri, 30 Aug 2013 05:04:21 +0000 (13:04 +0800)]
Don't pollute console with error stack.
Cheng Zhao [Fri, 30 Aug 2013 05:04:02 +0000 (13:04 +0800)]
:lipstick: Fix protocol specs.
Cheng Zhao [Fri, 30 Aug 2013 04:51:15 +0000 (12:51 +0800)]
Disable overriding built-in protocols with protocol.registerProtocol.
Cheng Zhao [Fri, 30 Aug 2013 04:04:51 +0000 (12:04 +0800)]
Custom the implementation of url request job factory.
It's needed for interceptor API.
Cheng Zhao [Fri, 30 Aug 2013 02:15:15 +0000 (10:15 +0800)]
Skelecton for interceptor APIs.
Paul Betts [Thu, 29 Aug 2013 17:41:39 +0000 (10:41 -0700)]
Merge pull request #71 from atom/78-chars-or-death
Indent all the files to 78-characters so that doc diffs are usable
Paul Betts [Thu, 29 Aug 2013 14:37:51 +0000 (16:37 +0200)]
Indent all the files to 78-characters so that doc diffs are usable
Cheng Zhao [Thu, 29 Aug 2013 13:12:48 +0000 (21:12 +0800)]
Wrap passed 'url' and 'referrer' in an 'request' object.
Cheng Zhao [Thu, 29 Aug 2013 13:06:22 +0000 (21:06 +0800)]
:lipstick:
Cheng Zhao [Thu, 29 Aug 2013 12:57:09 +0000 (20:57 +0800)]
Add spec for protocol.isHandledProtocol.
Cheng Zhao [Thu, 29 Aug 2013 12:56:25 +0000 (20:56 +0800)]
Add 'registered' and 'unregistered' events for protocol module.
This is only used for writing specs.
Cheng Zhao [Thu, 29 Aug 2013 12:38:04 +0000 (20:38 +0800)]
Make protocol module an EventEmitter.