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: NixOS/nixpkgs
base: 4d8e3a2e6177
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c569643f4a65
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 3, 2019

  1. firefoxPackages: enable support for wayland

    This adds support for building firefox with the gtk wayland backend. It
    should work on all the flavors that use >=gtk3. Using the wayland
    still allows using the X11 backend.
    andir committed Feb 3, 2019
    Copy the full SHA
    d7731c3 View commit details
    Browse the repository at this point in the history
  2. wrapFirefox: support GDK_BACKEND=wayland

    The firefox wrapper now supports setting the GDK_BACKEND to wayland
    which is useful in cases where firefox would be started from within an
    X-Application inside of wayland. GTK/GDK would otherwise default to the
    X11 backend in those situations.
    
    The intention is that people that are using wayland primarily pull in
    the new `firefox-wayland` top-level attribute into their environments
    instead of just `firefox`. Firefox will then always be started with the
    correct rendering backend.
    andir committed Feb 3, 2019
    Copy the full SHA
    7eaef48 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Merge pull request #55119 from andir/firefox-wayland

    Firefox add support for native wayland backend
    flokli committed Feb 11, 2019
    Copy the full SHA
    c569643 View commit details
    Browse the repository at this point in the history