Cheng Zhao
|
150739e19e
|
Fix calling fs.open in fs.readFile wrapper
|
2014-09-28 22:45:29 +08:00 |
|
Cheng Zhao
|
38f83cacf9
|
Make some APIs work with archive.copyFileOut API.
|
2014-09-25 23:25:17 +08:00 |
|
Cheng Zhao
|
8acf96d268
|
Make spliting paths faster.
|
2014-09-25 22:18:40 +08:00 |
|
Cheng Zhao
|
c49a44f944
|
Remove unneeded ArchiveFactory.
|
2014-09-25 21:54:59 +08:00 |
|
Cheng Zhao
|
390b804ca0
|
Make process.dlopen work for asar packages.
|
2014-09-25 21:49:28 +08:00 |
|
Cheng Zhao
|
05317ad81e
|
Clean cached asar archives when quitting.
|
2014-09-25 21:49:01 +08:00 |
|
Cheng Zhao
|
d559275711
|
Emit "exit" event for "process" when quitting.
|
2014-09-25 21:48:30 +08:00 |
|
Cheng Zhao
|
909ff085ac
|
Add "quit" event for app.
|
2014-09-25 21:48:15 +08:00 |
|
Cheng Zhao
|
dbbfef38b1
|
Cache asar archives on JavaScript side.
|
2014-09-25 20:48:32 +08:00 |
|
Cheng Zhao
|
4006b6407c
|
Just use plain pointer for weak reference.
|
2014-09-25 20:38:12 +08:00 |
|
Cheng Zhao
|
c95a93ef1c
|
Add a way to copy a file in archive into filesystem.
|
2014-09-25 16:56:50 +08:00 |
|
Cheng Zhao
|
e5e1e207b6
|
Also search for app.asar when starting app.
|
2014-09-24 20:09:41 +08:00 |
|
Cheng Zhao
|
e0c469183d
|
Make sure fs.readdir calls its callback asynchronously.
|
2014-09-24 19:10:37 +08:00 |
|
Cheng Zhao
|
4d2e4ed573
|
Fill the stats object as much as we can.
|
2014-09-24 19:10:13 +08:00 |
|
Cheng Zhao
|
0cab034dab
|
Make fs.readdir support asar package.
|
2014-09-24 18:44:00 +08:00 |
|
Cheng Zhao
|
9f9d209e3d
|
Make options of fs.readFile work.
|
2014-09-24 16:24:22 +08:00 |
|
Cheng Zhao
|
8740147aa2
|
Make fs.readFile support asar package
|
2014-09-24 15:38:07 +08:00 |
|
Cheng Zhao
|
9b755620d3
|
Make fs.stat support asar package
|
2014-09-24 15:38:02 +08:00 |
|
Cheng Zhao
|
fa287c2422
|
Fix getting information for root.
|
2014-09-24 13:42:04 +08:00 |
|
Cheng Zhao
|
b6cded379e
|
Fix __dirname and __filename in asar: protocol.
|
2014-09-24 13:23:37 +08:00 |
|
Cheng Zhao
|
8199ad2ae6
|
Add asar.stat method.
|
2014-09-24 12:02:33 +08:00 |
|
Cheng Zhao
|
0d09143a77
|
Add JavaScript bindings of asar::Archive.
|
2014-09-24 11:10:07 +08:00 |
|
Cheng Zhao
|
7081f7799b
|
Separate the archive cache out to ArchiveFactory.
|
2014-09-23 22:31:45 +08:00 |
|
Cheng Zhao
|
b6583635d4
|
Caching the Archive object.
|
2014-09-23 21:48:40 +08:00 |
|
Cheng Zhao
|
b01db4aa09
|
Send file content in asar://
|
2014-09-23 20:30:07 +08:00 |
|
Cheng Zhao
|
6d712da7e3
|
Read the archive's header when there is a url request
|
2014-09-23 19:14:30 +08:00 |
|
Cheng Zhao
|
9b71117171
|
Add asar:// protocol handler.
|
2014-09-23 12:13:46 +08:00 |
|
Haojian Wu
|
fa8e158587
|
mac: Fix dock progress bar doesn't show after hiding, fixes #658.
|
2014-09-21 18:56:03 +08:00 |
|
Cheng Zhao
|
b3770bc407
|
Bump v0.16.3.
|
2014-09-20 23:12:05 +08:00 |
|
Cheng Zhao
|
805215be78
|
Merge pull request #655 from hokein/master
SetProgressBar API Implementation, fixes #635
|
2014-09-20 11:19:34 +08:00 |
|
Haojian Wu
|
e7fbe84644
|
Use app name as desktop name by default.
|
2014-09-18 22:58:17 +08:00 |
|
Cheng Zhao
|
9653f20995
|
win: Add "direct-write" option for BrowserWindow.
For atom/atom#3540.
|
2014-09-18 21:49:04 +08:00 |
|
Haojian Wu
|
d9ce3f0ca3
|
linux: Implement SetProgressBar API.
|
2014-09-18 19:26:52 +08:00 |
|
Haojian Wu
|
d8f57a0ecc
|
Correct code style.
|
2014-09-18 16:48:00 +08:00 |
|
Haojian Wu
|
c5e0b65cc7
|
mac: Implement SetProgressBar API.
|
2014-09-18 10:20:55 +08:00 |
|
Haojian Wu
|
b5e82dac6f
|
win: Implement SetProgressBar API.
|
2014-09-17 09:42:47 +08:00 |
|
Cheng Zhao
|
925ff2da5b
|
Pretend to be Chrome by default.
This is used to cheat client web drivers.
|
2014-09-12 23:28:14 +08:00 |
|
Cheng Zhao
|
b8a6658ba9
|
Make our user agent string follow standard.
|
2014-09-12 23:08:13 +08:00 |
|
Cheng Zhao
|
4a4814b41c
|
default_app: Don't quit when started as web driver.
|
2014-09-12 22:54:00 +08:00 |
|
Cheng Zhao
|
88269a613a
|
Bump v0.16.2.
|
2014-09-09 20:07:08 +08:00 |
|
Cheng Zhao
|
5696fe8ec8
|
No need to set "--harmony" in renderer process.
After Chrome 37 renderer process can work correctly without it.
|
2014-09-09 20:05:43 +08:00 |
|
Cheng Zhao
|
67cbecaba0
|
mac: Add "double-clicked" event for Tray.
|
2014-09-09 19:45:21 +08:00 |
|
Cheng Zhao
|
ec1db0c7bb
|
mac: Add Tray.setHighlightMode API, fixes #425.
|
2014-09-09 19:39:39 +08:00 |
|
Cheng Zhao
|
4330d67e0d
|
mac: Add Tray.setTitle API, fixes #560.
|
2014-09-09 19:36:15 +08:00 |
|
Cheng Zhao
|
db8de9e60d
|
Make default_app focus the main window on startup.
|
2014-09-09 18:33:36 +08:00 |
|
Cheng Zhao
|
bda317b000
|
views: Set devtools window's icon, fixes #429.
|
2014-09-09 15:30:33 +08:00 |
|
Cheng Zhao
|
700510d63a
|
mac: Don't activate window when showing.
|
2014-09-09 14:47:04 +08:00 |
|
Cheng Zhao
|
33b94edcf0
|
Use PersistentDictionary to store web perferences.
|
2014-09-09 14:13:21 +08:00 |
|
Cheng Zhao
|
44d3e58ddb
|
Make code more tidy.
|
2014-09-09 13:21:15 +08:00 |
|
Cheng Zhao
|
8de90db429
|
Pass web runtime features by command line.
|
2014-09-09 11:08:30 +08:00 |
|
Cheng Zhao
|
81241b38eb
|
Add switches of web runtime flags.
|
2014-09-09 10:33:31 +08:00 |
|
Cheng Zhao
|
1c07b9c85b
|
Bump v0.16.1.
|
2014-09-08 16:00:32 +08:00 |
|
Cheng Zhao
|
1199224086
|
BrowserWindow.show() should not focus window, fixes #609.
|
2014-09-08 15:28:34 +08:00 |
|
Jeffrey Morgan
|
8367071dc6
|
Fixing dialog api parameter parsing
|
2014-09-07 15:14:43 -07:00 |
|
Cheng Zhao
|
68ac6b0cbb
|
Bump v0.16.0.
|
2014-09-06 20:58:34 +08:00 |
|
Cheng Zhao
|
7fb1cb5b3d
|
Merge pull request #612 from nuivall/master
win: Don't overwrite Chrome high DPI setting.
|
2014-09-06 20:55:58 +08:00 |
|
Cheng Zhao
|
19b25c0d83
|
Make dialog API's parameters more flexible.
|
2014-09-06 18:56:28 +08:00 |
|
Cheng Zhao
|
fd806f81ce
|
linux: Don't set PR_SET_NO_NEW_PRIVS when creating process, fixes #623.
|
2014-09-05 21:04:27 +08:00 |
|
Cheng Zhao
|
d515404abd
|
Merge pull request #626 from atom/v8-debugger
Implement V8 debugger agent
|
2014-09-05 13:40:37 +08:00 |
|
Cheng Zhao
|
f604525b98
|
mac: Enable setting "Services" menu.
Regarding https://github.com/atom/atom/issues/3204.
|
2014-09-05 13:07:05 +08:00 |
|
Cheng Zhao
|
3afbb66b92
|
Send message to client in debugger thread.
|
2014-09-05 11:51:45 +08:00 |
|
Cheng Zhao
|
fadfd74923
|
win: Fix compilation error.
|
2014-09-05 11:44:30 +08:00 |
|
Cheng Zhao
|
222f8e1028
|
Make --debug-brk work.
|
2014-09-05 10:59:29 +08:00 |
|
Cheng Zhao
|
e3b6ea62d6
|
Send connect message if client is connected.
|
2014-09-05 10:52:47 +08:00 |
|
Cheng Zhao
|
3795cc58b0
|
Pass debugger messages between V8 debugger.
|
2014-09-05 10:44:07 +08:00 |
|
Cheng Zhao
|
ed7d430f2b
|
Pass header sent from client.
|
2014-09-05 09:39:28 +08:00 |
|
Cheng Zhao
|
20f21b707b
|
Start a TCP server in the debugger thread.
|
2014-09-04 23:02:18 +08:00 |
|
Cheng Zhao
|
a584ca3678
|
Start a new debugger thread to listen for commands.
|
2014-09-04 21:06:31 +08:00 |
|
Cheng Zhao
|
ca881c5aaf
|
win: Fix compilation with Chrome 37.
|
2014-09-03 23:17:00 +08:00 |
|
Cheng Zhao
|
2832708618
|
Merge pull request #622 from atom/chrome37
Upgrade to Chrome37
|
2014-09-02 17:03:07 +08:00 |
|
Guido Zuidhof
|
3e6d8ddbbd
|
Small typo fix in fatal JS error message
An javascript error -> A javascript error
|
2014-09-01 21:02:03 +02:00 |
|
Cheng Zhao
|
d9d1d03d4d
|
linux: Dont' use native style border.
|
2014-09-01 20:22:38 +08:00 |
|
Cheng Zhao
|
9546120ce4
|
linux: Fix API changes of Chrome 37.
|
2014-09-01 20:10:14 +08:00 |
|
Cheng Zhao
|
48a5591508
|
Upgrade brightray.
|
2014-09-01 19:18:45 +08:00 |
|
Cheng Zhao
|
a413935e91
|
Initialize node after WebKit is initialized.
|
2014-09-01 18:43:43 +08:00 |
|
Cheng Zhao
|
241b07f763
|
Initailize V8 with gin.
|
2014-09-01 16:41:26 +08:00 |
|
Cheng Zhao
|
3e46363ae1
|
Fix API changes of Chrome 37.
|
2014-09-01 15:36:37 +08:00 |
|
Cheng Zhao
|
d4a46fa35f
|
Comment out debugger agent.
V8 has discarded support for debugger agent, we should reimplement it in
atom-shell.
|
2014-09-01 15:35:56 +08:00 |
|
Cheng Zhao
|
45228493eb
|
Merge pull request #610 from atom/devtools-extension
Add support for chrome devtools extension
|
2014-08-28 23:12:21 +08:00 |
|
Cheng Zhao
|
aa8f5e54df
|
dev-tools => devtools.
|
2014-08-28 16:00:29 +08:00 |
|
Cheng Zhao
|
8134585578
|
Remember loaded extensions.
|
2014-08-28 15:58:36 +08:00 |
|
Cheng Zhao
|
a59388ecdd
|
Add "dev-tools-opened" and "dev-tools-closed" events.
|
2014-08-28 14:25:00 +08:00 |
|
Cheng Zhao
|
8051ad8b2a
|
Add support for chrome.extension API in devtools extension.
|
2014-08-28 12:54:19 +08:00 |
|
Paul Betts
|
db11c631f6
|
Atom.exe should receive Squirrel events
This sets up Atom to be packaged into a Squirrel installer. See
https://github.com/Squirrel/Squirrel.Windows.Next/pull/17 for the details
|
2014-08-27 17:06:26 -07:00 |
|
Marcin Maliszkiewicz
|
90bfd4bf0f
|
win: Don't overwrite Chrome hight DPI setting.
Also disable high DPI mode by default, Chrome enables it since
https://codereview.chromium.org/294293002
|
2014-08-27 20:14:41 +02:00 |
|
Cheng Zhao
|
39b98b0e4d
|
Fix cpplint warnings.
|
2014-08-27 21:16:45 +08:00 |
|
Cheng Zhao
|
b6c2e7ef76
|
Ignore requests to other hosts.
|
2014-08-27 21:05:54 +08:00 |
|
Cheng Zhao
|
fe96a9de33
|
Don't use pure number as host name.
Numbers would be treated as IP addresses.
|
2014-08-27 20:49:57 +08:00 |
|
Cheng Zhao
|
b80f109524
|
Make "chrome-extension" a standard scheme.
If we do not do so, urls like "chrome-extension://extension-1" will
never get a hostname.
|
2014-08-27 20:48:49 +08:00 |
|
Cheng Zhao
|
cd40bdbec8
|
Add chrome-extension protocol for loading devtools extensions.
|
2014-08-27 16:01:15 +08:00 |
|
Cheng Zhao
|
263c4b9ab4
|
Turn off web security for devtools.
|
2014-08-26 16:05:10 +08:00 |
|
Cheng Zhao
|
400d5cef3f
|
linux: Fix BrowserWindow.setResizable.
|
2014-08-26 13:37:37 +08:00 |
|
Cheng Zhao
|
af531d685e
|
linux: Make BrowserWindow.setSkipTaskbar work dynamically.
|
2014-08-26 12:15:22 +08:00 |
|
Cheng Zhao
|
eb5f1f78bf
|
linux: Set WM_CLASS and WM_WINDOW_ROLE for window, fixes #605.
|
2014-08-26 10:34:48 +08:00 |
|
Cheng Zhao
|
c81a4bcafc
|
Don't use third party dependency in default_app.
|
2014-08-26 09:50:45 +08:00 |
|
Chris Soh
|
a0867fa7c5
|
Changing the Logical Or to Bitwise Or to change from Either to Either Or Both values
|
2014-08-23 13:30:43 +08:00 |
|
Cheng Zhao
|
0b24883649
|
Merge pull request #599 from atom/printing
Add support for printing
|
2014-08-22 17:48:36 +08:00 |
|
Cheng Zhao
|
17c0888932
|
Make print settings optional.
|
2014-08-22 15:05:30 +08:00 |
|
Cheng Zhao
|
d20ec6952a
|
Revert "Move the code of getting printing settings to another class."
This reverts commit 57d06c5241 .
Conflicts:
atom/browser/printing/printing_config_service.cc
|
2014-08-22 15:03:39 +08:00 |
|
Cheng Zhao
|
e43b3309af
|
Add "silent" and "print_background" option for printing.
|
2014-08-22 15:01:07 +08:00 |
|