Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 26, 2023
2 parents 97871f3 + cc4c719 commit c402010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fish/chromium.fish
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ end
# needs `brew install watchexec`. https://watchexec.github.io/
function dtb --description "build devtools with a watch loop"
set -l dir_default (grealpath $PWD/(git rev-parse --show-cdup)out/Default/)
set -l cmd "watchexec \"autoninja -C $dir_default\""
set -l cmd "watchexec --ignore out \"autoninja -C $dir_default\""
echo " > $cmd"
eval $cmd
end

# https://github.com/GoogleChrome/chrome-launcher/blob/main/docs/chrome-flags-for-tools.md
# # Avoid the startup dialog for 'Chromium wants to use your confidential information stored in "Chromium Safe Storage" in your keychain'
# # Avoid the startup dialog for 'Do you want the application “Chromium.app” to accept incoming network connections?'
set clutch_chrome_flags "--use-mock-keychain --disable-features=DialMediaRouteProvider"
set clutch_chrome_flags "--use-mock-keychain --disable-features=DialMediaRouteProvider --disable-features=ProcessPerSiteUpToMainFrameThreshold"


function cr --description "open built chromium (accepts runtime flags)"
Expand Down
2 changes: 1 addition & 1 deletion fish/functions/pure
Submodule pure updated from 902829 to 565d85

0 comments on commit c402010

Please sign in to comment.