Chromium Code Reviews

Unified Diff: src/trap-handler/OWNERS

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Restore signal mask at the right place Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/trap-handler/OWNERS
diff --git a/src/trap-handler/OWNERS b/src/trap-handler/OWNERS
new file mode 100644
index 0000000000000000000000000000000000000000..e44dd971554432d5a54d226a40cdf68eae4ebab0
--- /dev/null
+++ b/src/trap-handler/OWNERS
@@ -0,0 +1,10 @@
+set noparent
+
+jochen@chromium.org
+bradnelson@chromium.org
+
+# Changes to this directory should also be reviewed by:
+#
+# eholk@chromium.org
ahaas 2017/02/20 09:27:24 Why are you not an owner of your own code?
Eric Holk 2017/02/23 02:16:56 Because I'm not a v8 committer yet :(
+# mseaborn@chromium.org
+# mark@chromium.org

Powered by Google App Engine