Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Added "phantom.loadJs" and "phantom.includeJs", plus more "qDebug" usage #11

Merged
merged 8 commits into from
Apr 10, 2011
Merged

Commits on Mar 1, 2011

  1. Added "phantom.simulateMouseClick" and other minors for debugging.

    * 'phantom.simulateMouseClick' accepts a 'selector' and clicks on every element that matches the selector
    * Added a couple of 'qDebug()' to help debugging PhantomJS
    detro committed Mar 1, 2011
    Configuration menu
    Copy the full SHA
    8951859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee1c5af View commit details
    Browse the repository at this point in the history
  3. Added "phantom.loadJs" and "phantom.includeJs", plus more "qDebug" usage

    * "phantom.loadJs()" loads a JS file and executes it's content within the current Document Context. It's synchronous.
    * "phantom.includeJs()" adds a <script> tag include. It's asynchronous and accepts as second parameter a "callback", fired when the js file has been loaded.
    * Some more qDebug() calls
    * qDebug() output disabled by default in the .pro file
    
    NOTE: I'm adding qDebug() calls to make development of phantomjs easier and "debuggable"
    detro committed Mar 1, 2011
    Configuration menu
    Copy the full SHA
    25cf547 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2011

  1. Configuration menu
    Copy the full SHA
    6ad3352 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2011

  1. Configuration menu
    Copy the full SHA
    3b41635 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2011

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	src/phantomjs.cpp
    detro committed Mar 24, 2011
    Configuration menu
    Copy the full SHA
    23cfad7 View commit details
    Browse the repository at this point in the history
  2. Separated the "usage" instructions in a text file, embedded as "resou…

    …rce".
    
    Also:
    * I added a couple of "qFatal" where it makes sense.
    * Usage now mentions the fact that the input files that finish by ".coffee" are also acceptable
    detro committed Mar 24, 2011
    Configuration menu
    Copy the full SHA
    f86bc38 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2011

  1. Configuration menu
    Copy the full SHA
    ce07e12 View commit details
    Browse the repository at this point in the history