Import Cobalt 20.master.0.234144 Includes the following patches: https://cobalt-review.googlesource.com/c/cobalt/+/5590 by n1214.hwang@samsung.com https://cobalt-review.googlesource.com/c/cobalt/+/5530 by errong.leng@samsung.com https://cobalt-review.googlesource.com/c/cobalt/+/5570 by devin.cai@mediatek.com
diff --git a/src/v8/tools/profview/index.html b/src/v8/tools/profview/index.html index 32f7c7b..8695a41 100644 --- a/src/v8/tools/profview/index.html +++ b/src/v8/tools/profview/index.html
@@ -22,7 +22,7 @@ Chrome V8 profiling log processor </h3> -<input type="file" id="fileinput" /> +<input type="file" id="fileinput" /><div id="source-status"></div> <br> <hr> @@ -59,6 +59,10 @@ </table> <div> Current code object: <span id="timeline-currentCode"></span> + <button id="source-viewer-hide-button">Hide source</button> + </div> + <div> + <table id="source-viewer"> </table> </div> </div> @@ -108,7 +112,7 @@ <br> <br> <br> -Copyright the V8 Authors - Last change to this page: 2017/02/15 +Copyright the V8 Authors - Last change to this page: 2018/08/13 </p> </body>