Commit Graph

  • 5cae803d01 Merge pull request #114 from detro/dev-js_test_facility Ariya Hidayat 2011-07-20 15:07:16 -0700
  • 744663e9a1 Removing "jasmine.css" because we are not using the Jasmine HTML Trivial Reporter anyway. Ivan De Marino 2011-07-18 00:45:28 +0100
  • 49ee7b52fd A bit more code doc Ivan De Marino 2011-07-17 23:24:10 +0100
  • 21d633b786 Implement "fs.read" and "fs.write" in the JavaScript shim. Ivan De Marino 2011-07-17 23:14:23 +0100
  • 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 +0100
  • 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 +0100
  • dfb497eae1 Merge pull request #113 from detro/dev-js_test_facility Ariya Hidayat 2011-07-20 13:09:11 -0700
  • 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 +0100
  • 853052da93 Merge pull request #112 from ErikDubbelboer/persistent-cookies Ariya Hidayat 2011-07-20 11:07:36 -0700
  • cfec567336 added persistent cookie update to ChangeLog Erik Dubbelboer 2011-07-19 19:48:40 +0200
  • b1d947dd51 added persistent cookie support Erik Dubbelboer 2011-07-19 19:32:42 +0200
  • f343238690 Merge pull request #109 from kapilreddy/master Ariya Hidayat 2011-07-11 08:18:33 -0700
  • 7641e4e1a4 Renamed pageScroll to scrollPosition Kapil Reddy 2011-07-11 12:17:40 +0530
  • 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 +0530
  • 963366f6ce Merge pull request #107 from AlekSi/master Ariya Hidayat 2011-07-06 07:46:09 -0700
  • ab138bc42c QUnit runner: exit with 1 if network is unreachable. Alexey Palazhchenko 2011-07-06 14:30:58 +0400
  • e88e31554b Merge pull request #106 from Roejames12/master Ariya Hidayat 2011-07-04 19:10:15 -0700
  • 0d513a4d0b Regenerate resources IceArmy 2011-07-04 11:06:57 -0700
  • d1c418ba07 Allow constructs such as: page.open(url, operation) IceArmy 2011-07-04 11:06:34 -0700
  • b7fb218473 Improve plugin system IceArmy 2011-07-04 02:37:18 -0700
  • 75dc3705b9 Remove redundant 'install' section in setup.py Roejames12 2011-07-04 00:25:35 -0700
  • 8cfdb0619a Improved README and INSTALL files Roejames12 2011-07-04 00:11:42 -0700
  • 78c984d6bf Stop messing with the global namespace on clipRect and viewportSize IceArmy 2011-07-03 23:13:55 -0700
  • 82ebcc3c98 Merge pull request #105 from seveas/debian Ariya Hidayat 2011-07-03 14:01:49 -0700
  • 89e4e59d07 Merge pull request #104 from Roejames12/master Ariya Hidayat 2011-07-03 14:01:18 -0700
  • b875134368 The python package is arch: all Dennis Kaarsemaker 2011-07-03 22:11:08 +0200
  • 389616ec15 Debian packaging Dennis Kaarsemaker 2011-07-03 21:43:02 +0200
  • f83d706f80 Made a custom console script for PyPi since the autogenerated one failed. IceArmy 2011-07-03 01:15:55 -0700
  • 00f21213b8 Add homepage URL and license information IceArmy 2011-07-03 00:05:57 -0700
  • 97966e8fe8 Remove unneeded del statement. IceArmy 2011-07-02 17:29:29 -0700
  • d12202f0a6 More efficient handling of exit() deletion of pages IceArmy 2011-07-02 17:25:04 -0700
  • 5218ab7e76 Delete page references on exit() IceArmy 2011-07-01 22:57:24 -0700
  • 11ff154145 Regenerate resources IceArmy 2011-07-01 22:57:12 -0700
  • 895923603f Fix memory issues by providing a way to truly delete WebPages. #154 IceArmy 2011-07-02 17:08:06 -0700
  • edf6bc1d98 Remove unneeded is checks IceArmy 2011-07-01 12:15:12 -0700
  • ea80c5499d Merge pull request #103 from Roejames12/master Ariya Hidayat 2011-07-01 08:16:30 -0700
  • d829a2ddc3 Add link versions of fs API IceArmy 2011-06-30 01:12:35 -0700
  • bd44efa3f3 Fix fs.changePermissions to not reset file permissions then add changed ones on IceArmy 2011-06-29 23:09:47 -0700
  • a0a79e4ddc Make fs.join() able to take unlimited paths as per spec. IceArmy 2011-06-29 21:56:25 -0700
  • 8f79f29659 Add umask, newline, changeGroup, changeOwner, changePermissions, group, owner, permissions IceArmy 2011-06-29 21:45:22 -0700
  • 778900a974 Merge pull request #102 from aportale/master Ariya Hidayat 2011-06-29 21:03:39 -0700
  • c86d104c83 Remove obsolete #include <gifwriter.h> Alessandro Portale 2011-06-30 05:15:43 +0200
  • 3fd978d6bf List bootstrap.js in Qt Creator under "Other Files" Alessandro Portale 2011-06-30 05:13:11 +0200
  • 49d82a25b0 Merge pull request #101 from Roejames12/master Ariya Hidayat 2011-06-29 07:58:58 -0700
  • 7f67808544 Add hook points to filesystem.py IceArmy 2011-06-29 05:37:10 -0700
  • 90eb114cde Add support for TONS of methods defined in CommonJS specs IceArmy 2011-06-29 05:11:22 -0700
  • fc81a1e258 Regenerate resources IceArmy 2011-06-29 02:06:42 -0700
  • da987ed034 Introducing File I/O API in PyPhantomJS. IceArmy 2011-06-29 02:19:08 -0700
  • bd775fd429 Improve error reporting for injectJsInFrame() IceArmy 2011-06-29 00:47:37 -0700
  • a2aed0064c Fix crash on exit (Issues #136, #148 and #149) IceArmy 2011-06-28 18:39:29 -0700
  • 1354d65acf Merge pull request #100 from sujal/master Ariya Hidayat 2011-06-28 18:05:50 -0700
  • da749624a3 Merge pull request #99 from aportale/Issue_148 Ariya Hidayat 2011-06-28 18:05:40 -0700
  • 4c3364acdc Merge pull request #97 from detro/dev-commonjs_fileio Ariya Hidayat 2011-06-28 18:05:27 -0700
  • 59843bfcdf cleanup injectme.* example comment sujal 2011-06-28 19:34:01 -0400
  • 5acaa6b42d Fix crash on exit (Issues #136, #148 and #149) Alessandro Portale 2011-06-29 00:27:26 +0200
  • 3807b9dc4d Now, if "fs.open" fails, it throws an exception. Ivan De Marino 2011-06-28 21:35:27 +0100
  • 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 +0100
  • 4b1af82c1b Updated changelog with info about the new Filesystem API. Ivan De Marino 2011-06-28 13:31:37 +0100
  • aad029e53f Sorting out some nitpicks. Ivan De Marino 2011-06-28 13:24:24 +0100
  • c5213b24b0 Revert "Mac OS X: No need to build as an application bundle." Ariya Hidayat 2011-06-27 19:54:39 -0700
  • f6c77ef0cf Merge pull request #95 from detro/dev-commonjs_fileio Ariya Hidayat 2011-06-27 19:50:20 -0700
  • f4aa689ec7 A bit more compliancy with the CommonJS Filesystem/A draft specs. Ivan De Marino 2011-06-27 23:12:46 +0100
  • 6b04ee23c1 Introducing File I/O API in PhantomJS. Ivan De Marino 2011-06-14 11:28:51 +0100
  • 1f2c80ba32 Update ChangeLog. Ariya Hidayat 2011-06-27 09:08:56 -0700
  • f5ff7ea715 Merge pull request #94 from Roejames12/master Ariya Hidayat 2011-06-27 01:16:08 -0700
  • f25a7a66e5 Bump the Qt requirement to version >= 4.6. Ariya Hidayat 2011-06-26 21:51:30 -0700
  • 67702dbc46 Bump version. IceArmy 2011-06-26 18:38:15 -0700
  • 8621e9e4d5 Regenerated resources IceArmy 2011-06-26 18:15:21 -0700
  • 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 -0700
  • ce065d9fda Improved plugin system IceArmy 2011-06-26 18:09:53 -0700
  • da629874d3 examples/feature.js: Show supported/unsupported features. Ariya Hidayat 2011-06-26 02:52:25 -0700
  • c6db0354ea Mac OS X: No need to build as an application bundle. Ariya Hidayat 2011-06-26 00:03:18 -0700
  • cf23a5c6e3 Bump unstable version. Ariya Hidayat 2011-06-25 23:59:16 -0700
  • 07f946d817 Merge pull request #93 from corgibytes/open-with-post-without-load-handler Ariya Hidayat 2011-06-25 22:09:07 -0700
  • 1b67c2b8c4 Fixed issue with the open method that was preventing the use of POST unless a onLoadFinished handler was also passed in. M. Scott Ford 2011-06-26 00:07:07 -0400
  • f2d0a21330 Merge pull request #92 from Roejames12/master Ariya Hidayat 2011-06-24 18:52:23 -0700
  • 346f238d7f Enabled HTML5 Web App Cache. IceArmy 2011-06-24 18:33:21 -0700
  • 64404a1902 Adding "--local-access-remote=[yes|no]". IceArmy 2011-06-24 18:19:54 -0700
  • addcb36a2e Merge pull request #91 from detro/master Ariya Hidayat 2011-06-24 16:50:49 -0700
  • 99310e2c47 Curing my _Commentitis_. Ivan De Marino 2011-06-25 00:16:57 +0100
  • 3ef660466d Merge pull request #89 from detro/master Ariya Hidayat 2011-06-24 10:35:55 -0700
  • 2895d096ab Adding "--local-access-remote=[yes|no]". Ivan De Marino 2011-06-24 15:57:55 +0100
  • 0a2ec5f09f Sorting out the Page Settings Names into a unique source of truth (i.e. consts.h) Ivan De Marino 2011-06-24 15:51:01 +0100
  • 9fa0a2c7ce Enabled HTML5 Web App Cache. Ivan De Marino 2011-06-24 15:28:17 +0100
  • 6a56c53fba Sorted out a bit the global "QWebSettins". Ivan De Marino 2011-06-24 14:54:31 +0100
  • 40817dd525 Added "--version" and updated text in the usage text. Ivan De Marino 2011-06-24 14:17:54 +0100
  • 037e83d6cd Merge branch 'master' of github.com:ariya/phantomjs Ariya Hidayat 2011-06-21 22:59:20 -0700
  • c6c039a953 Update ChangeLog file. Ariya Hidayat 2011-06-21 22:54:36 -0700
  • c8046c0c65 Update ChangeLog file. 1.2.0 1.2 Ariya Hidayat 2011-06-21 22:54:36 -0700
  • cff3890a3e examples/extract-text: Removed temporarily (since it is not ported). Ariya Hidayat 2011-06-21 22:11:51 -0700
  • b277e3a815 Merge pull request #88 from Roejames12/8064c294 Ariya Hidayat 2011-06-21 14:54:22 -0700
  • 8064c294b3 Fix loading plugins when program is frozen IceArmy 2011-06-21 10:44:55 -0700
  • d3910f1efe Merge pull request #87 from dunkfordyce/master Ariya Hidayat 2011-06-21 08:23:03 -0700
  • 5436dac17b Merge pull request #86 from Roejames12/75b75722 Ariya Hidayat 2011-06-21 08:22:48 -0700
  • 42472aa92f fix page/phantom variable wrongness Dunk Fordyce 2011-06-21 14:34:41 +0100
  • 75b757226f Regenerate resources IceArmy 2011-06-21 00:07:16 -0700
  • 753ef864b9 Merge pull request #84 from corgibytes/fix-disconnect-this Ariya Hidayat 2011-06-20 23:59:32 -0700
  • 77414c0b0a Merge pull request #85 from Roejames12/master Ariya Hidayat 2011-06-20 23:58:56 -0700
  • 49b630bd65 Make sure phantom.exit() really exits. IceArmy 2011-06-20 23:51:57 -0700
  • 8094cdb4e7 Make sure phantom.exit() really exits. Ariya Hidayat 2011-06-20 23:24:51 -0700