tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README_MOZILLA (355B)


      1 The Expat parser is vendored from https://github.com/libexpat/libexpat.
      2 See moz.yaml for the current in-tree version.
      3 
      4 To update run
      5 
      6 $ ./mach vendor parser/expat/moz.yaml --patch-mode=none
      7 $ hg commit -m "Bug X - Update to Expat x.x.x."
      8 $ ./mach vendor parser/expat/moz.yaml --patch-mode=only
      9 $ hg commit -m "Bug X - Apply local patches to Expat x.x.x."