Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Enable window.print() for Linux #3851

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 17, 2016

  1. Enable window.print() for Linux

    This enables window.print() api so that crosswalk based apps can print within their app.
    It doesn't provide Print Preview like Chrome but does pop up system print dialog to
    configure print settings. It also relies on a small modification to build/common.gypi
    in chromium-crosswalk repo to disable the print preview for which I will submit a
    seprate PR.
    
    BUG=XWALK-5680
    Mrunal Kapade committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    071d2e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8bc8e3 View commit details
    Browse the repository at this point in the history
  3. Remove Windows specific pdf to emf conversion code for now

    Mrunal Kapade committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    3c27e36 View commit details
    Browse the repository at this point in the history