Commit Graph

576 Commits (5adc92aec01357b6d235d70dea327b36c5662965)

Author SHA1 Message Date
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
IceArmy edf6bc1d98 Remove unneeded is checks 2011-07-01 12:16:07 -07:00
Ariya Hidayat ea80c5499d Merge pull request #103 from Roejames12/master
Even more API for fs
2011-07-01 08:16:30 -07:00
IceArmy d829a2ddc3 Add link versions of fs API 2011-06-30 01:14:29 -07:00
IceArmy bd44efa3f3 Fix fs.changePermissions to not reset file permissions then add changed ones on
It now only changes what you specify to change, correctly.
2011-06-29 23:12:55 -07:00
IceArmy a0a79e4ddc Make fs.join() able to take unlimited paths as per spec.
This however now requires us to pass an array.
E.g. fs.join(['pathA', 'pathB', 'pathC'])
2011-06-29 21:58:18 -07:00
IceArmy 8f79f29659 Add umask, newline, changeGroup, changeOwner, changePermissions, group, owner, permissions 2011-06-29 21:58:18 -07:00
Ariya Hidayat 778900a974 Merge pull request #102 from aportale/master
Little improvement and cleanup
2011-06-29 21:03:39 -07:00
Alessandro Portale c86d104c83 Remove obsolete #include <gifwriter.h> 2011-06-30 05:15:43 +02:00
Alessandro Portale 3fd978d6bf List bootstrap.js in Qt Creator under "Other Files" 2011-06-30 05:13:52 +02:00
Ariya Hidayat 49d82a25b0 Merge pull request #101 from Roejames12/master
Update to latest commits
2011-06-29 07:58:58 -07:00
IceArmy 7f67808544 Add hook points to filesystem.py 2011-06-29 05:38:10 -07:00
IceArmy 90eb114cde Add support for TONS of methods defined in CommonJS specs 2011-06-29 05:12:22 -07:00
IceArmy fc81a1e258 Regenerate resources 2011-06-29 02:19:58 -07:00
IceArmy da987ed034 Introducing File I/O API in PyPhantomJS.
* Inspired by HammerJS (see https://github.com/senchalabs/hammerjs)
* Not yet 100% complete
* Final aim is to provide a CommonJS/Filesystem compliant API (see http://wiki.commonjs.org/wiki/Filesystem)
2011-06-29 02:19:08 -07:00
IceArmy bd775fd429 Improve error reporting for injectJsInFrame()
Also changed warnings to debugs
2011-06-29 02:14:50 -07:00