Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: servo/webrender
base: a84e0caf4678
Choose a base ref
...
head repository: servo/webrender
compare: f4941fb8d126
Choose a head ref
  • 3 commits
  • 2 files changed
  • 4 contributors

Commits on Oct 18, 2018

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

Commits on Oct 19, 2018

  1. fix spellig of capture loading error

    Co-Authored-By: kvark <kvarkus@gmail.com>
    gw3583 and kvark committed Oct 19, 2018
    Copy the full SHA
    fef45d5 View commit details
    Browse the repository at this point in the history
  2. Auto merge of #3215 - kvark:wr-font-capture, r=gw3583

    Avoid capturing platform-specific font data
    
    This PR avoids the capturing to carry or load the platform-specific font instance data. It's less ideal for the case where the replay is done on the same platform, but makes captures more robust and portable overall. Ideally, we'd want to still save it but ignore on other platforms, but this would be less trivial (TODO).
    r? anyone
    
    <!-- Reviewable:start -->
    ---
    This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3215)
    <!-- Reviewable:end -->
    bors-servo committed Oct 19, 2018
    Copy the full SHA
    f4941fb View commit details
    Browse the repository at this point in the history