/** * This file is part of Haketilo. * * Function: Export the browser API object. * * Copyright (C) 2021 Wojtek Kosior * * This program is free software: you can redistribute it and/or modify * it under the terms of the CC0 1.0 Universal License as published by * the Creative Commons Corporation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * CC0 1.0 Universal License for more details. */ #IF MOZILLA #EXPORT globalThis.browser AS browser #ELIF CHROMIUM #EXPORT chrome AS browser #ENDIF 9640d249c6e828'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build
AgeCommit message (Expand)Author
2024-03-27linux-modules: Ignore nonexistent module files on boot....Hilton Chain
2024-02-19services: activation: Ensure /run existence....Nicolas Graves
2024-02-19services: activation: Ensure /var/run existence....Nicolas Graves
2024-02-19file-systems: Recognize “none” as a valid device spec....Nicolas Graves
2024-02-10marionette: Add #:peek? to ‘wait-for-tcp-port?’....Ludovic Courtès
2024-02-10services: secret-service: Make the endpoint configurable....Ludovic Courtès
2023-12-27chromium-extension: Compute json at argument evaluation time....Josselin Poiret
2023-12-22shepherd: Remove ‘make-forkexec-constructor/container’....Ludovic Courtès
2023-12-11gnu: cross-toolchain: Add set-cross-path for AVR....Jean-Pierre De Jesus DIAZ
2023-12-11gnu: cross-gcc: Enable multilib for AVR....Jean-Pierre De Jesus DIAZ
2023-12-10gnu: ‘make-icecat-extension’ inherits package location....Ludovic Courtès
2023-11-19linux-boot: Don't create /root before it's used....Tobias Geerinckx-Rice
2023-10-23gnu: icecat: Support Guix packaged extensions and native manifests....Clément Lassieur
2023-10-15linux-modules: Fix module dependency loading....Tobias Geerinckx-Rice
2023-10-12accounts: Fix typo in comment....Ludovic Courtès
2023-10-08accounts: Ensure ‘last-change’ field of shadow entries is never zero....Ludovic Courtès
2023-10-01secret-service: Increase default handshake timeout....Ludovic Courtès
2023-10-01hurd-boot: Setup/dev/hdX, /dev/hdXsY IDE device node translators....Janneke Nieuwenhuizen