home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 600 < prev    next >
Encoding:
Text File  |  2013-04-03  |  12.9 KB  |  605 lines

  1. <!DOCTYPE HTML>
  2. <html>
  3. <!--
  4. Copyright (c) 2010 The Chromium Authors. All rights reserved.
  5. Use of this source code is governed by a BSD-style license that can be
  6. found in the LICENSE file.
  7. -->
  8.  
  9.  
  10.  
  11. <!------------------------------------------------------------------------------
  12. WARNING: This file is generated by generate_about_tracing_contents.py
  13.  
  14.          Do not edit directly.
  15.  
  16.  
  17. ------------------------------------------------------------------------------->
  18.  
  19.  
  20.  
  21. <head i18n-values="dir:textdirection;">
  22. <style>
  23. html, body {
  24.   height: 100%;
  25. }
  26.  
  27. body {
  28.   display: -webkit-box;
  29.   -webkit-box-orient: vertical;
  30.   padding: 0px;
  31.   margin: 0;
  32. }
  33.  
  34. </style>
  35. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  36.  * Use of this source code is governed by a BSD-style license that can be
  37.  * found in the LICENSE file. */
  38.  
  39. .timeline-track-button {
  40.   background-color: rgba(255, 255, 255, 0.5);
  41.   border: 1px solid rgba(0, 0, 0, 0.1);
  42.   color: rgba(0,0,0,0.2);
  43.   font-size: 10px;
  44.   height: 12px;
  45.   text-align: center;
  46.   width: 12px;
  47. }
  48.  
  49. .timeline-track-button:hover {
  50.   background-color: rgba(255, 255, 255, 1.0);
  51.   border: 1px solid rgba(0, 0, 0, 0.5);
  52.   box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
  53.   color: rgba(0, 0, 0, 1);
  54. }
  55.  
  56. .timeline-track-close-button {
  57.   left: 2px;
  58.   position: absolute;
  59.   top: 2px;
  60. }
  61.  
  62. .timeline-track-collapse-button {
  63.   left: 17px;
  64.   position: absolute;
  65.   top: 2px;
  66. }
  67.  
  68.  
  69. </style>
  70. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  71.  * Use of this source code is governed by a BSD-style license that can be
  72.  * found in the LICENSE file. */
  73.  
  74. .timeline-canvas-based-track {
  75.   -webkit-box-align: stretch;
  76.   -webkit-box-orient: horizontal;
  77.   background-color: white;
  78.   display: -webkit-box;
  79.   margin: 0;
  80.   padding: 0 5px 0 0;
  81. }
  82.  
  83. .timeline-canvas-based-track-title {
  84.   background-color: #d6dde5;
  85.   border-right: 1px solid #8e8e8e;
  86.   overflow: hidden;
  87.   padding-right: 5px;
  88.   padding-left: 18px;
  89.   text-align: left;
  90.   text-overflow: ellipsis;
  91.   white-space: nowrap;
  92. }
  93.  
  94. .timeline-canvas-based-track-canvas-container {
  95.   -webkit-box-flex: 1;
  96.   width: 100%;
  97. }
  98.  
  99. .timeline-canvas-based-track-canvas {
  100.   -webkit-box-flex: 1;
  101.   display: block;
  102. }
  103. </style>
  104. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  105.  * Use of this source code is governed by a BSD-style license that can be
  106.  * found in the LICENSE file. */
  107.  
  108. .timeline-slice-track {
  109.   height: 18px;
  110. }
  111. </style>
  112. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  113.  * Use of this source code is governed by a BSD-style license that can be
  114.  * found in the LICENSE file. */
  115.  
  116. .timeline-counter-track {
  117.   height: 30px;
  118.   position: relative;
  119. }
  120. </style>
  121. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  122.  * Use of this source code is governed by a BSD-style license that can be
  123.  * found in the LICENSE file. */
  124.  
  125. .timeline-thread-track {
  126.   -webkit-box-orient: vertical;
  127.   display: -webkit-box;
  128.   position: relative;
  129. }
  130.  
  131. /* The first row of slices in each thread should have a border above it. */
  132. .timeline-thread-track > .timeline-slice-group-track.first-visible-child > .timeline-slice-track.first-visible-child .timeline-canvas-based-track-canvas-container {
  133.   border-top: 1px solid #D8D8D8;
  134.   height: 21px;
  135.   padding-top: 2px;
  136. }
  137.  
  138. /* ...except for the very first one at the top. */
  139. .timeline-process-track.first-visible-child > .timeline-thread-track.first-visible-child > .timeline-slice-group-track.first-visible-child > .timeline-slice-track.first-visible-child .timeline-canvas-based-track-canvas-container {
  140.   border-top: 0;
  141. }
  142.  
  143. /* The track containing the heading is 21px tall. */
  144. .timeline-thread-track > .timeline-slice-group-track.first-visible-child .timeline-canvas-based-track:first-child {
  145.   height: 21px;
  146. }
  147.  
  148. /* The last row of slices should have a gap underneath it. */
  149. .timeline-thread-track .timeline-canvas-based-track:last-child .timeline-canvas-based-track-canvas-container {
  150.   margin-bottom: 4px;
  151. }
  152.  
  153. /* ...but in order for that to work, we need to make the whole last track
  154.  * taller. This allows us to have a gap under the slices, but not in the heading
  155.  * column on the left. */
  156. .timeline-thread-track .timeline-canvas-based-track:last-child {
  157.   height: 22px;
  158. }
  159.  
  160. /* ...and if it happens to be the only track, then we need to be more specific
  161.  * than the heading rule above. */
  162. .timeline-thread-track > .timeline-slice-group-track.first-visible-child .timeline-canvas-based-track:first-child:last-child {
  163.   height: 22px;
  164. }
  165.  
  166.  
  167. </style>
  168. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  169.  * Use of this source code is governed by a BSD-style license that can be
  170.  * found in the LICENSE file. */
  171.  
  172. .timeline-model-track {
  173.   -webkit-box-flex: 1;
  174. }
  175. </style>
  176. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  177.  * Use of this source code is governed by a BSD-style license that can be
  178.  * found in the LICENSE file. */
  179.  
  180. .timeline-viewport-track {
  181.   height: 12px;
  182. }
  183.  
  184. .timeline-viewport-track-with-distance-measurements {
  185.   height: 24px;
  186. }
  187.  
  188. .timeline-viewport-track .timeline-canvas-based-track-canvas-container {
  189.   border-bottom: 1px solid #8e8e8e;
  190. }
  191. </style>
  192. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  193.  * Use of this source code is governed by a BSD-style license that can be
  194.  * found in the LICENSE file. */
  195.  
  196. .timeline * {
  197.   -webkit-user-select: none;
  198.   cursor: default;
  199. }
  200.  
  201. .timeline {
  202.   -webkit-box-orient: vertical;
  203.   display: -webkit-box;
  204. }
  205.  
  206. .timeline-model-track-container {
  207.   -webkit-box-flex: 1;
  208.   overflow: auto;
  209. }
  210.  
  211. .timeline-drag-box {
  212.   background-color: rgba(0, 0, 255, 0.25);
  213.   border: 1px solid rgb(0, 0, 96);
  214.   font-size: 75%;
  215.   position: fixed;
  216. }
  217. </style>
  218. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  219.  * Use of this source code is governed by a BSD-style license that can be
  220.  * found in the LICENSE file. */
  221.  
  222. .timeline-analysis {
  223.     font-family: monospace;
  224.     white-space: pre;
  225. }
  226. .timeline-analysis * {
  227.    -webkit-user-select: text !important;
  228.    cursor: text;
  229. }
  230.  
  231. .timeline-analysis-table {
  232.     border-collapse: collapse;
  233.     border-width: 0;
  234. }
  235.  
  236. .timeline-analysis-table > tr > td:first-child {
  237.     padding-left: 2px;
  238. }
  239.  
  240. .timeline-analysis-table > tr > td {
  241.     padding: 2px 4px 2px 4px;
  242. }
  243.  
  244. .timeline-analysis-table-header {
  245.     text-align: left;
  246. }
  247.  
  248. .timeline-analysis-table-row:nth-child(2n+0) {
  249.     background-color: #e2e2e2;
  250. }
  251.  
  252. .timeline-analysis-slice-table-col-0 {
  253. }
  254. .timeline-analysis-slice-table-col-1 {
  255. }
  256.  
  257. .timeline-analysis-slices-table-col-0 {
  258. }
  259. .timeline-analysis-slices-table-col-1 {
  260.     text-align: right;
  261. }
  262. .timeline-analysis-slices-table-col-2 {
  263.     text-align: right;
  264. }
  265.  
  266. .timeline-analysis-counter-table-col-0 {
  267. }
  268. .timeline-analysis-counter-table-col-0 {
  269. }
  270. </style>
  271. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  272.  * Use of this source code is governed by a BSD-style license that can be
  273.  * found in the LICENSE file. */
  274.  
  275. .overlay-root * {
  276.   -webkit-user-select: none;
  277.   box-sizing: border-box;
  278. }
  279.  
  280. .overlay-root {
  281.   -webkit-box-align: stretch;
  282.   -webkit-box-orient: horizontal;
  283.   -webkit-box-pack: center;
  284.   -webkit-user-select: none;
  285.   background: rgba(0, 0, 0, 0.8);
  286.   display: -webkit-box;
  287.   font-family: sans-serif;
  288.   height: 100%;
  289.   left: 0;
  290.   position: fixed;
  291.   top: 0;
  292.   width: 100%;
  293.   z-index: 1000;
  294. }
  295.  
  296. .overlay-root:not([visible]),
  297. .overlay:not([visible]) {
  298.   display: none;
  299. }
  300.  
  301. .overlay-root > .content-host {
  302.   -webkit-box-align: stretch;
  303.   -webkit-box-orient: vertical;
  304.   -webkit-box-pack: center;
  305.   -webkit-user-select: auto;
  306.   display: -webkit-box;
  307. }
  308.  
  309. .overlay-root > .content-host > * {
  310.   background: rgb(255, 255, 255);
  311. }
  312.  
  313. .overlay {
  314.   max-height: 500px;
  315.   overflow: auto;
  316.   padding: 8px;
  317. }</style>
  318. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  319.  * Use of this source code is governed by a BSD-style license that can be
  320.  * found in the LICENSE file. */
  321.  
  322. .timeline-view * {
  323.   -webkit-user-select: none;
  324.   box-sizing: border-box;
  325. }
  326.  
  327. .timeline-view {
  328.   -webkit-box-flex: 1;
  329.   -webkit-box-orient: vertical;
  330.   cursor: default;
  331.   display: -webkit-box;
  332.   font-family: sans-serif;
  333.   padding: 0;
  334. }
  335.  
  336. .timeline-view > .control > .title {
  337.   font-size: 14px;
  338.   height: 19px;
  339.   padding-left: 2px;
  340.   padding-right: 8px;
  341.   padding-top: 2px;
  342. }
  343.  
  344. .timeline-view > .control {
  345.   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#D1D1D1));
  346.   background-color: #e6e6e6;
  347.   border-bottom: 1px solid #8e8e8e;
  348.   display: -webkit-box;
  349. }
  350.  
  351. .timeline-view > .control > .controls {
  352.   display: -webkit-box;
  353. }
  354.  
  355. .timeline-view > .control > span {
  356.   padding-left: 5px;
  357.   padding-right: 10px;
  358. }
  359.  
  360. .timeline-view > .control > .controls > button,
  361. .timeline-view > .control > .controls > label {
  362.   font-size: 11px;
  363.   margin: 1px 2px 1px 2px;
  364.   height: 19px;
  365. }
  366.  
  367. .timeline-view > .control > .spacer {
  368.   -webkit-box-flex: 1;
  369. }
  370.  
  371. .timeline-view > .timeline-container {
  372.   -webkit-box-flex: 1;
  373.   display: -webkit-box;
  374.   border-bottom: 1px solid #8e8e8e;
  375. }
  376.  
  377. .timeline-view > .timeline-container > * {
  378.   -webkit-box-flex: 1;
  379. }
  380.  
  381. .timeline-drag-handle {
  382.   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#D1D1D1));
  383.   height: 8px;
  384.   border-top: 1px solid white;
  385.   border-bottom: 1px solid #8e8e8e;
  386.   cursor: ns-resize;
  387. }
  388.  
  389. .timeline-view > .analysis-container {
  390.   height: 250px;
  391.   overflow: auto;
  392.   padding-left: 2px;
  393.   padding-right: 2px;
  394. }
  395.  
  396. .timeline-view .selection {
  397.   margin: 2px;
  398. }
  399.  
  400. .timeline-view .selection ul {
  401.   margin: 0;
  402. }
  403.  
  404. .timeline-find-control {
  405.   -webkit-user-select: none;
  406.   display: -webkit-box;
  407.   position: relative;
  408. }
  409.  
  410. .timeline-find-control .hit-count-label {
  411.   left: 0;
  412.   opacity: 0.25;
  413.   pointer-events: none;
  414.   position: absolute;
  415.   text-align: right;
  416.   top: 2px;
  417.   width: 170px;
  418.   z-index: 1;
  419. }
  420.  
  421. .timeline-find-control input {
  422.   -webkit-user-select: auto;
  423.   background-color: #f8f8f8;
  424.   border: 1px solid rgba(0, 0, 0, 0.5);
  425.   box-sizing: border-box;
  426.   height: 19px;
  427.   margin-bottom: 1px;
  428.   margin-left: 0;
  429.   margin-right: 0;
  430.   margin-top: 1px;
  431.   padding: 0;
  432.   width: 170px;
  433. }
  434. .timeline-find-control input:focus {
  435.   background-color: white;
  436. }
  437.  
  438. .timeline-button.find-previous {
  439.   border-left: none;
  440.   margin-left: 0;
  441.   margin-right: 0;
  442. }
  443. .timeline-button.find-next {
  444.   border-left: none;
  445.   margin-left: 0;
  446. }
  447.  
  448. .timeline-view-help-overlay {
  449.   padding: 6px;
  450. }
  451.  
  452. .timeline-button {
  453.   background-color: #f8f8f8;
  454.   border: 1px solid rgba(0, 0, 0, 0.5);
  455.   color: rgba(0,0,0,0.8);
  456.   font-size: 14px;
  457.   height: 19px;
  458.   margin: 1px;
  459.   text-align: center;
  460.   width: 23px;
  461. }
  462.  
  463. .timeline-button:hover {
  464.   background-color: rgba(255, 255, 255, 1.0);
  465.   border: 1px solid rgba(0, 0, 0, 0.8);
  466.   box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
  467.   color: rgba(0, 0, 0, 1);
  468. }
  469.  
  470. .timeline-view-info-button {
  471.   width: auto;
  472.   padding-left: 4px;
  473.   padding-right: 4px;
  474. }
  475.  
  476. .timeline-view-info-button:hover {
  477.   border: solid 1px;
  478. }
  479.  
  480. .timeline-view-import-errors-button {
  481.   color: darkred;
  482.   border: solid 1px rgba(128, 0, 0, 0.2);
  483. }
  484.  
  485. .timeline-view-import-errors-button:hover {
  486.   color: red;
  487.   border: solid 1px red;
  488. }
  489.  
  490. .import-errors-dialog {
  491.   overflow: auto;
  492.   min-width: 400px;
  493.   min-height: 200px;
  494.   max-width: 800px;
  495.   max-height: 500px;
  496. }
  497.  
  498. .import-errors-dialog-text {
  499.   white-space: pre;
  500.   font-family: monospace;
  501.   margin: 8px;
  502. }
  503.  
  504. .metadata-dialog {
  505.   overflow: auto;
  506.   min-width: 400px;
  507.   min-height: 200px;
  508.   max-width: 800px;
  509.   max-height: 500px;
  510. }
  511.  
  512. .metadata-dialog-text {
  513.   white-space: pre;
  514.   font-family: monospace;
  515.   margin: 8px;
  516. }
  517.  
  518. .category-filter-dialog {
  519.   min-width: 400px;
  520.   min-height: 200px;
  521.   padding: 20px;
  522. }
  523.  
  524. .category-filter-dialog-form {
  525.   padding: 10px;
  526.   font-size: 80%;
  527. }
  528.  
  529. .category-filter-dialog-form input {
  530.   margin-right: 7px;
  531. }
  532. </style>
  533. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  534.  * Use of this source code is governed by a BSD-style license that can be
  535.  * found in the LICENSE file. */
  536.  
  537. .tracing-overlay {
  538.   -webkit-box-align: center;
  539.   -webkit-box-orient: vertical;
  540.   -webkit-box-pack: center;
  541.   display: -webkit-box;
  542.   height: 80px;
  543.   text-align: center;
  544.   width: 200px;
  545. }
  546.  
  547. .tracing-start-button {
  548.   -webkit-margin-start: 5px;
  549.   background: rgb(255, 0, 0);
  550.   background-clip: border-box;
  551.   border: 1px solid black;
  552.   border-bottom: 0;
  553.   border-top-left-radius: 8px;
  554.   border-top-right-radius: 8px;
  555.   display: inline-block;
  556.   margin-top: 4px;
  557.   padding: 5px 10px 3px 10px;
  558.   position: fixed;
  559.   right: 3px;
  560.   text-align: center;
  561.   text-decoration: none;
  562.   top: -1px;
  563. }
  564. </style>
  565. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  566.  * Use of this source code is governed by a BSD-style license that can be
  567.  * found in the LICENSE file. */
  568.  
  569. .profiling-view {
  570.   -webkit-box-flex: 1;
  571.   -webkit-box-orient: vertical;
  572.   display: -webkit-box;
  573.   padding: 0;
  574. }
  575.  
  576. .profiling-view > .container {
  577.   -webkit-box-flex: 1;
  578.   display: -webkit-box;
  579. }
  580.  
  581. .profiling-overlay {
  582.   -webkit-box-orient: vertical;
  583.   display: -webkit-box;
  584.   text-align: center;
  585. }
  586.  
  587. .profiling-overlay .raw-text {
  588.   -webkit-box-flex: 1;
  589.   overflow: auto;
  590.   wrap: none;
  591. }
  592.  
  593. .profiling-overlay .error {
  594.   border: 1px solid red;
  595.   text-align: center;
  596. }
  597. </style>
  598.  
  599. <script src="chrome://tracing/tracing.js"></script>
  600. </head>
  601. <body>
  602.   <div id="profiling-view"></div>
  603. </body>
  604. </html>
  605.