summarylogtreecommitdiffstats
path: root/brave-bin.sh
AgeCommit message (Collapse)Author
2020-10-12Improve user ns support logic and remove obsolete workaroundAndrés Rodríguez
2020-01-08Re-add --no-sandbox flag when user namespaces are offAndrés Rodríguez
2020-01-08Update to version v1.2.42Andrés Rodríguez
2019-10-16Escape parameters passed through to BraveAndrés Rodríguez
2019-06-24Actually nevermind that, also support in-line commentsAndrés Rodríguez
Note to self: Don't rush things out at 5:19 AM
2019-06-24Remove unnecessary use of sedAndrés Rodríguez
Turns out you don't need to filter out comments for $@ to work if the comment is a full line.
2019-06-24Fix typo and allow line comments in brave-flags.confAndrés Rodríguez
2019-06-23Solve a few QoL issuesAndrés Rodríguez
- Work around Brave segfaulting on new window (which messes up xdg-open) - Added support for user flags, much like Arch's own chromium package - Remove old, non-working workaround for pepper-flash support from Muon era and replace it with a horrible hack necessary for enabling it in modern Brave
2019-01-14Update to v0.58.21Simón Oroño
2018-11-23Updated to version 0.56.15Simón Oroño
2018-09-01Move launcher from heredoc to repository and include relevant warning messageCaleb Maclennan
The warning message doesn't do much good in build(), the package may not be installed on the system that built it, and it's likely to get lost. Moving it to the launcher (where the same test was being run anyway) and outputting it on STDERR makes the whole thing a bit less of a monkey patch. Also this makes reviewing changes to the AUR package a lot easier, changes to the launcher can be easily reviewed in git.