2 <html i18n-values=
"dir:textdirection">
5 <title>GCM Internals
</title>
6 <link rel=
"stylesheet" href=
"gcm_internals.css">
7 <script src=
"chrome://resources/js/cr.js"></script>
8 <script src=
"chrome://resources/js/load_time_data.js"></script>
9 <script src=
"chrome://resources/js/cr/ui.js"></script>
10 <script src=
"chrome://resources/js/util.js"></script>
11 <script src=
"strings.js"></script>
12 <script src=
"gcm_internals.js"></script>
14 <body i18n-values=
".style.fontFamily:fontfamily;.style.fontSize:fontsize">
15 <h1>GCM Internals
</h1>
17 <button id=
"refresh">Refresh
</button>
18 <button id=
"recording">Start Recording
</button>
19 <button id=
"clear-logs">Clear All Logs
</button>
23 <table id=
"device-info">
34 User Profile Service Created
36 <td id=
"profile-service-created">
50 <td id=
"signed-in-username">
57 <td id=
"gcm-client-created">
64 <td id=
"gcm-client-state">
69 Connection Client Created
71 <td id=
"connection-client-created">
78 <td id=
"connection-state">
85 <td id=
"registered-app-ids">
90 Send Message Queue Size
92 <td id=
"send-queue-size">
97 Resend Message Queue Size
99 <td id=
"resend-queue-size">
105 <h2>Check-in Log
</h2>
106 <table class=
"log-table">
114 <tbody id=
"checkin-info">
118 <h2>Connection Log
</h2>
119 <table class=
"log-table">
127 <tbody id=
"connection-info">
131 <h2>Registration Log
</h2>
132 <table class=
"log-table">
142 <tbody id=
"registration-info">
146 <h2>Receive Message Log
</h2>
147 <table class=
"log-table">
153 <th>Size (bytes)
</th>
158 <tbody id=
"receive-info">
162 <h2>Send Message Log
</h2>
163 <table class=
"log-table">
174 <tbody id=
"send-info">
178 <script src=
"chrome://resources/js/i18n_template2.js"></script>