3 Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
9 <title>Memory Inspector
</title>
10 <script type=
"text/javascript" src=
"naclprocess.js"></script>
11 <script type=
"text/javascript" src=
"config.js"></script>
12 <script type=
"text/javascript" src=
"main_window.js"></script>
13 <link rel=
"stylesheet" type=
"text/css" href=
"main_window.css">
16 <a id=
"terminal_button">>_
</a>
20 <div id=
"load_overlay">
21 <div id=
"load_message">
22 <div id=
"load_animation">
23 <img id=
"load_animation_body" src=
"images/body.png" alt=
""></img>
24 <img id=
"load_animation_cog1" src=
"images/cog1.png" alt=
""></img>
25 <img id=
"load_animation_cog2" src=
"images/cog2.png" alt=
""></img>
27 <div id=
"load_message_title">
28 <span id=
"phantom_load_dots"></span>Loading
<span id=
"load_dots"></span>
30 <div id=
"load_message_subtitle">
31 This usually takes around
5 seconds but may take up to a minute after a fresh installation or an update
35 <webview id=
"inspector_view"></webview>