We should try to sandbox Graphite using RLBox as a prototype gathering some performance and overhead data and helping to decide in which direction we want to go further on.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
As we talked on IRC I've included all the patches I backported in #32380 (moved) into a separate directory, rlbox-patches, in the firefox project. The commit message explains a bit why.
An additional thing to note: I had to install git to apply the one huge patch for a couple of reasons. For one, patch on Wheezy does not cope with git renaming patches. That feature is only starting with version 2.7 but the one on Wheezy 2.6.1 (backports did not seem to change that story). Then I thought, okay, let's do git format-patch --no-renames instead and use the larger patch with patch. The problem now is that patch does not deal with empty files (it does not create them) which breaks the build. I then decided to resort to git apply and just added git as a dependency to all the other ones for Linux x86_64 to not just create a container for RLBox and have further container inflation.
Trac: Keywords: N/Adeleted, TorBrowserTeam202002R added Status: assigned to needs_review
As we talked on IRC I've included all the patches I backported in #32380 (moved) into a separate directory, rlbox-patches, in the firefox project. The commit message explains a bit why.
I think the patches should be generated with git format-patch -N.
Currently all patches contain [PATCH n/m] in the subject, where m is the total number of patches. This means that adding new patches (like in #33410 (moved)) will require changing all patches to update m. I think using the -N option would avoid that.
Trac: Status: needs_review to needs_revision Keywords: TorBrowserTeam202003R deleted, TorBrowserTeam202003 added
As we talked on IRC I've included all the patches I backported in #32380 (moved) into a separate directory, rlbox-patches, in the firefox project. The commit message explains a bit why.
I think the patches should be generated with git format-patch -N.
Currently all patches contain [PATCH n/m] in the subject, where m is the total number of patches. This means that adding new patches (like in #33410 (moved)) will require changing all patches to update m. I think using the -N option would avoid that.