summaryrefslogtreecommitdiffstats
path: root/dom/performance/PerformanceTiming.h
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-03-18 20:05:22 +0100
committerGitHub <noreply@github.com>2018-03-18 20:05:22 +0100
commit393ee744a8d44494a2a3750aec8e3e9845ecf780 (patch)
tree48f8ea6db87b35d9f28d5f467a1b8dbe62c35c24 /dom/performance/PerformanceTiming.h
parentb2af10d6cf38b23fd0697b1835943df32301c785 (diff)
parenta10b23932cd567324b7e1071f3ddc4c46a8270d8 (diff)
downloadUXP-393ee744a8d44494a2a3750aec8e3e9845ecf780.tar
UXP-393ee744a8d44494a2a3750aec8e3e9845ecf780.tar.gz
UXP-393ee744a8d44494a2a3750aec8e3e9845ecf780.tar.lz
UXP-393ee744a8d44494a2a3750aec8e3e9845ecf780.tar.xz
UXP-393ee744a8d44494a2a3750aec8e3e9845ecf780.zip
Merge pull request #70 from janekptacijarabaci/js_dom_performancetiming_2
Set "secureConnectionStart" to 0 for pages with HTTP scheme
Diffstat (limited to 'dom/performance/PerformanceTiming.h')
-rwxr-xr-xdom/performance/PerformanceTiming.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/performance/PerformanceTiming.h b/dom/performance/PerformanceTiming.h
index edfac8d02..fc7e7d5bd 100755
--- a/dom/performance/PerformanceTiming.h
+++ b/dom/performance/PerformanceTiming.h
@@ -274,6 +274,8 @@ private:
// redirectEnd attributes. It is false if there were no redirects, or if
// any of the responses didn't pass the timing-allow-check
bool mReportCrossOriginRedirect;
+
+ bool mSecureConnection;
};
} // namespace dom