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: 6a8c4f7be20a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7770f3a877f3
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 8, 2020

  1. chromium: Ignore unknown warning options

    This can e.g. save around 150k lines of unnecessary log messages which
    take up around 66% of the total lines (based on a log of 80.0.3987.100):
    29527 warning: unknown warning option '-Wno-bitwise-conditional-parentheses'; did you mean '-Wno-bitwise-op-parentheses'? [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-builtin-assume-aligned-alignment' [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-deprecated-copy'; did you mean '-Wno-deprecated'? [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
    29527 warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
    
    (cherry picked from commit 9f39148)
    primeos committed Apr 8, 2020
    Copy the full SHA
    82de063 View commit details
    Browse the repository at this point in the history
  2. chromiumDev: Remove a patch that is already applied

    This fixes the patch phase.
    I missed this problem in #83956.
    
    (cherry picked from commit 36c7123)
    primeos committed Apr 8, 2020
    Copy the full SHA
    631a5ef View commit details
    Browse the repository at this point in the history
  3. chromiumBeta: Fix the build

    This patch was also backported to M81 [0][1].
    
    [0]: https://chromium-review.googlesource.com/c/chromium/src/+/2091896
    [1]: chromium/chromium@bbf0fad
    
    (cherry picked from commit ff3bc51)
    primeos committed Apr 8, 2020
    Copy the full SHA
    dd0d0e6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7c60e5c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #84709 from primeos/chromium-backport

    [19.09] chromium: 80.0.3987.163 -> 81.0.4044.92 (backport)
    primeos committed Apr 8, 2020
    Copy the full SHA
    7770f3a View commit details
    Browse the repository at this point in the history