Commit Graph

  • c513f6430f Allow render() to save gif files. Requires PIL. IceArmy 2011-09-27 14:17:35 -07:00
  • d1b6623251 Merge branch 'master' of git://github.com/ariya/phantomjs IceArmy 2011-09-27 10:34:03 -07:00
  • 2accc8a724 Reorder methods to be alphabetical IceArmy 2011-09-24 23:11:42 -07:00
  • 11a5e95281 This is "Water Lily". 1.3.0 Ariya Hidayat 2011-09-23 22:01:12 -07:00
  • 1b7564ec3c This is "Water Lily". Ariya Hidayat 2011-09-23 22:01:12 -07:00
  • 470aaf5143 Reorder signals alphabetically IceArmy 2011-09-23 06:38:41 -07:00
  • 698c2619a8 Remove extra spaces in license IceArmy 2011-09-23 04:40:56 -07:00
  • fbbde0c7ca Revert "Add plugin hook to __init__" Ariya Hidayat 2011-09-23 00:20:40 -07:00
  • 8727c9119f Improve QPyFile implementation IceArmy 2011-09-18 15:37:40 -07:00
  • d90fd949de Simplify process where auth username and password gets set IceArmy 2011-09-22 04:26:58 -07:00
  • f58b6701fa Bracing for release, no "development" in the version string. Ariya Hidayat 2011-09-22 19:28:48 -07:00
  • 261298888c Merge pull request #161 from Roejames12/1.3 Ariya Hidayat 2011-09-22 19:21:32 -07:00
  • 508c6619bf Remove 'dev' from version, for the next stable release IceArmy 2011-09-22 18:08:28 -07:00
  • 72279ca335 Merge pull request #160 from Roejames12/master Ariya Hidayat 2011-09-22 17:06:16 -07:00
  • 58ea69dd7f Simplify process where auth username and password gets set IceArmy 2011-09-22 04:26:58 -07:00
  • 77d213f3ec Merge branch 'master' of git://github.com/ariya/phantomjs IceArmy 2011-09-21 00:13:42 -07:00
  • 79d5677ae7 Merge branch 'master' into 1.3 Ariya Hidayat 2011-09-20 23:15:11 -07:00
  • eb255817c5 Revert support for getting body of requests or responses. Ariya Hidayat 2011-09-20 23:05:34 -07:00
  • 8a4a13ccbc Merge branch 'master' into 1.3 Ariya Hidayat 2011-09-20 22:11:00 -07:00
  • 8b0f13309a examples/follow: Update Sencha folks. Ariya Hidayat 2011-09-20 21:55:24 -07:00
  • 428c386cb8 Merge pull request #159 from gr2m/patch-1 Ariya Hidayat 2011-09-20 18:18:54 -07:00
  • cec8b5672e Just a simple change to not only log the failed error, but also the actual message Gregor Martynus 2011-09-21 02:50:21 +03:00
  • 796343a8f2 Revert "Add plugin hook to __init__" IceArmy 2011-09-18 21:22:27 -07:00
  • 06e8a6dd3b Improve QPyFile implementation IceArmy 2011-09-18 15:37:40 -07:00
  • 6437224f7f Merge branch 'master' into 1.3 Ariya Hidayat 2011-09-18 08:15:26 -07:00
  • 7c39b715a3 Merge pull request #158 from execjosh/issue-206-webpage-constructor-tests Ariya Hidayat 2011-09-18 07:08:13 -07:00
  • caab0951bf Add unit tests for initializing WebPage via constructor execjosh 2011-09-18 22:49:58 +09:00
  • 4d8be6bd5d Merge pull request #157 from Roejames12/master Ariya Hidayat 2011-09-18 06:08:41 -07:00
  • 2b5f24c482 Make webpage unit tests more readable execjosh 2011-09-18 20:48:55 +09:00
  • 2e44f1abd6 Make HTTP authentication as page settings. IceArmy 2011-09-18 04:22:49 -07:00
  • 4b882c25bd Improve the API for mouse events. It now looks like in this example: IceArmy 2011-09-18 04:06:00 -07:00
  • b1c039569c Merge branch 'master' of git://github.com/ariya/phantomjs IceArmy 2011-09-18 04:05:12 -07:00
  • 26bbd765d4 Make it possible for plugin directory to be changed by setting PYPHANTOMJS_PLUGIN_PATH environment variable IceArmy 2011-09-18 03:00:37 -07:00
  • f9a281ef2a Refactor plugin implementation IceArmy 2011-09-18 02:58:43 -07:00
  • f39c3d4be8 Move debug setter down so it can be changed in ParseArgs hook IceArmy 2011-09-17 23:10:47 -07:00
  • 04909e30e4 Add hooks to Config() IceArmy 2011-09-17 22:43:27 -07:00
  • c039a34068 Add plugin hook to __init__ IceArmy 2011-09-17 22:35:19 -07:00
  • 3204616b30 Fix bug where separate NetworkAccessManager's were causing program to not exit IceArmy 2011-09-16 18:50:04 -07:00
  • e72274deb2 Re-order arguments into groups IceArmy 2011-09-16 15:17:21 -07:00
  • 7bf0d85ec4 Merge branch 'master' into 1.3 Ariya Hidayat 2011-09-16 21:58:22 -07:00
  • f75bc156ba Cosmetic update to ChangeLog. Ariya Hidayat 2011-09-16 21:57:57 -07:00
  • 42ff411c63 Keep using "new WebPage()" instead of module and 'require'. Ariya Hidayat 2011-09-16 21:47:54 -07:00
  • 1178637805 Remove unported examples that do not work anymore. Ariya Hidayat 2011-09-16 17:49:09 -07:00
  • f0aec8d3fb Update ChangeLog. Ariya Hidayat 2011-09-16 17:46:05 -07:00
  • 2d0e4fc57c Fix copy paste mistake for HTTP authentication. Ariya Hidayat 2011-09-16 17:36:27 -07:00
  • 76de868075 Make HTTP authentication as page settings. Ariya Hidayat 2011-09-16 17:34:02 -07:00
  • 6a5f3901a3 Created yes/no argument action handler to simplify conversion process IceArmy 2011-09-16 14:40:35 -07:00
  • c90407b615 Merge branch 'master' of git://github.com/ariya/phantomjs IceArmy 2011-09-16 13:44:16 -07:00
  • e8b5655474 HTTP authentication is not only basic. Ariya Hidayat 2011-09-16 07:31:22 -07:00
  • 4544b129c9 Improve the API for mouse events. Ariya Hidayat 2011-09-16 07:15:21 -07:00
  • df93935d52 about:blank also needs document.head. Ariya Hidayat 2011-09-16 07:12:57 -07:00
  • bdaa4a5899 Rename plugincontroller set() to set_() to avoid clashes with built-in set() IceArmy 2011-09-15 22:06:52 -07:00
  • 3b2fa1f162 Fix resource building script to work in any directory IceArmy 2011-09-15 21:38:29 -07:00
  • d3c3110e3d Merge pull request #156 from Roejames12/master Ariya Hidayat 2011-09-15 17:54:45 -07:00
  • 7156c1f4d1 Merge branch 'master' of git://github.com/ariya/phantomjs IceArmy 2011-09-15 17:42:40 -07:00
  • c0644958cd Change IOError Exceptions returned string for QPyFile() IceArmy 2011-09-15 17:41:44 -07:00
  • c506f3efe4 Fix bug where resource text didn't actually return the text. IceArmy 2011-09-15 17:39:02 -07:00
  • fff0b73234 Alphebetize imports IceArmy 2011-09-15 17:18:08 -07:00
  • 134eec2fbf Unify the name to 'cookiesFile' everywhere IceArmy 2011-09-15 16:48:50 -07:00
  • 04f5165714 Special handling for about:blank IceArmy 2011-09-15 16:19:35 -07:00
  • 0f6c59cc6e Every web page gets its own network access manager. IceArmy 2011-09-15 16:13:57 -07:00
  • 3eb16093c0 We shall just pass the args instance, that's cleaner and less messy. IceArmy 2011-09-15 15:18:35 -07:00
  • 5449251a6c Unify the name to 'cookiesFile' everywhere. Ariya Hidayat 2011-09-15 09:40:22 -07:00
  • 6d42bc0123 Clean-up usage.txt. Ariya Hidayat 2011-09-15 01:08:48 -07:00
  • eb95355a28 Add --cookies option to the usage.txt. Ariya Hidayat 2011-09-15 01:06:12 -07:00
  • a169fabc0f Mention the codenames in the ChangeLog. Ariya Hidayat 2011-09-15 00:25:15 -07:00
  • 20ed9a9265 Optimistic release date for 1.3.0. Ariya Hidayat 2011-09-15 00:24:22 -07:00
  • 78815023e5 Update ChangeLog. Ariya Hidayat 2011-09-15 00:23:04 -07:00
  • f73108a1d8 Special handling for about:blank. Ariya Hidayat 2011-09-15 00:15:56 -07:00
  • b0a5b6dbad Every web page gets its own network access manager. Ariya Hidayat 2011-09-14 23:46:01 -07:00
  • 37404ba179 Fix potential crash in the reply proxy. Ariya Hidayat 2011-09-14 22:47:26 -07:00
  • 7a9b6b4fec Clean-up WebPage constructor. Ariya Hidayat 2011-09-14 21:41:58 -07:00
  • ac9be2a0d4 Sort the include files alphabetically. Ariya Hidayat 2011-09-14 21:41:26 -07:00
  • e07307ec1d Merge pull request #155 from Roejames12/master Ariya Hidayat 2011-09-14 21:45:08 -07:00
  • 4bd0ad2331 Merge pull request #154 from detro/master Ariya Hidayat 2011-09-14 21:44:53 -07:00
  • 26e49cc4c1 Fix bug on FileSystem() where super() in __new__() was calling the CSConverter class, instead of FileSystem. Whoops!! IceArmy 2011-09-13 14:59:59 -07:00
  • 5b24d2417a Fix injectme.coffee example which was injecting 'injectme.js' instead of itself IceArmy 2011-09-13 14:50:12 -07:00
  • 373f28da17 Regenerate resources IceArmy 2011-09-13 14:48:41 -07:00
  • 826ab347e4 Refactoring on the module implementation. IceArmy 2011-09-13 14:45:28 -07:00
  • c119a4788e Merge branch 'master' of git://github.com/ariya/phantomjs IceArmy 2011-09-13 13:16:20 -07:00
  • febf9a14f6 Use super() for all class initializers instead IceArmy 2011-09-12 22:27:04 -07:00
  • e0e5535e0e Updated examples to use "require('webpage').create()" instead of "new WebPage()". Ivan De Marino 2011-09-12 21:17:54 +01:00
  • e960279ff2 Coding style: fix place bracement. Ariya Hidayat 2011-09-11 02:19:20 -07:00
  • 1ed381c95f Update JSLint flags. Ariya Hidayat 2011-09-11 01:08:49 -07:00
  • b6102d7f6e Refactoring on the module implementation. Ariya Hidayat 2011-09-11 01:00:21 -07:00
  • c7dafc8dcb Fix wrong viewport size due to commits 983518d9 and 7641e4e1. IceArmy 2011-09-09 01:11:05 -07:00
  • d90d11b551 Mac build script: check curl status to detect failed download. Ariya Hidayat 2011-09-10 17:23:36 -07:00
  • bcd01d222b netlog.coffee: Fix wrong address to be loaded. Ariya Hidayat 2011-09-10 11:05:25 -07:00
  • b20aa4345e Mac build script: detect UPX properly. Ariya Hidayat 2011-09-10 11:02:49 -07:00
  • 1fd9c20835 netlog: Example to dump live network traffic. Ariya Hidayat 2011-09-10 09:15:34 -07:00
  • 293c7a4498 Mac build script: compress the executable. Ariya Hidayat 2011-09-09 22:41:47 -07:00
  • 53b70172a1 Mac build script: workaround for qt_menu.nib problem. Ariya Hidayat 2011-09-09 22:01:09 -07:00
  • b68e06a11c Mac build script: ensure it can link to jscore library. Ariya Hidayat 2011-09-09 21:58:00 -07:00
  • 7a2fd4e93c Mac build script: clean any remaining of the previous build. Ariya Hidayat 2011-09-09 09:13:28 -07:00
  • f5c2b7f69b Build script: use the correct QMake. Ariya Hidayat 2011-09-09 08:00:22 -07:00
  • 7bb97fb0da Create FileSystem instance only when needed. IceArmy 2011-09-09 00:52:49 -07:00
  • 6bba1715df Regenerate resources IceArmy 2011-09-09 00:49:11 -07:00
  • 0a25130e57 Implement require('webpage'). IceArmy 2011-09-09 00:48:10 -07:00
  • 54ce2f72e1 Merge branch 'master' of git://github.com/ariya/phantomjs IceArmy 2011-09-09 00:42:47 -07:00
  • d844d5404f Fix wrong viewport size due to commit 6e39625e. Ariya Hidayat 2011-09-08 23:36:06 -07:00