diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-03-18 20:05:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-18 20:05:22 +0100 |
commit | 393ee744a8d44494a2a3750aec8e3e9845ecf780 (patch) | |
tree | 48f8ea6db87b35d9f28d5f467a1b8dbe62c35c24 /dom/performance/PerformanceTiming.h | |
parent | b2af10d6cf38b23fd0697b1835943df32301c785 (diff) | |
parent | a10b23932cd567324b7e1071f3ddc4c46a8270d8 (diff) | |
download | UXP-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-x | dom/performance/PerformanceTiming.h | 2 |
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 |