Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for printing widgets #5850

Merged
merged 45 commits into from May 13, 2019

Commits on Mar 18, 2019

  1. Add printd

    saulshanabrook committed Mar 18, 2019
    Copy the full SHA
    ef8213e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a788ee7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ecf0a10 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    00349dc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c58e78c View commit details
    Browse the repository at this point in the history
  6. Add newline back

    saulshanabrook committed Mar 18, 2019
    Copy the full SHA
    1b01f68 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e441c50 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7838425 View commit details
    Browse the repository at this point in the history
  9. Fix linting

    saulshanabrook committed Mar 18, 2019
    Copy the full SHA
    6f6b967 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    1da3604 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    aa8e557 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    07fb2ed View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Copy the full SHA
    3a77854 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    67dbe5d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8ad8972 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    13c63ae View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Fix printing typing

    saulshanabrook committed Mar 21, 2019
    Copy the full SHA
    cbc43d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Copy the full SHA
    4cd02f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3f93b58 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fe033cc View commit details
    Browse the repository at this point in the history
  4. Fix import

    saulshanabrook committed Apr 3, 2019
    Copy the full SHA
    0c65a50 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    45d181b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b5b2527 View commit details
    Browse the repository at this point in the history
  7. Fixx null check

    saulshanabrook committed Apr 3, 2019
    Copy the full SHA
    c4240cd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

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

Commits on Apr 11, 2019

  1. Remove printd

    saulshanabrook committed Apr 11, 2019
    Copy the full SHA
    61e978f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Add comments

    saulshanabrook committed Apr 24, 2019
    Copy the full SHA
    5e415dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58dbb5b View commit details
    Browse the repository at this point in the history
  3. Remove printd dep

    saulshanabrook committed Apr 24, 2019
    Copy the full SHA
    3be993e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    80b3d5e View commit details
    Browse the repository at this point in the history
  5. Remove logging

    saulshanabrook committed Apr 24, 2019
    Copy the full SHA
    055f59a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    310a272 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Copy the full SHA
    3c9aadd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    959268f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2f9f672 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3bfc916 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8c7ea4c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8703549 View commit details
    Browse the repository at this point in the history
  7. Since we can't use traditional event handlers in the print iframe when

    JS is blocked, we consider it safe to discard of the hidden iframe once
    event handling has returned to the main content window.
    ian-r-rose committed May 6, 2019
    Copy the full SHA
    1593668 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Copy the full SHA
    d225704 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca9890d View commit details
    Browse the repository at this point in the history
  3. Linting fix

    saulshanabrook committed May 13, 2019
    Copy the full SHA
    a406241 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    saulshanabrook committed May 13, 2019
    Copy the full SHA
    609799b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    77cb8da View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    208aa83 View commit details
    Browse the repository at this point in the history