PhantomJS 2
github.com
PhantomJS 2
1–10 of 24 posts
Re: PhantomJS 2
#2Why are information about how to build PhantomJS 2 important?
edit: http://phantomjs.org/release-2.0.html has more meaningful information
Re: PhantomJS 2
#3Finally! is that official?
Re: PhantomJS 2
#4I tried to compile this a while back on an ec2 micro and ran out of memory.
Compiled binaries: http://phantomjs.org/download.html
Re: PhantomJS 2
#5The official OSX build (http://phantomjs.org/download.html) crashes for me with
Killed: 9
Re: PhantomJS 2
#6Can anyone actually explain what is so important in Version 2? All I can see in release-2.0 notes, is an upgrade to Qt5
Re: PhantomJS 2
#7Can anyone actually explain what is so important in Version 2? All I can see in release-2.0 notes, is an upgrade to Qt5
There are better release notes in the download:
---
2015-01-23: Version 2.0.0
New features
* Switched to Qt 5 and updated WebKit (issue 10448)
* Implemented clearing of memory cache (issue 10357)
* Added support for HTTP header change for every request (issue 11299)
Improvements
* Fixed rendering of CJK text by always linking the codecs (issue 10249)
* Ensured onResourceReceived is still fired on an error (issue 11163)
* Fixed possible crash in handling network requests (issue 11252)
* Removed hardcoded GhostDriver launching message (issue 12681)
* Allowed disk cache more than 2 GB (issue 12303)
Examples
* Netsniff example should exit when fails to load (issue 11333)
---Re: PhantomJS 2
#8The official OSX build ( http://phantomjs.org/download.html ) crashes for me with Killed: 9
Yep, same. Issue noted on Github https://github.com/ariya/phantomjs/issues/12630
Re: PhantomJS 2
#9Does it support webfonts yet (making it finally useful for screenshot capture)?
Re: PhantomJS 2
#10Does it support webfonts yet (making it finally useful for screenshot capture)?
I've been using 2.0 for a couple months now because of webfont issues with 1.9, they work now.