Commit Graph

  • 2c4ac33942 Filesystem API: completed the "Tests" API group from CommonJS/Filesystem definition. Ivan De Marino 2011-08-08 23:42:11 +01:00
  • f811e6ae1e Merge pull request #122 from Roejames12/master Ariya Hidayat 2011-08-08 15:35:32 -07:00
  • 548e063231 Regenerate resources IceArmy 2011-08-08 15:13:48 -07:00
  • 862dc6e017 Update CoffeeScript to 1.1.2 IceArmy 2011-08-08 15:12:57 -07:00
  • dee6117c01 Merge pull request #119 from detro/master Ariya Hidayat 2011-08-07 16:34:04 -07:00
  • 049e1f50bd Added functions to WebPage class to simulate mouse move, mouse up, and mouse down. Also added click() convenience function, which combines a move, mousedown, and mouseup. Rob Terrell 2011-08-07 09:29:50 -04:00
  • 3046bd994e Spotted a mistake in "scandir.[js|coffee]": was still using "phantom.fs" API. Ivan De Marino 2011-08-04 22:00:18 +01:00
  • e71a992dbd Merge remote-tracking branch 'upstream/master' Ivan De Marino 2011-08-04 21:37:31 +01:00
  • f280e51c2c Merge pull request #120 from detro/dev-commonjs_fileio Ariya Hidayat 2011-08-01 22:43:44 -07:00
  • ceff9cf749 Merge pull request #121 from niteria/master Ariya Hidayat 2011-08-01 22:42:38 -07:00
  • 12d36a195a Don't require \ at the end of multiline imports IceArmy 2011-08-01 19:07:54 -07:00
  • 6154876a42 Replace all single quoted strings with escaped single quotes inside with a double quoted string to avoid needing to escape the single quotes IceArmy 2011-08-01 19:06:54 -07:00
  • bb2adcc986 Prevent javascript timeout Bartosz Nitka 2011-08-01 17:31:13 -07:00
  • a47ee85d09 Filesystem API: completed the "Paths" API group from CommonJS/Filesystem definition. Ivan De Marino 2011-08-02 00:47:43 +01:00
  • f3a11cd224 Given the progress made by Alessandro with [#140](http://code.google.com/p/phantomjs/issues/detail?id=140), we should consider re-instating this .pro option for Mac. Ivan De Marino 2011-08-01 22:40:07 +01:00
  • 7fe267341a Pass app back to Phantom IceArmy 2011-07-31 03:03:35 -07:00
  • 9d66ddf5ad Simplify cookies file check IceArmy 2011-07-31 02:59:56 -07:00
  • b11982adf2 Merge pull request #118 from Roejames12/master Ariya Hidayat 2011-07-29 10:04:14 -07:00
  • 8a9c95d872 Simplify cookiejar code IceArmy 2011-07-29 05:59:04 -07:00
  • 4ffd835cb3 Persistent cookie support IceArmy 2011-07-29 03:46:07 -07:00
  • c9ad2c35a7 Correctly handle KeyError/ValueError exceptions on scrollPosition setter IceArmy 2011-07-29 02:12:12 -07:00
  • 56939bc153 Simplify clipRect code IceArmy 2011-07-29 02:11:55 -07:00
  • 4440397ef4 Remove useless .keys() method call in for loops IceArmy 2011-07-29 01:59:50 -07:00
  • 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 IceArmy 2011-07-29 01:56:37 -07:00
  • 403572b633 Stop using globals() on scrollPosition() IceArmy 2011-07-29 01:52:53 -07:00
  • 9469a0d343 Add unit tests for properties of phantom object. Ariya Hidayat 2011-07-25 00:25:09 -07:00
  • fbf44eca53 Merge pull request #117 from kapilreddy/master Ariya Hidayat 2011-07-22 09:03:51 -07:00
  • 6e39625ecf added scrollPosition support in c++ version Kapil Reddy 2011-07-22 13:41:30 +05:30
  • 728bcbd304 Merge pull request #116 from detro/dev-commonjs_fileio Ariya Hidayat 2011-07-21 17:03:52 -07:00
  • 512ff9658e Filesystem API: added the "Attributes" API group from CommonJS/Filesystem definition Ivan De Marino 2011-07-22 00:29:25 +01:00
  • 5adc92aec0 Merge pull request #115 from detro/dev-commonjs_fileio Ariya Hidayat 2011-07-20 22:04:55 -07:00
  • 5cae803d01 Merge pull request #114 from detro/dev-js_test_facility Ariya Hidayat 2011-07-20 15:07:16 -07:00
  • 744663e9a1 Removing "jasmine.css" because we are not using the Jasmine HTML Trivial Reporter anyway. Ivan De Marino 2011-07-18 00:45:28 +01:00
  • 49ee7b52fd A bit more code doc Ivan De Marino 2011-07-17 23:24:10 +01:00
  • 21d633b786 Implement "fs.read" and "fs.write" in the JavaScript shim. Ivan De Marino 2011-07-17 23:14:23 +01:00
  • ad33cb5b0b Note in the code what method I'm going to add to the "fs" object (update). Ivan De Marino 2011-07-17 23:13:29 +01:00
  • 540c6a6672 Note in the code what method I'm going to add to the "fs" object. Ivan De Marino 2011-07-04 23:35:54 +01:00
  • dfb497eae1 Merge pull request #113 from detro/dev-js_test_facility Ariya Hidayat 2011-07-20 13:09:11 -07:00
  • e5c2240fcb Added Jasmine 1.1.0, a Console Reporter and the first Test Specs for the new Filesystem API. Ivan De Marino 2011-07-18 00:34:46 +01:00
  • 853052da93 Merge pull request #112 from ErikDubbelboer/persistent-cookies Ariya Hidayat 2011-07-20 11:07:36 -07:00
  • cfec567336 added persistent cookie update to ChangeLog Erik Dubbelboer 2011-07-19 19:48:40 +02:00
  • b1d947dd51 added persistent cookie support Erik Dubbelboer 2011-07-19 19:32:42 +02:00
  • f343238690 Merge pull request #109 from kapilreddy/master Ariya Hidayat 2011-07-11 08:18:33 -07:00
  • 7641e4e1a4 Renamed pageScroll to scrollPosition Kapil Reddy 2011-07-11 12:17:40 +05:30
  • 983518d913 Added pageScroll property to webPage for javascript and changed renderImage code to render webpage considering scroll Kapil Reddy 2011-07-08 14:29:10 +05:30
  • 963366f6ce Merge pull request #107 from AlekSi/master Ariya Hidayat 2011-07-06 07:46:09 -07:00
  • ab138bc42c QUnit runner: exit with 1 if network is unreachable. Alexey Palazhchenko 2011-07-06 14:30:58 +04:00
  • e88e31554b Merge pull request #106 from Roejames12/master Ariya Hidayat 2011-07-04 19:10:15 -07:00
  • 0d513a4d0b Regenerate resources IceArmy 2011-07-04 11:06:57 -07:00
  • d1c418ba07 Allow constructs such as: page.open(url, operation) IceArmy 2011-07-04 11:06:34 -07:00
  • b7fb218473 Improve plugin system IceArmy 2011-07-04 02:37:18 -07:00
  • 75dc3705b9 Remove redundant 'install' section in setup.py Roejames12 2011-07-04 00:25:35 -07:00
  • 8cfdb0619a Improved README and INSTALL files Roejames12 2011-07-04 00:11:42 -07:00
  • 78c984d6bf Stop messing with the global namespace on clipRect and viewportSize IceArmy 2011-07-03 23:13:55 -07:00
  • 82ebcc3c98 Merge pull request #105 from seveas/debian Ariya Hidayat 2011-07-03 14:01:49 -07:00
  • 89e4e59d07 Merge pull request #104 from Roejames12/master Ariya Hidayat 2011-07-03 14:01:18 -07:00
  • b875134368 The python package is arch: all Dennis Kaarsemaker 2011-07-03 22:11:08 +02:00
  • 389616ec15 Debian packaging Dennis Kaarsemaker 2011-07-03 21:43:02 +02:00
  • f83d706f80 Made a custom console script for PyPi since the autogenerated one failed. IceArmy 2011-07-03 01:15:55 -07:00
  • 00f21213b8 Add homepage URL and license information IceArmy 2011-07-03 00:05:57 -07:00
  • 97966e8fe8 Remove unneeded del statement. IceArmy 2011-07-02 17:29:29 -07:00
  • d12202f0a6 More efficient handling of exit() deletion of pages IceArmy 2011-07-02 17:25:04 -07:00
  • 5218ab7e76 Delete page references on exit() IceArmy 2011-07-01 22:57:24 -07:00
  • 11ff154145 Regenerate resources IceArmy 2011-07-01 22:57:12 -07:00
  • 895923603f Fix memory issues by providing a way to truly delete WebPages. #154 IceArmy 2011-07-02 17:08:06 -07:00
  • edf6bc1d98 Remove unneeded is checks IceArmy 2011-07-01 12:15:12 -07:00
  • ea80c5499d Merge pull request #103 from Roejames12/master Ariya Hidayat 2011-07-01 08:16:30 -07:00
  • d829a2ddc3 Add link versions of fs API IceArmy 2011-06-30 01:12:35 -07:00
  • bd44efa3f3 Fix fs.changePermissions to not reset file permissions then add changed ones on IceArmy 2011-06-29 23:09:47 -07:00
  • a0a79e4ddc Make fs.join() able to take unlimited paths as per spec. IceArmy 2011-06-29 21:56:25 -07:00
  • 8f79f29659 Add umask, newline, changeGroup, changeOwner, changePermissions, group, owner, permissions IceArmy 2011-06-29 21:45:22 -07:00
  • 778900a974 Merge pull request #102 from aportale/master Ariya Hidayat 2011-06-29 21:03:39 -07:00
  • c86d104c83 Remove obsolete #include <gifwriter.h> Alessandro Portale 2011-06-30 05:15:43 +02:00
  • 3fd978d6bf List bootstrap.js in Qt Creator under "Other Files" Alessandro Portale 2011-06-30 05:13:11 +02:00
  • 49d82a25b0 Merge pull request #101 from Roejames12/master Ariya Hidayat 2011-06-29 07:58:58 -07:00
  • 7f67808544 Add hook points to filesystem.py IceArmy 2011-06-29 05:37:10 -07:00
  • 90eb114cde Add support for TONS of methods defined in CommonJS specs IceArmy 2011-06-29 05:11:22 -07:00
  • fc81a1e258 Regenerate resources IceArmy 2011-06-29 02:06:42 -07:00
  • da987ed034 Introducing File I/O API in PyPhantomJS. IceArmy 2011-06-29 02:19:08 -07:00
  • bd775fd429 Improve error reporting for injectJsInFrame() IceArmy 2011-06-29 00:47:37 -07:00
  • a2aed0064c Fix crash on exit (Issues #136, #148 and #149) IceArmy 2011-06-28 18:39:29 -07:00
  • 1354d65acf Merge pull request #100 from sujal/master Ariya Hidayat 2011-06-28 18:05:50 -07:00
  • da749624a3 Merge pull request #99 from aportale/Issue_148 Ariya Hidayat 2011-06-28 18:05:40 -07:00
  • 4c3364acdc Merge pull request #97 from detro/dev-commonjs_fileio Ariya Hidayat 2011-06-28 18:05:27 -07:00
  • 59843bfcdf cleanup injectme.* example comment sujal 2011-06-28 19:34:01 -04:00
  • 5acaa6b42d Fix crash on exit (Issues #136, #148 and #149) Alessandro Portale 2011-06-29 00:27:26 +02:00
  • 3807b9dc4d Now, if "fs.open" fails, it throws an exception. Ivan De Marino 2011-06-28 21:35:27 +01:00
  • a0e1888c2c Moved the "fs" object to be in the global/window space: will not be attached to the "phantom" object anymore. Ivan De Marino 2011-06-28 21:02:48 +01:00
  • 4b1af82c1b Updated changelog with info about the new Filesystem API. Ivan De Marino 2011-06-28 13:31:37 +01:00
  • aad029e53f Sorting out some nitpicks. Ivan De Marino 2011-06-28 13:24:24 +01:00
  • c5213b24b0 Revert "Mac OS X: No need to build as an application bundle." Ariya Hidayat 2011-06-27 19:54:39 -07:00
  • f6c77ef0cf Merge pull request #95 from detro/dev-commonjs_fileio Ariya Hidayat 2011-06-27 19:50:20 -07:00
  • f4aa689ec7 A bit more compliancy with the CommonJS Filesystem/A draft specs. Ivan De Marino 2011-06-27 23:12:46 +01:00
  • 6b04ee23c1 Introducing File I/O API in PhantomJS. Ivan De Marino 2011-06-14 11:28:51 +01:00
  • 1f2c80ba32 Update ChangeLog. Ariya Hidayat 2011-06-27 09:08:56 -07:00
  • f5ff7ea715 Merge pull request #94 from Roejames12/master Ariya Hidayat 2011-06-27 01:16:08 -07:00
  • f25a7a66e5 Bump the Qt requirement to version >= 4.6. Ariya Hidayat 2011-06-26 21:51:30 -07:00
  • 67702dbc46 Bump version. IceArmy 2011-06-26 18:38:15 -07:00
  • 8621e9e4d5 Regenerated resources IceArmy 2011-06-26 18:15:21 -07:00
  • 2d6fa95171 Fixed issue with the open method that was preventing the use of POST unless a onLoadFinished handler was also passed in. IceArmy 2011-06-26 18:28:00 -07:00