Commit Graph

705 Commits (ad53b9bb3e6ca8468463c5a969d1aae848d893b9)

Author SHA1 Message Date
execjosh ad53b9bb3e Rename "PhantomConfig" to "Config" 2011-08-28 21:11:20 +09:00
execjosh 1461ac012d Implement config file (.phantomjsrc) 2011-08-27 03:03:06 +09:00
execjosh f5f436160c Migrate page settings to PhantomConfig 2011-08-27 03:02:59 +09:00
execjosh a445b2d7b9 Migrate network access manager settings to PhantomConfig 2011-08-27 03:02:51 +09:00
execjosh 5441f51607 Migrate proxy settings to PhantomConfig 2011-08-27 03:02:43 +09:00
execjosh a75f7c9dc3 Create PhantomConfig and migrate output and script encoding settings 2011-08-27 03:02:35 +09:00
Ariya Hidayat c4b1d443ff Merge pull request #139 from Roejames12/master
More updates!
2011-08-24 17:36:30 -07:00
IceArmy 84f53357f4 Differentiate between _private and builtin_ 2011-08-24 17:02:34 -07:00
IceArmy e4dfb406f0 Alter 'should have the default outputEncoding of UTF-8' test to compare against lowercase, for PyPhantomJS compatibility 2011-08-24 16:48:42 -07:00
IceArmy 1b73d5c310 Add phantom.outputEncoding 2011-08-24 16:39:58 -07:00
IceArmy 33466c87c3 Fix bug where SafeStreamFilter couldn't decode utf-8 2011-08-24 15:40:29 -07:00
IceArmy 5e069ee711 Misc improvements
Changed all if not's/if's for None's to if value is None/if value is not None
Fix bug in fs where split never used os.altsep because if not always evaluated to False since there's almost always something in the list returned
Fix the fixme on fs.isAbsolute where we needed to split the Windows drive letter off
2011-08-24 14:32:29 -07:00
Ariya Hidayat c517674f3f Merge pull request #137 from execjosh/examples-for-output-encoding
Add examples for phantom.outputEncoding
2011-08-24 11:46:59 -07:00
execjosh b5bb07faa4 Add examples for phantom.outputEncoding 2011-08-25 03:15:26 +09:00
Ariya Hidayat 66460a7793 Fix building with Qt 4.6. 2011-08-24 05:48:07 -07:00
Ariya Hidayat 051f3ea839 examples/pizza: Switch to use Yelp.
http://code.google.com/p/phantomjs/issues/detail?id=200
2011-08-23 23:34:50 -07:00
Ariya Hidayat 6fe972d0a8 Implement WebPage's release() function in pure C++. 2011-08-23 18:53:53 -07:00
IceArmy e6a644e3da Improve the Singleton implementation of CSConverter 2011-08-23 16:19:58 -07:00
Ariya Hidayat 6e4137f16c Merge pull request #136 from Roejames12/master
Updates
2011-08-23 12:31:41 -07:00
IceArmy 3d8d7342ab Rename self.parent to self.m_parent 2011-08-23 12:18:41 -07:00
IceArmy 9c464bca13 Regenerate resources 2011-08-23 12:18:41 -07:00
IceArmy fa285e0aca page.release() now works without JS shim. 2011-08-23 12:18:25 -07:00
IceArmy 3b263a9ebb Regenerate resources 2011-08-23 01:43:43 -07:00
IceArmy 2a909173f8 Update bootstrap 2011-08-23 01:43:43 -07:00
Ariya Hidayat 31a75b02a5 Merge branch 'master' of github.com:ariya/phantomjs 2011-08-22 09:03:47 -07:00
Ariya Hidayat 47929b4507 Mac build script: patch to allow static build, install as final step. 2011-08-22 09:03:11 -07:00
Ariya Hidayat 08e6c5b8cd Merge pull request #132 from execjosh/issue-194-default-encoding-utf8
[BUGFIX] issue 194: make default encoding UTF-8
2011-08-22 09:02:29 -07:00
execjosh 4272070d60 Update spec for outputEncoding (should equal "UTF-8") 2011-08-23 00:54:10 +09:00
Ariya Hidayat d3cb9fe750 Fix typo. 2011-08-21 22:07:33 -07:00
Ariya Hidayat c75e595ea4 Merge branch 'master' of github.com:ariya/phantomjs 2011-08-21 15:23:07 -07:00
Ariya Hidayat 84a8a6da5f Merge pull request #133 from Roejames12/master
Updates
2011-08-21 15:19:21 -07:00
IceArmy 5bee668c2f Make CSConverter instance part of CSConverter class 2011-08-21 14:51:05 -07:00
IceArmy f70f63e554 Regenerate resources 2011-08-21 14:22:13 -07:00
IceArmy 35950cade5 Update to lastest bootstrap 2011-08-21 14:21:46 -07:00
IceArmy fb93d49a7f Rename page.destroy() to page.release() 2011-08-21 14:12:15 -07:00
IceArmy 3caac5a5a3 Rename "XSSAuditing" to "XSSAuditingEnabled" 2011-08-21 14:08:14 -07:00
IceArmy 96624d6323 Merge branch 'master' of https://github.com/ariya/phantomjs 2011-08-21 14:07:02 -07:00
execjosh d78b1e1f5e [BUGFIX] issue 194: make default encoding UTF-8 2011-08-21 19:48:02 +09:00
Ariya Hidayat f95a39230b Clean up WebPage#open, use named arguments. 2011-08-21 01:34:14 -07:00
Ariya Hidayat 6e4c1a40f2 Simplify WebPage#open, first argument is always url. 2011-08-21 01:25:43 -07:00
Ariya Hidayat 34a7389a2c Make Terminal class a real singleton. 2011-08-21 00:47:34 -07:00
Ariya Hidayat 83922ada2f Ensure consistent #ifdef guard. 2011-08-21 00:30:15 -07:00
Ariya Hidayat 4a96278d1b Include usage.txt in the project file. 2011-08-21 00:21:15 -07:00
Ariya Hidayat d3f10a8e18 Make CSConverter a real singleton. 2011-08-21 00:16:38 -07:00
Ariya Hidayat 8af4fa714c examples/follow: Update Sencha dudes. 2011-08-21 00:16:37 -07:00
Ariya Hidayat 944056ce4a Remove unused m_convert from Phantom class. 2011-08-20 23:52:23 -07:00
Ariya Hidayat 3ec96ea6b0 Unit test: check for phantom's functions. 2011-08-20 23:47:39 -07:00
Ariya Hidayat 52746493c4 Remove useless extra empty line. 2011-08-20 23:45:21 -07:00
Ariya Hidayat 59785ab4e9 Update ChangeLog. 2011-08-20 23:26:24 -07:00
Ariya Hidayat af727e9522 Consolidate similar entries in ChangeLog. 2011-08-20 23:23:06 -07:00