https://www.chromium.org/glossary
頭字語
- CL: "Change List", ファイルへの変更リスト(一回のgit commitと近い)
- CQ: "Commit Queue", 自動的にcheck/build/test/verify などをするインフラ。ツリーにマージされる前のCL。Chromium CQとChromium OS CQ?も参照。
- CRX file: CRXファイルはZIPファイルで、特別なヘッダをもち、拡張子
.crx
をもつ。拡張やアプリのパッケージ。 - CRX file: CRX files are ZIP files with a special header and the .crx file extension used to package Extensions and Apps.
- DUT: "Device under test", used to refer to the system running Chromium [OS] and where tests are being executed.
- GTTF: "Green Tree Task Force"
- LGTM: "Looks good to me", commonly used to approve a code review.
- LKCR: "Last known compilable revision" - similar to LKGR (below), the last build that compiled.
- LKGM: "Last known good manifest", the last manifest version that passed a minimal set of tests.
- MVP: "Minimum viable product", used to refer to the subset of a feature we want to ship initially.
- PFQ: "Preflight queue", used to describe bot configurations in the waterfall that run to test/gate changes before they're allowed into the tree for everyone to see. See also the PFQ FAQ.
- PTAL: "Please take a[nother] look", often used when someone is happy with the state of a CL and want reviewers to look [again].
- RSLGTM: "Rubber stamp looks good to me", used when the reviewer is merely granting OWNERS approval without doing a proper code review.
- SGTM: Secret Google Time Machine "Sounds good to me"
- TBR: "To be reviewed". In specific circumstances used to land code and have it reviewed later.
- ToT: "Tip of Tree", as in the latest revision of the source tree.
- TPM: "Trusted Platform Module", Tamper-resistant chip that the CPU can talk to. Securely stores keys and does cryptographic ops. We use this to encrypt the keys used to encrypt user files (to make passphrase recovery more difficult). See also TpmQuickRef.
- WAI: "Working As Intended", e.g. the behavior described is not a bug, but working as it is supposed to. This is not to say the intention cannot change (as a feature request), simply that it is not a bug.
- WIP: "Work In Progress" - e.g. a patch that's not finished, but may be worth an early look
自分用
- caniuse.com: Webの新機能がブラウザで使えるかどうかを調べられるサイト。(see also chromestatus.com)
- chromestatus.com: Webプラットフォームの機能を構造的に可視化。透明性を上げる。
- Google Chrome Samples: chromestatus.comの1エントリに対応したサンプル。https://github.com/GoogleChrome/samples
- monorail: 問題追跡WEBアプリ。crbug.comで使われる。
- Sheriff: いろいろな見張りをする人(メモリが壊れてないか、パフォーマンスが落ちてないか、セキュリティに問題はないか等)。また犯人探しも行う。
- triage: バグにいろいろなラベルを付けて振り分けること。
- Valgrind:メモリリーク診断ツール
- ASan:メモリリーク診断ツール、clangインフラ
Page last modified on June 11, 2019, at 01:02 PM
Powered by
PmWiki