Commit Graph

  • ec92ac735c Add basic tests for WebPage execjosh 2011-08-28 20:13:38 +09:00
  • 102b421617 Allow for passing options to WebPage constructor execjosh 2011-08-28 19:11:24 +09:00
  • 1461ac012d Implement config file (.phantomjsrc) execjosh 2011-08-27 03:03:06 +09:00
  • f5f436160c Migrate page settings to PhantomConfig execjosh 2011-08-27 03:02:59 +09:00
  • a445b2d7b9 Migrate network access manager settings to PhantomConfig execjosh 2011-08-27 03:02:51 +09:00
  • 5441f51607 Migrate proxy settings to PhantomConfig execjosh 2011-08-27 03:02:43 +09:00
  • a75f7c9dc3 Create PhantomConfig and migrate output and script encoding settings execjosh 2011-08-27 03:02:35 +09:00
  • c4b1d443ff Merge pull request #139 from Roejames12/master Ariya Hidayat 2011-08-24 17:36:30 -07:00
  • 84f53357f4 Differentiate between _private and builtin_ IceArmy 2011-08-24 17:01:45 -07:00
  • e4dfb406f0 Alter 'should have the default outputEncoding of UTF-8' test to compare against lowercase, for PyPhantomJS compatibility IceArmy 2011-08-24 16:48:42 -07:00
  • 1b73d5c310 Add phantom.outputEncoding IceArmy 2011-08-24 16:39:04 -07:00
  • 33466c87c3 Fix bug where SafeStreamFilter couldn't decode utf-8 IceArmy 2011-08-24 15:36:56 -07:00
  • 5e069ee711 Misc improvements IceArmy 2011-08-24 14:23:51 -07:00
  • c517674f3f Merge pull request #137 from execjosh/examples-for-output-encoding Ariya Hidayat 2011-08-24 11:46:59 -07:00
  • b5bb07faa4 Add examples for phantom.outputEncoding execjosh 2011-08-25 03:15:26 +09:00
  • 66460a7793 Fix building with Qt 4.6. Ariya Hidayat 2011-08-24 05:48:07 -07:00
  • 051f3ea839 examples/pizza: Switch to use Yelp. Ariya Hidayat 2011-08-23 23:34:14 -07:00
  • 6fe972d0a8 Implement WebPage's release() function in pure C++. Ariya Hidayat 2011-08-23 18:53:53 -07:00
  • e6a644e3da Improve the Singleton implementation of CSConverter IceArmy 2011-08-23 16:18:26 -07:00
  • 6e4137f16c Merge pull request #136 from Roejames12/master Ariya Hidayat 2011-08-23 12:31:41 -07:00
  • 3d8d7342ab Rename self.parent to self.m_parent IceArmy 2011-08-23 12:11:00 -07:00
  • 9c464bca13 Regenerate resources IceArmy 2011-08-23 12:10:37 -07:00
  • fa285e0aca page.release() now works without JS shim. IceArmy 2011-08-23 12:18:25 -07:00
  • 3b263a9ebb Regenerate resources IceArmy 2011-08-23 01:10:56 -07:00
  • 2a909173f8 Update bootstrap IceArmy 2011-08-23 01:15:01 -07:00
  • 31a75b02a5 Merge branch 'master' of github.com:ariya/phantomjs Ariya Hidayat 2011-08-22 09:03:47 -07:00
  • 47929b4507 Mac build script: patch to allow static build, install as final step. Ariya Hidayat 2011-08-22 09:03:11 -07:00
  • 08e6c5b8cd Merge pull request #132 from execjosh/issue-194-default-encoding-utf8 Ariya Hidayat 2011-08-22 09:02:29 -07:00
  • 4272070d60 Update spec for outputEncoding (should equal "UTF-8") execjosh 2011-08-23 00:54:10 +09:00
  • d3cb9fe750 Fix typo. Ariya Hidayat 2011-08-21 22:07:33 -07:00
  • c75e595ea4 Merge branch 'master' of github.com:ariya/phantomjs Ariya Hidayat 2011-08-21 15:23:07 -07:00
  • 84a8a6da5f Merge pull request #133 from Roejames12/master Ariya Hidayat 2011-08-21 15:19:21 -07:00
  • 5bee668c2f Make CSConverter instance part of CSConverter class IceArmy 2011-08-21 14:51:05 -07:00
  • f70f63e554 Regenerate resources IceArmy 2011-08-21 14:22:13 -07:00
  • 35950cade5 Update to lastest bootstrap IceArmy 2011-08-21 14:21:46 -07:00
  • fb93d49a7f Rename page.destroy() to page.release() IceArmy 2011-08-21 14:12:15 -07:00
  • 3caac5a5a3 Rename "XSSAuditing" to "XSSAuditingEnabled" IceArmy 2011-08-21 14:08:14 -07:00
  • 96624d6323 Merge branch 'master' of https://github.com/ariya/phantomjs IceArmy 2011-08-21 14:07:02 -07:00
  • d78b1e1f5e [BUGFIX] issue 194: make default encoding UTF-8 execjosh 2011-08-21 19:48:02 +09:00
  • f95a39230b Clean up WebPage#open, use named arguments. Ariya Hidayat 2011-08-21 01:34:14 -07:00
  • 6e4c1a40f2 Simplify WebPage#open, first argument is always url. Ariya Hidayat 2011-08-21 01:25:43 -07:00
  • 34a7389a2c Make Terminal class a real singleton. Ariya Hidayat 2011-08-21 00:47:34 -07:00
  • 83922ada2f Ensure consistent #ifdef guard. Ariya Hidayat 2011-08-21 00:30:15 -07:00
  • 4a96278d1b Include usage.txt in the project file. Ariya Hidayat 2011-08-21 00:21:15 -07:00
  • d3f10a8e18 Make CSConverter a real singleton. Ariya Hidayat 2011-08-21 00:11:11 -07:00
  • 8af4fa714c examples/follow: Update Sencha dudes. Ariya Hidayat 2011-08-21 00:16:30 -07:00
  • 944056ce4a Remove unused m_convert from Phantom class. Ariya Hidayat 2011-08-20 23:52:23 -07:00
  • 3ec96ea6b0 Unit test: check for phantom's functions. Ariya Hidayat 2011-08-20 23:47:39 -07:00
  • 52746493c4 Remove useless extra empty line. Ariya Hidayat 2011-08-20 23:45:21 -07:00
  • 59785ab4e9 Update ChangeLog. Ariya Hidayat 2011-08-20 23:26:24 -07:00
  • af727e9522 Consolidate similar entries in ChangeLog. Ariya Hidayat 2011-08-20 23:23:06 -07:00
  • 2dbdc36598 Reduce JSLint warnings on the bootstrap code. Ariya Hidayat 2011-08-20 23:21:39 -07:00
  • 776da4987f Add JSLint directives for the bootstrap code. Ariya Hidayat 2011-08-20 23:11:14 -07:00
  • ba41180fa1 Unit test: check for phantom.outputEncoding. Ariya Hidayat 2011-08-20 22:56:08 -07:00
  • 7a0bd2a569 Unit test: check for phantom.version. Ariya Hidayat 2011-08-20 22:53:22 -07:00
  • 699f4f76f2 Fix coding style (no tab, 4 spaces). Ariya Hidayat 2011-08-20 22:34:11 -07:00
  • 9d19e02355 Remove stray character in the issue link. Ariya Hidayat 2011-08-20 22:07:18 -07:00
  • 572f660c94 Regenerate resources IceArmy 2011-08-20 18:51:20 -07:00
  • 9057287171 Add callback for page initialization. #143 IceArmy 2011-08-20 18:50:56 -07:00
  • e679640700 Merge branch 'master' of github.com:ariya/phantomjs Ariya Hidayat 2011-08-20 18:13:38 -07:00
  • 319fd80ec3 Add callback for page initialization. Ariya Hidayat 2011-08-20 17:56:18 -07:00
  • e79a51bdd8 Merge pull request #129 from Roejames12/QWebSettings Ariya Hidayat 2011-08-20 17:17:36 -07:00
  • 8880edcf78 Remove settings: jsOpenWindows, jsAccessClipboard, siteSpecificQuirksMode Renamed jsEnabled to javascriptEnabled IceArmy 2011-08-20 16:49:36 -07:00
  • 439e4aa144 Merge pull request #130 from Roejames12/master Ariya Hidayat 2011-08-20 16:23:03 -07:00
  • 8b044bdd4c Merge pull request #131 from Niek/master Ariya Hidayat 2011-08-20 16:22:50 -07:00
  • 149c951262 Mac build script: for some reasons, need to invoke make twice. Ariya Hidayat 2011-08-20 16:09:15 -07:00
  • 75c925a932 Mac build script: use raster, skip QtScript and few other features. Ariya Hidayat 2011-08-20 14:59:08 -07:00
  • 710baec735 Mac build script: clarify that it does not always download. Ariya Hidayat 2011-08-20 14:26:16 -07:00
  • bc644a138a Mac build script: use static build. Ariya Hidayat 2011-08-20 14:25:37 -07:00
  • 8deac1b8c6 Fix issue 128 and issue 193 Niek 2011-08-20 10:24:56 +02:00
  • 07051055cb First cut at build script for Mac OS X. Not working yet. Ariya Hidayat 2011-08-19 17:27:29 -07:00
  • faa0a06258 Plugin controllers get() method should never fail silently IceArmy 2011-08-19 16:41:35 -07:00
  • 7418a84e60 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. IceArmy 2011-08-19 16:28:09 -07:00
  • 9e4830d44c Move pdf_dpi to better location IceArmy 2011-08-19 16:09:40 -07:00
  • 33005c3957 Add a few new QWebSettings for page settings. IceArmy 2011-08-19 15:47:34 -07:00
  • 07061f864e Merge pull request #128 from Roejames12/80ed81a3 Ariya Hidayat 2011-08-19 15:15:22 -07:00
  • 80ed81a3f9 Regenerate resources IceArmy 2011-08-19 00:03:54 -07:00
  • 0159c0ed27 Use updated FS api Fix bug where File.m_file didn't exist in __del__() if we used File.close() first fs.removeTree now removes tree as well as all tree contents (files). This is for a functionality sync between PhantomJS and PyPhantomJS All tests will now pass successfully IceArmy 2011-08-19 00:07:24 -07:00
  • da3a7de223 Merge pull request #127 from Roejames12/master Ariya Hidayat 2011-08-18 16:45:10 -07:00
  • 7cbd75a400 Make the parents the first argument (since we will always supply the arg, and also for cleanliness and order) IceArmy 2011-08-18 14:22:19 -07:00
  • d70ca4bf7c Updated the network access manager to use a proxied reply so the response bodies can be captured. IceArmy 2011-08-18 14:06:24 -07:00
  • d2c4a47bf9 Merge branch 'master' of https://github.com/ariya/phantomjs IceArmy 2011-08-18 01:14:43 -07:00
  • 545ce2a2b9 Merge pull request #126 from execjosh/issue186-script-and-terminal-encoding Ariya Hidayat 2011-08-16 13:46:18 -07:00
  • 155054e671 Merge pull request #124 from jgornick/reply-proxy-issue-158 Ariya Hidayat 2011-08-16 12:20:49 -07:00
  • 4e7d3f1c18 Change javascript property from "encoding" to "outputEncoding" execjosh 2011-08-17 04:17:42 +09:00
  • 2867e06c53 Merge pull request #125 from robterrell/049e1f50bd54429ea2e43207ab01e10c8021988e Ariya Hidayat 2011-08-16 12:17:36 -07:00
  • 682b3532be Add command-line option to set encoding of starting script execjosh 2011-08-17 03:53:56 +09:00
  • 6254c84717 Add command-line option to set terminal output encoding execjosh 2011-08-17 03:49:12 +09:00
  • c3d7b2e918 Add static UTF-8 instance to encoding execjosh 2011-08-17 03:33:15 +09:00
  • ca92c9ff84 Allow startup script to set output encoding execjosh 2011-08-17 03:18:52 +09:00
  • dc72101c10 Replace direct usage of stdout and stderr with terminal execjosh 2011-08-17 03:15:02 +09:00
  • 714a849374 Create registry to hold globally-accessible instances execjosh 2011-08-17 02:52:23 +09:00
  • 40625b4c53 Wrap stdout and stderr to control display encoding execjosh 2011-08-17 02:49:48 +09:00
  • 1710409215 Wrap QTextCodec to control encoding/decoding execjosh 2011-08-17 02:47:28 +09:00
  • 3c91c581bb Use new style class for MessageHandler IceArmy 2011-08-15 12:00:13 -07:00
  • 414660b41a Replace escaped quotes in strings IceArmy 2011-08-15 11:55:21 -07:00
  • 578aa6c236 Updated the network access manager to use a proxied reply so the response bodies can be captured. Joe Gornick 2011-08-14 03:39:02 -05:00
  • e6090d541e Merge pull request #123 from detro/dev-commonjs_fileio Ariya Hidayat 2011-08-08 16:08:57 -07:00
  • 512de8c9b1 Fixed typo. Ivan De Marino 2011-08-08 23:46:56 +01:00
  • 0842485f62 Merge remote-tracking branch 'upstream/master' into dev-commonjs_fileio Ivan De Marino 2011-08-08 23:42:36 +01:00