tor-browser

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

console-header.textpb (1254B)


      1 tree_status_host: "webrtc-status.appspot.com"
      2 links {
      3   name: "Consoles"
      4   links {
      5     text: "WebRTC"
      6     url: "/p/webrtc/g/ci"
      7     alt: "WebRTC Main CI Console"
      8   }
      9   links {
     10     text: "WebRTC Cron"
     11     url: "/p/webrtc/g/cron"
     12     alt: "WebRTC Cron Console"
     13   }
     14   links {
     15     text: "WebRTC Perf"
     16     url: "/p/webrtc/g/perf"
     17     alt: "WebRTC Perf Console"
     18   }
     19   links {
     20     text: "Chromium"
     21     url: "/p/chromium/g/chromium.webrtc"
     22     alt: "Chromium WebRTC Console"
     23   }
     24   links {
     25     text: "Chromium FYI"
     26     url: "/p/chromium/g/chromium.webrtc.fyi"
     27     alt: "Chromium WebRTC FYI Console"
     28   }
     29   links {
     30     text: "Try WebRTC"
     31     url: "/p/webrtc/g/try"
     32     alt: "WebRTC Try Builders"
     33   }
     34 }
     35 links {
     36   name: "Links"
     37   links {
     38     text: "Source"
     39     url: "https://webrtc.googlesource.com/src/+/main/"
     40   }
     41   links {
     42     text: "Reviews"
     43     url: "https://webrtc-review.googlesource.com/"
     44   }
     45   links {
     46     text: "Bugs"
     47     url: "https://bugs.webrtc.org/"
     48   }
     49   links {
     50     text: "LKGR status"
     51     url: "https://storage.cloud.google.com/chromium-webrtc/lkgr-status/webrtc-lkgr-status.html"
     52   }
     53 }
     54 console_groups {
     55   console_ids: "webrtc/ci"
     56   console_ids: "webrtc/perf"
     57   console_ids: "chromium/chromium.webrtc"
     58   console_ids: "chromium/chromium.webrtc.fyi"
     59 }