summaryrefslogtreecommitdiff
path: root/chromium/third_party/webpagereplay
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webpagereplay')
-rw-r--r--chromium/third_party/webpagereplay/LICENSE27
-rw-r--r--chromium/third_party/webpagereplay/OWNERS4
-rw-r--r--chromium/third_party/webpagereplay/README.chromium17
3 files changed, 48 insertions, 0 deletions
diff --git a/chromium/third_party/webpagereplay/LICENSE b/chromium/third_party/webpagereplay/LICENSE
new file mode 100644
index 00000000000..c53a926a33e
--- /dev/null
+++ b/chromium/third_party/webpagereplay/LICENSE
@@ -0,0 +1,27 @@
+Copyright 2020 The Chromium Authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of catapult nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/chromium/third_party/webpagereplay/OWNERS b/chromium/third_party/webpagereplay/OWNERS
new file mode 100644
index 00000000000..ba83aaf4d8a
--- /dev/null
+++ b/chromium/third_party/webpagereplay/OWNERS
@@ -0,0 +1,4 @@
+ianstruiksma@google.com
+tombergan@chromium.org
+uwyiming@google.com
+wuwang@google.com
diff --git a/chromium/third_party/webpagereplay/README.chromium b/chromium/third_party/webpagereplay/README.chromium
new file mode 100644
index 00000000000..8f8eb4b7fe2
--- /dev/null
+++ b/chromium/third_party/webpagereplay/README.chromium
@@ -0,0 +1,17 @@
+Name: webpagereplay
+URL: https://github.com/catapult-project/catapult/blob/master/web_page_replay_go/README.md
+Version: 2ee6438f0cb2f657860e3e40b7788f1448e5da3c
+License: 2020 The Chromium Authors
+License File: NOT_SHIPPED
+Security Critical: no
+License Android Compatible: no
+Description:
+- Web Page Replay (WprGo) is a performance testing tool written in Golang for
+ recording and replaying web pages.
+Local Modifications:
+- Make binaries to be in CIPD repository so that 'gclient sync' could download them.
+How To Update:
+- Run //third_party/catapult/telemetry/bin/update_wpr_go_binary to update new
+ binaries to GCS.
+- Run //third_party/catapult/telemetry/bin/update_wpr_go_cipd to upload new
+ binaries to CIPD.