Commit Graph

  • dfb19a4d8a WebPage callback for its JS alert. Ariya Hidayat 2011-05-29 00:29:29 -0700
  • 1d9c349265 Make exit() synchronous. Ariya Hidayat 2011-05-29 00:20:56 -0700
  • 5be29972cf WebPage callback for its console message. Ariya Hidayat 2011-05-28 21:16:18 -0700
  • e7ca6c0aaf Render the web page using tiling approach. Ariya Hidayat 2011-05-28 15:45:16 -0700
  • 7594a050e9 Refactor render(), split the buffer rendering to its own function. Ariya Hidayat 2011-05-28 13:51:39 -0700
  • ff726de796 Simplify buffer handling in render(). Ariya Hidayat 2011-05-28 13:41:01 -0700
  • b1af26ecc0 Support different HTTP operations for loading a page. Ariya Hidayat 2011-05-28 01:38:11 -0700
  • 7e099abaf2 User-agent is part of WebPage settings, not WebPage object itself. Ariya Hidayat 2011-05-27 22:50:33 -0700
  • 2a46ccde8b WebPage object can have settings. Ariya Hidayat 2011-05-27 22:36:34 -0700
  • b8fc6558a2 Bring back load-images and load-plugins option. Ariya Hidayat 2011-05-27 20:37:36 -0700
  • 08c6faff71 More CoffeeScript examples using WebPage. rgieseke 2011-05-27 12:09:15 +0200
  • 527b25c187 Merge remote branch 'upstream/master' into cs-examples rgieseke 2011-05-26 11:57:29 +0200
  • f5e070d444 Store bootstrap code in its own file. Ariya Hidayat 2011-05-26 02:18:09 -0700
  • 4f68bf7067 Use WebPage in useragent.coffee example. rgieseke 2011-05-26 11:08:33 +0200
  • dcd91d73d1 Use WebPage in pizza.coffee example. rgieseke 2011-05-26 11:07:37 +0200
  • fc5b799db0 Use WebPage in direction.coffee example. rgieseke 2011-05-26 11:06:41 +0200
  • 95c13d46fd Use WebPage in loadspeed.coffee. rgieseke 2011-05-26 11:05:03 +0200
  • 71c61a8f7f Fix error message. rgieseke 2011-05-26 11:04:00 +0200
  • a65ae9b1a8 Reenable custom network access manager. Ariya Hidayat 2011-05-26 01:56:43 -0700
  • 9a2fd4b361 Bring back some default web page settings. Ariya Hidayat 2011-05-26 00:27:55 -0700
  • 414a46e921 technews.js: Port to use WebPage object. Ariya Hidayat 2011-05-25 23:37:56 -0700
  • 55bb382a1b follow.js: Port to use WebPage object. Ariya Hidayat 2011-05-25 23:20:22 -0700
  • f84bef4b38 rasterize.js: Port to WebPage object. Ariya Hidayat 2011-05-25 14:23:10 -0700
  • 5da05055cc pizza.js: Port to use WebPage object. Ariya Hidayat 2011-05-25 14:16:41 -0700
  • 5f018b32b2 useragent.js: Port to WebPage object. Ariya Hidayat 2011-05-25 14:29:20 -0700
  • 838b110e9e direction.js: Port to use WebPage object. Ariya Hidayat 2011-05-25 14:10:35 -0700
  • a1f0691311 loadspeed.js: Port to use WebPage object. Ariya Hidayat 2011-05-25 14:00:22 -0700
  • df64f60ec9 Use WebPage, not QWebPage, inside Phantom class. Ariya Hidayat 2011-05-25 14:00:20 -0700
  • a4b540ef9e Merge branch 'master' of github.com:ariya/phantomjs Ariya Hidayat 2011-05-25 10:58:26 -0700
  • 041e827447 Port color wheel example to use WebPage object. Ariya Hidayat 2011-05-25 10:55:25 -0700
  • d15e097815 Refactor most of functionalities to WebPage object. Ariya Hidayat 2011-05-25 10:46:51 -0700
  • bf495f4d0e Merge pull request #48 from ismasan/url_cycle Ariya Hidayat 2011-05-19 08:36:36 -0700
  • f204a3386e Example: Array.prototype.forEachWebPage() for easy loading and processing of multiple URLs in Phantom.js Ismael Celis 2011-05-19 16:25:17 +0100
  • 1a6d2c11f8 Merge pull request #47 from Roejames12/master Ariya Hidayat 2011-05-17 06:07:24 -0700
  • b8042ca5fb Merge remote-tracking branch 'upstream/master' IceArmy 2011-05-16 23:34:34 -0700
  • 2345087b21 Fixed issue 106 Roejames12 2011-05-16 23:25:47 -0700
  • c105696aca Merge pull request #45 from Roejames12/master Ariya Hidayat 2011-05-14 07:31:18 -0700
  • 73329e73aa Update CoffeeScript to version 1.1.1 IceArmy 2011-05-13 01:10:49 -0700
  • 59f7cad5d2 Merge pull request #44 from rgieseke/coffeescript-examples Ariya Hidayat 2011-05-11 08:07:23 -0700
  • 09519dab6c Use sencha account in follow example. rgieseke 2011-05-11 16:57:52 +0200
  • c585107e38 Display tweet index in CoffeeScript example. rgieseke 2011-05-11 16:52:57 +0200
  • cd9e3d9647 Use sencha twitter account. rgieseke 2011-05-11 16:47:55 +0200
  • 11cc69efa4 Update CoffeeScript to version 1.1.1. rgieseke 2011-05-11 11:45:23 +0200
  • 4e0126a803 Use window as recommended in CoffeeScript docs. rgieseke 2011-05-11 11:42:18 +0200
  • e994086878 Merge pull request #43 from Roejames12/master Ariya Hidayat 2011-05-08 18:19:33 -0700
  • 652a3c3c76 Added did_action() to find out how many times a hook has been fired IceArmy 2011-05-07 00:19:55 -0700
  • e8d1928ebb Fix tiny error where if script is not called directly (so we import it to use it elsewhere), then Bunch and do_action will not be defined in main script. IceArmy 2011-05-07 00:19:27 -0700
  • 8c12af3ce5 Did a complete rewrite of the plugin system! IceArmy 2011-05-06 23:46:51 -0700
  • ceafea109c Merge pull request #42 from detro/master Ariya Hidayat 2011-05-06 03:28:05 -0700
  • 0e1a0c6572 Merge pull request #41 from Roejames12/master Ariya Hidayat 2011-05-06 03:26:01 -0700
  • 4fc9692176 Get list of .pyc plugins as well, that way you can provide only a bytecode plugin with no .py plugin and it'll still load up fine IceArmy 2011-05-05 15:43:12 -0700
  • 66dc5625b3 Raise RuntimeError on loadPlugin's KeyError, explaining the problem IceArmy 2011-05-05 12:24:30 -0700
  • e3e82648dd Documented run function(s) and passed args in plugincontroller IceArmy 2011-05-04 23:11:18 -0700
  • 354bb22a68 Add plugin URL to README IceArmy 2011-05-04 17:59:17 -0700
  • 5d861ccdf9 Simplify loadPlugin's bunched globals and locals IceArmy 2011-05-04 16:52:58 -0700
  • f320d76284 Simplified plugin code IceArmy 2011-05-04 16:15:51 -0700
  • 15c854405e Add flusher to SafeStreamFilter IceArmy 2011-05-04 12:32:17 -0700
  • b1d8fd1f8c Add pre/post __init__ hook to Phantom() for more flexibility IceArmy 2011-05-04 11:11:37 -0700
  • fe9168d23c More stuff to 'gitignore' Ivan De Marino 2011-05-04 18:57:44 +0100
  • 3ac8c79856 Update plugincontroller Hook doc strings IceArmy 2011-05-04 10:56:36 -0700
  • 37dd766478 No need to worry about clashing plugin class/method names. It's already automatically taken care of :) IceArmy 2011-05-04 10:47:54 -0700
  • f923085c52 Place hooks at better spots to allow more flexibility IceArmy 2011-05-04 10:47:28 -0700
  • b25d10bf7c Create loadPlugins helper function IceArmy 2011-05-04 10:47:08 -0700
  • d156bad091 New plugin system allows you to add/modify internal code without actually changing it! IceArmy 2011-05-04 02:50:16 -0700
  • e51ffbcae0 Added option: --ignore-ssl-errors=[yes|no] IceArmy 2011-05-03 16:49:34 -0700
  • fed6b0cc03 Alphabetize usage message IceArmy 2011-05-03 16:49:13 -0700
  • f1ea757c24 Removed unneeded scriptDir detection IceArmy 2011-05-03 16:48:41 -0700
  • 7ddcd95014 Created setup script to build executables (mainly for Windows, but also works for Linux) IceArmy 2011-05-03 16:48:04 -0700
  • 3d8d25d368 Output unicode safe text IceArmy 2011-05-03 16:45:53 -0700
  • bb2e59ca99 Open files as unicode (utf-8) to support all encodings IceArmy 2011-05-03 16:44:28 -0700
  • 1493b2e613 Update INSTALL file IceArmy 2011-05-03 16:43:56 -0700
  • dfadc43053 Remove spaces on default args IceArmy 2011-05-03 16:43:31 -0700
  • ef515c83e5 Simplify version into tuple IceArmy 2011-05-03 16:43:09 -0700
  • e9dad4be43 Changed the copyright headers in the program. Gave credit in the README to make up for the changes. IceArmy 2011-05-03 16:42:21 -0700
  • 4a47282276 Small change to the error message on javaScriptConsoleMessage() IceArmy 2011-05-03 16:40:45 -0700
  • 328f0e2172 Merge pull request #40 from petejkim/master. Ariya Hidayat 2011-05-02 03:20:20 -0700
  • 57f525a78a added option: --ignore-ssl-errors=[yes|no] Peter Jihoon Kim 2011-04-29 16:24:35 +0800
  • 16a0cd36e3 Merged pull request #39 from Roejames12/1.1. 1.1 Ariya Hidayat 2011-04-27 17:10:05 -0700
  • 70cac70df6 Merge branches 'master' and '1.1' into 1.1 IceArmy 2011-04-27 17:02:22 -0700
  • 38ddced9f8 Merged pull request #38 from Roejames12/master. Ariya Hidayat 2011-04-27 16:55:38 -0700
  • 65563ca89d - Automatically convert Qt types by using api 2 * Convert all QString and QVariant types * Replaced all references to QString with Python str object IceArmy 2011-04-27 16:36:45 -0700
  • 674f3ce61d Merged pull request #37 from Roejames12/master. Ariya Hidayat 2011-04-27 16:13:52 -0700
  • 92573698f5 Start using new style signals and slots IceArmy 2011-04-27 03:32:10 -0700
  • 7f6fec5b5e Refactor main file - Moved main code to main() - Moved argument parsing to parseArgs() IceArmy 2011-04-27 02:45:41 -0700
  • e991e1b150 Merge remote branch 'upstream/1.1' IceArmy 2011-04-27 01:54:32 -0700
  • 7a82a88fd6 Merge remote branch 'origin/1.1' IceArmy 2011-04-27 01:54:17 -0700
  • 0120e03335 Optimistically place the release date. Ariya Hidayat 2011-04-27 00:51:20 -0700
  • 717d9e93e7 Optimistically place the release date. 1.1.0 Ariya Hidayat 2011-04-27 00:51:20 -0700
  • 3ba2f6c45d Merge branch 'master' into 1.1 Ariya Hidayat 2011-04-25 09:43:48 -0700
  • bd00099658 Merged pull request #36 from rgieseke/coffeescript-examples. Ariya Hidayat 2011-04-25 09:40:42 -0700
  • d3845e94ab Use YAML-Style array creation in follow.coffee. rgieseke 2011-04-25 18:28:26 +0200
  • 38a6638d2c Fix weather.coffee. Implicit parentheses are until end of line. rgieseke 2011-04-25 18:26:44 +0200
  • 0de16879d2 Merge branch 'master' into 1.1 Ariya Hidayat 2011-04-23 10:56:20 -0700
  • dfd4c06586 Remove unnecessary semicolons in coffeescript examples. rgieseke 2011-04-23 19:43:18 +0200
  • c2a53ba374 Merge branch 'master' into 1.1 Ariya Hidayat 2011-04-23 10:03:53 -0700
  • 0a91497075 Loop only through divs, not length and item. rgieseke 2011-04-23 14:41:19 +0200
  • 0acb9195b0 Add Coffeescript version of waitfor.js. rgieseke 2011-04-23 14:38:51 +0200
  • e32b6ba529 Change meaning of message parameter to show what has happenend. rgieseke 2011-04-23 13:13:38 +0200
  • c8043520ee Don't throw error on timeout, use phantom.exit instead. rgieseke 2011-04-23 13:09:42 +0200
  • a7713e31da Use shorter default timeout. rgieseke 2011-04-23 13:05:43 +0200