This file is indexed.

/usr/share/xul-ext/form-history-control/chrome/content/overlay/FhcManageFormHistoryOverlay.js is in xul-ext-form-history-control 1.4.0.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
/* ***** BEGIN LICENSE BLOCK *****
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *
 * The contents of this file are subject to the Mozilla Public License Version
 * 1.1 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 * for the specific language governing rights and limitations under the
 * License.
 *
 * The Original Code is FhcManageFormHistoryOverlay.
 *
 * The Initial Developer of the Original Code is Stephan Mahieu.
 * Portions created by the Initial Developer are Copyright (C) 2009
 * the Initial Developer. All Rights Reserved.
 *
 * Contributor(s):
 *   Stephan Mahieu <stephanmahieu@yahoo.com>
 *
 * Alternatively, the contents of this file may be used under the terms of
 * either the GNU General Public License Version 2 or later (the "GPL"), or
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 * in which case the provisions of the GPL or the LGPL are applicable instead
 * of those above. If you wish to allow use of your version of this file only
 * under the terms of either the GPL or the LGPL, and not to allow others to
 * use your version of this file under the terms of the MPL, indicate your
 * decision by deleting the provisions above and replace them with the notice
 * and other provisions required by the GPL or the LGPL. If you do not delete
 * the provisions above, a recipient may use your version of this file under
 * the terms of any one of the MPL, the GPL or the LGPL.
 *
 * ***** END LICENSE BLOCK ***** */


/**
 * Provide "remember formhistory" event handlers for custom handling.
 *
 * Dependencies:
 *   FhcUtil.js, FhcPreferenceHandler.js, FhcDbHandler.js
 */

