897 Commits

Author SHA1 Message Date
Nick Rowe 761f456c32 Change comment in run-jasmine example to be consistent with the way the code is written 2011-10-06 19:45:57 -07:00
IceArmy b6e69b5015 Fix bug in CookieJar where QSettings expected str, but got QByteArray instead (#10) 2011-10-04 21:42:52 -07:00
Ariya Hidayat 11a5e95281 This is "Water Lily". 1.3.0 2011-09-23 22:02:06 -07:00
Ariya Hidayat fbbde0c7ca Revert "Add plugin hook to __init__" 2011-09-23 00:20:40 -07:00
IceArmy 8727c9119f Improve QPyFile implementation
- Now supports Python style open mode flags
- Wrappers have been placed around methods which require/return foreign data types
2011-09-23 00:17:55 -07:00
IceArmy d90fd949de Simplify process where auth username and password gets set 2011-09-23 00:16:55 -07:00
Ariya Hidayat f58b6701fa Bracing for release, no "development" in the version string. 2011-09-22 19:29:06 -07:00
Ariya Hidayat 261298888c Merge pull request #161 from Roejames12/1.3
Removing dev from the version for the next stable release
2011-09-22 19:21:32 -07:00
IceArmy 508c6619bf Remove 'dev' from version, for the next stable release 2011-09-22 18:08:28 -07:00
Ariya Hidayat 79d5677ae7 Merge branch 'master' into 1.3 2011-09-20 23:15:11 -07:00
Ariya Hidayat eb255817c5 Revert support for getting body of requests or responses.
This is causing a serious regression. For details, check out the
following issues:

http://code.google.com/p/phantomjs/issues/detail?id=158
http://code.google.com/p/phantomjs/issues/detail?id=238
2011-09-20 23:05:34 -07:00
Ariya Hidayat 8a4a13ccbc Merge branch 'master' into 1.3 2011-09-20 22:11:00 -07:00
Ariya Hidayat 8b0f13309a examples/follow: Update Sencha folks. 2011-09-20 21:55:24 -07:00
Ariya Hidayat 428c386cb8 Merge pull request #159 from gr2m/patch-1
Just a simple change to not only log the failed error, but also the actua
2011-09-20 18:18:54 -07:00
Gregor Martynus cec8b5672e Just a simple change to not only log the failed error, but also the actual message 2011-09-21 02:50:21 +03:00
Ariya Hidayat 6437224f7f Merge branch 'master' into 1.3 2011-09-18 08:15:26 -07:00
Ariya Hidayat 7c39b715a3 Merge pull request #158 from execjosh/issue-206-webpage-constructor-tests
Issue 206 webpage constructor tests
2011-09-18 07:08:13 -07:00
execjosh caab0951bf Add unit tests for initializing WebPage via constructor 2011-09-18 22:49:58 +09:00
Ariya Hidayat 4d8be6bd5d Merge pull request #157 from Roejames12/master
Syncing
2011-09-18 06:08:41 -07:00
execjosh 2b5f24c482 Make webpage unit tests more readable 2011-09-18 20:48:55 +09:00
IceArmy 2e44f1abd6 Make HTTP authentication as page settings.
http://code.google.com/p/phantomjs/issues/detail?id=45
2011-09-18 04:35:40 -07:00
IceArmy 4b882c25bd Improve the API for mouse events.
It now looks like in this example:

  page.sendEvent('mousedown', 42, 217);

Other available events are 'mouseup', 'mousemove', and 'click'. They modelled
after the DOM events.

Unit tests are included.

http://code.google.com/p/phantomjs/issues/detail?id=234
2011-09-18 04:35:26 -07:00
IceArmy b1c039569c Merge branch 'master' of git://github.com/ariya/phantomjs 2011-09-18 04:05:12 -07:00
IceArmy 26bbd765d4 Make it possible for plugin directory to be changed by setting PYPHANTOMJS_PLUGIN_PATH environment variable 2011-09-18 03:00:37 -07:00
IceArmy f9a281ef2a Refactor plugin implementation
Also, LookupError gets raised on some methods if the hook doesn't exist.
Reason is, that not raising would be silently passing off a potential error.
2011-09-18 02:58:43 -07:00