Commit Graph

791 Commits (2b83a522516af90f14d179699d8b6bdb6b5f74dd)

Author SHA1 Message Date
IceArmy 7fe267341a Pass app back to Phantom 2011-07-31 03:05:06 -07:00
IceArmy 9d66ddf5ad Simplify cookies file check 2011-07-31 03:05:06 -07:00
Ariya Hidayat b11982adf2 Merge pull request #118 from Roejames12/master
A few bug fixes
2011-07-29 10:04:14 -07:00
IceArmy 8a9c95d872 Simplify cookiejar code 2011-07-29 05:59:52 -07:00
IceArmy 4ffd835cb3 Persistent cookie support 2011-07-29 03:55:52 -07:00
IceArmy c9ad2c35a7 Correctly handle KeyError/ValueError exceptions on scrollPosition setter 2011-07-29 02:12:12 -07:00
IceArmy 56939bc153 Simplify clipRect code 2011-07-29 02:11:55 -07:00
IceArmy 4440397ef4 Remove useless .keys() method call in for loops 2011-07-29 01:59:50 -07:00
IceArmy df5ac1d9c3 Rename m_webPage.scrollPosition to m_webPage.m_scrollPosition
Fix bug where m_scrollPosition is undefined if you read scrollPosition from JS without first setting it
2011-07-29 01:56:37 -07:00
IceArmy 403572b633 Stop using globals() on scrollPosition() 2011-07-29 01:52:53 -07:00
Ariya Hidayat 9469a0d343 Add unit tests for properties of phantom object. 2011-07-25 00:25:09 -07:00
Ariya Hidayat fbf44eca53 Merge pull request #117 from kapilreddy/master
Added support for scrollPosition in c++ version
2011-07-22 09:03:51 -07:00
Kapil Reddy 6e39625ecf added scrollPosition support in c++ version 2011-07-22 13:41:30 +05:30
Ariya Hidayat 728bcbd304 Merge pull request #116 from detro/dev-commonjs_fileio
Filesystem API: added the "Attributes" API group from CommonJS/Filesystem
2011-07-21 17:03:52 -07:00
Ivan De Marino 512ff9658e Filesystem API: added the "Attributes" API group from CommonJS/Filesystem definition
* Tests for this new API are also provided
* The 'fs.size()' method is implemented with a shim in 'bootstrap.js' to cover the exception throwing behaviour
2011-07-22 00:29:25 +01:00
Ariya Hidayat 5adc92aec0 Merge pull request #115 from detro/dev-commonjs_fileio
Completed implementation of "fs" basic modules
2011-07-20 22:04:55 -07:00
Ariya Hidayat 5cae803d01 Merge pull request #114 from detro/dev-js_test_facility
Removing "jasmine.css" because we are not using the Jasmine HTML Trivial
2011-07-20 15:07:16 -07:00
Ivan De Marino 744663e9a1 Removing "jasmine.css" because we are not using the Jasmine HTML Trivial Reporter anyway. 2011-07-20 22:45:01 +01:00
Ivan De Marino 49ee7b52fd A bit more code doc 2011-07-20 22:43:34 +01:00
Ivan De Marino 21d633b786 Implement "fs.read" and "fs.write" in the JavaScript shim.
* I'd have to do it for throwing an exception in case of error anyway
* Updated a bit the code doc
2011-07-20 22:43:00 +01:00
Ivan De Marino ad33cb5b0b Note in the code what method I'm going to add to the "fs" object (update). 2011-07-20 22:42:48 +01:00
Ivan De Marino 540c6a6672 Note in the code what method I'm going to add to the "fs" object. 2011-07-20 22:42:30 +01:00
Ariya Hidayat dfb497eae1 Merge pull request #113 from detro/dev-js_test_facility
Added Jasmine 1.1.0, a Console Reporter and the first Test Specs for the
2011-07-20 13:09:11 -07:00
Ivan De Marino e5c2240fcb Added Jasmine 1.1.0, a Console Reporter and the first Test Specs for the new Filesystem API. 2011-07-20 20:31:52 +01:00
Ariya Hidayat 853052da93 Merge pull request #112 from ErikDubbelboer/persistent-cookies
Persistent cookie support
2011-07-20 11:07:36 -07:00
Erik Dubbelboer cfec567336 added persistent cookie update to ChangeLog 2011-07-19 19:48:40 +02:00
Erik Dubbelboer b1d947dd51 added persistent cookie support 2011-07-19 19:32:42 +02:00
Ariya Hidayat f343238690 Merge pull request #109 from kapilreddy/master
added scrollPostion property and updated renderImage
2011-07-11 08:18:33 -07:00
Kapil Reddy 7641e4e1a4 Renamed pageScroll to scrollPosition 2011-07-11 12:17:40 +05:30
Kapil Reddy 983518d913 Added pageScroll property to webPage for javascript and changed renderImage code to render webpage considering scroll 2011-07-08 14:29:10 +05:30
Ariya Hidayat 963366f6ce Merge pull request #107 from AlekSi/master
Fix for minor issue fith QUnit runner
2011-07-06 07:46:09 -07:00
Alexey Palazhchenko ab138bc42c QUnit runner: exit with 1 if network is unreachable. 2011-07-06 14:30:58 +04:00
Ariya Hidayat e88e31554b Merge pull request #106 from Roejames12/master
Updates
2011-07-04 19:10:15 -07:00
IceArmy 0d513a4d0b Regenerate resources 2011-07-04 11:07:23 -07:00
IceArmy d1c418ba07 Allow constructs such as: page.open(url, operation) 2011-07-04 11:06:34 -07:00
IceArmy b7fb218473 Improve plugin system
Thanks to frame hacks, we can get rid of passing/modifying locals()
- Passing bunched locals() is no longer needed on the hook points
- You can access the parent namespace with get() instead
- You can change stuff in the parent namespace with set()
2011-07-04 02:48:10 -07:00
Roejames12 75dc3705b9 Remove redundant 'install' section in setup.py 2011-07-04 00:25:35 -07:00
Roejames12 8cfdb0619a Improved README and INSTALL files 2011-07-04 00:22:25 -07:00
IceArmy 78c984d6bf Stop messing with the global namespace on clipRect and viewportSize 2011-07-03 23:16:51 -07:00
Ariya Hidayat 82ebcc3c98 Merge pull request #105 from seveas/debian
Debian packaging
2011-07-03 14:01:49 -07:00
Ariya Hidayat 89e4e59d07 Merge pull request #104 from Roejames12/master
Issue #154, and a few others
2011-07-03 14:01:18 -07:00
Dennis Kaarsemaker b875134368 The python package is arch: all 2011-07-03 22:11:08 +02:00
Dennis Kaarsemaker 389616ec15 Debian packaging 2011-07-03 21:47:50 +02:00
IceArmy f83d706f80 Made a custom console script for PyPi since the autogenerated one failed. 2011-07-03 01:36:48 -07:00
IceArmy 00f21213b8 Add homepage URL and license information 2011-07-03 00:07:01 -07:00
IceArmy 97966e8fe8 Remove unneeded del statement. 2011-07-02 17:33:18 -07:00
IceArmy d12202f0a6 More efficient handling of exit() deletion of pages 2011-07-02 17:26:06 -07:00
IceArmy 5218ab7e76 Delete page references on exit() 2011-07-02 17:10:28 -07:00
IceArmy 11ff154145 Regenerate resources 2011-07-02 17:10:28 -07:00
IceArmy 895923603f Fix memory issues by providing a way to truly delete WebPages. #154
Use page.destroy() to delete the page and regain the memory.
2011-07-02 17:08:06 -07:00