Skip to content

Commit 892ad0f

Browse files
committed
comments
1 parent de8574a commit 892ad0f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

js/httpsb.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ HTTPSB.scopePageExists = function(url) {
131131
/******************************************************************************/
132132

133133
HTTPSB.evaluate = function(src, type, hostname) {
134+
// rhill 2013-12-03: When HTTPSB is disengaged, all requests are
135+
// considered being "allowed temporarily".
134136
if ( this.off ) {
135137
return 'gpt';
136138
}

js/info.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ function updateRequestData() {
7272
nReqKeys = reqKeys.length;
7373
for ( iReqKey = 0; iReqKey < nReqKeys; iReqKey++ ) {
7474
reqKey = reqKeys[iReqKey];
75+
// rhill 2013-12-04: `reqKey` can be null since a ring buffer is
76+
// now used, and it might not have been filled yet.
7577
if ( !reqKey ) {
7678
continue;
7779
}

0 commit comments

Comments
 (0)