var FhcManageFormHistoryOverlay = {
  observerService:        null,
  prefHandler:            null,
  dbHandler:              null,
  extPreferenceListener:  null,
  mozPreferenceListener:  null,
  exceptionlistObserver:  null,
  oldURL:                 null,
  currentSaveFormhistory: null,
  timer:                  null,
  submitDate:             null,
  submitting:             false,
  doSaveFormhistory:      false,
  checkHistoryDB:         false,

  init: function() {
    this.prefHandler = new FhcPreferenceHandler();
    this.dbHandler   = new FhcDbHandler();
    
    gBrowser.addProgressListener(this.locationChangeListener);
    this.registerPrefListeners();
    this.registerEarlySubmitObserver();
    this.registerExceptionlistObserver();

    // fallback for SeaMonkey: delete formhistory entries afterwards (if times used == 1)
    if ("SeaMonkey" == FhcUtil.getBrowserName() && "1" == FhcUtil.getGeckoVersion()[0]) {
      //dump("Add SeaMonkey fallback\n");
      window.addEventListener("submit", function() {
        FhcManageFormHistoryOverlay.onLateFormSubmit()
      }, true);
    }
    
    // for the current opened document at startup
    this.setStatusIcon();
  },

  destroy: function() {
    this.destroyTimer();
    this.unregisterPrefListeners();
    this.unregisterEarlySubmitObserver();
    this.unregisterExceptionlistObserver();
    gBrowser.removeProgressListener(this.locationChangeListener);

    // if shutting down while a submit has not finished, restore global preference
    if (this.submitting && this.currentSaveFormhistory != null) {
      this.setGlobalSavePreference(this.currentSaveFormhistory);
    }
    
    delete this.dbHandler;
    delete this.prefHandler;
  },

  /**
   * Check if "remember formhistory" is enabled for given URI.
   */
  isRememberEnabled: function(aURI) {
    if (!this.prefHandler.isGlobalRememberFormEntriesActive() || FhcUtil.inPrivateBrowsingMode()) {
      return false; // remember formhistory globally disabled
    }
    if (!this.prefHandler.isManageHistoryByFHCEnabled()) {
      return true; // remember formhistory globally enabled
    }
    // remember formhistory is managed by FHC
    return this.isRememberEnabledByFHC(aURI);
  },

  /**
   * Check FHC settings if "remember formhistory" is enabled for given URI.
   */
  isRememberEnabledByFHC: function(aURI) {
    var exceptionType = this.prefHandler.getManageFhcException();
    if ("managefhcnoexception" == exceptionType) {
      // Use global preference
      return (this.prefHandler.isGlobalRememberFormEntriesActive() && !FhcUtil.inPrivateBrowsingMode());
    }
    else {
      // blacklist ("managefhcblacklist") or whitelist ("managefhcwhitelist")?
      var isWhiteList = ("managefhcwhitelist" == exceptionType);
      
      var isListed = false;
      var exceptionList = this.dbHandler.getAllCustomsaveExceptions();
      for (var it=0; it < exceptionList.length && !isListed; it++) {
        isListed = (aURI.spec.indexOf(exceptionList[it].url) >= 0);
      }
      return (isWhiteList == isListed);
    }
  },

  /**
   * Triggered when any of the formfill preferences changes.
   * Change the statusbar/toolbar icon according to the current formfill status.
   */
  onPrefsChange: function(prefName) {
    // ignore prefchanges while submitting
    //dump("FhcManageFormhistoryOverlay::onPrefsChange\n");
    if (!this.submitting) {
      this.setStatusIcon();
    }
  },

  /**
   * When formhistory is managed by Form History Control, change the global
   * "remember formhistory" preference just prior to submit, in order to save or
   * not-save the submitted form data according to FHC's custom preferences.
   *
   * This method is triggered early when a form is in the process of being
   * submitted, thus submitting might be cancelled along the way so we have
   * to make sure to restore all temporarily changed preferences.
   */
  onFormSubmit: function() {
    //dump("\n=== onFormSubmit ===\n");
    if (this.prefHandler.isManageHistoryByFHCEnabled() && !FhcUtil.inPrivateBrowsingMode()) {
      //dump("- ManageByFHC is enabled.\n");
      var URI = gBrowser.selectedBrowser.currentURI;

      //dump("- Checking if 'remember formhistory' should be enabled...\n");
      //dump("- URL current tab = [" + URI.spec + "]\n");
      //dump("- Current setting Mozilla formfill.enable=" + this.prefHandler.isGlobalRememberFormEntriesActive() + "\n");

      if (!this.submitting) {
        // remember current setting (restore setting after submit is done)
        this.submitting = true;
        this.currentSaveFormhistory = this.prefHandler.isGlobalRememberFormEntriesActive();

        // change global preference as early as possible
        this.doSaveFormhistory = this.isRememberEnabled(URI);
        this.setGlobalSavePreference(this.doSaveFormhistory);
        //dump("- setting global remember pref to " + this.prefHandler.isGlobalRememberFormEntriesActive() + " prior to submit\n");

        // restore setting when onSelectNewURL is not triggered after submit
        // which may occur if the submit is cancelled during event bubbling
        this.runAfterTimeout(
          function(){
            FhcManageFormHistoryOverlay.onFormSubmitDone();
          }, 1000
        );
      }
      //dump("\n");
    }
  },

  /**
   * Form submit finished, restore global preference.
   */
  onFormSubmitDone: function() {
    //dump("...onFormSubmitDone...\n");
    if (this.submitting) {
      this.cancelRunAfterTimeout();
      if (this.currentSaveFormhistory != null)  {
        //dump("- restoring global pref back to " + this.currentSaveFormhistory + "...\n");
        // restore original preference
        this.setGlobalSavePreference(this.currentSaveFormhistory);
        this.currentSaveFormhistory = null;
      }
      this.submitting = false;
      if (this.checkHistoryDB) {
        //dump("- check db for entries that should not have been added...\n");
        this.checkHistoryDB = false;
        // db cleanup
        //dump("submitdate was: " + this.submitDate + "\n");
//        var sTime = this.submitDate.getHours() + ":" + this.submitDate.getMinutes() + ":" + this.submitDate.getSeconds() + "." + this.submitDate.getMilliseconds();
//        dump("submit time: " + sTime + "\n");
//        var now = new Date();
//        sTime = now.getHours() + ":" + now.getMinutes() + ":" + now.getSeconds() + "." + now.getMilliseconds();
//        dump("it is now: " + sTime + "\n");
        // remove entries added max 450ms before submit
        this.dbHandler.deleteRecentEntriesBetween((this.submitDate - 450) * 1000, this.submitDate * 1000);
        this.notifyStoreChanged();
      }
      //dump("\n");
    }
  },

  /**
   * Triggered when a new tab (with a different URI) is selected or after a
   * submit when a new page is loaded.
   * Change the statusbar/toolbar icon according to the current formfill status.
   */
  onSelectNewURL: function(aURI) {
    if (this.submitting) {
      this.onFormSubmitDone();
    }

    if (aURI) {
      if (aURI.spec == this.oldURL)
        return;
      this.oldURL = aURI.spec;
    }
    else {
      this.oldURL = null;
    }
    this.setStatusIcon();
  },

  /**
   * Make sure entries that should not have been added are deleted
   * immediately afterwards (fallback scenario).
   */
  onLateFormSubmit: function() {
    //dump("=== onLateFormSubmit ===\n");
    if (this.submitting && !this.doSaveFormhistory) {
      //dump("new entries have to be deleted after submit...\n\n");
      this.checkHistoryDB = true;
      this.submitDate = new Date();
    }
  },

  /**
   * Set the global preference which controls if submitted formdata should be
   * remembered.
   */
  setGlobalSavePreference: function(boolValue) {
    if (boolValue != this.prefHandler.isGlobalRememberFormEntriesActive()) {
      this.prefHandler.setGlobalRememberFormEntriesActive(boolValue);
    }
  },

  /**
   * Change the icon to reflect the current formfill status.
   */
  setStatusIcon: function() {
    //dump("=== setStatusIcon ===\n");
    if (!this.prefHandler.isGlobalRememberFormEntriesActive() || FhcUtil.inPrivateBrowsingMode()) {
      // remember formhistory globally disabled
      //dump("- Remember formhistory globally disabled\n");
      this.setIcons("neversave");
    }
    else if (!this.prefHandler.isManageHistoryByFHCEnabled()) {
      // remember formhistory globally enabled
      //dump("- Remember formhistory globally enabled\n");
      this.setIcons(null); // default icon
    } else {
      // remember formhistory  managed by FHC
      var URI = gBrowser.selectedBrowser.currentURI;
      //dump("- ManageByFHC enabled URI[" + URI.spec + "]\n");
      if (this.isRememberEnabledByFHC(URI)) {
        this.setIcons("dosave");
      } else {
        this.setIcons("nosave");
      }
    }
    //dump("\n");
  },

  /**
   * Set the icon for the statusbar and toolbar.
   *
   * @param state {String}
   *        the attribute which selects the icon in css, null for no attribute
   */
  setIcons: function(state) {
    var sbMenu = document.getElementById("formhistctrl-statusbarmenu");
    var tbMenu = document.getElementById("formhistctrl-toolbarbutton");
    if (state) {
      if (sbMenu) sbMenu.setAttribute("savestate", state);
      if (tbMenu) tbMenu.setAttribute("savestate", state);
    } else {
      if (sbMenu) sbMenu.removeAttribute("savestate");
      if (tbMenu) tbMenu.removeAttribute("savestate");
    }
  },

  /**
   * Register listeners for relevant preference changes.
   */
  registerPrefListeners: function() {
    this.extPreferenceListener = this.registerExtPrefListener();
    this.mozPreferenceListener = this.registerMozPrefListener();
  },

  /**
   * Unregister listeners for relevant preference changes.
   */
  unregisterPrefListeners: function() {
    this.extPreferenceListener.unregister();
    delete this.extPreferenceListener;
    this.mozPreferenceListener.unregister();
    delete this.mozPreferenceListener;
  },

  /**
   * Register a listener to act upon relevant extension preference changes.
   */
  registerExtPrefListener: function() {
    var preferenceListener = new FhcUtil.PrefListener("extensions.formhistory.",
      function(branch, name) {
        switch (name) {
          case "manageFormhistoryByFHC":
          case "managefhc.exception":
               // adjust local var to reflect new preference value
               FhcManageFormHistoryOverlay.onPrefsChange(name);
               break;
        }
      });
    preferenceListener.register();
    return preferenceListener;
  },
  
  /**
   * Register a listener to act upon relevant mozilla preference changes.
   */
  registerMozPrefListener: function() {
    var preferenceListener = new FhcUtil.PrefListener("browser.formfill.",
      function(branch, name) {
        switch (name) {
          case "enable":
               // adjust local var to reflect new preference value
               FhcManageFormHistoryOverlay.onPrefsChange(name);
               break;
        }
      });
    preferenceListener.register();
    return preferenceListener;
  },

  /**
   * Register an observer to act upon managefhc exceptionlist changes.
   */
  registerExceptionlistObserver: function() {
    this.exceptionlistObserver = {
      observe: function(subject, topic, state) {
        FhcManageFormHistoryOverlay.onPrefsChange(topic);
      },
      register: function() {
        Components.classes["@mozilla.org/observer-service;1"]
                  .getService(Components.interfaces.nsIObserverService)
                  .addObserver(this, "managefhc-exceptionlist-changed", false);
      },
      unregister: function() {
        Components.classes["@mozilla.org/observer-service;1"]
                  .getService(Components.interfaces.nsIObserverService)
                  .removeObserver(this, "managefhc-exceptionlist-changed");
      }
    };
    this.exceptionlistObserver.register();
  },
  
  /**
   * Unregister the Exceptionlist observer.
   */
  unregisterExceptionlistObserver: function() {
    this.exceptionlistObserver.unregister();
  },

  /**
   * Invoke a callBackFunction after a specified no of milliseconds.
   *
   * @param callBackFunc {Function}
   * @param timeMillisec {Number}
   */
  runAfterTimeout: function(callBackFunc, timeMillisec) {
    var event = {
      notify: function(timer) {callBackFunc();}
    }

    if (this.timer == null) {
      this.timer = Components.classes["@mozilla.org/timer;1"]
                    .createInstance(Components.interfaces.nsITimer);
    } else {
      this.cancelRunAfterTimeout();
    }
    this.timer.initWithCallback(
       event,
       timeMillisec,
       Components.interfaces.nsITimer.TYPE_ONE_SHOT);
  },

  /**
   * Stop timer if still running.
   */
  cancelRunAfterTimeout: function() {
    if (this.timer) {
      try {
        this.timer.cancel();
      } catch(e) {}
    }
  },

  /**
   * Send notification to observers that the formhistory store has changed.
   */
  notifyStoreChanged: function() {
    var observerService = Components.classes["@mozilla.org/observer-service;1"]
                            .getService(Components.interfaces.nsIObserverService);
    observerService.notifyObservers(null, "sessionstore-state-write-complete", "");
  },

  destroyTimer: function() {
    this.cancelRunAfterTimeout();
    this.timer = null;
  },

  registerEarlySubmitObserver: function() {
    this.observerService = Components.classes["@mozilla.org/observer-service;1"]
                           .getService(Components.interfaces.nsIObserverService);
    this.observerService.addObserver(this.submitObserver, "earlyformsubmit", false);
  },
  
  unregisterEarlySubmitObserver: function() {
    this.observerService.removeObserver(this.submitObserver, "earlyformsubmit");
    delete this.observerService;
  },

  /**
   * Observer object for FormSubmit events.
   */
  submitObserver: {
    QueryInterface: function(aIID) {
     if (aIID.equals(Components.interfaces.nsIFormSubmitObserver) ||
         aIID.equals(Components.interfaces.nsIObserver) ||
         aIID.equals(Components.interfaces.nsISupportsWeakReference) ||
         aIID.equals(Components.interfaces.nsISupports))
       return this;
     throw Components.results.NS_NOINTERFACE;
    },

    // nsFormSubmitObserver interface
    notify : function (formElement, aWindow, actionURI, cancelSubmit) {
      // do not trigger at browser startup
      if (actionURI && actionURI.spec.indexOf("http://www.browserscope.org/beacon") != 0) {
//        dump("\n\n==================\nEarly form submit!\n==================\n");
//        dump("- formElement [" + formElement + "]\n");
//        dump("- aWindow     [" + aWindow + "]\n");
//        dump("- actionURI   [" + actionURI.spec + "]\n");
//        dump("- cancelSubmit[" + cancelSubmit + "]\n");
        FhcManageFormHistoryOverlay.onFormSubmit();
      }
      return true; // return true or form submit will be canceled.
    }
  },

  locationChangeListener: {
    QueryInterface: function(aIID) {
      if (aIID.equals(Components.interfaces.nsIWebProgressListener) ||
          aIID.equals(Components.interfaces.nsISupportsWeakReference) ||
          aIID.equals(Components.interfaces.nsISupports))
        return this;
      throw Components.results.NS_NOINTERFACE;
    },

    onLocationChange: function(aProgress, aRequest, aURI) {
      FhcManageFormHistoryOverlay.onSelectNewURL(aURI);
    },
  
    onStateChange: function(a, b, c, d) {},
    onProgressChange: function(a, b, c, d, e, f) {},
    onStatusChange: function(a, b, c, d) {},
    onSecurityChange: function(a, b, c) {}
  }
}

// call handleEvent method for the following events:
window.addEventListener("load",
  function() {
    FhcManageFormHistoryOverlay.init();
    removeEventListener("load", arguments.callee, false);
  },
  false
);

window.addEventListener("unload",
  function() {
    FhcManageFormHistoryOverlay.destroy();
    removeEventListener("unload", arguments.callee, false);
  },
  false
);