Commit Graph

  • 80fb44b926 docs: Add docs on how to use chrome devtools extension. Cheng Zhao 2014-08-28 16:33:27 +08:00
  • aa8f5e54df dev-tools => devtools. Cheng Zhao 2014-08-28 16:00:29 +08:00
  • 8134585578 Remember loaded extensions. Cheng Zhao 2014-08-28 14:58:15 +08:00
  • a59388ecdd Add "dev-tools-opened" and "dev-tools-closed" events. Cheng Zhao 2014-08-28 14:25:00 +08:00
  • 8051ad8b2a Add support for chrome.extension API in devtools extension. Cheng Zhao 2014-08-28 12:24:52 +08:00
  • 0a937cd2be Merge pull request #614 from atom/atom-shell-squirrel Cheng Zhao 2014-08-28 10:06:24 +08:00
  • db11c631f6 Atom.exe should receive Squirrel events Paul Betts 2014-08-27 17:01:54 -07:00
  • 90bfd4bf0f win: Don't overwrite Chrome hight DPI setting. Marcin Maliszkiewicz 2014-08-27 19:49:48 +02:00
  • 39b98b0e4d Fix cpplint warnings. Cheng Zhao 2014-08-27 21:16:45 +08:00
  • b6c2e7ef76 Ignore requests to other hosts. Cheng Zhao 2014-08-27 21:05:54 +08:00
  • fe96a9de33 Don't use pure number as host name. Cheng Zhao 2014-08-27 20:49:57 +08:00
  • b80f109524 Make "chrome-extension" a standard scheme. Cheng Zhao 2014-08-27 20:48:49 +08:00
  • cd40bdbec8 Add chrome-extension protocol for loading devtools extensions. Cheng Zhao 2014-08-27 16:01:15 +08:00
  • 1533600720 Upgrade libchromiumcontent to loose iframe sandbox. Cheng Zhao 2014-08-26 22:27:50 +08:00
  • 263c4b9ab4 Turn off web security for devtools. Cheng Zhao 2014-08-26 16:05:10 +08:00
  • f1e72914f5 Update brightray for devtools zooming. Cheng Zhao 2014-08-26 15:11:26 +08:00
  • 400d5cef3f linux: Fix BrowserWindow.setResizable. Cheng Zhao 2014-08-26 13:37:37 +08:00
  • af531d685e linux: Make BrowserWindow.setSkipTaskbar work dynamically. Cheng Zhao 2014-08-26 12:15:22 +08:00
  • eb5f1f78bf linux: Set WM_CLASS and WM_WINDOW_ROLE for window, fixes #605. Cheng Zhao 2014-08-26 10:34:48 +08:00
  • c81a4bcafc Don't use third party dependency in default_app. Cheng Zhao 2014-08-25 19:11:26 +08:00
  • 1beeda170c Merge pull request #606 from hokein/master Cheng Zhao 2014-08-25 18:55:09 +08:00
  • 9ad81c054d docs: Correct debugging chapter. Haojian Wu 2014-08-25 13:08:11 +08:00
  • 5604e75886 Merge pull request #603 from soh1988/patch-corrections Cheng Zhao 2014-08-23 19:18:38 +08:00
  • 2e7ef7ea44 Merge pull request #602 from soh1988/patch-minSize Cheng Zhao 2014-08-23 19:17:54 +08:00
  • a0867fa7c5 Changing the Logical Or to Bitwise Or to change from Either to Either Or Both values Chris Soh 2014-08-21 14:43:35 +08:00
  • 31f5855001 Adding the compulsory flag in the API documentation of BrowserWindow.flashFrame Chris Soh 2014-08-23 13:20:47 +08:00
  • 0b24883649 Merge pull request #599 from atom/printing Cheng Zhao 2014-08-22 17:48:36 +08:00
  • 4fda81a0b4 Document the BrowserWindow.print(). Cheng Zhao 2014-08-22 15:14:49 +08:00
  • 17c0888932 Make print settings optional. Cheng Zhao 2014-08-22 15:05:30 +08:00
  • d20ec6952a Revert "Move the code of getting printing settings to another class." Cheng Zhao 2014-08-22 15:03:39 +08:00
  • e43b3309af Add "silent" and "print_background" option for printing. Cheng Zhao 2014-08-22 15:01:07 +08:00
  • d0c1b63064 linux: Fix linking error. Cheng Zhao 2014-08-22 13:03:27 +08:00
  • a98e26a307 Fix handling failed print. Cheng Zhao 2014-08-22 13:01:49 +08:00
  • 57d06c5241 Move the code of getting printing settings to another class. Cheng Zhao 2014-08-22 12:46:26 +08:00
  • f28e4574b0 Simplify global-shortcut's code. Cheng Zhao 2014-08-22 10:53:37 +08:00
  • c9b284d7f7 Remove more unused printing code. Cheng Zhao 2014-08-22 10:27:08 +08:00
  • 99a510701d Strip out print preview. Cheng Zhao 2014-08-21 22:14:27 +08:00
  • eb3ecab6a8 Setup PrintingMessageFilter for printing. Cheng Zhao 2014-08-21 21:19:43 +08:00
  • 11b9a06639 Add BrowserWindow.print() method. Cheng Zhao 2014-08-21 21:00:49 +08:00
  • 87d5b72b76 Initailize PrintViewManagerBasic for browser window. Cheng Zhao 2014-08-21 20:49:18 +08:00
  • c95869e515 Fix cpplint warnings. Cheng Zhao 2014-08-21 20:25:12 +08:00
  • c2f7920068 Upgrade libchromiumcontent to contain printing headers. Cheng Zhao 2014-08-21 16:38:25 +08:00
  • cb7196a9c1 Allow script initialized window.print(). Cheng Zhao 2014-08-21 16:25:04 +08:00
  • 7de0f71a75 Fix compiling with print messages. Cheng Zhao 2014-08-21 16:14:22 +08:00
  • 8dcb3726f9 Initialize the fake BrowserProcess object. Cheng Zhao 2014-08-21 15:45:34 +08:00
  • d934526bb3 Add printing related source codes from chrome. Cheng Zhao 2014-08-21 15:38:20 +08:00
  • cab546cbb7 No more need to flip rect for capturePage, fixes #589. Cheng Zhao 2014-08-21 12:40:31 +08:00
  • 058d0bbe19 linux: Add "dark-theme" option for BrowserWindow, fixes #352. Cheng Zhao 2014-08-21 12:24:55 +08:00
  • a32669ac0d Merge pull request #594 from PeterDaveHello/patch-1 Cheng Zhao 2014-08-21 10:37:48 +08:00
  • cc4b3e9e6f make CI build faster Peter Dave Hello 2014-08-20 22:49:37 +08:00
  • f470d21a55 Bump v0.15.9. v0.15.9 Cheng Zhao 2014-08-18 19:05:56 +08:00
  • af0a5744f2 Upgrade brightray for new URLRequestContextGetter interface. Cheng Zhao 2014-08-20 15:30:32 +08:00
  • 2bcb7393c4 Avoid calling GetRequestContext() in UI thread, fixes #591. Cheng Zhao 2014-08-20 13:48:38 +08:00
  • 60dcb0e67f Make process.activateUvLoop friendly to multi-context, fixes #587. Cheng Zhao 2014-08-20 12:57:40 +08:00
  • c88b691db7 linux: Suppress test for "enable-larger-than-screen". Cheng Zhao 2014-08-20 12:23:20 +08:00
  • 27f07974e0 Add --proxy-server and --no-proxy-server switches. Cheng Zhao 2014-08-20 11:57:15 +08:00
  • fdcad1066e docs: Fix typos. Cheng Zhao 2014-08-20 10:53:20 +08:00
  • 41d43920f9 Merge pull request #590 from atom/browser-v8-debugger Cheng Zhao 2014-08-20 10:47:29 +08:00
  • fecc90e67c docs: Add chapter on debugging with node-inspector. Cheng Zhao 2014-08-20 10:43:41 +08:00
  • 6e3b3fa5a2 Add "Debugging browser process" chapter. Cheng Zhao 2014-08-20 10:01:43 +08:00
  • c12c0363a0 No need to enter isolate. Cheng Zhao 2014-08-20 08:15:36 +08:00
  • 1207dfde4c Add support for --debug switch. Cheng Zhao 2014-08-19 23:36:26 +08:00
  • 0f617c3d3c Remove the unused process.getCurrentStackTrace(). Cheng Zhao 2014-08-19 22:35:22 +08:00
  • 7b71ae6824 Enable setting only one side of minimum size, fixes #461. Cheng Zhao 2014-08-19 21:43:18 +08:00
  • cfae3cd3af Add app.resolveProxy API, fixes #545. Cheng Zhao 2014-08-19 21:26:45 +08:00
  • a840799b46 Bump v0.15.8. v0.15.8 Cheng Zhao 2014-08-18 09:49:08 +00:00
  • c8ef79817a Merge pull request #585 from atom/menubar_underline Cheng Zhao 2014-08-18 16:31:22 +08:00
  • 29abba824d A little cleanup. Cheng Zhao 2014-08-18 16:14:28 +08:00
  • 6ccec45c61 views: Fix activating lower case accelerators. Cheng Zhao 2014-08-18 16:05:41 +08:00
  • 1dabd20d99 win: Underline's color tends to be a little lighter. Cheng Zhao 2014-08-18 15:41:57 +08:00
  • fedb08899c views: Fix calculating underline's position. Cheng Zhao 2014-08-18 15:36:29 +08:00
  • b8bfe8a9ad views: Always hide accelerator when submenu is activated. Cheng Zhao 2014-08-18 14:58:52 +08:00
  • a230daa998 views: Pressing "Alt+Key" should bring up the menu bar. Cheng Zhao 2014-08-18 14:52:44 +08:00
  • ba41634ad6 views: Show menubar's submenu when "Alt+Key" is pressed. Cheng Zhao 2014-08-18 14:42:21 +08:00
  • e9536508a5 views: Show menubar's accelerator when "Alt" is pressed. Cheng Zhao 2014-08-18 14:12:12 +08:00
  • 965f2b1b6b views: Draw underline in menu bar for accelerators. Cheng Zhao 2014-08-18 13:36:00 +08:00
  • e25417ab31 linux: Use "fg" of GtkStyle as text color, fixes #555. Cheng Zhao 2014-08-18 10:21:38 +08:00
  • 48c227c263 Upgrade libchromium for the accelerator fix. Cheng Zhao 2014-08-17 21:21:28 +08:00
  • cbd6541e9a views: Fix compilation error. Cheng Zhao 2014-08-17 12:57:22 +08:00
  • 2a9f5a5fb8 Add "enable-larger-than-screen" option for BrowserWindow. Cheng Zhao 2014-08-17 12:23:00 +08:00
  • 78afa29ade Little formating on app.getDataPath. Cheng Zhao 2014-08-17 11:33:55 +08:00
  • 73bb05e530 mac: Make "Text to Speech" work, fixes atom/atom#3288. Cheng Zhao 2014-08-17 11:26:02 +08:00
  • 8cc23aca8d Upgrade to Chrome 36.0.1985.143. Cheng Zhao 2014-08-17 11:25:21 +08:00
  • f96c6e4bd7 Merge pull request #578 from cornedor/appdata Cheng Zhao 2014-08-16 20:34:01 +08:00
  • 3afb4e017c Added the getDataPath function to the app api docs Corné Dorrestijn 2014-08-15 17:29:36 +02:00
  • 54ee12308d reused converted and fixed indentation Corne Dorrestijn 2014-08-15 16:52:16 +02:00
  • fd09f13c9b Bump v0.15.7. v0.15.7 Cheng Zhao 2014-08-15 15:07:11 +08:00
  • 86dd8e2dfa docs: Document the chrome command switches we support. Cheng Zhao 2014-08-15 13:06:52 +08:00
  • 1b70ca2098 Initialize job factory as early as possible. Cheng Zhao 2014-08-15 11:35:13 +08:00
  • e8d1c69ea8 Enable the spec of testing crash of protocol module. Cheng Zhao 2014-08-15 11:08:06 +08:00
  • 1883da463f Merge pull request #577 from cornedor/verbose Cheng Zhao 2014-08-15 10:40:30 +08:00
  • e9879a3e4b Removed whitespace and added vector import Corne Dorrestijn 2014-08-13 14:24:35 +02:00
  • dec05988f4 Fixes for windows Corne Dorrestijn 2014-08-13 14:16:55 +02:00
  • 4087062798 Remove old symbols when generating symbols. Cheng Zhao 2014-08-13 20:08:07 +08:00
  • 31135321c0 Bump v0.15.6. v0.15.6 Cheng Zhao 2014-08-13 18:19:38 +08:00
  • 226cbda7a6 Avoid creating our own URLRequestContextGetter. Cheng Zhao 2014-08-13 17:40:31 +08:00
  • be6599807d Added getAppData function to the app api Corne Dorrestijn 2014-08-12 17:01:56 +02:00
  • 66ef1a067d Merge pull request #576 from atom/geolocation Cheng Zhao 2014-08-13 14:53:07 +08:00
  • 8a7efcdcd2 Fix compilation error on Linux. Cheng Zhao 2014-08-13 14:43:21 +08:00
  • adb8fb59bd Add network provider for google geolocation api. Cheng Zhao 2014-08-13 13:28:05 +08:00