Commit Graph

44 Commits (1.0)

Author SHA1 Message Date
Ariya Hidayat 75506e37a5 Add ChangeLog. 2011-01-17 02:18:14 -08:00
Ariya Hidayat 7f9e03ffad Change phantom.arguments to phantom.args.
This is explained in
http://code.google.com/p/phantomjs/issues/detail?id=16:

'arguments' is reserved word.

Reported by: Nicolas Ferrero.
2011-01-14 22:24:47 -08:00
Alessandro Portale 32701e9bba Avoid crash with post-exit page loading.
If the javascript calls phantom.exit(), and afterwards
phantom.open(), if may happen that the open() triggers a
loadFinished() signal happens after Phantom was destroyed.
Result: Crash in Phantom::finish().

Workaround: Disconnect from loadFinished() when exit() is
called.
2011-01-09 22:16:28 +01:00
Ariya Hidayat bb5cbd63a1 Slightly more verbose README. 2011-01-02 12:21:14 -08:00
Ariya Hidayat 4113063283 direction.js: Fix the logic and simplify the extraction. 2011-01-02 10:39:50 -08:00
Ariya Hidayat 5b9d091585 Recognize PDF in phantom.render function. 2011-01-01 20:18:39 -08:00
Ariya Hidayat 2c4adf746f Clarify the features supported natively. 2011-01-01 08:44:25 -08:00
Ariya Hidayat 3a0d0886b6 Provide an API to get PhantomJS version. 2011-01-01 08:29:03 -08:00
Ariya Hidayat 0110913c1f Fix the logic structure in the weather example. 2010-12-31 22:17:51 -08:00
Ariya Hidayat 04cc4193ca Change phantom.storage to phantom.state. 2010-12-31 22:09:02 -08:00
Ariya Hidayat 6979a02837 JavaScript alert() prints the message to stdout. 2010-12-31 20:23:55 -08:00
Ariya Hidayat 24d433ea13 Remove phantom.log, just use the de-facto console.log for logging. 2010-12-31 20:10:34 -08:00
Ariya Hidayat a2bec750cd technews.js: Snap Google News Sci/Tech as image. 2010-12-31 19:35:38 -08:00
Ariya Hidayat c5de293368 rasterize.js: Rasterize HTML/XML/SVG document to an image. 2010-12-31 18:27:15 -08:00
Ariya Hidayat 37d67f0395 Readd the render() function to render the web page to an image. 2010-12-31 17:07:25 -08:00
Ariya Hidayat a75e67a041 run-jasmine.js: Drive Jasmine-based tests. 2010-12-31 17:05:36 -08:00
Ariya Hidayat ad252166d7 Flattened frame and invisible scroll bars are better in headless. 2010-12-31 09:20:19 -08:00
Ariya Hidayat 069cf546f6 New property 'viewportSize' to read and modify the viewport size. 2010-12-31 09:11:02 -08:00
Ariya Hidayat 570eee099e Remove unused declarations. 2010-12-31 08:50:55 -08:00
Ariya Hidayat b2d8eca8c4 direction.js: Get driving direction using Google Maps Directions API. 2010-12-30 00:12:25 -08:00
Ariya Hidayat a580dcfaa2 Remove unfinished (and thus, useless) support for Web Inspector. 2010-12-30 00:12:24 -08:00
Ariya Hidayat 4df6976427 movies.js: List movies from kids-in-mind.com. 2010-12-28 21:15:36 -08:00
Ariya Hidayat d528b30ae6 seasonfood.js: List seasonal food from BBC GoodFood. 2010-12-28 20:26:39 -08:00
Ariya Hidayat d5b905a8ee ipgeocode.js: JSONP example with IP geocoding. 2010-12-28 00:10:12 -08:00
Ariya Hidayat 88d6794065 Start with an empty but sensible document.body object. 2010-12-28 00:05:50 -08:00
Ariya Hidayat 1e32c58a77 Mention supported platforms. 2010-12-27 22:59:36 -08:00
Ariya Hidayat fa93d5f6dd Link the new wiki page. 2010-12-27 22:57:57 -08:00
Ariya Hidayat bcfcdea810 weather.js: Weather forecast from Google. 2010-12-27 22:40:26 -08:00
Ariya Hidayat 2153e5ebea fibo.js: Fibonacci sequence 2010-12-27 22:04:04 -08:00
Alessandro Portale 243dc0f82c Console output on Windows 2010-12-28 00:50:58 +01:00
Alessandro Portale bb355db6c4 Use the timer based exit.
Was caught in exec(). Apparently, on Windows an exit()
cannot be scheduled before exec was called. Since
a timer based exit was already implemented, use that.
2010-12-28 00:50:58 +01:00
Ariya Hidayat e5062741a7 Fix markers in the README. 2010-12-27 00:23:30 -08:00
Ariya Hidayat 979dff06df Simplify the README. 2010-12-27 00:22:04 -08:00
Ariya Hidayat 03297410cd Attach the icon the application main widget. 2010-12-26 23:56:44 -08:00
Ariya Hidayat d8a5c2b7d0 tweets.js: Inevitable example of showing twitter status. 2010-12-26 23:46:50 -08:00
Ariya Hidayat 9d7e4b4156 pizza.js: Fantastico! 2010-12-26 23:32:51 -08:00
Ariya Hidayat 5346072a90 useragent.js: Custom user agent example. 2010-12-26 23:12:31 -08:00
Ariya Hidayat 064ffa84f2 loadspeed.js: Measure page loading time. 2010-12-26 22:48:10 -08:00
Ariya Hidayat 160c4128d8 arguments.js: Dump all arguments passed to the script. 2010-12-26 22:40:07 -08:00
Ariya Hidayat 5c05acd986 countdown.js: Playing the launch center... 2010-12-26 22:23:17 -08:00
Ariya Hidayat 8e74533ec0 hello.js: the simplest PhantomJS example. 2010-12-26 22:15:02 -08:00
Ariya Hidayat f0deb971a0 Import the old, working prototype. 2010-12-26 20:15:19 -08:00
Ariya Hidayat ec321505c4 Add the icon.
From http://www.openclipart.org/detail/17847, slightly modified.
2010-12-26 19:49:52 -08:00
Ariya Hidayat ea329c7348 Long live PhantomJS! 2010-12-26 19:49:33 -08:00