har 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +1 -0
  3. data/.travis.yml +4 -3
  4. data/LICENSE +1 -1
  5. data/README.mdown +5 -1
  6. data/har.gemspec +1 -1
  7. data/lib/har/version.rb +1 -1
  8. data/lib/har/viewer/css/domTab.css +1 -1
  9. data/lib/har/viewer/css/domTree.css +1 -1
  10. data/lib/har/viewer/css/dragdrop.css +1 -0
  11. data/lib/har/viewer/css/harPreview.css +1 -1
  12. data/lib/har/viewer/css/harView.css +1 -1
  13. data/lib/har/viewer/css/harViewer.css +1 -1
  14. data/lib/har/viewer/css/images/menu/previewMenuHandle.png +0 -0
  15. data/lib/har/viewer/css/images/splitterh.png +0 -0
  16. data/lib/har/viewer/css/images/twisty-sprites.png +0 -0
  17. data/lib/har/viewer/css/infoTip.css +1 -1
  18. data/lib/har/viewer/css/pageList.css +1 -1
  19. data/lib/har/viewer/css/previewMenu.css +1 -0
  20. data/lib/har/viewer/css/previewTab.css +1 -1
  21. data/lib/har/viewer/css/requestBody.css +1 -1
  22. data/lib/har/viewer/css/requestList.css +1 -1
  23. data/lib/har/viewer/css/search.css +1 -0
  24. data/lib/har/viewer/css/tableView.css +1 -0
  25. data/lib/har/viewer/css/toolbar.css +1 -1
  26. data/lib/har/viewer/css/validationError.css +1 -0
  27. data/lib/har/viewer/css/xhrSpy.css +1 -1
  28. data/lib/har/viewer/examples/browser-blocking-time.har +2567 -0
  29. data/lib/har/viewer/examples/google.com.har +612 -0
  30. data/lib/har/viewer/examples/inline-scripts-block.har +1066 -0
  31. data/lib/har/viewer/examples/inline-scripts-block.harp +1065 -0
  32. data/lib/har/viewer/examples/softwareishard.com.har +5323 -0
  33. data/lib/har/viewer/examples/www.coupons.com-analytics-log.har +18253 -0
  34. data/lib/har/viewer/har.js +1 -0
  35. data/lib/har/viewer/index.html +5 -4
  36. data/lib/har/viewer/license.txt +30 -0
  37. data/lib/har/viewer/scripts/app.build.js +1 -0
  38. data/lib/har/viewer/scripts/core/cookies.js +1 -2
  39. data/lib/har/viewer/scripts/core/dragdrop.js +1 -0
  40. data/lib/har/viewer/scripts/core/lib.js +1 -23
  41. data/lib/har/viewer/scripts/core/trace.js +26 -26
  42. data/lib/har/viewer/scripts/domplate/domTree.js +1 -5
  43. data/lib/har/viewer/scripts/domplate/domplate.js +3 -1
  44. data/lib/har/viewer/scripts/domplate/infoTip.js +1 -4
  45. data/lib/har/viewer/scripts/domplate/popupMenu.js +1 -14
  46. data/lib/har/viewer/scripts/domplate/tabView.js +1 -6
  47. data/lib/har/viewer/scripts/domplate/tableView.js +1 -0
  48. data/lib/har/viewer/scripts/domplate/toolTip.js +1 -3
  49. data/lib/har/viewer/scripts/domplate/toolbar.js +1 -3
  50. data/lib/har/viewer/scripts/downloadify/js/downloadify.min.js +1 -6
  51. data/lib/har/viewer/scripts/downloadify/js/swfobject.js +1 -18
  52. data/lib/har/viewer/scripts/downloadify/src/downloadify.js +1 -6
  53. data/lib/har/viewer/scripts/excanvas/excanvas.js +1 -21
  54. data/lib/har/viewer/scripts/harPreview.js +1 -149
  55. data/lib/har/viewer/scripts/harViewer.js +1 -244
  56. data/lib/har/viewer/scripts/i18n.js +1 -0
  57. data/lib/har/viewer/scripts/jquery-plugins/jquery.json.js +1 -6
  58. data/lib/har/viewer/scripts/jquery.js +1 -0
  59. data/lib/har/viewer/scripts/json-query/JSONQuery.js +1 -0
  60. data/lib/har/viewer/scripts/nls/domTab.js +1 -0
  61. data/lib/har/viewer/scripts/nls/harModel.js +1 -0
  62. data/lib/har/viewer/scripts/nls/harViewer.js +1 -1
  63. data/lib/har/viewer/scripts/nls/homeTab.js +1 -1
  64. data/lib/har/viewer/scripts/nls/pageList.js +1 -0
  65. data/lib/har/viewer/scripts/nls/pageStats.js +1 -2
  66. data/lib/har/viewer/scripts/nls/pageTimeline.js +1 -1
  67. data/lib/har/viewer/scripts/nls/previewTab.js +1 -1
  68. data/lib/har/viewer/scripts/nls/requestBody.js +1 -1
  69. data/lib/har/viewer/scripts/nls/requestList.js +1 -2
  70. data/lib/har/viewer/scripts/nls/search.js +1 -0
  71. data/lib/har/viewer/scripts/nls/tableView.js +1 -0
  72. data/lib/har/viewer/scripts/preview/harModel.js +1 -7
  73. data/lib/har/viewer/scripts/preview/harSchema.js +9 -9
  74. data/lib/har/viewer/scripts/preview/jsonSchema.js +1 -7
  75. data/lib/har/viewer/scripts/preview/menu.js +1 -0
  76. data/lib/har/viewer/scripts/preview/pageList.js +1 -4
  77. data/lib/har/viewer/scripts/preview/ref.js +1 -5
  78. data/lib/har/viewer/scripts/preview/requestBody.js +1 -11
  79. data/lib/har/viewer/scripts/preview/requestList.js +1 -27
  80. data/lib/har/viewer/scripts/preview/validationError.js +1 -0
  81. data/lib/har/viewer/scripts/require.js +1 -0
  82. data/lib/har/viewer/scripts/syntax-highlighter/README.txt +9 -9
  83. data/lib/har/viewer/scripts/syntax-highlighter/shCore.js +1 -20
  84. data/lib/har/viewer/scripts/tabs/aboutTab.html +89 -93
  85. data/lib/har/viewer/scripts/tabs/aboutTab.js +1 -2
  86. data/lib/har/viewer/scripts/tabs/domTab.js +1 -1
  87. data/lib/har/viewer/scripts/tabs/homeTab.html +41 -34
  88. data/lib/har/viewer/scripts/tabs/homeTab.js +1 -5
  89. data/lib/har/viewer/scripts/tabs/pageStats.js +1 -14
  90. data/lib/har/viewer/scripts/tabs/pageTimeline.js +1 -10
  91. data/lib/har/viewer/scripts/tabs/previewTab.js +1 -6
  92. data/lib/har/viewer/scripts/tabs/schemaTab.js +1 -2
  93. data/lib/har/viewer/scripts/tabs/search.js +1 -0
  94. data/lib/har/viewer/scripts/text.js +1 -0
  95. data/spec/spec_helper.rb +2 -7
  96. metadata +55 -49
  97. data/lib/har/viewer/css/images/menu/Thumbs.db +0 -0
  98. data/lib/har/viewer/css/images/twistyClosed.png +0 -0
  99. data/lib/har/viewer/css/images/twistyOpen.png +0 -0
  100. data/lib/har/viewer/scripts/requireplugins-jquery-1.4.2.js +0 -204
  101. data/lib/har/viewer/scripts/xhr-spy/spy.js +0 -2
  102. data/lib/har/viewer/scripts/xhr-spy/spy.php +0 -13
  103. data/lib/har/viewer/scripts/xhr-spy/xhr.js +0 -6
  104. data/lib/har/viewer/scripts/xhr-spy/xhrSpyBookmarklet.js +0 -1
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a68c50d585dca8f0da20caa2925d71af68841cfa
4
+ data.tar.gz: 63c4738db49fd585afedde4e61d76a3412c830c8
5
+ SHA512:
6
+ metadata.gz: 3e7d3a1d35c1c46a193efb56dc65d4054a9fd664895ac7bc6b218709aa3cfd1fd225c36b7e3ecfe77043cc228759b3d2943b1f2bc25e81383fc4abae570ec064
7
+ data.tar.gz: 202f0fba5015e91d46bfb0659cd64bc0f1ad651819d1b4c6c6c6c5775479978680026dbb3bbcbbadcef0a5d0634a2486f4f4a40b6e6933b73aebae07a3b02834
data/.gitignore CHANGED
@@ -2,3 +2,4 @@ pkg/*
2
2
  *.gem
3
3
  .bundle
4
4
  Gemfile.lock
5
+ /coverage
@@ -1,4 +1,5 @@
1
1
  rvm:
2
- - 1.8.7
3
- - 1.9.2
4
- - 1.9.3
2
+ - 1.9.3
3
+ - 2.0.0
4
+ - 2.1.0
5
+ - ruby-head
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-2012 Jari Bakken
1
+ Copyright (c) 2011-2014 Jari Bakken
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -4,6 +4,10 @@ HAR
4
4
  Ruby library to work with and view HTTP archives.
5
5
  This includes [harviewer][viewer], which can be launched through the "har" command.
6
6
 
7
+ [![Coverage Status](https://coveralls.io/repos/jarib/har/badge.png)](https://coveralls.io/r/jarib/har)
8
+ [![Code Climate](https://codeclimate.com/github/jarib/har.png)](https://codeclimate.com/github/jarib/har)
9
+ [![Build Status](https://travis-ci.org/jarib/har.png?branch=master)](https://travis-ci.org/jarib/har)
10
+
7
11
  Install
8
12
  =======
9
13
 
@@ -33,6 +37,6 @@ Note on Patches/Pull Requests
33
37
  Copyright
34
38
  =========
35
39
 
36
- Copyright (c) 2011-2012 Jari Bakken. See LICENSE for details.
40
+ Copyright (c) 2011-2014 Jari Bakken. See LICENSE for details.
37
41
 
38
42
  [viewer]: http://code.google.com/p/harviewer/
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.add_dependency "launchy", ">= 0.3.7"
20
20
 
21
21
  s.add_development_dependency "rspec", "~> 2.0"
22
- s.add_development_dependency "simplecov"
22
+ s.add_development_dependency "coveralls"
23
23
  s.add_development_dependency "rake", "~> 0.9.2"
24
24
  s.add_development_dependency "pry"
25
25
 
@@ -1,3 +1,3 @@
1
1
  module HAR
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -1 +1 @@
1
- .tabDOMBody {font-family: Lucida Grande,Tahoma,sans-serif; font-size: 11px;}.tabDOMBody .separator {border-bottom: 1px solid #D7D7D7;}.tabDOMBody .domTable {padding: 5px;}
1
+ .tabDOMBody {font-family: Lucida Grande,Tahoma,sans-serif; font-size: 11px;}.tabDOMBody .domContent {position: absolute; top: 28px; bottom: 0px; overflow: auto; width: 100%;}.tabDOMBody .domContent .domBox {width: 100%;}.tabDOMBody .domContent .domBox .title {color: gray; padding: 8px 0 0 8px;}.tabDOMBody .separator {border-bottom: 1px solid #D7D7D7;}.tabDOMBody .domTable {padding: 5px;}.domToolbar > .toolbar {text-align: right;}.tabDOMBody .domContent .domBox .content,.tabDOMBody .domContent .domBox .results {vertical-align: top;}.resultsDefaultContent {color: #D7D7D7; font-size: 12px; font-family: Lucida Grande,Tahoma,sans-serif; margin: 60px; text-align: center;}.queryResultsViewType {border-bottom: 1px solid #EEEEEE; display: block; padding: 5px;}.queryResultsViewType .type {width: 13px; height: 13px; padding: 0; margin: 0; vertical-align: bottom;}.queryResultsViewType .label {padding-left: 5px;}.domBox .splitter {width: 4px; cursor: e-resize; background-color: #D7D7D7;}.domBox .splitter,.domBox .results {visibility: collapse;}.domBox .splitter.visible,.domBox .results.visible {visibility: visible;}
@@ -1 +1 @@
1
- .domTable {}.memberLabelCell {padding: 2px 50px 2px 0; vertical-align: top;}.memberValueCell {padding: 1px 0 1px 5px; display: block; overflow: hidden;}.memberLabel {cursor: default; -moz-user-select: none; overflow: hidden; padding-left: 18px; white-space: nowrap; background-color: #FFFFFF;}.memberRow.hasChildren.opened > .memberLabelCell > .memberLabel {background-image: url(images/twistyOpen.png);}.memberRow.hasChildren > .memberLabelCell > .memberLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.memberRow.hasChildren > .memberLabelCell > .memberLabel {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 3px;}.memberRow.hasChildren > .memberLabelCell > .memberLabel {background-position: 2px 2px;}
1
+ .domTable {}.memberLabelCell {padding: 2px 50px 2px 0; vertical-align: top;}.memberValueCell {padding: 1px 0 1px 5px; display: block; overflow: hidden;}.memberLabel {cursor: default; -moz-user-select: none; overflow: hidden; padding-left: 18px; white-space: nowrap;}.memberRow.hasChildren.opened > .memberLabelCell > .memberLabel {background-image: url(images/twisty-sprites.png); background-position: 3px -16px; background-color: transparent;}.memberRow.hasChildren > .memberLabelCell > .memberLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.memberRow.hasChildren > .memberLabelCell > .memberLabel {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 3px;}.jumpHighlight {background-color: #C4F4FF !important;}.objectBox-object {color: gray;}.objectBox-number {color: #000088;}.objectBox-string {color: #FF0000; white-space: pre-wrap;}.objectBox-null,.objectBox-undefined {font-style: italic; color: #787878;}.objectBox-array {color: gray;}
@@ -0,0 +1 @@
1
+ body[vResizing="true"] * {cursor: e-resize !important;}body[hResizing="true"] * {cursor: s-resize !important;}
@@ -1 +1 @@
1
- .tabView {width: 100%; background-color: #FFFFFF; color: #000000;}.tabViewCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; vertical-align:top;}.tabViewBody {margin: 2px 0px 0px 0px;}.tabBar {padding-left: 14px; border-bottom: 1px solid #D7D7D7; white-space: nowrap;}.tab {position: relative; top: 1px; padding: 4px 8px; border: 1px solid transparent; border-bottom: none; color: #565656; font-weight: bold; white-space: nowrap; -moz-user-select: none; display:inline-block;}.tab:hover {cursor: pointer; border-color: #D7D7D7; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tab[selected="true"],.tab .selected {cursor: default !important; border-color: #D7D7D7; background-color: #FFFFFF; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tabBodies {width: 100%; overflow: auto;}.tabBody {display: none; margin: 0;}.tabBody[selected="true"],.tabBody.selected {display: block;}@media print {.tabBodies {overflow:visible;}.tabViewCol {background: none;}}.infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(234, 234, 234); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}.popupMenu {display: none; position: absolute; font-size: 11px; z-index: 2147483647; font-family: Lucida Grande, Tahoma, sans-serif;}.popupMenuContent {padding: 2px;}.popupMenuSeparator {display: block; position: relative; padding: 1px 18px 0; text-decoration: none; color: #000; cursor: default; background: #ACA899; margin: 2px 0;}.popupMenuOption{display: block; position: relative; padding: 2px 18px; text-decoration: none; color: #000; cursor: default;}.popupMenuOption:hover{color: #fff; background: #316AC5;}.popupMenuGroup {background: transparent url(images/menu/tabMenuPin.png) no-repeat right 0;}.popupMenuGroup:hover {background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuGroupSelected {color: #fff; background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuChecked {background: transparent url(images/menu/tabMenuCheckbox.png) no-repeat 4px 0;}.popupMenuChecked:hover {background: #316AC5 url(images/menu/tabMenuCheckbox.png) no-repeat 4px -17px;}.popupMenuRadioSelected {background: transparent url(images/menu/tabMenuRadio.png) no-repeat 4px 0;}.popupMenuRadioSelected:hover {background: #316AC5 url(images/menu/tabMenuRadio.png) no-repeat 4px -17px;}.popupMenuShortcut {padding-right: 85px;}.popupMenuShortcutKey {position: absolute; right: 0; top: 2px; width: 77px;}.popupMenuDisabled {color: #ACA899 !important;}.popupMenuShadow {float: left; background: url(images/menu/shadowAlpha.png) no-repeat bottom right !important; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px;}.popupMenuShadowContent {display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; top: -6px; left: -6px;}#optionsMenu {top: 22px; left: 0;}.pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twistyOpen.png);}.pageName {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 1px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}@media print {.pageInfoCol {background: none;}}.netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {background: white;}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netStatusCol {padding-left: 10px; color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.netStatusCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netSizeLabel {padding-left: 6px;}.netStatusLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {width: 11px; padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.hasHeaders .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 70; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netWindowLoadBar,.netContentLoadBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: red; z-index:90; opacity: 0.5; display: none; margin-bottom:-1px;}.netContentLoadBar {background-color: Blue;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.sizeInfoTip {font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.netHrefLabel {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 2px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twistyOpen.png);}.requestBodyBodies {border-left: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height:100%;}.netInfoHtmlText {padding: 0;}.dp-highlighter{font-family: "Consolas", "Courier New", Courier, mono, serif; font-size: 12px; width: 100%; overflow: auto;}.dp-highlighter ol,.dp-highlighter ol li,.dp-highlighter ol li span {margin: 0; padding: 0; border: none;}.dp-highlighter a,.dp-highlighter a:hover{background: none; border: none; padding: 0; margin: 0;}.dp-highlighter .bar{padding-left: 45px;}.dp-highlighter.collapsed .bar,.dp-highlighter.nogutter .bar{padding-left: 0px;}.dp-highlighter ol{list-style: decimal; background-color: #fff; margin: 0px 0px 1px 45px !important; padding: 0px; color: #5C5C5C;}.dp-highlighter.nogutter ol,.dp-highlighter.nogutter ol li{list-style: none !important; margin-left: 0px !important;}.dp-highlighter ol li,.dp-highlighter .columns div{list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 1px solid rgb(204,204,204); background-color: #F8F8F8; color: #5C5C5C; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;}.dp-highlighter.nogutter ol li,.dp-highlighter.nogutter .columns div{border: 0;}.dp-highlighter .columns{background-color: #F8F8F8; color: gray; overflow: hidden; width: 100%;}.dp-highlighter .columns div{padding-bottom: 5px;}.dp-highlighter ol li.alt{background-color: #FFF; color: inherit;}.dp-highlighter ol li span{color: black; background-color: inherit;}.dp-highlighter.collapsed ol{margin: 0px;}.dp-highlighter.collapsed ol li{display: none;}.dp-highlighter.printing{border: none;}.dp-highlighter.printing .tools{display: none !important;}.dp-highlighter.printing li{display: list-item !important;}.dp-highlighter .tools{padding: 3px 8px 3px 10px; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; background-color: #f8f8f8; padding-bottom: 10px; border-left: 3px solid #6CE26C;}.dp-highlighter.nogutter .tools{border-left: 0;}.dp-highlighter.collapsed .tools{border-bottom: 0;}.dp-highlighter .tools a{font-size: 9px; color: #a0a0a0; background-color: inherit; text-decoration: none; margin-right: 10px;}.dp-highlighter .tools a:hover{color: red; background-color: inherit; text-decoration: underline;}.dp-about {background-color: #fff; color: #333; margin: 0px; padding: 0px;}.dp-about table {width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important;}.dp-about td {padding: 10px; vertical-align: top;}.dp-about .copy {border-bottom: 1px solid #ACA899; height: 95%;}.dp-about .title {color: red; background-color: inherit; font-weight: bold;}.dp-about .para {margin: 0 0 4px 0;}.dp-about .footer {background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right;}.dp-about .close {font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px;}.dp-highlighter .comment, .dp-highlighter .comments {color: #008200; background-color: inherit;}.dp-highlighter .string {color: blue; background-color: inherit;}.dp-highlighter .keyword {color: #069; font-weight: bold; background-color: inherit;}.dp-highlighter .preprocessor {color: gray; background-color: inherit;}
1
+ .tabView {width: 100%; background-color: #FFFFFF; color: #000000;}.tabViewCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; vertical-align:top;}.tabViewBody {margin: 2px 0px 0px 0px;}.tabBar {padding-left: 14px; border-bottom: 1px solid #D7D7D7; white-space: nowrap;}.tab {position: relative; top: 1px; padding: 4px 8px; border: 1px solid transparent; border-bottom: none; color: #565656; font-weight: bold; white-space: nowrap; -moz-user-select: none; display:inline-block;}.tab:hover {cursor: pointer; border-color: #D7D7D7; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tab[selected="true"],.tab .selected {cursor: default !important; border-color: #D7D7D7; background-color: #FFFFFF; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tabBodies {width: 100%; overflow: auto;}.tabBody {display: none; margin: 0;}.tabBody[selected="true"],.tabBody.selected {display: block;}@media print {.tabBodies {overflow:visible;}.tabViewCol {background: none;}}.infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(249, 249, 249); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}.popupMenu {display: none; position: absolute; font-size: 11px; z-index: 2147483647; font-family: Lucida Grande, Tahoma, sans-serif;}.popupMenuContent {padding: 2px;}.popupMenuSeparator {display: block; position: relative; padding: 1px 18px 0; text-decoration: none; color: #000; cursor: default; background: #ACA899; margin: 2px 0;}.popupMenuOption{display: block; position: relative; padding: 2px 18px; text-decoration: none; color: #000; cursor: default;}.popupMenuOption:hover{color: #fff; background: #316AC5;}.popupMenuGroup {background: transparent url(images/menu/tabMenuPin.png) no-repeat right 0;}.popupMenuGroup:hover {background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuGroupSelected {color: #fff; background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuChecked {background: transparent url(images/menu/tabMenuCheckbox.png) no-repeat 4px 0;}.popupMenuChecked:hover {background: #316AC5 url(images/menu/tabMenuCheckbox.png) no-repeat 4px -17px;}.popupMenuRadioSelected {background: transparent url(images/menu/tabMenuRadio.png) no-repeat 4px 0;}.popupMenuRadioSelected:hover {background: #316AC5 url(images/menu/tabMenuRadio.png) no-repeat 4px -17px;}.popupMenuShortcut {padding-right: 85px;}.popupMenuShortcutKey {position: absolute; right: 0; top: 2px; width: 77px;}.popupMenuDisabled {color: #ACA899 !important;}.popupMenuShadow {float: left; background: url(images/menu/shadowAlpha.png) no-repeat bottom right !important; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px;}.popupMenuShadowContent {display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; top: -6px; left: -6px;}#optionsMenu {top: 22px; left: 0;}.toolbar {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; font-style: normal; border-bottom: 1px solid #EEEEEE; padding: 0 3px 0 3px;}.toolbarButton,.toolbarSeparator {display: inline-block; vertical-align: middle; cursor: pointer; color: #000000; -moz-user-select: none; -moz-box-sizing: padding-box;}.toolbarButton.dropDown .arrow {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: inline-block; margin-left: 3px; position: relative; right: 0; top: 1px;}.toolbarButton.image {padding: 0; height: 16px; width: 16px;}.toolbarButton.text,.toolbarSeparator {margin: 3px 0 3px 0; padding: 3px; border: 1px solid transparent;}.toolbarButton.text:hover {background: url(images/bg-button.gif) repeat-x scroll 0 0 #FFFFFF; border-top:1px solid #bbb; border-bottom:1px solid #aaa; border-left:1px solid #bbb; border-right:1px solid #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.toolbarButton.text:active {background-position: 0 -400px;}.pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twisty-sprites.png); background-position: 3px -17px;}.pageName {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 2px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}.pageRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.pageRow > .netOptionsCol {padding-right: 2px;}@media print {.pageInfoCol {background: none;}}.netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netRow[breakLayout="true"] .netCol {border-top: 1px solid rgb(207,207,207);}.netTypeCol,.netStatusCol {color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.responseRedirect > td {color: #f93;}.netStatusCol,.netTypeCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netStatusLabel,.netTypeLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.netHrefLabel:hover {cursor: pointer;}.isExpandable .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 70; height: 16px;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netPageTimingBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; z-index:90; opacity: 0.5; display: none; background-color: green; margin-bottom: -1px; border-left: 1px solid white; border-right: 1px solid white;}.netWindowLoadBar {background-color: red;}.netContentLoadBar {background-color: blue;}.netTimeStampBar {background-color: olive;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.sizeInfoTip {font-size: 11px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipStartLabel {color: gray;}.timeInfoTipSeparator {padding-top: 10px; color: gray;}.timeInfoTipSeparator SPAN {white-space:pre-wrap;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.isExpandable .netHrefLabel {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 3px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twisty-sprites.png); background-position: 3px -16px;}.netSizerRow,.netSizerRow > .netCol {border: 0; padding: 0;}.netCol {display: none;}.netCol.netOptionsCol {display: table-cell;}#content[previewCols~=url] TD.netHrefCol,#content[previewCols~=status] TD.netStatusCol,#content[previewCols~=domain] TD.netDomainCol,#content[previewCols~=size] TD.netSizeCol,#content[previewCols~=timeline] TD.netTimeCol,#content[previewCols~=type] TD.netTypeCol {display: table-cell;}.requestBodyBodies {border-left: 1px solid #D7D7D7; border-right: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0; width: 100%;}.netInfoParamValue {width: 100%;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height: 100px;}.netInfoHtmlText {padding: 0;}.htmlPreviewResizer {width: 100%; height: 4px; background-image: url(images/splitterh.png); background-repeat: repeat-x; cursor: s-resize;}body[hResizing="true"] .netInfoHtmlPreview {pointer-events: none !important;}.menu {position: absolute; right: 2px; font-size: 10px; font-family: Lucida Grande,Tahoma,sans-serif; text-decoration: none; outline: none; white-space: nowrap;}.menu .menuContent {display: inline-block; overflow: hidden; vertical-align: top; line-height: 13px;}.menu .menuHandle {display: inline-block; width: 9px; height: 16px; background-image: url(images/menu/previewMenuHandle.png);}.menu .menuHandle.opened {background-image: url(images/menu/previewMenuHandle.png); background-position: 9px 0;}.menu .toolbar {border: 0; vertical-align: top; display: inline; padding-left: 0;}.menu .toolbarSeparator {}.menu .toolbarSeparator,.menu .toolbarButton {padding: 0; margin: 0 3px 1px 3px; border: none; color: gray;}.toolbarButton.text:hover {border: none; background: none; color: blue;}.errorTable {margin: 8px; font-size: 13px;}.errorProperty {color: gray; font-style:italic;}.errorMessage {color: red;}.errorRow:hover {background: #EFEFEF; cursor: pointer;}.errorOptionsTarget {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; visibility: collapse;}.errorOptionsTarget:hover {background-image: url(images/contextMenuTargetHover.png);}.errorRow:hover > .errorOptions.hasTarget > .errorOptionsTarget {visibility: visible;}.dp-highlighter{font-family: "Consolas", "Courier New", Courier, mono, serif; font-size: 12px; width: 100%; overflow: auto;}.dp-highlighter ol,.dp-highlighter ol li,.dp-highlighter ol li span {margin: 0; padding: 0; border: none;}.dp-highlighter a,.dp-highlighter a:hover{background: none; border: none; padding: 0; margin: 0;}.dp-highlighter .bar{padding-left: 45px;}.dp-highlighter.collapsed .bar,.dp-highlighter.nogutter .bar{padding-left: 0px;}.dp-highlighter ol{list-style: decimal; background-color: #fff; margin: 0px 0px 1px 45px !important; padding: 0px; color: #5C5C5C;}.dp-highlighter.nogutter ol,.dp-highlighter.nogutter ol li{list-style: none !important; margin-left: 0px !important;}.dp-highlighter ol li,.dp-highlighter .columns div{list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 1px solid rgb(204,204,204); background-color: #F8F8F8; color: #5C5C5C; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;}.dp-highlighter.nogutter ol li,.dp-highlighter.nogutter .columns div{border: 0;}.dp-highlighter .columns{background-color: #F8F8F8; color: gray; overflow: hidden; width: 100%;}.dp-highlighter .columns div{padding-bottom: 5px;}.dp-highlighter ol li.alt{background-color: #FFF; color: inherit;}.dp-highlighter ol li span{color: black; background-color: inherit;}.dp-highlighter.collapsed ol{margin: 0px;}.dp-highlighter.collapsed ol li{display: none;}.dp-highlighter.printing{border: none;}.dp-highlighter.printing .tools{display: none !important;}.dp-highlighter.printing li{display: list-item !important;}.dp-highlighter .tools{padding: 3px 8px 3px 10px; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; background-color: #f8f8f8; padding-bottom: 10px; border-left: 3px solid #6CE26C;}.dp-highlighter.nogutter .tools{border-left: 0;}.dp-highlighter.collapsed .tools{border-bottom: 0;}.dp-highlighter .tools a{font-size: 9px; color: #a0a0a0; background-color: inherit; text-decoration: none; margin-right: 10px;}.dp-highlighter .tools a:hover{color: red; background-color: inherit; text-decoration: underline;}.dp-about {background-color: #fff; color: #333; margin: 0px; padding: 0px;}.dp-about table {width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important;}.dp-about td {padding: 10px; vertical-align: top;}.dp-about .copy {border-bottom: 1px solid #ACA899; height: 95%;}.dp-about .title {color: red; background-color: inherit; font-weight: bold;}.dp-about .para {margin: 0 0 4px 0;}.dp-about .footer {background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right;}.dp-about .close {font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px;}.dp-highlighter .comment, .dp-highlighter .comments {color: #008200; background-color: inherit;}.dp-highlighter .string {color: blue; background-color: inherit;}.dp-highlighter .keyword {color: #069; font-weight: bold; background-color: inherit;}.dp-highlighter .preprocessor {color: gray; background-color: inherit;}
@@ -1 +1 @@
1
- .harBody {margin: 0; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 13px;}#content a {text-decoration: none;}#content h1 {font-size: 17px; border-bottom: 1px solid threedlightshadow;}#content h2 {color: #DD467B; font-size: 22.8px; font-weight:lighter;}#content h3 {color: #DD467B; font-weight: bold;}#content pre {margin: 0; font: inherit;}.collapsed,[collapsed="true"] {display: none !important;}.link {color:blue;}.link:hover {text-decoration: underline; cursor:pointer;}.harViewBodies {position: absolute; top: 33px; bottom: 0px;}.harViewBar > .tab {font-size: 17px; font-family: Lucida Grande, Tahoma, sans-serif;}
1
+ .harBody {margin: 0; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 13px;}#content a {text-decoration: none;}#content h1 {font-size: 17px; border-bottom: 1px solid threedlightshadow;}#content h2 {color: #DD467B; font-size: 22.8px; font-weight:lighter;}#content h3 {color: #DD467B; font-weight: bold;}#content pre {margin: 0; font: inherit;}.collapsed,[collapsed="true"] {display: none !important;}.link {color: blue;}.link:hover {cursor: pointer;}.harViewBodies {position: absolute; top: 33px; bottom: 0px;}.harViewBar > .tab {font-size: 17px; font-family: Lucida Grande, Tahoma, sans-serif;}.harView[hideTabBar="true"] .harViewBar {display: none;}.harView[hideTabBar="true"] .harViewBodies {position: inherit;}
@@ -1 +1 @@
1
- .harBody {margin: 0; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 13px;}#content a {text-decoration: none;}#content h1 {font-size: 17px; border-bottom: 1px solid threedlightshadow;}#content h2 {color: #DD467B; font-size: 22.8px; font-weight:lighter;}#content h3 {color: #DD467B; font-weight: bold;}#content pre {margin: 0; font: inherit;}.collapsed,[collapsed="true"] {display: none !important;}.link {color:blue;}.link:hover {text-decoration: underline; cursor:pointer;}.harViewBodies {position: absolute; top: 33px; bottom: 0px;}.harViewBar > .tab {font-size: 17px; font-family: Lucida Grande, Tahoma, sans-serif;}.tabView {width: 100%; background-color: #FFFFFF; color: #000000;}.tabViewCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; vertical-align:top;}.tabViewBody {margin: 2px 0px 0px 0px;}.tabBar {padding-left: 14px; border-bottom: 1px solid #D7D7D7; white-space: nowrap;}.tab {position: relative; top: 1px; padding: 4px 8px; border: 1px solid transparent; border-bottom: none; color: #565656; font-weight: bold; white-space: nowrap; -moz-user-select: none; display:inline-block;}.tab:hover {cursor: pointer; border-color: #D7D7D7; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tab[selected="true"],.tab .selected {cursor: default !important; border-color: #D7D7D7; background-color: #FFFFFF; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tabBodies {width: 100%; overflow: auto;}.tabBody {display: none; margin: 0;}.tabBody[selected="true"],.tabBody.selected {display: block;}@media print {.tabBodies {overflow:visible;}.tabViewCol {background: none;}}.toolbar {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; font-style: normal; border-bottom: 1px solid #EEEEEE; padding-left: 3px;}.toolbarButton,.toolbarSeparator {display: inline-block; vertical-align: middle; cursor: pointer; color: #000000; -moz-user-select: none;}.toolbarButton.image {padding: 0; height: 16px; width: 16px;}.toolbarButton.text,.toolbarSeparator {margin: 3px 0 3px 0; padding: 3px; border: 1px solid transparent;}.toolbarButton.text:hover {background: url(images/bg-button.gif) repeat-x scroll 0 0 #FFFFFF; border-top:1px solid #bbb; border-bottom:1px solid #aaa; border-left:1px solid #bbb; border-right:1px solid #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.toolbarButton.text:active {background-position: 0 -400px;}.domTable {}.memberLabelCell {padding: 2px 50px 2px 0; vertical-align: top;}.memberValueCell {padding: 1px 0 1px 5px; display: block; overflow: hidden;}.memberLabel {cursor: default; -moz-user-select: none; overflow: hidden; padding-left: 18px; white-space: nowrap; background-color: #FFFFFF;}.memberRow.hasChildren.opened > .memberLabelCell > .memberLabel {background-image: url(images/twistyOpen.png);}.memberRow.hasChildren > .memberLabelCell > .memberLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.memberRow.hasChildren > .memberLabelCell > .memberLabel {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 3px;}.memberRow.hasChildren > .memberLabelCell > .memberLabel {background-position: 2px 2px;}.infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(234, 234, 234); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}.popupMenu {display: none; position: absolute; font-size: 11px; z-index: 2147483647; font-family: Lucida Grande, Tahoma, sans-serif;}.popupMenuContent {padding: 2px;}.popupMenuSeparator {display: block; position: relative; padding: 1px 18px 0; text-decoration: none; color: #000; cursor: default; background: #ACA899; margin: 2px 0;}.popupMenuOption{display: block; position: relative; padding: 2px 18px; text-decoration: none; color: #000; cursor: default;}.popupMenuOption:hover{color: #fff; background: #316AC5;}.popupMenuGroup {background: transparent url(images/menu/tabMenuPin.png) no-repeat right 0;}.popupMenuGroup:hover {background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuGroupSelected {color: #fff; background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuChecked {background: transparent url(images/menu/tabMenuCheckbox.png) no-repeat 4px 0;}.popupMenuChecked:hover {background: #316AC5 url(images/menu/tabMenuCheckbox.png) no-repeat 4px -17px;}.popupMenuRadioSelected {background: transparent url(images/menu/tabMenuRadio.png) no-repeat 4px 0;}.popupMenuRadioSelected:hover {background: #316AC5 url(images/menu/tabMenuRadio.png) no-repeat 4px -17px;}.popupMenuShortcut {padding-right: 85px;}.popupMenuShortcutKey {position: absolute; right: 0; top: 2px; width: 77px;}.popupMenuDisabled {color: #ACA899 !important;}.popupMenuShadow {float: left; background: url(images/menu/shadowAlpha.png) no-repeat bottom right !important; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px;}.popupMenuShadowContent {display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; top: -6px; left: -6px;}#optionsMenu {top: 22px; left: 0;}.pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twistyOpen.png);}.pageName {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 1px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}@media print {.pageInfoCol {background: none;}}.netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {background: white;}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netStatusCol {padding-left: 10px; color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.netStatusCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netSizeLabel {padding-left: 6px;}.netStatusLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {width: 11px; padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.hasHeaders .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 70; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netWindowLoadBar,.netContentLoadBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: red; z-index:90; opacity: 0.5; display: none; margin-bottom:-1px;}.netContentLoadBar {background-color: Blue;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.sizeInfoTip {font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.netHrefLabel {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 2px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twistyOpen.png);}.requestBodyBodies {border-left: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height:100%;}.netInfoHtmlText {padding: 0;}.pageStatsBody[class~=opened] {border-bottom: 1px solid #EEEEEE;}.pagePieTable {margin: 7px; border-right: 1px solid #EEEEEE; padding-right: 7px; display: inline-table;}.pieGraph {width: 100px; height: 100px; display: block;}.pieLabel {font-size: 11px; padding-left: 10px; cursor: default;}.pieLabel SPAN {vertical-align: middle;}.pieLabel .box {display: inline-block; width: 10px; height: 10px; margin-top: 1px;}.pieLabel .label {padding-left: 5px;}.pageTimeline {background-color: #FFFFFF; color: #000000;}.pageTimelineBody {width: 100%;}.pageTimelineBody[class~=opened] {border-bottom: 1px solid #EEEEEE;}.pageTimelineTable {height: 100px; padding-left: 5px;}.pageTimelineCol {vertical-align: bottom; padding-left: 4px; outline: none; -moz-outline-style: none; -moz-user-focus: ignore;}.pageBar {width: 9px; background: url(images/page-timeline.png) repeat-y scroll 0px 0px #FFFFFF; cursor: pointer;}.pageBar.selected {opacity: 0.5; -moz-opacity: 0.50: filter: alpha(opacity=50);}.pageTimelineCol:hover .pageBar {background: url(images/page-timeline.png) repeat-y scroll -8px 0px #FFFFFF;}.pageTimelineBody .connector {margin-left: 16px; display: block; background: url(images/tooltipConnectorUp.png) no-repeat; width: 16px; height: 11px; position: relative; margin-bottom: -1px;}.pageDescBox .desc {font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(234, 234, 234); padding: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.pageDescBox .desc .summary {font-weight: bold;}.pageDescBox .desc .time {padding-left: 10px;}.pageDescBox .desc .title {color: black; padding-left: 10px;}.pageDescBox .desc .comment {color: gray; padding-top: 1px;}.AboutTab {margin-left: 100px;}.AboutTab .version {font-size: 11px; color: #DD467B;}.tabAboutBody {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11.7px; font-style: normal; font-weight: 400;}.aboutBody {padding: 8px;}.tabAboutBody code {color: green;}.tabHomeBody {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11.7px; font-style: normal; font-weight: 400;}.homeBody {padding: 8px;}.tabDOMBody {font-family: Lucida Grande,Tahoma,sans-serif; font-size: 11px;}.tabDOMBody .separator {border-bottom: 1px solid #D7D7D7;}.tabDOMBody .domTable {padding: 5px;}.tabSchemaBody {font-family: Monaco,monospace; font-size: 12px;}.AboutTab {margin-left: 100px;}.AboutTab .version {font-size: 11px; color: #DD467B;}.tabAboutBody {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11.7px; font-style: normal; font-weight: 400;}.aboutBody {padding: 8px;}.errorTable {margin: 8px; font-size: 13px;}.errorProperty {color: gray; font-style:italic;}.errorMessage {color: red;}.harDownloadButton OBJECT {outline: none; -moz-user-focus: ignore;}.harSaveButton {background: url(images/save.png) no-repeat;}.dp-highlighter{font-family: "Consolas", "Courier New", Courier, mono, serif; font-size: 12px; width: 100%; overflow: auto;}.dp-highlighter ol,.dp-highlighter ol li,.dp-highlighter ol li span {margin: 0; padding: 0; border: none;}.dp-highlighter a,.dp-highlighter a:hover{background: none; border: none; padding: 0; margin: 0;}.dp-highlighter .bar{padding-left: 45px;}.dp-highlighter.collapsed .bar,.dp-highlighter.nogutter .bar{padding-left: 0px;}.dp-highlighter ol{list-style: decimal; background-color: #fff; margin: 0px 0px 1px 45px !important; padding: 0px; color: #5C5C5C;}.dp-highlighter.nogutter ol,.dp-highlighter.nogutter ol li{list-style: none !important; margin-left: 0px !important;}.dp-highlighter ol li,.dp-highlighter .columns div{list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 1px solid rgb(204,204,204); background-color: #F8F8F8; color: #5C5C5C; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;}.dp-highlighter.nogutter ol li,.dp-highlighter.nogutter .columns div{border: 0;}.dp-highlighter .columns{background-color: #F8F8F8; color: gray; overflow: hidden; width: 100%;}.dp-highlighter .columns div{padding-bottom: 5px;}.dp-highlighter ol li.alt{background-color: #FFF; color: inherit;}.dp-highlighter ol li span{color: black; background-color: inherit;}.dp-highlighter.collapsed ol{margin: 0px;}.dp-highlighter.collapsed ol li{display: none;}.dp-highlighter.printing{border: none;}.dp-highlighter.printing .tools{display: none !important;}.dp-highlighter.printing li{display: list-item !important;}.dp-highlighter .tools{padding: 3px 8px 3px 10px; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; background-color: #f8f8f8; padding-bottom: 10px; border-left: 3px solid #6CE26C;}.dp-highlighter.nogutter .tools{border-left: 0;}.dp-highlighter.collapsed .tools{border-bottom: 0;}.dp-highlighter .tools a{font-size: 9px; color: #a0a0a0; background-color: inherit; text-decoration: none; margin-right: 10px;}.dp-highlighter .tools a:hover{color: red; background-color: inherit; text-decoration: underline;}.dp-about {background-color: #fff; color: #333; margin: 0px; padding: 0px;}.dp-about table {width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important;}.dp-about td {padding: 10px; vertical-align: top;}.dp-about .copy {border-bottom: 1px solid #ACA899; height: 95%;}.dp-about .title {color: red; background-color: inherit; font-weight: bold;}.dp-about .para {margin: 0 0 4px 0;}.dp-about .footer {background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right;}.dp-about .close {font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px;}.dp-highlighter .comment, .dp-highlighter .comments {color: #008200; background-color: inherit;}.dp-highlighter .string {color: blue; background-color: inherit;}.dp-highlighter .keyword {color: #069; font-weight: bold; background-color: inherit;}.dp-highlighter .preprocessor {color: gray; background-color: inherit;}
1
+ .harBody {margin: 0; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 13px;}#content a {text-decoration: none;}#content h1 {font-size: 17px; border-bottom: 1px solid threedlightshadow;}#content h2 {color: #DD467B; font-size: 22.8px; font-weight:lighter;}#content h3 {color: #DD467B; font-weight: bold;}#content pre {margin: 0; font: inherit;}.collapsed,[collapsed="true"] {display: none !important;}.link {color: blue;}.link:hover {cursor: pointer;}.harViewBodies {position: absolute; top: 33px; bottom: 0px;}.harViewBar > .tab {font-size: 17px; font-family: Lucida Grande, Tahoma, sans-serif;}.harView[hideTabBar="true"] .harViewBar {display: none;}.harView[hideTabBar="true"] .harViewBodies {position: inherit;}.tabView {width: 100%; background-color: #FFFFFF; color: #000000;}.tabViewCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; vertical-align:top;}.tabViewBody {margin: 2px 0px 0px 0px;}.tabBar {padding-left: 14px; border-bottom: 1px solid #D7D7D7; white-space: nowrap;}.tab {position: relative; top: 1px; padding: 4px 8px; border: 1px solid transparent; border-bottom: none; color: #565656; font-weight: bold; white-space: nowrap; -moz-user-select: none; display:inline-block;}.tab:hover {cursor: pointer; border-color: #D7D7D7; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tab[selected="true"],.tab .selected {cursor: default !important; border-color: #D7D7D7; background-color: #FFFFFF; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tabBodies {width: 100%; overflow: auto;}.tabBody {display: none; margin: 0;}.tabBody[selected="true"],.tabBody.selected {display: block;}@media print {.tabBodies {overflow:visible;}.tabViewCol {background: none;}}.toolbar {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; font-style: normal; border-bottom: 1px solid #EEEEEE; padding: 0 3px 0 3px;}.toolbarButton,.toolbarSeparator {display: inline-block; vertical-align: middle; cursor: pointer; color: #000000; -moz-user-select: none; -moz-box-sizing: padding-box;}.toolbarButton.dropDown .arrow {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: inline-block; margin-left: 3px; position: relative; right: 0; top: 1px;}.toolbarButton.image {padding: 0; height: 16px; width: 16px;}.toolbarButton.text,.toolbarSeparator {margin: 3px 0 3px 0; padding: 3px; border: 1px solid transparent;}.toolbarButton.text:hover {background: url(images/bg-button.gif) repeat-x scroll 0 0 #FFFFFF; border-top:1px solid #bbb; border-bottom:1px solid #aaa; border-left:1px solid #bbb; border-right:1px solid #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.toolbarButton.text:active {background-position: 0 -400px;}.domTable {}.memberLabelCell {padding: 2px 50px 2px 0; vertical-align: top;}.memberValueCell {padding: 1px 0 1px 5px; display: block; overflow: hidden;}.memberLabel {cursor: default; -moz-user-select: none; overflow: hidden; padding-left: 18px; white-space: nowrap;}.memberRow.hasChildren.opened > .memberLabelCell > .memberLabel {background-image: url(images/twisty-sprites.png); background-position: 3px -16px; background-color: transparent;}.memberRow.hasChildren > .memberLabelCell > .memberLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.memberRow.hasChildren > .memberLabelCell > .memberLabel {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 3px;}.jumpHighlight {background-color: #C4F4FF !important;}.objectBox-object {color: gray;}.objectBox-number {color: #000088;}.objectBox-string {color: #FF0000; white-space: pre-wrap;}.objectBox-null,.objectBox-undefined {font-style: italic; color: #787878;}.objectBox-array {color: gray;}.infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(249, 249, 249); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}.popupMenu {display: none; position: absolute; font-size: 11px; z-index: 2147483647; font-family: Lucida Grande, Tahoma, sans-serif;}.popupMenuContent {padding: 2px;}.popupMenuSeparator {display: block; position: relative; padding: 1px 18px 0; text-decoration: none; color: #000; cursor: default; background: #ACA899; margin: 2px 0;}.popupMenuOption{display: block; position: relative; padding: 2px 18px; text-decoration: none; color: #000; cursor: default;}.popupMenuOption:hover{color: #fff; background: #316AC5;}.popupMenuGroup {background: transparent url(images/menu/tabMenuPin.png) no-repeat right 0;}.popupMenuGroup:hover {background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuGroupSelected {color: #fff; background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuChecked {background: transparent url(images/menu/tabMenuCheckbox.png) no-repeat 4px 0;}.popupMenuChecked:hover {background: #316AC5 url(images/menu/tabMenuCheckbox.png) no-repeat 4px -17px;}.popupMenuRadioSelected {background: transparent url(images/menu/tabMenuRadio.png) no-repeat 4px 0;}.popupMenuRadioSelected:hover {background: #316AC5 url(images/menu/tabMenuRadio.png) no-repeat 4px -17px;}.popupMenuShortcut {padding-right: 85px;}.popupMenuShortcutKey {position: absolute; right: 0; top: 2px; width: 77px;}.popupMenuDisabled {color: #ACA899 !important;}.popupMenuShadow {float: left; background: url(images/menu/shadowAlpha.png) no-repeat bottom right !important; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px;}.popupMenuShadowContent {display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; top: -6px; left: -6px;}#optionsMenu {top: 22px; left: 0;}.dataTableSizer {margin: 7px; border: 1px solid #EEEEEE;}.dataTableSizer:focus {outline: none;}.dataTable {}.logGroup .dataTable {border: none;}.dataTable TBODY {overflow-x: hidden; overflow-y: scroll;}.dataTable > .dataTableTbody > tr:nth-child(even) {background-color: #EFEFEF;}.dataTable a {vertical-align:middle;}.dataTableTbody > tr > td {padding: 1px 4px 0 4px;}.dataTableTbody > tr > td:last-child {padding-right: 20px;}.useA11y .dataTable *:focus {outline-offset: -2px;}.panelNode.hideType-table .logRow-table {display: none !important;}.headerCell {cursor: pointer; -moz-user-select: none; border-bottom: 1px solid #9C9C9C; padding: 0 !important; font-weight: bold; background: #C8C8C8 -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2)); background: #C8C8C8 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.2)));}.headerCellBox {padding: 2px 13px 2px 4px; border-left: 1px solid #D9D9D9; border-right: 1px solid #9C9C9C; white-space: nowrap;}.headerCell:hover:active {background-color: #B4B4B4;}.headerSorted {background-color: #8CA0BE;}.headerSorted > .headerCellBox {border-right-color: #6B7C93; background: url(chrome://firebug/skin/arrowDown.png) no-repeat right;}.headerSorted.sortedAscending > .headerCellBox {background-image: url(chrome://firebug/skin/arrowUp.png);}.headerSorted:hover:active {background-color: #6E87AA;}.memberRow.tableCellRow .memberLabelCell,.memberRow.tableCellRow .memberValueCell {padding: 0; color: Gray;}.dataTableCell > .objectBox-number,.dataTableCell > .objectBox-string,.dataTableCell > .objectBox-null,.dataTableCell > .objectBox-undefined,.dataTableCell > .objectBox-array {padding: 5px;}.pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twisty-sprites.png); background-position: 3px -17px;}.pageName {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 2px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}.pageRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.pageRow > .netOptionsCol {padding-right: 2px;}@media print {.pageInfoCol {background: none;}}.netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netRow[breakLayout="true"] .netCol {border-top: 1px solid rgb(207,207,207);}.netTypeCol,.netStatusCol {color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.responseRedirect > td {color: #f93;}.netStatusCol,.netTypeCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netStatusLabel,.netTypeLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.netHrefLabel:hover {cursor: pointer;}.isExpandable .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 70; height: 16px;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netPageTimingBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; z-index:90; opacity: 0.5; display: none; background-color: green; margin-bottom: -1px; border-left: 1px solid white; border-right: 1px solid white;}.netWindowLoadBar {background-color: red;}.netContentLoadBar {background-color: blue;}.netTimeStampBar {background-color: olive;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.sizeInfoTip {font-size: 11px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipStartLabel {color: gray;}.timeInfoTipSeparator {padding-top: 10px; color: gray;}.timeInfoTipSeparator SPAN {white-space:pre-wrap;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.isExpandable .netHrefLabel {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 3px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twisty-sprites.png); background-position: 3px -16px;}.netSizerRow,.netSizerRow > .netCol {border: 0; padding: 0;}.netCol {display: none;}.netCol.netOptionsCol {display: table-cell;}#content[previewCols~=url] TD.netHrefCol,#content[previewCols~=status] TD.netStatusCol,#content[previewCols~=domain] TD.netDomainCol,#content[previewCols~=size] TD.netSizeCol,#content[previewCols~=timeline] TD.netTimeCol,#content[previewCols~=type] TD.netTypeCol {display: table-cell;}.requestBodyBodies {border-left: 1px solid #D7D7D7; border-right: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0; width: 100%;}.netInfoParamValue {width: 100%;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height: 100px;}.netInfoHtmlText {padding: 0;}.htmlPreviewResizer {width: 100%; height: 4px; background-image: url(images/splitterh.png); background-repeat: repeat-x; cursor: s-resize;}body[hResizing="true"] .netInfoHtmlPreview {pointer-events: none !important;}.pageStatsBody[class~=opened] {border-bottom: 1px solid #EEEEEE;}.pagePieTable {margin: 7px; border-right: 1px solid #EEEEEE; padding-right: 7px; display: inline-table;}.pieGraph {width: 100px; height: 100px; display: block;}.pieLabel {font-size: 11px; padding-left: 10px; cursor: default;}.pieLabel SPAN {vertical-align: middle;}.pieLabel .box {display: inline-block; width: 10px; height: 10px; margin-top: 1px;}.pieLabel .label {padding-left: 5px;}.pageTimeline {background-color: #FFFFFF; color: #000000;}.pageTimelineBody {width: 100%;}.pageTimelineBody[class~=opened] {border-bottom: 1px solid #EEEEEE;}.pageTimelineTable {height: 100px; padding-left: 5px;}.pageTimelineCol {vertical-align: bottom; padding-left: 4px; outline: none; -moz-outline-style: none; -moz-user-focus: ignore;}.pageBar {width: 9px; background: url(images/page-timeline.png) repeat-y scroll 0px 0px #FFFFFF; cursor: pointer;}.pageBar.selected {opacity: 0.5; -moz-opacity: 0.50: filter: alpha(opacity=50);}.pageTimelineCol:hover .pageBar {background: url(images/page-timeline.png) repeat-y scroll -8px 0px #FFFFFF;}.pageTimelineBody .connector {margin-left: 16px; display: block; background: url(images/tooltipConnectorUp.png) no-repeat; width: 16px; height: 11px; position: relative; margin-bottom: -1px;}.pageDescBox .desc {font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(234, 234, 234); padding: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.pageDescBox .desc .summary {font-weight: bold;}.pageDescBox .desc .time {padding-left: 10px;}.pageDescBox .desc .title {color: black; padding-left: 10px;}.pageDescBox .desc .comment {color: gray; padding-top: 1px;}.errorTable {margin: 8px; font-size: 13px;}.errorProperty {color: gray; font-style:italic;}.errorMessage {color: red;}.errorRow:hover {background: #EFEFEF; cursor: pointer;}.errorOptionsTarget {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; visibility: collapse;}.errorOptionsTarget:hover {background-image: url(images/contextMenuTargetHover.png);}.errorRow:hover > .errorOptions.hasTarget > .errorOptionsTarget {visibility: visible;}.AboutTab {margin-left: 100px;}.AboutTab .version {font-size: 11px; color: #DD467B;}.tabAboutBody {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11.7px; font-style: normal; font-weight: 400;}.aboutBody {padding: 8px;}.tabAboutBody code {color: green;}.tabHomeBody {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11.7px; font-style: normal; font-weight: 400;}.homeBody {padding: 8px;}.tabDOMBody {font-family: Lucida Grande,Tahoma,sans-serif; font-size: 11px;}.tabDOMBody .domContent {position: absolute; top: 28px; bottom: 0px; overflow: auto; width: 100%;}.tabDOMBody .domContent .domBox {width: 100%;}.tabDOMBody .domContent .domBox .title {color: gray; padding: 8px 0 0 8px;}.tabDOMBody .separator {border-bottom: 1px solid #D7D7D7;}.tabDOMBody .domTable {padding: 5px;}.domToolbar > .toolbar {text-align: right;}.tabDOMBody .domContent .domBox .content,.tabDOMBody .domContent .domBox .results {vertical-align: top;}.resultsDefaultContent {color: #D7D7D7; font-size: 12px; font-family: Lucida Grande,Tahoma,sans-serif; margin: 60px; text-align: center;}.queryResultsViewType {border-bottom: 1px solid #EEEEEE; display: block; padding: 5px;}.queryResultsViewType .type {width: 13px; height: 13px; padding: 0; margin: 0; vertical-align: bottom;}.queryResultsViewType .label {padding-left: 5px;}.domBox .splitter {width: 4px; cursor: e-resize; background-color: #D7D7D7;}.domBox .splitter,.domBox .results {visibility: collapse;}.domBox .splitter.visible,.domBox .results.visible {visibility: visible;}.tabSchemaBody {font-family: Monaco,monospace; font-size: 12px;}.harDownloadButton OBJECT {outline: none; -moz-user-focus: ignore;}.harSaveButton {background: url(images/save.png) no-repeat;}.searchTextBox {vertical-align: sub; margin-right: 3px;}.searchInput {outline: none; border: 1px solid #EEEEEE; padding: 1px 17px 1px 3px; width: 300px;}.searchInput[status=notfound] {background: rgb(255, 102, 102); color: white;}.searchBox .arrow {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: inline-block; position: relative; margin-left: -15px; top: 1px; cursor: pointer;}.searchBox .arrow:hover {background-image: url(images/contextMenuTargetHover.png);}.searchBox .arrow[disabled=true] {display: none;}.searchBox .resizer {cursor: e-resize;}.dp-highlighter{font-family: "Consolas", "Courier New", Courier, mono, serif; font-size: 12px; width: 100%; overflow: auto;}.dp-highlighter ol,.dp-highlighter ol li,.dp-highlighter ol li span {margin: 0; padding: 0; border: none;}.dp-highlighter a,.dp-highlighter a:hover{background: none; border: none; padding: 0; margin: 0;}.dp-highlighter .bar{padding-left: 45px;}.dp-highlighter.collapsed .bar,.dp-highlighter.nogutter .bar{padding-left: 0px;}.dp-highlighter ol{list-style: decimal; background-color: #fff; margin: 0px 0px 1px 45px !important; padding: 0px; color: #5C5C5C;}.dp-highlighter.nogutter ol,.dp-highlighter.nogutter ol li{list-style: none !important; margin-left: 0px !important;}.dp-highlighter ol li,.dp-highlighter .columns div{list-style: decimal-leading-zero; list-style-position: outside !important; border-left: 1px solid rgb(204,204,204); background-color: #F8F8F8; color: #5C5C5C; padding: 0 3px 0 10px !important; margin: 0 !important; line-height: 14px;}.dp-highlighter.nogutter ol li,.dp-highlighter.nogutter .columns div{border: 0;}.dp-highlighter .columns{background-color: #F8F8F8; color: gray; overflow: hidden; width: 100%;}.dp-highlighter .columns div{padding-bottom: 5px;}.dp-highlighter ol li.alt{background-color: #FFF; color: inherit;}.dp-highlighter ol li span{color: black; background-color: inherit;}.dp-highlighter.collapsed ol{margin: 0px;}.dp-highlighter.collapsed ol li{display: none;}.dp-highlighter.printing{border: none;}.dp-highlighter.printing .tools{display: none !important;}.dp-highlighter.printing li{display: list-item !important;}.dp-highlighter .tools{padding: 3px 8px 3px 10px; font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif; color: silver; background-color: #f8f8f8; padding-bottom: 10px; border-left: 3px solid #6CE26C;}.dp-highlighter.nogutter .tools{border-left: 0;}.dp-highlighter.collapsed .tools{border-bottom: 0;}.dp-highlighter .tools a{font-size: 9px; color: #a0a0a0; background-color: inherit; text-decoration: none; margin-right: 10px;}.dp-highlighter .tools a:hover{color: red; background-color: inherit; text-decoration: underline;}.dp-about {background-color: #fff; color: #333; margin: 0px; padding: 0px;}.dp-about table {width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important;}.dp-about td {padding: 10px; vertical-align: top;}.dp-about .copy {border-bottom: 1px solid #ACA899; height: 95%;}.dp-about .title {color: red; background-color: inherit; font-weight: bold;}.dp-about .para {margin: 0 0 4px 0;}.dp-about .footer {background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right;}.dp-about .close {font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px;}.dp-highlighter .comment, .dp-highlighter .comments {color: #008200; background-color: inherit;}.dp-highlighter .string {color: blue; background-color: inherit;}.dp-highlighter .keyword {color: #069; font-weight: bold; background-color: inherit;}.dp-highlighter .preprocessor {color: gray; background-color: inherit;}body[vResizing="true"] * {cursor: e-resize !important;}body[hResizing="true"] * {cursor: s-resize !important;}
@@ -1 +1 @@
1
- .infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(234, 234, 234); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}
1
+ .infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(249, 249, 249); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}
@@ -1 +1 @@
1
- .pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twistyOpen.png);}.pageName {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 1px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}@media print {.pageInfoCol {background: none;}}
1
+ .pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twisty-sprites.png); background-position: 3px -17px;}.pageName {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 2px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}.pageRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.pageRow > .netOptionsCol {padding-right: 2px;}@media print {.pageInfoCol {background: none;}}
@@ -0,0 +1 @@
1
+ .menu {position: absolute; right: 2px; font-size: 10px; font-family: Lucida Grande,Tahoma,sans-serif; text-decoration: none; outline: none; white-space: nowrap;}.menu .menuContent {display: inline-block; overflow: hidden; vertical-align: top; line-height: 13px;}.menu .menuHandle {display: inline-block; width: 9px; height: 16px; background-image: url('images/menu/previewMenuHandle.png');}.menu .menuHandle.opened {background-image: url('images/menu/previewMenuHandle.png'); background-position: 9px 0;}.menu .toolbar {border: 0; vertical-align: top; display: inline; padding-left: 0;}.menu .toolbarSeparator {}.menu .toolbarSeparator,.menu .toolbarButton {padding: 0; margin: 0 3px 1px 3px; border: none; color: gray;}.toolbarButton.text:hover {border: none; background: none; color: blue;}
@@ -1 +1 @@
1
- .AboutTab {margin-left: 100px;}.AboutTab .version {font-size: 11px; color: #DD467B;}.tabAboutBody {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11.7px; font-style: normal; font-weight: 400;}.aboutBody {padding: 8px;}.errorTable {margin: 8px; font-size: 13px;}.errorProperty {color: gray; font-style:italic;}.errorMessage {color: red;}.harDownloadButton OBJECT {outline: none; -moz-user-focus: ignore;}.harSaveButton {background: url(images/save.png) no-repeat;}
1
+ .harDownloadButton OBJECT {outline: none; -moz-user-focus: ignore;}.harSaveButton {background: url(images/save.png) no-repeat;}
@@ -1 +1 @@
1
- .requestBodyBodies {border-left: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height:100%;}.netInfoHtmlText {padding: 0;}
1
+ .requestBodyBodies {border-left: 1px solid #D7D7D7; border-right: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0; width: 100%;}.netInfoParamValue {width: 100%;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height: 100px;}.netInfoHtmlText {padding: 0;}.htmlPreviewResizer {width: 100%; height: 4px; background-image: url(images/splitterh.png); background-repeat: repeat-x; cursor: s-resize;}body[hResizing="true"] .netInfoHtmlPreview {pointer-events: none !important;}
@@ -1 +1 @@
1
- .netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {background: white;}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netStatusCol {padding-left: 10px; color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.netStatusCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netSizeLabel {padding-left: 6px;}.netStatusLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {width: 11px; padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.hasHeaders .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 70; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netWindowLoadBar,.netContentLoadBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: red; z-index:90; opacity: 0.5; display: none; margin-bottom:-1px;}.netContentLoadBar {background-color: Blue;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.sizeInfoTip {font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.netHrefLabel {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 2px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twistyOpen.png);}
1
+ .netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netRow[breakLayout="true"] .netCol {border-top: 1px solid rgb(207,207,207);}.netTypeCol,.netStatusCol {color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.responseRedirect > td {color: #f93;}.netStatusCol,.netTypeCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netStatusLabel,.netTypeLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.netHrefLabel:hover {cursor: pointer;}.isExpandable .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 70; height: 16px;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netPageTimingBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; z-index:90; opacity: 0.5; display: none; background-color: green; margin-bottom: -1px; border-left: 1px solid white; border-right: 1px solid white;}.netWindowLoadBar {background-color: red;}.netContentLoadBar {background-color: blue;}.netTimeStampBar {background-color: olive;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.sizeInfoTip {font-size: 11px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipStartLabel {color: gray;}.timeInfoTipSeparator {padding-top: 10px; color: gray;}.timeInfoTipSeparator SPAN {white-space:pre-wrap;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.isExpandable .netHrefLabel {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 3px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twisty-sprites.png); background-position: 3px -16px;}.netSizerRow,.netSizerRow > .netCol {border: 0; padding: 0;}.netCol {display: none;}.netCol.netOptionsCol {display: table-cell;}#content[previewCols~=url] TD.netHrefCol,#content[previewCols~=status] TD.netStatusCol,#content[previewCols~=domain] TD.netDomainCol,#content[previewCols~=size] TD.netSizeCol,#content[previewCols~=timeline] TD.netTimeCol,#content[previewCols~=type] TD.netTypeCol {display: table-cell;}
@@ -0,0 +1 @@
1
+ .searchTextBox {vertical-align: sub; margin-right: 3px;}.searchInput {outline: none; border: 1px solid #EEEEEE; padding: 1px 17px 1px 3px; width: 300px;}.searchInput[status=notfound] {background: rgb(255, 102, 102); color: white;}.searchBox .arrow {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: inline-block; position: relative; margin-left: -15px; top: 1px; cursor: pointer;}.searchBox .arrow:hover {background-image: url(images/contextMenuTargetHover.png);}.searchBox .arrow[disabled=true] {display: none;}.searchBox .resizer {cursor: e-resize;}
@@ -0,0 +1 @@
1
+ .dataTableSizer {margin: 7px; border: 1px solid #EEEEEE;}.dataTableSizer:focus {outline: none;}.dataTable {}.logGroup .dataTable {border: none;}.dataTable TBODY {overflow-x: hidden; overflow-y: scroll;}.dataTable > .dataTableTbody > tr:nth-child(even) {background-color: #EFEFEF;}.dataTable a {vertical-align:middle;}.dataTableTbody > tr > td {padding: 1px 4px 0 4px;}.dataTableTbody > tr > td:last-child {padding-right: 20px;}.useA11y .dataTable *:focus {outline-offset: -2px;}.panelNode.hideType-table .logRow-table {display: none !important;}.headerCell {cursor: pointer; -moz-user-select: none; border-bottom: 1px solid #9C9C9C; padding: 0 !important; font-weight: bold; background: #C8C8C8 -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2)); background: #C8C8C8 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.2)));}.headerCellBox {padding: 2px 13px 2px 4px; border-left: 1px solid #D9D9D9; border-right: 1px solid #9C9C9C; white-space: nowrap;}.headerCell:hover:active {background-color: #B4B4B4;}.headerSorted {background-color: #8CA0BE;}.headerSorted > .headerCellBox {border-right-color: #6B7C93; background: url(chrome://firebug/skin/arrowDown.png) no-repeat right;}.headerSorted.sortedAscending > .headerCellBox {background-image: url(chrome://firebug/skin/arrowUp.png);}.headerSorted:hover:active {background-color: #6E87AA;}.memberRow.tableCellRow .memberLabelCell,.memberRow.tableCellRow .memberValueCell {padding: 0; color: Gray;}.dataTableCell > .objectBox-number,.dataTableCell > .objectBox-string,.dataTableCell > .objectBox-null,.dataTableCell > .objectBox-undefined,.dataTableCell > .objectBox-array {padding: 5px;}
@@ -1 +1 @@
1
- .toolbar {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; font-style: normal; border-bottom: 1px solid #EEEEEE; padding-left: 3px;}.toolbarButton,.toolbarSeparator {display: inline-block; vertical-align: middle; cursor: pointer; color: #000000; -moz-user-select: none;}.toolbarButton.image {padding: 0; height: 16px; width: 16px;}.toolbarButton.text,.toolbarSeparator {margin: 3px 0 3px 0; padding: 3px; border: 1px solid transparent;}.toolbarButton.text:hover {background: url(images/bg-button.gif) repeat-x scroll 0 0 #FFFFFF; border-top:1px solid #bbb; border-bottom:1px solid #aaa; border-left:1px solid #bbb; border-right:1px solid #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.toolbarButton.text:active {background-position: 0 -400px;}
1
+ .toolbar {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; font-style: normal; border-bottom: 1px solid #EEEEEE; padding: 0 3px 0 3px;}.toolbarButton,.toolbarSeparator {display: inline-block; vertical-align: middle; cursor: pointer; color: #000000; -moz-user-select: none; -moz-box-sizing: padding-box;}.toolbarButton.dropDown .arrow {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: inline-block; margin-left: 3px; position: relative; right: 0; top: 1px;}.toolbarButton.image {padding: 0; height: 16px; width: 16px;}.toolbarButton.text,.toolbarSeparator {margin: 3px 0 3px 0; padding: 3px; border: 1px solid transparent;}.toolbarButton.text:hover {background: url(images/bg-button.gif) repeat-x scroll 0 0 #FFFFFF; border-top:1px solid #bbb; border-bottom:1px solid #aaa; border-left:1px solid #bbb; border-right:1px solid #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.toolbarButton.text:active {background-position: 0 -400px;}
@@ -0,0 +1 @@
1
+ .errorTable {margin: 8px; font-size: 13px;}.errorProperty {color: gray; font-style:italic;}.errorMessage {color: red;}.errorRow:hover {background: #EFEFEF; cursor: pointer;}.errorOptionsTarget {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; visibility: collapse;}.errorOptionsTarget:hover {background-image: url(images/contextMenuTargetHover.png);}.errorRow:hover > .errorOptions.hasTarget > .errorOptionsTarget {visibility: visible;}
@@ -1 +1 @@
1
- .tabView {width: 100%; background-color: #FFFFFF; color: #000000;}.tabViewCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; vertical-align:top;}.tabViewBody {margin: 2px 0px 0px 0px;}.tabBar {padding-left: 14px; border-bottom: 1px solid #D7D7D7; white-space: nowrap;}.tab {position: relative; top: 1px; padding: 4px 8px; border: 1px solid transparent; border-bottom: none; color: #565656; font-weight: bold; white-space: nowrap; -moz-user-select: none; display:inline-block;}.tab:hover {cursor: pointer; border-color: #D7D7D7; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tab[selected="true"],.tab .selected {cursor: default !important; border-color: #D7D7D7; background-color: #FFFFFF; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tabBodies {width: 100%; overflow: auto;}.tabBody {display: none; margin: 0;}.tabBody[selected="true"],.tabBody.selected {display: block;}@media print {.tabBodies {overflow:visible;}.tabViewCol {background: none;}}.pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twistyOpen.png);}.pageName {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 1px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}@media print {.pageInfoCol {background: none;}}.netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {background: white;}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netStatusCol {padding-left: 10px; color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.netStatusCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netSizeLabel {padding-left: 6px;}.netStatusLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {width: 11px; padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.hasHeaders .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 70; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netWindowLoadBar,.netContentLoadBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background-color: red; z-index:90; opacity: 0.5; display: none; margin-bottom:-1px;}.netContentLoadBar {background-color: Blue;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.sizeInfoTip {font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.netHrefLabel {background-image: url(images/twistyClosed.png); background-repeat: no-repeat; background-position: 2px 2px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twistyOpen.png);}.requestBodyBodies {border-left: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height:100%;}.netInfoHtmlText {padding: 0;}.infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(234, 234, 234); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}.popupMenu {display: none; position: absolute; font-size: 11px; z-index: 2147483647; font-family: Lucida Grande, Tahoma, sans-serif;}.popupMenuContent {padding: 2px;}.popupMenuSeparator {display: block; position: relative; padding: 1px 18px 0; text-decoration: none; color: #000; cursor: default; background: #ACA899; margin: 2px 0;}.popupMenuOption{display: block; position: relative; padding: 2px 18px; text-decoration: none; color: #000; cursor: default;}.popupMenuOption:hover{color: #fff; background: #316AC5;}.popupMenuGroup {background: transparent url(images/menu/tabMenuPin.png) no-repeat right 0;}.popupMenuGroup:hover {background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuGroupSelected {color: #fff; background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuChecked {background: transparent url(images/menu/tabMenuCheckbox.png) no-repeat 4px 0;}.popupMenuChecked:hover {background: #316AC5 url(images/menu/tabMenuCheckbox.png) no-repeat 4px -17px;}.popupMenuRadioSelected {background: transparent url(images/menu/tabMenuRadio.png) no-repeat 4px 0;}.popupMenuRadioSelected:hover {background: #316AC5 url(images/menu/tabMenuRadio.png) no-repeat 4px -17px;}.popupMenuShortcut {padding-right: 85px;}.popupMenuShortcutKey {position: absolute; right: 0; top: 2px; width: 77px;}.popupMenuDisabled {color: #ACA899 !important;}.popupMenuShadow {float: left; background: url(images/menu/shadowAlpha.png) no-repeat bottom right !important; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px;}.popupMenuShadowContent {display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; top: -6px; left: -6px;}#optionsMenu {top: 22px; left: 0;}.harBody {margin: 0; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.xhrSpyFrame {}.tabView.requestBody,.netInfoHeadersGroup {}
1
+ .tabView {width: 100%; background-color: #FFFFFF; color: #000000;}.tabViewCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; vertical-align:top;}.tabViewBody {margin: 2px 0px 0px 0px;}.tabBar {padding-left: 14px; border-bottom: 1px solid #D7D7D7; white-space: nowrap;}.tab {position: relative; top: 1px; padding: 4px 8px; border: 1px solid transparent; border-bottom: none; color: #565656; font-weight: bold; white-space: nowrap; -moz-user-select: none; display:inline-block;}.tab:hover {cursor: pointer; border-color: #D7D7D7; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tab[selected="true"],.tab .selected {cursor: default !important; border-color: #D7D7D7; background-color: #FFFFFF; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0;}.tabBodies {width: 100%; overflow: auto;}.tabBody {display: none; margin: 0;}.tabBody[selected="true"],.tabBody.selected {display: block;}@media print {.tabBodies {overflow:visible;}.tabViewCol {background: none;}}.pageList {width: 100%;}.pageTable {width: 100%; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.pageCol {white-space: nowrap; border-bottom: 1px solid #EEEEEE;}.pageRow {font-weight: bold; height: 17px; background-color: white;}.pageRow:hover {background: #EFEFEF;}.opened > .pageCol > .pageName {background-image: url(images/twisty-sprites.png); background-position: 3px -17px;}.pageName {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 2px; padding-left: 18px; font-weight: bold; cursor:pointer;}.pageID {color: gray;}.pageInfoCol {background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding: 0px 0px 4px 17px;}.pageRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.pageRow > .netOptionsCol {padding-right: 2px;}@media print {.pageInfoCol {background: none;}}.netTable {width: 100%; border-left: 1px solid #EFEFEF; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px; table-layout: fixed;}.netRow {background: white;}.netRow.loaded {background: #FFFFFF;}.netHrefCol:hover {}.netRow.loaded:hover {background: #EFEFEF;}.netCol {padding: 0; vertical-align: top; border-bottom: 1px solid #EFEFEF; white-space: nowrap; text-overflow: clip; overflow: hidden;}.netRow[breakLayout="true"] .netCol {border-top: 1px solid rgb(207,207,207);}.netTypeCol,.netStatusCol {color: rgb(128, 128, 128);}.responseError > .netStatusCol {color: red;}.responseRedirect > td {color: #f93;}.netStatusCol,.netTypeCol,.netDomainCol,.netSizeCol,.netTimeCol {padding-left: 8px;}.netTimeCol {overflow: visible;}.netSizeCol {text-align: right;}.netHrefLabel {-moz-box-sizing: padding-box; overflow: hidden; z-index: 100; position: relative; padding-left: 18px; padding-top: 1px; font-weight: bold;}.netFullHrefLabel {position: absolute; display: none; -moz-user-select: none; padding-right: 10px; padding-bottom: 3px; background: #FFFFFF;}.netHrefCol:hover > .netStatusLabel,.netHrefCol:hover > .netDomainLabel,.netHrefCol:hover > .netHrefLabel {display: none;}.netHrefCol:hover > .netFullHrefLabel {display: block;}.netRow.loaded:hover > .netCol > .netFullHrefLabel {background-color: #EFEFEF;}.netStatusLabel,.netTypeLabel,.netDomainLabel,.netSizeLabel,.netTimelineBar {padding: 1px 0 2px 0 !important;}.responseError {color: red;}.netOptionsCol {padding-left: 2px; padding-top: 3px;}.netOptionsLabel {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: none;}.netRow:hover > .netOptionsCol > .netOptionsLabel {display: block;}.netOptionsLabel:hover {background-image: url(images/contextMenuTargetHover.png);}.netHrefLabel:hover {cursor: pointer;}.isExpandable .netHrefLabel:hover {cursor: pointer; color: blue; text-decoration: underline;}.netTimelineBar {position: relative; border-right: 50px solid transparent;}.netBlockingBar {position: absolute; left: 0; top: 0; bottom: 0; background: #FFFFFF url(images/timeline-sprites.png) repeat-x; min-width: 0px; z-index: 70; height: 16px;}.netResolvingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -16px #FFFFFF; min-width: 0px; z-index: 60; height: 16px;}.netConnectingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -32px #FFFFFF; min-width: 0px; z-index: 50; height: 16px;}.netSendingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -48px #FFFFFF; min-width: 0px; z-index: 40; height: 16px;}.netWaitingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -64px #FFFFFF; min-width: 1px; z-index: 30; height: 16px;}.netReceivingBar {position: absolute; left: 0; top: 0; bottom: 0; background: url(images/timeline-sprites.png) repeat-x scroll 0 -80px #B6B6B6; min-width: 0px; z-index: 20; height: 16px;}.fromCache .netReceivingBar,.fromCache.netReceivingBar {background: url(images/timeline-sprites.png) repeat-x scroll 0 -96px #D6D6D6; border-color: #D6D6D6; height: 16px;}.netPageTimingBar {position: absolute; left: 0; top: 0; bottom: 0; width: 1px; z-index:90; opacity: 0.5; display: none; background-color: green; margin-bottom: -1px; border-left: 1px solid white; border-right: 1px solid white;}.netWindowLoadBar {background-color: red;}.netContentLoadBar {background-color: blue;}.netTimeStampBar {background-color: olive;}.netTimeLabel {-moz-box-sizing: padding-box; position: absolute; top: 1px; left: 100%; padding-left: 6px; color: #444444; min-width: 16px;}.sizeInfoTip {font-size: 11px;}.timeInfoTip {width: 150px; height: 40px; font-size: 11px;}.timeInfoTipBar,.timeInfoTipEventBar {position: relative; display: block; margin: 0; opacity: 1; height: 15px; width: 4px;}.timeInfoTipStartLabel {color: gray;}.timeInfoTipSeparator {padding-top: 10px; color: gray;}.timeInfoTipSeparator SPAN {white-space:pre-wrap;}.timeInfoTipEventBar {width: 1px !important;}.netWindowLoadBar.timeInfoTipBar,.netContentLoadBar.timeInfoTipBar {width: 1px;}.netSummaryRow .netTimeLabel,.loaded .netTimeLabel {background: transparent;}.loaded .netTimeBar {background: #B6B6B6 url(images/netBarLoaded.gif) repeat-x; border-color: #B6B6B6;}.fromCache .netTimeBar {background: #D6D6D6 url(images/netBarCached.gif) repeat-x; border-color: #D6D6D6;}.netSummaryRow .netTimeBar {background: #BBBBBB; border: none; display: inline-block;}.timeInfoTipCell.startTime {padding-right: 25px;}.timeInfoTipCell.elapsedTime {text-align: right; padding-right: 8px;}.netSummaryLabel {color: #222222;}.netSummaryRow {background: #BBBBBB !important; font-weight: bold;}.netSummaryRow TD {padding: 1px 0 2px 0 !important;}.netSummaryRow > .netCol {border-top: 1px solid #999999; border-bottom: 1px solid; border-bottom-color: #999999; padding-top: 1px;}.netSummaryRow > .netCol:first-child {border-left: 1px solid #999999;}.netSummaryRow > .netCol:last-child {border-right: 1px solid #999999;}.netCountLabel {padding-left: 18px;}.netTotalSizeCol {text-align: right;}.netTotalTimeCol {text-align: right;}.netCacheSizeLabel {display: inline-block; float:left; padding-left: 6px;}.netTotalTimeLabel {padding-right: 6px;}.netInfoCol {border-top: 1px solid #EEEEEE; background: url(images/timeline-sprites.png) repeat-x scroll 0 -112px #FFFFFF; padding-left: 10px; padding-bottom: 4px;}.isExpandable .netHrefLabel {background-image: url(images/twisty-sprites.png); background-repeat: no-repeat; background-position: 3px 3px;}.netRow.opened > .netCol > .netHrefLabel {background-image: url(images/twisty-sprites.png); background-position: 3px -16px;}.netSizerRow,.netSizerRow > .netCol {border: 0; padding: 0;}.netCol {display: none;}.netCol.netOptionsCol {display: table-cell;}#content[previewCols~=url] TD.netHrefCol,#content[previewCols~=status] TD.netStatusCol,#content[previewCols~=domain] TD.netDomainCol,#content[previewCols~=size] TD.netSizeCol,#content[previewCols~=timeline] TD.netTimeCol,#content[previewCols~=type] TD.netTypeCol {display: table-cell;}.requestBodyBodies {border-left: 1px solid #D7D7D7; border-right: 1px solid #D7D7D7; border-bottom: 1px solid #D7D7D7;}.netInfoRow .tabView {width: 99%;}.netInfoText {padding: 8px; background-color: #FFFFFF; font-family: Monaco, monospace;}.netInfoText[selected="true"] {display: block;}.netInfoParamName {padding: 0 10px 0 0; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; vertical-align: top; text-align: right; white-space: nowrap;}.netInfoParamValue > PRE {margin: 0}.netInfoHeadersText,.netInfoCookiesText {padding-top: 0; width: 100%;}.netInfoParamValue {width: 100%;}.netInfoHeadersGroup,.netInfoCookiesGroup {margin-bottom: 4px; border-bottom: 1px solid #D7D7D7; padding-top: 8px; padding-bottom: 2px; font-family: Lucida Grande, Tahoma, sans-serif; font-weight: bold; color: #565656;}.netInfoHtmlPreview {border: 0; width: 100%; height: 100px;}.netInfoHtmlText {padding: 0;}.htmlPreviewResizer {width: 100%; height: 4px; background-image: url(images/splitterh.png); background-repeat: repeat-x; cursor: s-resize;}body[hResizing="true"] .netInfoHtmlPreview {pointer-events: none !important;}.infoTip {z-index: 2147483647; position: fixed; padding: 2px 4px 3px 4px; background: LightYellow; font-family: Lucida Grande, Tahoma, sans-serif; color: #000000; display: none; white-space: nowrap; font-size: 11px; border: 1px solid rgb(126, 171, 205); background: url(images/tabEnabled.png) repeat-x scroll 0px 0px rgb(249, 249, 249); background-position-x: 0; background-position-y: 100%; background-repeat: repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: gray 2px 2px 3px; -webkit-box-shadow: gray 2px 2px 3px; box-shadow: gray 2px 2px 3px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray'); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray')";}.infoTip[active="true"] {display: block;}.infoTip[multiline="true"] {background-image: none;}.popupMenu {display: none; position: absolute; font-size: 11px; z-index: 2147483647; font-family: Lucida Grande, Tahoma, sans-serif;}.popupMenuContent {padding: 2px;}.popupMenuSeparator {display: block; position: relative; padding: 1px 18px 0; text-decoration: none; color: #000; cursor: default; background: #ACA899; margin: 2px 0;}.popupMenuOption{display: block; position: relative; padding: 2px 18px; text-decoration: none; color: #000; cursor: default;}.popupMenuOption:hover{color: #fff; background: #316AC5;}.popupMenuGroup {background: transparent url(images/menu/tabMenuPin.png) no-repeat right 0;}.popupMenuGroup:hover {background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuGroupSelected {color: #fff; background: #316AC5 url(images/menu/tabMenuPin.png) no-repeat right -17px;}.popupMenuChecked {background: transparent url(images/menu/tabMenuCheckbox.png) no-repeat 4px 0;}.popupMenuChecked:hover {background: #316AC5 url(images/menu/tabMenuCheckbox.png) no-repeat 4px -17px;}.popupMenuRadioSelected {background: transparent url(images/menu/tabMenuRadio.png) no-repeat 4px 0;}.popupMenuRadioSelected:hover {background: #316AC5 url(images/menu/tabMenuRadio.png) no-repeat 4px -17px;}.popupMenuShortcut {padding-right: 85px;}.popupMenuShortcutKey {position: absolute; right: 0; top: 2px; width: 77px;}.popupMenuDisabled {color: #ACA899 !important;}.popupMenuShadow {float: left; background: url(images/menu/shadowAlpha.png) no-repeat bottom right !important; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px;}.popupMenuShadowContent {display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; top: -6px; left: -6px;}#optionsMenu {top: 22px; left: 0;}.toolbar {font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 400; font-style: normal; border-bottom: 1px solid #EEEEEE; padding: 0 3px 0 3px;}.toolbarButton,.toolbarSeparator {display: inline-block; vertical-align: middle; cursor: pointer; color: #000000; -moz-user-select: none; -moz-box-sizing: padding-box;}.toolbarButton.dropDown .arrow {width: 11px; height: 10px; background: url(images/contextMenuTarget.png) no-repeat; display: inline-block; margin-left: 3px; position: relative; right: 0; top: 1px;}.toolbarButton.image {padding: 0; height: 16px; width: 16px;}.toolbarButton.text,.toolbarSeparator {margin: 3px 0 3px 0; padding: 3px; border: 1px solid transparent;}.toolbarButton.text:hover {background: url(images/bg-button.gif) repeat-x scroll 0 0 #FFFFFF; border-top:1px solid #bbb; border-bottom:1px solid #aaa; border-left:1px solid #bbb; border-right:1px solid #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}.toolbarButton.text:active {background-position: 0 -400px;}.harBody {margin: 0; font-family: Lucida Grande, Tahoma, sans-serif; font-size: 11px;}.xhrSpyFrame {}.tabView.requestBody,.netInfoHeadersGroup {}
@@ -0,0 +1,2567 @@
1
+ {
2
+ "log": {
3
+ "version": "1.1",
4
+ "creator": {
5
+ "name": "Firebug",
6
+ "version": "1.5X.0b8"
7
+ },
8
+ "browser": {
9
+ "name": "Firefox",
10
+ "version": "3.6b6pre"
11
+ },
12
+ "pages": [
13
+ {
14
+ "startedDateTime": "2010-01-02T15:39:42.040+01:00",
15
+ "id": "page_7689",
16
+ "title": "Cuzillion",
17
+ "pageTimings": {
18
+ "onContentLoad": 531,
19
+ "onLoad": 5176
20
+ },
21
+ "comment": "Default limit on number of concurrent requests was set to 6 in this case. See the 7th and 8th request (click this bar to see the list of requests), these were blocked till the first and second finished."
22
+ },
23
+ {
24
+ "startedDateTime": "2010-01-02T16:40:21.935+01:00",
25
+ "id": "page_12043",
26
+ "title": "Cuzillion",
27
+ "pageTimings": {
28
+ "onContentLoad": 530,
29
+ "onLoad": 9591
30
+ },
31
+ "comment": "The limit was set to 2 for this test case."
32
+ }
33
+ ],
34
+ "entries": [
35
+ {
36
+ "pageref": "page_7689",
37
+ "startedDateTime": "2010-01-02T15:39:42.040+01:00",
38
+ "time": 440,
39
+ "request": {
40
+ "method": "GET",
41
+ "url": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277",
42
+ "httpVersion": "HTTP/1.1",
43
+ "cookies": [
44
+ ],
45
+ "headers": [
46
+ {
47
+ "name": "Host",
48
+ "value": "stevesouders.com"
49
+ },
50
+ {
51
+ "name": "User-Agent",
52
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
53
+ },
54
+ {
55
+ "name": "Accept",
56
+ "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
57
+ },
58
+ {
59
+ "name": "Accept-Language",
60
+ "value": "en-us,en;q=0.5"
61
+ },
62
+ {
63
+ "name": "Accept-Encoding",
64
+ "value": "gzip,deflate"
65
+ },
66
+ {
67
+ "name": "Accept-Charset",
68
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
69
+ },
70
+ {
71
+ "name": "Keep-Alive",
72
+ "value": "115"
73
+ },
74
+ {
75
+ "name": "Connection",
76
+ "value": "keep-alive"
77
+ }
78
+ ],
79
+ "queryString": [
80
+ {
81
+ "name": "c0",
82
+ "value": "bi1hfff2_0_f"
83
+ },
84
+ {
85
+ "name": "c1",
86
+ "value": "bi1hfff2_0_f"
87
+ },
88
+ {
89
+ "name": "c2",
90
+ "value": "bi1hfff2_0_f"
91
+ },
92
+ {
93
+ "name": "c3",
94
+ "value": "bi1hfff2_0_f"
95
+ },
96
+ {
97
+ "name": "c4",
98
+ "value": "bi1hfff2_0_f"
99
+ },
100
+ {
101
+ "name": "c5",
102
+ "value": "bi1hfff2_0_f"
103
+ },
104
+ {
105
+ "name": "c6",
106
+ "value": "bi1hfff2_0_f"
107
+ },
108
+ {
109
+ "name": "c7",
110
+ "value": "bi1hfff2_0_f"
111
+ },
112
+ {
113
+ "name": "t",
114
+ "value": "1258547264277"
115
+ }
116
+ ],
117
+ "headersSize": 552,
118
+ "bodySize": -1
119
+ },
120
+ "response": {
121
+ "status": 200,
122
+ "statusText": "OK",
123
+ "httpVersion": "HTTP/1.1",
124
+ "cookies": [
125
+ ],
126
+ "headers": [
127
+ {
128
+ "name": "Date",
129
+ "value": "Sat, 02 Jan 2010 14:39:47 GMT"
130
+ },
131
+ {
132
+ "name": "Server",
133
+ "value": "Apache"
134
+ },
135
+ {
136
+ "name": "X-Powered-By",
137
+ "value": "PHP/5.2.3"
138
+ },
139
+ {
140
+ "name": "Vary",
141
+ "value": "Accept-Encoding"
142
+ },
143
+ {
144
+ "name": "Content-Encoding",
145
+ "value": "gzip"
146
+ },
147
+ {
148
+ "name": "Content-Length",
149
+ "value": "2439"
150
+ },
151
+ {
152
+ "name": "Keep-Alive",
153
+ "value": "timeout=2, max=100"
154
+ },
155
+ {
156
+ "name": "Connection",
157
+ "value": "Keep-Alive"
158
+ },
159
+ {
160
+ "name": "Content-Type",
161
+ "value": "text/html"
162
+ }
163
+ ],
164
+ "content": {
165
+ "size": 11576,
166
+ "mimeType": "text/html",
167
+ "text": "\n<script>\nvar gTop = Number(new Date());\nvar gScriptMsg = \"\";\nfunction cuz_addHandler(elem, sType, fn, capture) {\n capture = (capture) ? true : false;\n if (elem.addEventListener) {\n elem.addEventListener(sType, fn, capture);\n }\n else if (elem.attachEvent) {\n elem.attachEvent(\"on\" + sType, fn);\n }\n else {\n // Netscape 4\n if ( elem[\"on\" + sType] ) {\n // Do nothing - we don't want to overwrite an existing handler.\n }\n else {\n elem[\"on\" + sType] = fn;\n }\n }\n}\nfunction doOnload() {\n\tvar end = Number(new Date());\n document.getElementById('loadtime').innerHTML = 'page load time: ' + (end - gTop) + ' ms';\n\tif ( gScriptMsg && document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += gScriptMsg;\n\t}\n}\ncuz_addHandler(window, 'load', doOnload);\nvar gbEnabled = false;\nfunction enableEdit() {\n\tif ( gbEnabled ) return;\n\tgbEnabled = true;\n\taddStylesheet('cuzillion.1.1.css');\n\taddScript('cuzillion.1.5.js');\n}\nfunction addStylesheet(url) {\n\tvar stylesheet = document.createElement('link');\n\tstylesheet.rel = 'stylesheet';\n\tstylesheet.type = 'text/css';\n\tstylesheet.href = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(stylesheet);\n}\nfunction addScript(url) {\n\tvar script = document.createElement('script');\n\tscript.src = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(script);\n}\nfunction scriptSleepOnload(sUrl) {\n\tvar now = Number(new Date());\n\tvar msg = \"<nobr>\" + (now - gTop) + \"ms: \\\"\" + sUrl + \"\\\" done</nobr>\\n\";\n\tif ( document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += msg;\n\t}\n\telse {\n\t\tgScriptMsg += msg;\n\t}\n}\nfunction reloadPage(url) {\n\tdocument.body.innerHTML = '';\n\tdocument.location = url;\n}\nfunction cleanText(sText) {\n return sText.replace(/<.*?>/g, '');\n}\n</script>\n<html>\n<head>\n<title>Cuzillion</title>\n<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n<!--\nCopyright 2008 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n-->\n</head>\n\n<body style='margin: 0px; padding: 0px; font-family: \"Trebuchet MS\", \"Bitstream Vera Serif\", Utopia, \"Times New Roman\", times, serif;'>\n\n<div style=\"background: #333; color: white; padding: 8px;\">\n <div style=\"float:right; margin-top: 2px;\">\n <a href=\"help.php#examples\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Examples</a>&nbsp;|&nbsp;<a href=\"help.php\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Help</a><br><a href=\"http://stevesouders.com/\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">stevesouders.com</a>\n </div>\n <font style=\"font-size: 2em; font-weight: bold; margin-right: 10px;\"><a href=\".\" style=\"color:white; text-decoration: none;\"><img border=0 src=\"logo-32x32.gif\">&nbsp;Cuzillion</a></font><i>'cuz there are a zillion pages to check</i>\n</div>\n\n<div id=content style=\"margin: 8px;\">\n\n\n<!-- begin resources for inbody -->\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262443187'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262443187'>\n\n<!-- end resources for inbody -->\n\n<div id=floattray style=\"float: left; width: 170px; margin-right: 30px;\">\n <div id=step1text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=comptray>\n &nbsp;\n </div>\n</div>\n\n<div id=pageavatar style=\"float: left; width: 310px; margin-right: 30px;\">\n <div id=step2text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div style=\"background: #CCC; border: 1px solid black; \">\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HTML&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HEAD&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inhead></ul>\n\t <div id=inheadTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HEAD&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;BODY&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inbody><li onclick='enableEdit()' id='acomp1' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp1Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp2' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp2Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp3' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp3Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp4' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp4Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp5' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp5Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp6' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp6Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp7' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp7Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp8' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp8Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n</ul>\n\t <div id=inbodyTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/BODY&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HTML&gt;</code>\n </div>\n <div id=loadtime style=\"text-align: left; margin-top: 10px;\"></div>\n <div id=loadedscripts style=\"text-align: left; margin-top: 10px; width: 300px; font-size: 0.9em;\"></div>\n</div> <!-- end pageavatar -->\n\n<div style=\"position: absolute; left: 560px;\">\n <div id=step3text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=pagesubmit style=\"text-align: left;\">\n<nobr>\n<input type=button value=\"Edit\" onclick=\"enableEdit()\">&nbsp;&nbsp;\n<input type=button value=\"Reload\" onclick=\"reloadPage('/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1262443187')\">&nbsp;&nbsp;\n<input type=button value=\"Clear\" onclick=\"document.location='.'\">&nbsp;&nbsp;\n</nobr>\n </div>\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div> <!-- content -->\n\n\n\n</body>\n\n</html>\n"
168
+ },
169
+ "redirectURL": "",
170
+ "headersSize": 247,
171
+ "bodySize": 2439
172
+ },
173
+ "cache": {
174
+ },
175
+ "timings": {
176
+ "dns": 0,
177
+ "connect": 186,
178
+ "blocked": 1,
179
+ "send": 0,
180
+ "wait": 253,
181
+ "receive": 0
182
+ }
183
+ },
184
+ {
185
+ "pageref": "page_7689",
186
+ "startedDateTime": "2010-01-02T15:39:42.513+01:00",
187
+ "time": 2405,
188
+ "request": {
189
+ "method": "GET",
190
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262443187",
191
+ "httpVersion": "HTTP/1.1",
192
+ "cookies": [
193
+ ],
194
+ "headers": [
195
+ {
196
+ "name": "Host",
197
+ "value": "1.cuzillion.com"
198
+ },
199
+ {
200
+ "name": "User-Agent",
201
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
202
+ },
203
+ {
204
+ "name": "Accept",
205
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
206
+ },
207
+ {
208
+ "name": "Accept-Language",
209
+ "value": "en-us,en;q=0.5"
210
+ },
211
+ {
212
+ "name": "Accept-Encoding",
213
+ "value": "gzip,deflate"
214
+ },
215
+ {
216
+ "name": "Accept-Charset",
217
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
218
+ },
219
+ {
220
+ "name": "Keep-Alive",
221
+ "value": "115"
222
+ },
223
+ {
224
+ "name": "Connection",
225
+ "value": "keep-alive"
226
+ },
227
+ {
228
+ "name": "Referer",
229
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
230
+ }
231
+ ],
232
+ "queryString": [
233
+ {
234
+ "name": "n",
235
+ "value": "1"
236
+ },
237
+ {
238
+ "name": "sleep",
239
+ "value": "2"
240
+ },
241
+ {
242
+ "name": "t",
243
+ "value": "1262443187"
244
+ },
245
+ {
246
+ "name": "type",
247
+ "value": "gif"
248
+ }
249
+ ],
250
+ "headersSize": 606,
251
+ "bodySize": -1
252
+ },
253
+ "response": {
254
+ "status": 200,
255
+ "statusText": "OK",
256
+ "httpVersion": "HTTP/1.1",
257
+ "cookies": [
258
+ ],
259
+ "headers": [
260
+ {
261
+ "name": "Date",
262
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
263
+ },
264
+ {
265
+ "name": "Server",
266
+ "value": "Apache"
267
+ },
268
+ {
269
+ "name": "Expires",
270
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
271
+ },
272
+ {
273
+ "name": "Cache-Control",
274
+ "value": "public, max-age=2592000"
275
+ },
276
+ {
277
+ "name": "Last-Modified",
278
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
279
+ },
280
+ {
281
+ "name": "Content-Length",
282
+ "value": "1525"
283
+ },
284
+ {
285
+ "name": "Keep-Alive",
286
+ "value": "timeout=2, max=100"
287
+ },
288
+ {
289
+ "name": "Connection",
290
+ "value": "Keep-Alive"
291
+ },
292
+ {
293
+ "name": "Content-Type",
294
+ "value": "image/gif"
295
+ }
296
+ ],
297
+ "content": {
298
+ "size": 1525,
299
+ "mimeType": "image/gif"
300
+ },
301
+ "redirectURL": "",
302
+ "headersSize": 301,
303
+ "bodySize": 1525
304
+ },
305
+ "cache": {
306
+ },
307
+ "timings": {
308
+ "dns": 0,
309
+ "connect": 185,
310
+ "blocked": 0,
311
+ "send": 0,
312
+ "wait": 2220,
313
+ "receive": 0
314
+ }
315
+ },
316
+ {
317
+ "pageref": "page_7689",
318
+ "startedDateTime": "2010-01-02T15:39:42.515+01:00",
319
+ "time": 2490,
320
+ "request": {
321
+ "method": "GET",
322
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262443187",
323
+ "httpVersion": "HTTP/1.1",
324
+ "cookies": [
325
+ ],
326
+ "headers": [
327
+ {
328
+ "name": "Host",
329
+ "value": "1.cuzillion.com"
330
+ },
331
+ {
332
+ "name": "User-Agent",
333
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
334
+ },
335
+ {
336
+ "name": "Accept",
337
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
338
+ },
339
+ {
340
+ "name": "Accept-Language",
341
+ "value": "en-us,en;q=0.5"
342
+ },
343
+ {
344
+ "name": "Accept-Encoding",
345
+ "value": "gzip,deflate"
346
+ },
347
+ {
348
+ "name": "Accept-Charset",
349
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
350
+ },
351
+ {
352
+ "name": "Keep-Alive",
353
+ "value": "115"
354
+ },
355
+ {
356
+ "name": "Connection",
357
+ "value": "keep-alive"
358
+ },
359
+ {
360
+ "name": "Referer",
361
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
362
+ }
363
+ ],
364
+ "queryString": [
365
+ {
366
+ "name": "n",
367
+ "value": "2"
368
+ },
369
+ {
370
+ "name": "sleep",
371
+ "value": "2"
372
+ },
373
+ {
374
+ "name": "t",
375
+ "value": "1262443187"
376
+ },
377
+ {
378
+ "name": "type",
379
+ "value": "gif"
380
+ }
381
+ ],
382
+ "headersSize": 606,
383
+ "bodySize": -1
384
+ },
385
+ "response": {
386
+ "status": 200,
387
+ "statusText": "OK",
388
+ "httpVersion": "HTTP/1.1",
389
+ "cookies": [
390
+ ],
391
+ "headers": [
392
+ {
393
+ "name": "Date",
394
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
395
+ },
396
+ {
397
+ "name": "Server",
398
+ "value": "Apache"
399
+ },
400
+ {
401
+ "name": "Expires",
402
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
403
+ },
404
+ {
405
+ "name": "Cache-Control",
406
+ "value": "public, max-age=2592000"
407
+ },
408
+ {
409
+ "name": "Last-Modified",
410
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
411
+ },
412
+ {
413
+ "name": "Keep-Alive",
414
+ "value": "timeout=2, max=100"
415
+ },
416
+ {
417
+ "name": "Connection",
418
+ "value": "Keep-Alive"
419
+ },
420
+ {
421
+ "name": "Transfer-Encoding",
422
+ "value": "chunked"
423
+ },
424
+ {
425
+ "name": "Content-Type",
426
+ "value": "image/gif"
427
+ }
428
+ ],
429
+ "content": {
430
+ "size": 492,
431
+ "mimeType": "image/gif"
432
+ },
433
+ "redirectURL": "",
434
+ "headersSize": 307,
435
+ "bodySize": 492
436
+ },
437
+ "cache": {
438
+ },
439
+ "timings": {
440
+ "dns": 0,
441
+ "connect": 187,
442
+ "blocked": 0,
443
+ "send": 0,
444
+ "wait": 2302,
445
+ "receive": 1
446
+ }
447
+ },
448
+ {
449
+ "pageref": "page_7689",
450
+ "startedDateTime": "2010-01-02T15:39:42.517+01:00",
451
+ "time": 2465,
452
+ "request": {
453
+ "method": "GET",
454
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262443187",
455
+ "httpVersion": "HTTP/1.1",
456
+ "cookies": [
457
+ ],
458
+ "headers": [
459
+ {
460
+ "name": "Host",
461
+ "value": "1.cuzillion.com"
462
+ },
463
+ {
464
+ "name": "User-Agent",
465
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
466
+ },
467
+ {
468
+ "name": "Accept",
469
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
470
+ },
471
+ {
472
+ "name": "Accept-Language",
473
+ "value": "en-us,en;q=0.5"
474
+ },
475
+ {
476
+ "name": "Accept-Encoding",
477
+ "value": "gzip,deflate"
478
+ },
479
+ {
480
+ "name": "Accept-Charset",
481
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
482
+ },
483
+ {
484
+ "name": "Keep-Alive",
485
+ "value": "115"
486
+ },
487
+ {
488
+ "name": "Connection",
489
+ "value": "keep-alive"
490
+ },
491
+ {
492
+ "name": "Referer",
493
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
494
+ }
495
+ ],
496
+ "queryString": [
497
+ {
498
+ "name": "n",
499
+ "value": "3"
500
+ },
501
+ {
502
+ "name": "sleep",
503
+ "value": "2"
504
+ },
505
+ {
506
+ "name": "t",
507
+ "value": "1262443187"
508
+ },
509
+ {
510
+ "name": "type",
511
+ "value": "gif"
512
+ }
513
+ ],
514
+ "headersSize": 606,
515
+ "bodySize": -1
516
+ },
517
+ "response": {
518
+ "status": 200,
519
+ "statusText": "OK",
520
+ "httpVersion": "HTTP/1.1",
521
+ "cookies": [
522
+ ],
523
+ "headers": [
524
+ {
525
+ "name": "Date",
526
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
527
+ },
528
+ {
529
+ "name": "Server",
530
+ "value": "Apache"
531
+ },
532
+ {
533
+ "name": "Expires",
534
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
535
+ },
536
+ {
537
+ "name": "Cache-Control",
538
+ "value": "public, max-age=2592000"
539
+ },
540
+ {
541
+ "name": "Last-Modified",
542
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
543
+ },
544
+ {
545
+ "name": "Content-Length",
546
+ "value": "1076"
547
+ },
548
+ {
549
+ "name": "Keep-Alive",
550
+ "value": "timeout=2, max=100"
551
+ },
552
+ {
553
+ "name": "Connection",
554
+ "value": "Keep-Alive"
555
+ },
556
+ {
557
+ "name": "Content-Type",
558
+ "value": "image/gif"
559
+ }
560
+ ],
561
+ "content": {
562
+ "size": 1076,
563
+ "mimeType": "image/gif"
564
+ },
565
+ "redirectURL": "",
566
+ "headersSize": 301,
567
+ "bodySize": 1076
568
+ },
569
+ "cache": {
570
+ },
571
+ "timings": {
572
+ "dns": 1,
573
+ "connect": 189,
574
+ "blocked": 1,
575
+ "send": 0,
576
+ "wait": 2274,
577
+ "receive": 0
578
+ }
579
+ },
580
+ {
581
+ "pageref": "page_7689",
582
+ "startedDateTime": "2010-01-02T15:39:42.519+01:00",
583
+ "time": 2446,
584
+ "request": {
585
+ "method": "GET",
586
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262443187",
587
+ "httpVersion": "HTTP/1.1",
588
+ "cookies": [
589
+ ],
590
+ "headers": [
591
+ {
592
+ "name": "Host",
593
+ "value": "1.cuzillion.com"
594
+ },
595
+ {
596
+ "name": "User-Agent",
597
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
598
+ },
599
+ {
600
+ "name": "Accept",
601
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
602
+ },
603
+ {
604
+ "name": "Accept-Language",
605
+ "value": "en-us,en;q=0.5"
606
+ },
607
+ {
608
+ "name": "Accept-Encoding",
609
+ "value": "gzip,deflate"
610
+ },
611
+ {
612
+ "name": "Accept-Charset",
613
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
614
+ },
615
+ {
616
+ "name": "Keep-Alive",
617
+ "value": "115"
618
+ },
619
+ {
620
+ "name": "Connection",
621
+ "value": "keep-alive"
622
+ },
623
+ {
624
+ "name": "Referer",
625
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
626
+ }
627
+ ],
628
+ "queryString": [
629
+ {
630
+ "name": "n",
631
+ "value": "4"
632
+ },
633
+ {
634
+ "name": "sleep",
635
+ "value": "2"
636
+ },
637
+ {
638
+ "name": "t",
639
+ "value": "1262443187"
640
+ },
641
+ {
642
+ "name": "type",
643
+ "value": "gif"
644
+ }
645
+ ],
646
+ "headersSize": 606,
647
+ "bodySize": -1
648
+ },
649
+ "response": {
650
+ "status": 200,
651
+ "statusText": "OK",
652
+ "httpVersion": "HTTP/1.1",
653
+ "cookies": [
654
+ ],
655
+ "headers": [
656
+ {
657
+ "name": "Date",
658
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
659
+ },
660
+ {
661
+ "name": "Server",
662
+ "value": "Apache"
663
+ },
664
+ {
665
+ "name": "Expires",
666
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
667
+ },
668
+ {
669
+ "name": "Cache-Control",
670
+ "value": "public, max-age=2592000"
671
+ },
672
+ {
673
+ "name": "Last-Modified",
674
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
675
+ },
676
+ {
677
+ "name": "Content-Length",
678
+ "value": "492"
679
+ },
680
+ {
681
+ "name": "Keep-Alive",
682
+ "value": "timeout=2, max=100"
683
+ },
684
+ {
685
+ "name": "Connection",
686
+ "value": "Keep-Alive"
687
+ },
688
+ {
689
+ "name": "Content-Type",
690
+ "value": "image/gif"
691
+ }
692
+ ],
693
+ "content": {
694
+ "size": 492,
695
+ "mimeType": "image/gif"
696
+ },
697
+ "redirectURL": "",
698
+ "headersSize": 300,
699
+ "bodySize": 492
700
+ },
701
+ "cache": {
702
+ },
703
+ "timings": {
704
+ "dns": 0,
705
+ "connect": 189,
706
+ "blocked": 1,
707
+ "send": 0,
708
+ "wait": 2256,
709
+ "receive": 0
710
+ }
711
+ },
712
+ {
713
+ "pageref": "page_7689",
714
+ "startedDateTime": "2010-01-02T15:39:42.521+01:00",
715
+ "time": 2454,
716
+ "request": {
717
+ "method": "GET",
718
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262443187",
719
+ "httpVersion": "HTTP/1.1",
720
+ "cookies": [
721
+ ],
722
+ "headers": [
723
+ {
724
+ "name": "Host",
725
+ "value": "1.cuzillion.com"
726
+ },
727
+ {
728
+ "name": "User-Agent",
729
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
730
+ },
731
+ {
732
+ "name": "Accept",
733
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
734
+ },
735
+ {
736
+ "name": "Accept-Language",
737
+ "value": "en-us,en;q=0.5"
738
+ },
739
+ {
740
+ "name": "Accept-Encoding",
741
+ "value": "gzip,deflate"
742
+ },
743
+ {
744
+ "name": "Accept-Charset",
745
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
746
+ },
747
+ {
748
+ "name": "Keep-Alive",
749
+ "value": "115"
750
+ },
751
+ {
752
+ "name": "Connection",
753
+ "value": "keep-alive"
754
+ },
755
+ {
756
+ "name": "Referer",
757
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
758
+ }
759
+ ],
760
+ "queryString": [
761
+ {
762
+ "name": "n",
763
+ "value": "5"
764
+ },
765
+ {
766
+ "name": "sleep",
767
+ "value": "2"
768
+ },
769
+ {
770
+ "name": "t",
771
+ "value": "1262443187"
772
+ },
773
+ {
774
+ "name": "type",
775
+ "value": "gif"
776
+ }
777
+ ],
778
+ "headersSize": 606,
779
+ "bodySize": -1
780
+ },
781
+ "response": {
782
+ "status": 200,
783
+ "statusText": "OK",
784
+ "httpVersion": "HTTP/1.1",
785
+ "cookies": [
786
+ ],
787
+ "headers": [
788
+ {
789
+ "name": "Date",
790
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
791
+ },
792
+ {
793
+ "name": "Server",
794
+ "value": "Apache"
795
+ },
796
+ {
797
+ "name": "Expires",
798
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
799
+ },
800
+ {
801
+ "name": "Cache-Control",
802
+ "value": "public, max-age=2592000"
803
+ },
804
+ {
805
+ "name": "Last-Modified",
806
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
807
+ },
808
+ {
809
+ "name": "Content-Length",
810
+ "value": "1525"
811
+ },
812
+ {
813
+ "name": "Keep-Alive",
814
+ "value": "timeout=2, max=100"
815
+ },
816
+ {
817
+ "name": "Connection",
818
+ "value": "Keep-Alive"
819
+ },
820
+ {
821
+ "name": "Content-Type",
822
+ "value": "image/gif"
823
+ }
824
+ ],
825
+ "content": {
826
+ "size": 1525,
827
+ "mimeType": "image/gif"
828
+ },
829
+ "redirectURL": "",
830
+ "headersSize": 301,
831
+ "bodySize": 1525
832
+ },
833
+ "cache": {
834
+ },
835
+ "timings": {
836
+ "dns": 0,
837
+ "connect": 194,
838
+ "blocked": 1,
839
+ "send": 0,
840
+ "wait": 2259,
841
+ "receive": 0
842
+ }
843
+ },
844
+ {
845
+ "pageref": "page_7689",
846
+ "startedDateTime": "2010-01-02T15:39:42.523+01:00",
847
+ "time": 2465,
848
+ "request": {
849
+ "method": "GET",
850
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262443187",
851
+ "httpVersion": "HTTP/1.1",
852
+ "cookies": [
853
+ ],
854
+ "headers": [
855
+ {
856
+ "name": "Host",
857
+ "value": "1.cuzillion.com"
858
+ },
859
+ {
860
+ "name": "User-Agent",
861
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
862
+ },
863
+ {
864
+ "name": "Accept",
865
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
866
+ },
867
+ {
868
+ "name": "Accept-Language",
869
+ "value": "en-us,en;q=0.5"
870
+ },
871
+ {
872
+ "name": "Accept-Encoding",
873
+ "value": "gzip,deflate"
874
+ },
875
+ {
876
+ "name": "Accept-Charset",
877
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
878
+ },
879
+ {
880
+ "name": "Keep-Alive",
881
+ "value": "115"
882
+ },
883
+ {
884
+ "name": "Connection",
885
+ "value": "keep-alive"
886
+ },
887
+ {
888
+ "name": "Referer",
889
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
890
+ }
891
+ ],
892
+ "queryString": [
893
+ {
894
+ "name": "n",
895
+ "value": "6"
896
+ },
897
+ {
898
+ "name": "sleep",
899
+ "value": "2"
900
+ },
901
+ {
902
+ "name": "t",
903
+ "value": "1262443187"
904
+ },
905
+ {
906
+ "name": "type",
907
+ "value": "gif"
908
+ }
909
+ ],
910
+ "headersSize": 606,
911
+ "bodySize": -1
912
+ },
913
+ "response": {
914
+ "status": 200,
915
+ "statusText": "OK",
916
+ "httpVersion": "HTTP/1.1",
917
+ "cookies": [
918
+ ],
919
+ "headers": [
920
+ {
921
+ "name": "Date",
922
+ "value": "Sat, 02 Jan 2010 14:39:48 GMT"
923
+ },
924
+ {
925
+ "name": "Server",
926
+ "value": "Apache"
927
+ },
928
+ {
929
+ "name": "Expires",
930
+ "value": "Mon, 01 Feb 2010 14:39:50 GMT"
931
+ },
932
+ {
933
+ "name": "Cache-Control",
934
+ "value": "public, max-age=2592000"
935
+ },
936
+ {
937
+ "name": "Last-Modified",
938
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
939
+ },
940
+ {
941
+ "name": "Content-Length",
942
+ "value": "1525"
943
+ },
944
+ {
945
+ "name": "Keep-Alive",
946
+ "value": "timeout=2, max=100"
947
+ },
948
+ {
949
+ "name": "Connection",
950
+ "value": "Keep-Alive"
951
+ },
952
+ {
953
+ "name": "Content-Type",
954
+ "value": "image/gif"
955
+ }
956
+ ],
957
+ "content": {
958
+ "size": 1525,
959
+ "mimeType": "image/gif"
960
+ },
961
+ "redirectURL": "",
962
+ "headersSize": 301,
963
+ "bodySize": 1525
964
+ },
965
+ "cache": {
966
+ },
967
+ "timings": {
968
+ "dns": 0,
969
+ "connect": 194,
970
+ "blocked": 1,
971
+ "send": 0,
972
+ "wait": 2270,
973
+ "receive": 0
974
+ }
975
+ },
976
+ {
977
+ "pageref": "page_7689",
978
+ "startedDateTime": "2010-01-02T15:39:42.525+01:00",
979
+ "time": 4610,
980
+ "request": {
981
+ "method": "GET",
982
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262443187",
983
+ "httpVersion": "HTTP/1.1",
984
+ "cookies": [
985
+ ],
986
+ "headers": [
987
+ {
988
+ "name": "Host",
989
+ "value": "1.cuzillion.com"
990
+ },
991
+ {
992
+ "name": "User-Agent",
993
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
994
+ },
995
+ {
996
+ "name": "Accept",
997
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
998
+ },
999
+ {
1000
+ "name": "Accept-Language",
1001
+ "value": "en-us,en;q=0.5"
1002
+ },
1003
+ {
1004
+ "name": "Accept-Encoding",
1005
+ "value": "gzip,deflate"
1006
+ },
1007
+ {
1008
+ "name": "Accept-Charset",
1009
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1010
+ },
1011
+ {
1012
+ "name": "Keep-Alive",
1013
+ "value": "115"
1014
+ },
1015
+ {
1016
+ "name": "Connection",
1017
+ "value": "keep-alive"
1018
+ },
1019
+ {
1020
+ "name": "Referer",
1021
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1022
+ }
1023
+ ],
1024
+ "queryString": [
1025
+ {
1026
+ "name": "n",
1027
+ "value": "7"
1028
+ },
1029
+ {
1030
+ "name": "sleep",
1031
+ "value": "2"
1032
+ },
1033
+ {
1034
+ "name": "t",
1035
+ "value": "1262443187"
1036
+ },
1037
+ {
1038
+ "name": "type",
1039
+ "value": "gif"
1040
+ }
1041
+ ],
1042
+ "headersSize": 606,
1043
+ "bodySize": -1
1044
+ },
1045
+ "response": {
1046
+ "status": 200,
1047
+ "statusText": "OK",
1048
+ "httpVersion": "HTTP/1.1",
1049
+ "cookies": [
1050
+ ],
1051
+ "headers": [
1052
+ {
1053
+ "name": "Date",
1054
+ "value": "Sat, 02 Jan 2010 14:39:50 GMT"
1055
+ },
1056
+ {
1057
+ "name": "Server",
1058
+ "value": "Apache"
1059
+ },
1060
+ {
1061
+ "name": "Expires",
1062
+ "value": "Mon, 01 Feb 2010 14:39:52 GMT"
1063
+ },
1064
+ {
1065
+ "name": "Cache-Control",
1066
+ "value": "public, max-age=2592000"
1067
+ },
1068
+ {
1069
+ "name": "Last-Modified",
1070
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1071
+ },
1072
+ {
1073
+ "name": "Content-Length",
1074
+ "value": "1076"
1075
+ },
1076
+ {
1077
+ "name": "Keep-Alive",
1078
+ "value": "timeout=2, max=99"
1079
+ },
1080
+ {
1081
+ "name": "Connection",
1082
+ "value": "Keep-Alive"
1083
+ },
1084
+ {
1085
+ "name": "Content-Type",
1086
+ "value": "image/gif"
1087
+ }
1088
+ ],
1089
+ "content": {
1090
+ "size": 1076,
1091
+ "mimeType": "image/gif"
1092
+ },
1093
+ "redirectURL": "",
1094
+ "headersSize": 300,
1095
+ "bodySize": 1076
1096
+ },
1097
+ "cache": {
1098
+ },
1099
+ "timings": {
1100
+ "dns": 0,
1101
+ "connect": 0,
1102
+ "blocked": 2394,
1103
+ "send": 0,
1104
+ "wait": 2216,
1105
+ "receive": 0
1106
+ }
1107
+ },
1108
+ {
1109
+ "pageref": "page_7689",
1110
+ "startedDateTime": "2010-01-02T15:39:42.526+01:00",
1111
+ "time": 4652,
1112
+ "request": {
1113
+ "method": "GET",
1114
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262443187",
1115
+ "httpVersion": "HTTP/1.1",
1116
+ "cookies": [
1117
+ ],
1118
+ "headers": [
1119
+ {
1120
+ "name": "Host",
1121
+ "value": "1.cuzillion.com"
1122
+ },
1123
+ {
1124
+ "name": "User-Agent",
1125
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1126
+ },
1127
+ {
1128
+ "name": "Accept",
1129
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1130
+ },
1131
+ {
1132
+ "name": "Accept-Language",
1133
+ "value": "en-us,en;q=0.5"
1134
+ },
1135
+ {
1136
+ "name": "Accept-Encoding",
1137
+ "value": "gzip,deflate"
1138
+ },
1139
+ {
1140
+ "name": "Accept-Charset",
1141
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1142
+ },
1143
+ {
1144
+ "name": "Keep-Alive",
1145
+ "value": "115"
1146
+ },
1147
+ {
1148
+ "name": "Connection",
1149
+ "value": "keep-alive"
1150
+ },
1151
+ {
1152
+ "name": "Referer",
1153
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1154
+ }
1155
+ ],
1156
+ "queryString": [
1157
+ {
1158
+ "name": "n",
1159
+ "value": "8"
1160
+ },
1161
+ {
1162
+ "name": "sleep",
1163
+ "value": "2"
1164
+ },
1165
+ {
1166
+ "name": "t",
1167
+ "value": "1262443187"
1168
+ },
1169
+ {
1170
+ "name": "type",
1171
+ "value": "gif"
1172
+ }
1173
+ ],
1174
+ "headersSize": 606,
1175
+ "bodySize": -1
1176
+ },
1177
+ "response": {
1178
+ "status": 200,
1179
+ "statusText": "OK",
1180
+ "httpVersion": "HTTP/1.1",
1181
+ "cookies": [
1182
+ ],
1183
+ "headers": [
1184
+ {
1185
+ "name": "Date",
1186
+ "value": "Sat, 02 Jan 2010 14:39:50 GMT"
1187
+ },
1188
+ {
1189
+ "name": "Server",
1190
+ "value": "Apache"
1191
+ },
1192
+ {
1193
+ "name": "Expires",
1194
+ "value": "Mon, 01 Feb 2010 14:39:52 GMT"
1195
+ },
1196
+ {
1197
+ "name": "Cache-Control",
1198
+ "value": "public, max-age=2592000"
1199
+ },
1200
+ {
1201
+ "name": "Last-Modified",
1202
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1203
+ },
1204
+ {
1205
+ "name": "Content-Length",
1206
+ "value": "1076"
1207
+ },
1208
+ {
1209
+ "name": "Keep-Alive",
1210
+ "value": "timeout=2, max=99"
1211
+ },
1212
+ {
1213
+ "name": "Connection",
1214
+ "value": "Keep-Alive"
1215
+ },
1216
+ {
1217
+ "name": "Content-Type",
1218
+ "value": "image/gif"
1219
+ }
1220
+ ],
1221
+ "content": {
1222
+ "size": 1076,
1223
+ "mimeType": "image/gif"
1224
+ },
1225
+ "redirectURL": "",
1226
+ "headersSize": 300,
1227
+ "bodySize": 1076
1228
+ },
1229
+ "cache": {
1230
+ },
1231
+ "timings": {
1232
+ "dns": 0,
1233
+ "connect": 0,
1234
+ "blocked": 2439,
1235
+ "send": 0,
1236
+ "wait": 2213,
1237
+ "receive": 0
1238
+ }
1239
+ },
1240
+ {
1241
+ "pageref": "page_12043",
1242
+ "startedDateTime": "2010-01-02T16:40:21.935+01:00",
1243
+ "time": 438,
1244
+ "request": {
1245
+ "method": "GET",
1246
+ "url": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277",
1247
+ "httpVersion": "HTTP/1.1",
1248
+ "cookies": [
1249
+ ],
1250
+ "headers": [
1251
+ {
1252
+ "name": "Host",
1253
+ "value": "stevesouders.com"
1254
+ },
1255
+ {
1256
+ "name": "User-Agent",
1257
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1258
+ },
1259
+ {
1260
+ "name": "Accept",
1261
+ "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
1262
+ },
1263
+ {
1264
+ "name": "Accept-Language",
1265
+ "value": "en-us,en;q=0.5"
1266
+ },
1267
+ {
1268
+ "name": "Accept-Encoding",
1269
+ "value": "gzip,deflate"
1270
+ },
1271
+ {
1272
+ "name": "Accept-Charset",
1273
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1274
+ },
1275
+ {
1276
+ "name": "Keep-Alive",
1277
+ "value": "115"
1278
+ },
1279
+ {
1280
+ "name": "Connection",
1281
+ "value": "keep-alive"
1282
+ }
1283
+ ],
1284
+ "queryString": [
1285
+ {
1286
+ "name": "c0",
1287
+ "value": "bi1hfff2_0_f"
1288
+ },
1289
+ {
1290
+ "name": "c1",
1291
+ "value": "bi1hfff2_0_f"
1292
+ },
1293
+ {
1294
+ "name": "c2",
1295
+ "value": "bi1hfff2_0_f"
1296
+ },
1297
+ {
1298
+ "name": "c3",
1299
+ "value": "bi1hfff2_0_f"
1300
+ },
1301
+ {
1302
+ "name": "c4",
1303
+ "value": "bi1hfff2_0_f"
1304
+ },
1305
+ {
1306
+ "name": "c5",
1307
+ "value": "bi1hfff2_0_f"
1308
+ },
1309
+ {
1310
+ "name": "c6",
1311
+ "value": "bi1hfff2_0_f"
1312
+ },
1313
+ {
1314
+ "name": "c7",
1315
+ "value": "bi1hfff2_0_f"
1316
+ },
1317
+ {
1318
+ "name": "t",
1319
+ "value": "1258547264277"
1320
+ }
1321
+ ],
1322
+ "headersSize": 552,
1323
+ "bodySize": -1
1324
+ },
1325
+ "response": {
1326
+ "status": 200,
1327
+ "statusText": "OK",
1328
+ "httpVersion": "HTTP/1.1",
1329
+ "cookies": [
1330
+ ],
1331
+ "headers": [
1332
+ {
1333
+ "name": "Date",
1334
+ "value": "Sat, 02 Jan 2010 15:40:27 GMT"
1335
+ },
1336
+ {
1337
+ "name": "Server",
1338
+ "value": "Apache"
1339
+ },
1340
+ {
1341
+ "name": "X-Powered-By",
1342
+ "value": "PHP/5.2.3"
1343
+ },
1344
+ {
1345
+ "name": "Vary",
1346
+ "value": "Accept-Encoding"
1347
+ },
1348
+ {
1349
+ "name": "Content-Encoding",
1350
+ "value": "gzip"
1351
+ },
1352
+ {
1353
+ "name": "Content-Length",
1354
+ "value": "2439"
1355
+ },
1356
+ {
1357
+ "name": "Keep-Alive",
1358
+ "value": "timeout=2, max=100"
1359
+ },
1360
+ {
1361
+ "name": "Connection",
1362
+ "value": "Keep-Alive"
1363
+ },
1364
+ {
1365
+ "name": "Content-Type",
1366
+ "value": "text/html"
1367
+ }
1368
+ ],
1369
+ "content": {
1370
+ "size": 11576,
1371
+ "mimeType": "text/html",
1372
+ "text": "\n<script>\nvar gTop = Number(new Date());\nvar gScriptMsg = \"\";\nfunction cuz_addHandler(elem, sType, fn, capture) {\n capture = (capture) ? true : false;\n if (elem.addEventListener) {\n elem.addEventListener(sType, fn, capture);\n }\n else if (elem.attachEvent) {\n elem.attachEvent(\"on\" + sType, fn);\n }\n else {\n // Netscape 4\n if ( elem[\"on\" + sType] ) {\n // Do nothing - we don't want to overwrite an existing handler.\n }\n else {\n elem[\"on\" + sType] = fn;\n }\n }\n}\nfunction doOnload() {\n\tvar end = Number(new Date());\n document.getElementById('loadtime').innerHTML = 'page load time: ' + (end - gTop) + ' ms';\n\tif ( gScriptMsg && document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += gScriptMsg;\n\t}\n}\ncuz_addHandler(window, 'load', doOnload);\nvar gbEnabled = false;\nfunction enableEdit() {\n\tif ( gbEnabled ) return;\n\tgbEnabled = true;\n\taddStylesheet('cuzillion.1.1.css');\n\taddScript('cuzillion.1.5.js');\n}\nfunction addStylesheet(url) {\n\tvar stylesheet = document.createElement('link');\n\tstylesheet.rel = 'stylesheet';\n\tstylesheet.type = 'text/css';\n\tstylesheet.href = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(stylesheet);\n}\nfunction addScript(url) {\n\tvar script = document.createElement('script');\n\tscript.src = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(script);\n}\nfunction scriptSleepOnload(sUrl) {\n\tvar now = Number(new Date());\n\tvar msg = \"<nobr>\" + (now - gTop) + \"ms: \\\"\" + sUrl + \"\\\" done</nobr>\\n\";\n\tif ( document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += msg;\n\t}\n\telse {\n\t\tgScriptMsg += msg;\n\t}\n}\nfunction reloadPage(url) {\n\tdocument.body.innerHTML = '';\n\tdocument.location = url;\n}\nfunction cleanText(sText) {\n return sText.replace(/<.*?>/g, '');\n}\n</script>\n<html>\n<head>\n<title>Cuzillion</title>\n<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n<!--\nCopyright 2008 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n-->\n</head>\n\n<body style='margin: 0px; padding: 0px; font-family: \"Trebuchet MS\", \"Bitstream Vera Serif\", Utopia, \"Times New Roman\", times, serif;'>\n\n<div style=\"background: #333; color: white; padding: 8px;\">\n <div style=\"float:right; margin-top: 2px;\">\n <a href=\"help.php#examples\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Examples</a>&nbsp;|&nbsp;<a href=\"help.php\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Help</a><br><a href=\"http://stevesouders.com/\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">stevesouders.com</a>\n </div>\n <font style=\"font-size: 2em; font-weight: bold; margin-right: 10px;\"><a href=\".\" style=\"color:white; text-decoration: none;\"><img border=0 src=\"logo-32x32.gif\">&nbsp;Cuzillion</a></font><i>'cuz there are a zillion pages to check</i>\n</div>\n\n<div id=content style=\"margin: 8px;\">\n\n\n<!-- begin resources for inbody -->\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262446827'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262446827'>\n\n<!-- end resources for inbody -->\n\n<div id=floattray style=\"float: left; width: 170px; margin-right: 30px;\">\n <div id=step1text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=comptray>\n &nbsp;\n </div>\n</div>\n\n<div id=pageavatar style=\"float: left; width: 310px; margin-right: 30px;\">\n <div id=step2text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div style=\"background: #CCC; border: 1px solid black; \">\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HTML&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HEAD&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inhead></ul>\n\t <div id=inheadTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HEAD&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;BODY&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inbody><li onclick='enableEdit()' id='acomp1' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp1Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp2' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp2Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp3' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp3Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp4' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp4Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp5' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp5Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp6' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp6Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp7' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp7Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp8' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp8Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 2 second delay using HTML tags</span></div>\n</ul>\n\t <div id=inbodyTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/BODY&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HTML&gt;</code>\n </div>\n <div id=loadtime style=\"text-align: left; margin-top: 10px;\"></div>\n <div id=loadedscripts style=\"text-align: left; margin-top: 10px; width: 300px; font-size: 0.9em;\"></div>\n</div> <!-- end pageavatar -->\n\n<div style=\"position: absolute; left: 560px;\">\n <div id=step3text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=pagesubmit style=\"text-align: left;\">\n<nobr>\n<input type=button value=\"Edit\" onclick=\"enableEdit()\">&nbsp;&nbsp;\n<input type=button value=\"Reload\" onclick=\"reloadPage('/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1262446827')\">&nbsp;&nbsp;\n<input type=button value=\"Clear\" onclick=\"document.location='.'\">&nbsp;&nbsp;\n</nobr>\n </div>\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div> <!-- content -->\n\n\n\n</body>\n\n</html>\n"
1373
+ },
1374
+ "redirectURL": "",
1375
+ "headersSize": 247,
1376
+ "bodySize": 2439
1377
+ },
1378
+ "cache": {
1379
+ },
1380
+ "timings": {
1381
+ "dns": 0,
1382
+ "connect": 183,
1383
+ "blocked": 0,
1384
+ "send": 0,
1385
+ "wait": 255,
1386
+ "receive": 0
1387
+ }
1388
+ },
1389
+ {
1390
+ "pageref": "page_12043",
1391
+ "startedDateTime": "2010-01-02T16:40:22.403+01:00",
1392
+ "time": 200,
1393
+ "request": {
1394
+ "method": "GET",
1395
+ "url": "http://stevesouders.com/cuzillion/logo-32x32.gif",
1396
+ "httpVersion": "HTTP/1.1",
1397
+ "cookies": [
1398
+ ],
1399
+ "headers": [
1400
+ {
1401
+ "name": "Host",
1402
+ "value": "stevesouders.com"
1403
+ },
1404
+ {
1405
+ "name": "User-Agent",
1406
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1407
+ },
1408
+ {
1409
+ "name": "Accept",
1410
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1411
+ },
1412
+ {
1413
+ "name": "Accept-Language",
1414
+ "value": "en-us,en;q=0.5"
1415
+ },
1416
+ {
1417
+ "name": "Accept-Encoding",
1418
+ "value": "gzip,deflate"
1419
+ },
1420
+ {
1421
+ "name": "Accept-Charset",
1422
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1423
+ },
1424
+ {
1425
+ "name": "Keep-Alive",
1426
+ "value": "115"
1427
+ },
1428
+ {
1429
+ "name": "Connection",
1430
+ "value": "keep-alive"
1431
+ },
1432
+ {
1433
+ "name": "Referer",
1434
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1435
+ }
1436
+ ],
1437
+ "queryString": [
1438
+ ],
1439
+ "headersSize": 581,
1440
+ "bodySize": -1
1441
+ },
1442
+ "response": {
1443
+ "status": 200,
1444
+ "statusText": "OK",
1445
+ "httpVersion": "HTTP/1.1",
1446
+ "cookies": [
1447
+ ],
1448
+ "headers": [
1449
+ {
1450
+ "name": "Date",
1451
+ "value": "Sat, 02 Jan 2010 15:40:27 GMT"
1452
+ },
1453
+ {
1454
+ "name": "Server",
1455
+ "value": "Apache"
1456
+ },
1457
+ {
1458
+ "name": "Last-Modified",
1459
+ "value": "Mon, 16 Nov 2009 20:19:20 GMT"
1460
+ },
1461
+ {
1462
+ "name": "Accept-Ranges",
1463
+ "value": "bytes"
1464
+ },
1465
+ {
1466
+ "name": "Content-Length",
1467
+ "value": "1057"
1468
+ },
1469
+ {
1470
+ "name": "Cache-Control",
1471
+ "value": "max-age=315360000"
1472
+ },
1473
+ {
1474
+ "name": "Expires",
1475
+ "value": "Tue, 31 Dec 2019 15:40:27 GMT"
1476
+ },
1477
+ {
1478
+ "name": "Keep-Alive",
1479
+ "value": "timeout=2, max=99"
1480
+ },
1481
+ {
1482
+ "name": "Connection",
1483
+ "value": "Keep-Alive"
1484
+ },
1485
+ {
1486
+ "name": "Content-Type",
1487
+ "value": "image/gif"
1488
+ }
1489
+ ],
1490
+ "content": {
1491
+ "size": 1057,
1492
+ "mimeType": "image/gif"
1493
+ },
1494
+ "redirectURL": "",
1495
+ "headersSize": 316,
1496
+ "bodySize": 1057
1497
+ },
1498
+ "cache": {
1499
+ },
1500
+ "timings": {
1501
+ "dns": 0,
1502
+ "connect": 0,
1503
+ "blocked": 0,
1504
+ "send": 0,
1505
+ "wait": 192,
1506
+ "receive": 8
1507
+ }
1508
+ },
1509
+ {
1510
+ "pageref": "page_12043",
1511
+ "startedDateTime": "2010-01-02T16:40:22.403+01:00",
1512
+ "time": 2437,
1513
+ "request": {
1514
+ "method": "GET",
1515
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=1&t=1262446827",
1516
+ "httpVersion": "HTTP/1.1",
1517
+ "cookies": [
1518
+ ],
1519
+ "headers": [
1520
+ {
1521
+ "name": "Host",
1522
+ "value": "1.cuzillion.com"
1523
+ },
1524
+ {
1525
+ "name": "User-Agent",
1526
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1527
+ },
1528
+ {
1529
+ "name": "Accept",
1530
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1531
+ },
1532
+ {
1533
+ "name": "Accept-Language",
1534
+ "value": "en-us,en;q=0.5"
1535
+ },
1536
+ {
1537
+ "name": "Accept-Encoding",
1538
+ "value": "gzip,deflate"
1539
+ },
1540
+ {
1541
+ "name": "Accept-Charset",
1542
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1543
+ },
1544
+ {
1545
+ "name": "Keep-Alive",
1546
+ "value": "115"
1547
+ },
1548
+ {
1549
+ "name": "Connection",
1550
+ "value": "keep-alive"
1551
+ },
1552
+ {
1553
+ "name": "Referer",
1554
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1555
+ }
1556
+ ],
1557
+ "queryString": [
1558
+ {
1559
+ "name": "n",
1560
+ "value": "1"
1561
+ },
1562
+ {
1563
+ "name": "sleep",
1564
+ "value": "2"
1565
+ },
1566
+ {
1567
+ "name": "t",
1568
+ "value": "1262446827"
1569
+ },
1570
+ {
1571
+ "name": "type",
1572
+ "value": "gif"
1573
+ }
1574
+ ],
1575
+ "headersSize": 606,
1576
+ "bodySize": -1
1577
+ },
1578
+ "response": {
1579
+ "status": 200,
1580
+ "statusText": "OK",
1581
+ "httpVersion": "HTTP/1.1",
1582
+ "cookies": [
1583
+ ],
1584
+ "headers": [
1585
+ {
1586
+ "name": "Date",
1587
+ "value": "Sat, 02 Jan 2010 15:40:28 GMT"
1588
+ },
1589
+ {
1590
+ "name": "Server",
1591
+ "value": "Apache"
1592
+ },
1593
+ {
1594
+ "name": "Expires",
1595
+ "value": "Mon, 01 Feb 2010 15:40:30 GMT"
1596
+ },
1597
+ {
1598
+ "name": "Cache-Control",
1599
+ "value": "public, max-age=2592000"
1600
+ },
1601
+ {
1602
+ "name": "Last-Modified",
1603
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1604
+ },
1605
+ {
1606
+ "name": "Content-Length",
1607
+ "value": "1076"
1608
+ },
1609
+ {
1610
+ "name": "Keep-Alive",
1611
+ "value": "timeout=2, max=100"
1612
+ },
1613
+ {
1614
+ "name": "Connection",
1615
+ "value": "Keep-Alive"
1616
+ },
1617
+ {
1618
+ "name": "Content-Type",
1619
+ "value": "image/gif"
1620
+ }
1621
+ ],
1622
+ "content": {
1623
+ "size": 1076,
1624
+ "mimeType": "image/gif"
1625
+ },
1626
+ "redirectURL": "",
1627
+ "headersSize": 301,
1628
+ "bodySize": 1076
1629
+ },
1630
+ "cache": {
1631
+ },
1632
+ "timings": {
1633
+ "dns": 2,
1634
+ "connect": 188,
1635
+ "blocked": 0,
1636
+ "send": 0,
1637
+ "wait": 2247,
1638
+ "receive": 0
1639
+ }
1640
+ },
1641
+ {
1642
+ "pageref": "page_12043",
1643
+ "startedDateTime": "2010-01-02T16:40:22.405+01:00",
1644
+ "time": 2418,
1645
+ "request": {
1646
+ "method": "GET",
1647
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=2&t=1262446827",
1648
+ "httpVersion": "HTTP/1.1",
1649
+ "cookies": [
1650
+ ],
1651
+ "headers": [
1652
+ {
1653
+ "name": "Host",
1654
+ "value": "1.cuzillion.com"
1655
+ },
1656
+ {
1657
+ "name": "User-Agent",
1658
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1659
+ },
1660
+ {
1661
+ "name": "Accept",
1662
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1663
+ },
1664
+ {
1665
+ "name": "Accept-Language",
1666
+ "value": "en-us,en;q=0.5"
1667
+ },
1668
+ {
1669
+ "name": "Accept-Encoding",
1670
+ "value": "gzip,deflate"
1671
+ },
1672
+ {
1673
+ "name": "Accept-Charset",
1674
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1675
+ },
1676
+ {
1677
+ "name": "Keep-Alive",
1678
+ "value": "115"
1679
+ },
1680
+ {
1681
+ "name": "Connection",
1682
+ "value": "keep-alive"
1683
+ },
1684
+ {
1685
+ "name": "Referer",
1686
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1687
+ }
1688
+ ],
1689
+ "queryString": [
1690
+ {
1691
+ "name": "n",
1692
+ "value": "2"
1693
+ },
1694
+ {
1695
+ "name": "sleep",
1696
+ "value": "2"
1697
+ },
1698
+ {
1699
+ "name": "t",
1700
+ "value": "1262446827"
1701
+ },
1702
+ {
1703
+ "name": "type",
1704
+ "value": "gif"
1705
+ }
1706
+ ],
1707
+ "headersSize": 606,
1708
+ "bodySize": -1
1709
+ },
1710
+ "response": {
1711
+ "status": 200,
1712
+ "statusText": "OK",
1713
+ "httpVersion": "HTTP/1.1",
1714
+ "cookies": [
1715
+ ],
1716
+ "headers": [
1717
+ {
1718
+ "name": "Date",
1719
+ "value": "Sat, 02 Jan 2010 15:40:28 GMT"
1720
+ },
1721
+ {
1722
+ "name": "Server",
1723
+ "value": "Apache"
1724
+ },
1725
+ {
1726
+ "name": "Expires",
1727
+ "value": "Mon, 01 Feb 2010 15:40:30 GMT"
1728
+ },
1729
+ {
1730
+ "name": "Cache-Control",
1731
+ "value": "public, max-age=2592000"
1732
+ },
1733
+ {
1734
+ "name": "Last-Modified",
1735
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1736
+ },
1737
+ {
1738
+ "name": "Content-Length",
1739
+ "value": "492"
1740
+ },
1741
+ {
1742
+ "name": "Keep-Alive",
1743
+ "value": "timeout=2, max=100"
1744
+ },
1745
+ {
1746
+ "name": "Connection",
1747
+ "value": "Keep-Alive"
1748
+ },
1749
+ {
1750
+ "name": "Content-Type",
1751
+ "value": "image/gif"
1752
+ }
1753
+ ],
1754
+ "content": {
1755
+ "size": 492,
1756
+ "mimeType": "image/gif"
1757
+ },
1758
+ "redirectURL": "",
1759
+ "headersSize": 300,
1760
+ "bodySize": 492
1761
+ },
1762
+ "cache": {
1763
+ },
1764
+ "timings": {
1765
+ "dns": 0,
1766
+ "connect": 190,
1767
+ "blocked": 3,
1768
+ "send": 0,
1769
+ "wait": 2225,
1770
+ "receive": 0
1771
+ }
1772
+ },
1773
+ {
1774
+ "pageref": "page_12043",
1775
+ "startedDateTime": "2010-01-02T16:40:22.405+01:00",
1776
+ "time": 4633,
1777
+ "request": {
1778
+ "method": "GET",
1779
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=3&t=1262446827",
1780
+ "httpVersion": "HTTP/1.1",
1781
+ "cookies": [
1782
+ ],
1783
+ "headers": [
1784
+ {
1785
+ "name": "Host",
1786
+ "value": "1.cuzillion.com"
1787
+ },
1788
+ {
1789
+ "name": "User-Agent",
1790
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1791
+ },
1792
+ {
1793
+ "name": "Accept",
1794
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1795
+ },
1796
+ {
1797
+ "name": "Accept-Language",
1798
+ "value": "en-us,en;q=0.5"
1799
+ },
1800
+ {
1801
+ "name": "Accept-Encoding",
1802
+ "value": "gzip,deflate"
1803
+ },
1804
+ {
1805
+ "name": "Accept-Charset",
1806
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1807
+ },
1808
+ {
1809
+ "name": "Keep-Alive",
1810
+ "value": "115"
1811
+ },
1812
+ {
1813
+ "name": "Connection",
1814
+ "value": "keep-alive"
1815
+ },
1816
+ {
1817
+ "name": "Referer",
1818
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1819
+ }
1820
+ ],
1821
+ "queryString": [
1822
+ {
1823
+ "name": "n",
1824
+ "value": "3"
1825
+ },
1826
+ {
1827
+ "name": "sleep",
1828
+ "value": "2"
1829
+ },
1830
+ {
1831
+ "name": "t",
1832
+ "value": "1262446827"
1833
+ },
1834
+ {
1835
+ "name": "type",
1836
+ "value": "gif"
1837
+ }
1838
+ ],
1839
+ "headersSize": 606,
1840
+ "bodySize": -1
1841
+ },
1842
+ "response": {
1843
+ "status": 200,
1844
+ "statusText": "OK",
1845
+ "httpVersion": "HTTP/1.1",
1846
+ "cookies": [
1847
+ ],
1848
+ "headers": [
1849
+ {
1850
+ "name": "Date",
1851
+ "value": "Sat, 02 Jan 2010 15:40:30 GMT"
1852
+ },
1853
+ {
1854
+ "name": "Server",
1855
+ "value": "Apache"
1856
+ },
1857
+ {
1858
+ "name": "Expires",
1859
+ "value": "Mon, 01 Feb 2010 15:40:32 GMT"
1860
+ },
1861
+ {
1862
+ "name": "Cache-Control",
1863
+ "value": "public, max-age=2592000"
1864
+ },
1865
+ {
1866
+ "name": "Last-Modified",
1867
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1868
+ },
1869
+ {
1870
+ "name": "Keep-Alive",
1871
+ "value": "timeout=2, max=99"
1872
+ },
1873
+ {
1874
+ "name": "Connection",
1875
+ "value": "Keep-Alive"
1876
+ },
1877
+ {
1878
+ "name": "Transfer-Encoding",
1879
+ "value": "chunked"
1880
+ },
1881
+ {
1882
+ "name": "Content-Type",
1883
+ "value": "image/gif"
1884
+ }
1885
+ ],
1886
+ "content": {
1887
+ "size": 1334,
1888
+ "mimeType": "image/gif"
1889
+ },
1890
+ "redirectURL": "",
1891
+ "headersSize": 306,
1892
+ "bodySize": 1334
1893
+ },
1894
+ "cache": {
1895
+ },
1896
+ "timings": {
1897
+ "dns": 0,
1898
+ "connect": 0,
1899
+ "blocked": 2418,
1900
+ "send": 0,
1901
+ "wait": 2215,
1902
+ "receive": 0
1903
+ }
1904
+ },
1905
+ {
1906
+ "pageref": "page_12043",
1907
+ "startedDateTime": "2010-01-02T16:40:22.408+01:00",
1908
+ "time": 4645,
1909
+ "request": {
1910
+ "method": "GET",
1911
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=4&t=1262446827",
1912
+ "httpVersion": "HTTP/1.1",
1913
+ "cookies": [
1914
+ ],
1915
+ "headers": [
1916
+ {
1917
+ "name": "Host",
1918
+ "value": "1.cuzillion.com"
1919
+ },
1920
+ {
1921
+ "name": "User-Agent",
1922
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
1923
+ },
1924
+ {
1925
+ "name": "Accept",
1926
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
1927
+ },
1928
+ {
1929
+ "name": "Accept-Language",
1930
+ "value": "en-us,en;q=0.5"
1931
+ },
1932
+ {
1933
+ "name": "Accept-Encoding",
1934
+ "value": "gzip,deflate"
1935
+ },
1936
+ {
1937
+ "name": "Accept-Charset",
1938
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
1939
+ },
1940
+ {
1941
+ "name": "Keep-Alive",
1942
+ "value": "115"
1943
+ },
1944
+ {
1945
+ "name": "Connection",
1946
+ "value": "keep-alive"
1947
+ },
1948
+ {
1949
+ "name": "Referer",
1950
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
1951
+ }
1952
+ ],
1953
+ "queryString": [
1954
+ {
1955
+ "name": "n",
1956
+ "value": "4"
1957
+ },
1958
+ {
1959
+ "name": "sleep",
1960
+ "value": "2"
1961
+ },
1962
+ {
1963
+ "name": "t",
1964
+ "value": "1262446827"
1965
+ },
1966
+ {
1967
+ "name": "type",
1968
+ "value": "gif"
1969
+ }
1970
+ ],
1971
+ "headersSize": 606,
1972
+ "bodySize": -1
1973
+ },
1974
+ "response": {
1975
+ "status": 200,
1976
+ "statusText": "OK",
1977
+ "httpVersion": "HTTP/1.1",
1978
+ "cookies": [
1979
+ ],
1980
+ "headers": [
1981
+ {
1982
+ "name": "Date",
1983
+ "value": "Sat, 02 Jan 2010 15:40:30 GMT"
1984
+ },
1985
+ {
1986
+ "name": "Server",
1987
+ "value": "Apache"
1988
+ },
1989
+ {
1990
+ "name": "Expires",
1991
+ "value": "Mon, 01 Feb 2010 15:40:32 GMT"
1992
+ },
1993
+ {
1994
+ "name": "Cache-Control",
1995
+ "value": "public, max-age=2592000"
1996
+ },
1997
+ {
1998
+ "name": "Last-Modified",
1999
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2000
+ },
2001
+ {
2002
+ "name": "Content-Length",
2003
+ "value": "1525"
2004
+ },
2005
+ {
2006
+ "name": "Keep-Alive",
2007
+ "value": "timeout=2, max=99"
2008
+ },
2009
+ {
2010
+ "name": "Connection",
2011
+ "value": "Keep-Alive"
2012
+ },
2013
+ {
2014
+ "name": "Content-Type",
2015
+ "value": "image/gif"
2016
+ }
2017
+ ],
2018
+ "content": {
2019
+ "size": 1525,
2020
+ "mimeType": "image/gif"
2021
+ },
2022
+ "redirectURL": "",
2023
+ "headersSize": 300,
2024
+ "bodySize": 1525
2025
+ },
2026
+ "cache": {
2027
+ },
2028
+ "timings": {
2029
+ "dns": 0,
2030
+ "connect": 0,
2031
+ "blocked": 2435,
2032
+ "send": 0,
2033
+ "wait": 2210,
2034
+ "receive": 0
2035
+ }
2036
+ },
2037
+ {
2038
+ "pageref": "page_12043",
2039
+ "startedDateTime": "2010-01-02T16:40:22.408+01:00",
2040
+ "time": 6845,
2041
+ "request": {
2042
+ "method": "GET",
2043
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=5&t=1262446827",
2044
+ "httpVersion": "HTTP/1.1",
2045
+ "cookies": [
2046
+ ],
2047
+ "headers": [
2048
+ {
2049
+ "name": "Host",
2050
+ "value": "1.cuzillion.com"
2051
+ },
2052
+ {
2053
+ "name": "User-Agent",
2054
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2055
+ },
2056
+ {
2057
+ "name": "Accept",
2058
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2059
+ },
2060
+ {
2061
+ "name": "Accept-Language",
2062
+ "value": "en-us,en;q=0.5"
2063
+ },
2064
+ {
2065
+ "name": "Accept-Encoding",
2066
+ "value": "gzip,deflate"
2067
+ },
2068
+ {
2069
+ "name": "Accept-Charset",
2070
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2071
+ },
2072
+ {
2073
+ "name": "Keep-Alive",
2074
+ "value": "115"
2075
+ },
2076
+ {
2077
+ "name": "Connection",
2078
+ "value": "keep-alive"
2079
+ },
2080
+ {
2081
+ "name": "Referer",
2082
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2083
+ }
2084
+ ],
2085
+ "queryString": [
2086
+ {
2087
+ "name": "n",
2088
+ "value": "5"
2089
+ },
2090
+ {
2091
+ "name": "sleep",
2092
+ "value": "2"
2093
+ },
2094
+ {
2095
+ "name": "t",
2096
+ "value": "1262446827"
2097
+ },
2098
+ {
2099
+ "name": "type",
2100
+ "value": "gif"
2101
+ }
2102
+ ],
2103
+ "headersSize": 606,
2104
+ "bodySize": -1
2105
+ },
2106
+ "response": {
2107
+ "status": 200,
2108
+ "statusText": "OK",
2109
+ "httpVersion": "HTTP/1.1",
2110
+ "cookies": [
2111
+ ],
2112
+ "headers": [
2113
+ {
2114
+ "name": "Date",
2115
+ "value": "Sat, 02 Jan 2010 15:40:32 GMT"
2116
+ },
2117
+ {
2118
+ "name": "Server",
2119
+ "value": "Apache"
2120
+ },
2121
+ {
2122
+ "name": "Expires",
2123
+ "value": "Mon, 01 Feb 2010 15:40:34 GMT"
2124
+ },
2125
+ {
2126
+ "name": "Cache-Control",
2127
+ "value": "public, max-age=2592000"
2128
+ },
2129
+ {
2130
+ "name": "Last-Modified",
2131
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2132
+ },
2133
+ {
2134
+ "name": "Content-Length",
2135
+ "value": "1076"
2136
+ },
2137
+ {
2138
+ "name": "Keep-Alive",
2139
+ "value": "timeout=2, max=98"
2140
+ },
2141
+ {
2142
+ "name": "Connection",
2143
+ "value": "Keep-Alive"
2144
+ },
2145
+ {
2146
+ "name": "Content-Type",
2147
+ "value": "image/gif"
2148
+ }
2149
+ ],
2150
+ "content": {
2151
+ "size": 1076,
2152
+ "mimeType": "image/gif"
2153
+ },
2154
+ "redirectURL": "",
2155
+ "headersSize": 300,
2156
+ "bodySize": 1076
2157
+ },
2158
+ "cache": {
2159
+ },
2160
+ "timings": {
2161
+ "dns": 0,
2162
+ "connect": 0,
2163
+ "blocked": 4630,
2164
+ "send": 0,
2165
+ "wait": 2215,
2166
+ "receive": 0
2167
+ }
2168
+ },
2169
+ {
2170
+ "pageref": "page_12043",
2171
+ "startedDateTime": "2010-01-02T16:40:22.410+01:00",
2172
+ "time": 6853,
2173
+ "request": {
2174
+ "method": "GET",
2175
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=6&t=1262446827",
2176
+ "httpVersion": "HTTP/1.1",
2177
+ "cookies": [
2178
+ ],
2179
+ "headers": [
2180
+ {
2181
+ "name": "Host",
2182
+ "value": "1.cuzillion.com"
2183
+ },
2184
+ {
2185
+ "name": "User-Agent",
2186
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2187
+ },
2188
+ {
2189
+ "name": "Accept",
2190
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2191
+ },
2192
+ {
2193
+ "name": "Accept-Language",
2194
+ "value": "en-us,en;q=0.5"
2195
+ },
2196
+ {
2197
+ "name": "Accept-Encoding",
2198
+ "value": "gzip,deflate"
2199
+ },
2200
+ {
2201
+ "name": "Accept-Charset",
2202
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2203
+ },
2204
+ {
2205
+ "name": "Keep-Alive",
2206
+ "value": "115"
2207
+ },
2208
+ {
2209
+ "name": "Connection",
2210
+ "value": "keep-alive"
2211
+ },
2212
+ {
2213
+ "name": "Referer",
2214
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2215
+ }
2216
+ ],
2217
+ "queryString": [
2218
+ {
2219
+ "name": "n",
2220
+ "value": "6"
2221
+ },
2222
+ {
2223
+ "name": "sleep",
2224
+ "value": "2"
2225
+ },
2226
+ {
2227
+ "name": "t",
2228
+ "value": "1262446827"
2229
+ },
2230
+ {
2231
+ "name": "type",
2232
+ "value": "gif"
2233
+ }
2234
+ ],
2235
+ "headersSize": 606,
2236
+ "bodySize": -1
2237
+ },
2238
+ "response": {
2239
+ "status": 200,
2240
+ "statusText": "OK",
2241
+ "httpVersion": "HTTP/1.1",
2242
+ "cookies": [
2243
+ ],
2244
+ "headers": [
2245
+ {
2246
+ "name": "Date",
2247
+ "value": "Sat, 02 Jan 2010 15:40:32 GMT"
2248
+ },
2249
+ {
2250
+ "name": "Server",
2251
+ "value": "Apache"
2252
+ },
2253
+ {
2254
+ "name": "Expires",
2255
+ "value": "Mon, 01 Feb 2010 15:40:34 GMT"
2256
+ },
2257
+ {
2258
+ "name": "Cache-Control",
2259
+ "value": "public, max-age=2592000"
2260
+ },
2261
+ {
2262
+ "name": "Last-Modified",
2263
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2264
+ },
2265
+ {
2266
+ "name": "Content-Length",
2267
+ "value": "1334"
2268
+ },
2269
+ {
2270
+ "name": "Keep-Alive",
2271
+ "value": "timeout=2, max=98"
2272
+ },
2273
+ {
2274
+ "name": "Connection",
2275
+ "value": "Keep-Alive"
2276
+ },
2277
+ {
2278
+ "name": "Content-Type",
2279
+ "value": "image/gif"
2280
+ }
2281
+ ],
2282
+ "content": {
2283
+ "size": 1334,
2284
+ "mimeType": "image/gif"
2285
+ },
2286
+ "redirectURL": "",
2287
+ "headersSize": 300,
2288
+ "bodySize": 1334
2289
+ },
2290
+ "cache": {
2291
+ },
2292
+ "timings": {
2293
+ "dns": 0,
2294
+ "connect": 0,
2295
+ "blocked": 4643,
2296
+ "send": 0,
2297
+ "wait": 2210,
2298
+ "receive": 0
2299
+ }
2300
+ },
2301
+ {
2302
+ "pageref": "page_12043",
2303
+ "startedDateTime": "2010-01-02T16:40:22.410+01:00",
2304
+ "time": 9055,
2305
+ "request": {
2306
+ "method": "GET",
2307
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=7&t=1262446827",
2308
+ "httpVersion": "HTTP/1.1",
2309
+ "cookies": [
2310
+ ],
2311
+ "headers": [
2312
+ {
2313
+ "name": "Host",
2314
+ "value": "1.cuzillion.com"
2315
+ },
2316
+ {
2317
+ "name": "User-Agent",
2318
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2319
+ },
2320
+ {
2321
+ "name": "Accept",
2322
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2323
+ },
2324
+ {
2325
+ "name": "Accept-Language",
2326
+ "value": "en-us,en;q=0.5"
2327
+ },
2328
+ {
2329
+ "name": "Accept-Encoding",
2330
+ "value": "gzip,deflate"
2331
+ },
2332
+ {
2333
+ "name": "Accept-Charset",
2334
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2335
+ },
2336
+ {
2337
+ "name": "Keep-Alive",
2338
+ "value": "115"
2339
+ },
2340
+ {
2341
+ "name": "Connection",
2342
+ "value": "keep-alive"
2343
+ },
2344
+ {
2345
+ "name": "Referer",
2346
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2347
+ }
2348
+ ],
2349
+ "queryString": [
2350
+ {
2351
+ "name": "n",
2352
+ "value": "7"
2353
+ },
2354
+ {
2355
+ "name": "sleep",
2356
+ "value": "2"
2357
+ },
2358
+ {
2359
+ "name": "t",
2360
+ "value": "1262446827"
2361
+ },
2362
+ {
2363
+ "name": "type",
2364
+ "value": "gif"
2365
+ }
2366
+ ],
2367
+ "headersSize": 606,
2368
+ "bodySize": -1
2369
+ },
2370
+ "response": {
2371
+ "status": 200,
2372
+ "statusText": "OK",
2373
+ "httpVersion": "HTTP/1.1",
2374
+ "cookies": [
2375
+ ],
2376
+ "headers": [
2377
+ {
2378
+ "name": "Date",
2379
+ "value": "Sat, 02 Jan 2010 15:40:34 GMT"
2380
+ },
2381
+ {
2382
+ "name": "Server",
2383
+ "value": "Apache"
2384
+ },
2385
+ {
2386
+ "name": "Expires",
2387
+ "value": "Mon, 01 Feb 2010 15:40:36 GMT"
2388
+ },
2389
+ {
2390
+ "name": "Cache-Control",
2391
+ "value": "public, max-age=2592000"
2392
+ },
2393
+ {
2394
+ "name": "Last-Modified",
2395
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2396
+ },
2397
+ {
2398
+ "name": "Content-Length",
2399
+ "value": "1334"
2400
+ },
2401
+ {
2402
+ "name": "Keep-Alive",
2403
+ "value": "timeout=2, max=97"
2404
+ },
2405
+ {
2406
+ "name": "Connection",
2407
+ "value": "Keep-Alive"
2408
+ },
2409
+ {
2410
+ "name": "Content-Type",
2411
+ "value": "image/gif"
2412
+ }
2413
+ ],
2414
+ "content": {
2415
+ "size": 1334,
2416
+ "mimeType": "image/gif"
2417
+ },
2418
+ "redirectURL": "",
2419
+ "headersSize": 300,
2420
+ "bodySize": 1334
2421
+ },
2422
+ "cache": {
2423
+ },
2424
+ "timings": {
2425
+ "dns": 0,
2426
+ "connect": 0,
2427
+ "blocked": 6843,
2428
+ "send": 0,
2429
+ "wait": 2212,
2430
+ "receive": 0
2431
+ }
2432
+ },
2433
+ {
2434
+ "pageref": "page_12043",
2435
+ "startedDateTime": "2010-01-02T16:40:22.413+01:00",
2436
+ "time": 9067,
2437
+ "request": {
2438
+ "method": "GET",
2439
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=2&n=8&t=1262446827",
2440
+ "httpVersion": "HTTP/1.1",
2441
+ "cookies": [
2442
+ ],
2443
+ "headers": [
2444
+ {
2445
+ "name": "Host",
2446
+ "value": "1.cuzillion.com"
2447
+ },
2448
+ {
2449
+ "name": "User-Agent",
2450
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
2451
+ },
2452
+ {
2453
+ "name": "Accept",
2454
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
2455
+ },
2456
+ {
2457
+ "name": "Accept-Language",
2458
+ "value": "en-us,en;q=0.5"
2459
+ },
2460
+ {
2461
+ "name": "Accept-Encoding",
2462
+ "value": "gzip,deflate"
2463
+ },
2464
+ {
2465
+ "name": "Accept-Charset",
2466
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
2467
+ },
2468
+ {
2469
+ "name": "Keep-Alive",
2470
+ "value": "115"
2471
+ },
2472
+ {
2473
+ "name": "Connection",
2474
+ "value": "keep-alive"
2475
+ },
2476
+ {
2477
+ "name": "Referer",
2478
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff2_0_f&c1=bi1hfff2_0_f&c2=bi1hfff2_0_f&c3=bi1hfff2_0_f&c4=bi1hfff2_0_f&c5=bi1hfff2_0_f&c6=bi1hfff2_0_f&c7=bi1hfff2_0_f&t=1258547264277"
2479
+ }
2480
+ ],
2481
+ "queryString": [
2482
+ {
2483
+ "name": "n",
2484
+ "value": "8"
2485
+ },
2486
+ {
2487
+ "name": "sleep",
2488
+ "value": "2"
2489
+ },
2490
+ {
2491
+ "name": "t",
2492
+ "value": "1262446827"
2493
+ },
2494
+ {
2495
+ "name": "type",
2496
+ "value": "gif"
2497
+ }
2498
+ ],
2499
+ "headersSize": 606,
2500
+ "bodySize": -1
2501
+ },
2502
+ "response": {
2503
+ "status": 200,
2504
+ "statusText": "OK",
2505
+ "httpVersion": "HTTP/1.1",
2506
+ "cookies": [
2507
+ ],
2508
+ "headers": [
2509
+ {
2510
+ "name": "Date",
2511
+ "value": "Sat, 02 Jan 2010 15:40:34 GMT"
2512
+ },
2513
+ {
2514
+ "name": "Server",
2515
+ "value": "Apache"
2516
+ },
2517
+ {
2518
+ "name": "Expires",
2519
+ "value": "Mon, 01 Feb 2010 15:40:36 GMT"
2520
+ },
2521
+ {
2522
+ "name": "Cache-Control",
2523
+ "value": "public, max-age=2592000"
2524
+ },
2525
+ {
2526
+ "name": "Last-Modified",
2527
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
2528
+ },
2529
+ {
2530
+ "name": "Keep-Alive",
2531
+ "value": "timeout=2, max=97"
2532
+ },
2533
+ {
2534
+ "name": "Connection",
2535
+ "value": "Keep-Alive"
2536
+ },
2537
+ {
2538
+ "name": "Transfer-Encoding",
2539
+ "value": "chunked"
2540
+ },
2541
+ {
2542
+ "name": "Content-Type",
2543
+ "value": "image/gif"
2544
+ }
2545
+ ],
2546
+ "content": {
2547
+ "size": 492,
2548
+ "mimeType": "image/gif"
2549
+ },
2550
+ "redirectURL": "",
2551
+ "headersSize": 306,
2552
+ "bodySize": 492
2553
+ },
2554
+ "cache": {
2555
+ },
2556
+ "timings": {
2557
+ "dns": 0,
2558
+ "connect": 0,
2559
+ "blocked": 6850,
2560
+ "send": 0,
2561
+ "wait": 2217,
2562
+ "receive": 0
2563
+ }
2564
+ }
2565
+ ]
2566
+ }
2567
+ }