Commit Graph

  • c95a93ef1c Add a way to copy a file in archive into filesystem. Cheng Zhao 2014-09-25 16:56:50 +08:00
  • e5e1e207b6 Also search for app.asar when starting app. Cheng Zhao 2014-09-24 20:09:41 +08:00
  • e0c469183d Make sure fs.readdir calls its callback asynchronously. Cheng Zhao 2014-09-24 19:10:37 +08:00
  • 4d2e4ed573 Fill the stats object as much as we can. Cheng Zhao 2014-09-24 19:10:13 +08:00
  • 0cab034dab Make fs.readdir support asar package. Cheng Zhao 2014-09-24 18:44:00 +08:00
  • 9f9d209e3d Make options of fs.readFile work. Cheng Zhao 2014-09-24 16:24:22 +08:00
  • 8740147aa2 Make fs.readFile support asar package Cheng Zhao 2014-09-24 15:38:07 +08:00
  • 9b755620d3 Make fs.stat support asar package Cheng Zhao 2014-09-24 15:06:36 +08:00
  • fa287c2422 Fix getting information for root. Cheng Zhao 2014-09-24 13:42:04 +08:00
  • b6cded379e Fix __dirname and __filename in asar: protocol. Cheng Zhao 2014-09-24 13:23:37 +08:00
  • 8199ad2ae6 Add asar.stat method. Cheng Zhao 2014-09-24 12:02:33 +08:00
  • 0d09143a77 Add JavaScript bindings of asar::Archive. Cheng Zhao 2014-09-24 11:10:07 +08:00
  • 7081f7799b Separate the archive cache out to ArchiveFactory. Cheng Zhao 2014-09-23 22:31:45 +08:00
  • b6583635d4 Caching the Archive object. Cheng Zhao 2014-09-23 21:48:40 +08:00
  • b01db4aa09 Send file content in asar:// Cheng Zhao 2014-09-23 20:30:07 +08:00
  • 6d712da7e3 Read the archive's header when there is a url request Cheng Zhao 2014-09-23 19:14:30 +08:00
  • 9b71117171 Add asar:// protocol handler. Cheng Zhao 2014-09-23 12:13:46 +08:00
  • 50ea0f0b45 Merge pull request #659 from hokein/master Cheng Zhao 2014-09-22 20:52:32 +08:00
  • fa8e158587 mac: Fix dock progress bar doesn't show after hiding, fixes #658. Haojian Wu 2014-09-21 18:56:03 +08:00
  • 2768b1ff64 Fix creating empty chromedriver archive. Cheng Zhao 2014-09-20 15:24:10 +00:00
  • b3770bc407 Bump v0.16.3. v0.16.3 Cheng Zhao 2014-09-20 23:12:05 +08:00
  • 8f44046f9a Fix chromedriver's version in archive. Cheng Zhao 2014-09-20 23:09:49 +08:00
  • a717235212 Only include chromedriver in vX.X.0 releases. Cheng Zhao 2014-09-20 22:39:52 +08:00
  • 805215be78 Merge pull request #655 from hokein/master Cheng Zhao 2014-09-20 11:19:34 +08:00
  • e7fbe84644 Use app name as desktop name by default. Haojian Wu 2014-09-18 22:58:17 +08:00
  • 9653f20995 win: Add "direct-write" option for BrowserWindow. Cheng Zhao 2014-09-18 21:49:04 +08:00
  • e959a40b49 docs: setProgressBar API. Haojian Wu 2014-09-18 19:29:23 +08:00
  • d9ce3f0ca3 linux: Implement SetProgressBar API. Haojian Wu 2014-09-18 04:12:24 -07:00
  • d8f57a0ecc Correct code style. Haojian Wu 2014-09-18 16:17:49 +08:00
  • c5e0b65cc7 mac: Implement SetProgressBar API. Haojian Wu 2014-09-17 15:58:08 +08:00
  • b5e82dac6f win: Implement SetProgressBar API. Haojian Wu 2014-09-17 09:42:47 +08:00
  • 1381d16f9c Merge pull request #652 from atom/chromedriver Cheng Zhao 2014-09-16 17:45:39 +08:00
  • 268508764f docs: use => using Cheng Zhao 2014-09-13 00:14:24 +08:00
  • 34109fa741 docs: Document how to use chromedriver. Cheng Zhao 2014-09-13 00:07:21 +08:00
  • 925ff2da5b Pretend to be Chrome by default. Cheng Zhao 2014-09-12 23:28:14 +08:00
  • b8a6658ba9 Make our user agent string follow standard. Cheng Zhao 2014-09-12 23:08:13 +08:00
  • 4a4814b41c default_app: Don't quit when started as web driver. Cheng Zhao 2014-09-12 22:54:00 +08:00
  • f952dae0d0 Create dist for chromedriver and upload it. Cheng Zhao 2014-09-12 22:10:06 +08:00
  • cba155bcfb Add action to copy chromedriver. Cheng Zhao 2014-09-12 21:48:45 +08:00
  • 0f714c81cd Merge pull request #644 from lusbuab/patch-1 Cheng Zhao 2014-09-10 10:30:42 +09:00
  • 92b5dab3f9 Merge pull request #642 from hokein/master Cheng Zhao 2014-09-10 10:30:26 +09:00
  • 6ca238852a Correct parameter type of setHightlightMode() Florian 2014-09-09 15:04:00 +02:00
  • d2368d2d3b Add Volume keys support in global-shortcut API, fix #630. Haojian Wu 2014-09-09 19:11:54 +08:00
  • 88269a613a Bump v0.16.2. v0.16.2 Cheng Zhao 2014-09-09 20:07:08 +08:00
  • 5696fe8ec8 No need to set "--harmony" in renderer process. Cheng Zhao 2014-09-09 20:05:43 +08:00
  • ba439b6824 Merge pull request #643 from atom/mac-tray Cheng Zhao 2014-09-09 21:00:27 +09:00
  • c8a8576970 docs: Document the new Tray APIs. Cheng Zhao 2014-09-09 19:50:50 +08:00
  • 67cbecaba0 mac: Add "double-clicked" event for Tray. Cheng Zhao 2014-09-09 19:45:21 +08:00
  • ec1db0c7bb mac: Add Tray.setHighlightMode API, fixes #425. Cheng Zhao 2014-09-09 19:39:39 +08:00
  • 4330d67e0d mac: Add Tray.setTitle API, fixes #560. Cheng Zhao 2014-09-09 19:33:58 +08:00
  • db8de9e60d Make default_app focus the main window on startup. Cheng Zhao 2014-09-09 18:33:36 +08:00
  • 9c9a306095 Upgrade brightray. Cheng Zhao 2014-09-09 18:33:22 +08:00
  • bda317b000 views: Set devtools window's icon, fixes #429. Cheng Zhao 2014-09-09 15:30:33 +08:00
  • 700510d63a mac: Don't activate window when showing. Cheng Zhao 2014-09-09 14:47:04 +08:00
  • ab2714fda9 Merge pull request #641 from atom/web-runtime-flags Cheng Zhao 2014-09-09 14:43:08 +08:00
  • 33b94edcf0 Use PersistentDictionary to store web perferences. Cheng Zhao 2014-09-09 14:13:21 +08:00
  • 44d3e58ddb Make code more tidy. Cheng Zhao 2014-09-09 13:21:15 +08:00
  • f08c3f9134 docs: Add options for web runtime features. Cheng Zhao 2014-09-09 11:14:44 +08:00
  • 8de90db429 Pass web runtime features by command line. Cheng Zhao 2014-09-09 11:08:30 +08:00
  • 81241b38eb Add switches of web runtime flags. Cheng Zhao 2014-09-09 10:33:31 +08:00
  • 1c07b9c85b Bump v0.16.1. v0.16.1 Cheng Zhao 2014-09-08 16:00:32 +08:00
  • 1199224086 BrowserWindow.show() should not focus window, fixes #609. Cheng Zhao 2014-09-08 15:28:34 +08:00
  • add4e3c6f5 docs: Now atom-shell's version should be used when building modules. Cheng Zhao 2014-09-08 15:07:33 +08:00
  • eb55f1cf47 Merge pull request #636 from kitematic/master Cheng Zhao 2014-09-08 11:26:03 +08:00
  • 8367071dc6 Fixing dialog api parameter parsing Jeffrey Morgan 2014-09-07 15:14:43 -07:00
  • 68ac6b0cbb Bump v0.16.0. v0.16.0 Cheng Zhao 2014-09-06 20:58:34 +08:00
  • 7fb1cb5b3d Merge pull request #612 from nuivall/master Cheng Zhao 2014-09-06 20:55:58 +08:00
  • 19b25c0d83 Make dialog API's parameters more flexible. Cheng Zhao 2014-09-06 18:55:01 +08:00
  • fd806f81ce linux: Don't set PR_SET_NO_NEW_PRIVS when creating process, fixes #623. Cheng Zhao 2014-09-05 21:04:27 +08:00
  • d515404abd Merge pull request #626 from atom/v8-debugger Cheng Zhao 2014-09-05 13:40:37 +08:00
  • 4509056d5e docs: Add notes on OS X application menu. Cheng Zhao 2014-09-05 13:39:29 +08:00
  • f604525b98 mac: Enable setting "Services" menu. Cheng Zhao 2014-09-05 13:07:05 +08:00
  • 3afbb66b92 Send message to client in debugger thread. Cheng Zhao 2014-09-05 11:51:45 +08:00
  • fadfd74923 win: Fix compilation error. Cheng Zhao 2014-09-05 11:44:30 +08:00
  • 222f8e1028 Make --debug-brk work. Cheng Zhao 2014-09-05 10:59:29 +08:00
  • e3b6ea62d6 Send connect message if client is connected. Cheng Zhao 2014-09-05 10:52:47 +08:00
  • 3795cc58b0 Pass debugger messages between V8 debugger. Cheng Zhao 2014-09-05 10:18:59 +08:00
  • ed7d430f2b Pass header sent from client. Cheng Zhao 2014-09-05 09:39:28 +08:00
  • 20f21b707b Start a TCP server in the debugger thread. Cheng Zhao 2014-09-04 22:08:42 +08:00
  • a584ca3678 Start a new debugger thread to listen for commands. Cheng Zhao 2014-09-04 21:06:31 +08:00
  • ca881c5aaf win: Fix compilation with Chrome 37. Cheng Zhao 2014-09-03 23:17:00 +08:00
  • 2832708618 Merge pull request #622 from atom/chrome37 Cheng Zhao 2014-09-02 17:03:07 +08:00
  • b00e56f587 Upgrade to apm@0.93.0 Cheng Zhao 2014-09-02 10:58:42 +08:00
  • d64f43da65 Merge pull request #624 from Rahazan/patch-1 Cheng Zhao 2014-09-02 09:55:07 +08:00
  • 3e6d8ddbbd Small typo fix in fatal JS error message Guido Zuidhof 2014-09-01 21:02:03 +02:00
  • 533548fdc7 Use atom-shell's version for creating node headers tarball. Cheng Zhao 2014-09-01 22:54:20 +08:00
  • 3b95f49a14 Upgrade node to fix child_process.fork. Cheng Zhao 2014-09-01 21:30:53 +08:00
  • d9d1d03d4d linux: Dont' use native style border. Cheng Zhao 2014-09-01 20:22:38 +08:00
  • 9546120ce4 linux: Fix API changes of Chrome 37. Cheng Zhao 2014-09-01 20:10:14 +08:00
  • 48a5591508 Upgrade brightray. Cheng Zhao 2014-09-01 19:18:45 +08:00
  • a413935e91 Initialize node after WebKit is initialized. Cheng Zhao 2014-09-01 18:43:43 +08:00
  • 241b07f763 Initailize V8 with gin. Cheng Zhao 2014-09-01 16:41:26 +08:00
  • d874ba80db Upgrade libchromiumcontent for gin headers. Cheng Zhao 2014-09-01 16:08:08 +08:00
  • 3e46363ae1 Fix API changes of Chrome 37. Cheng Zhao 2014-09-01 15:36:37 +08:00
  • d4a46fa35f Comment out debugger agent. Cheng Zhao 2014-09-01 15:35:56 +08:00
  • 134f8236cc Update printing code to Chrome 37. Cheng Zhao 2014-09-01 15:35:39 +08:00
  • 55003716aa Upgrade node for Chrome 37. Cheng Zhao 2014-09-01 15:08:19 +08:00
  • fe88330e87 Upgrade brightray to Chrome 37. Cheng Zhao 2014-09-01 13:59:01 +08:00
  • ed68bd18b8 Upgrade libchromiumcontent to Chrome 37. Cheng Zhao 2014-09-01 13:33:03 +08:00
  • 45228493eb Merge pull request #610 from atom/devtools-extension Cheng Zhao 2014-08-28 23:12:21 +08:00