Skip to content
Snippets Groups Projects
  1. Jun 06, 2017
  2. Jun 02, 2017
  3. Jun 06, 2017
  4. Jun 05, 2017
  5. Jun 06, 2017
  6. Jun 02, 2017
  7. May 24, 2017
  8. Jun 06, 2017
    • Kershaw Chang's avatar
      Bug 1360581 - Part 2: Do channel annotation a bit earlier. r=francois · 30314beb
      Kershaw Chang authored
      The current channel annotation is happened at nsChannelClassifier::OnClassifyComplete and this is too late because this channel might be already hit the network.
      This patch adds a new API CheckIsTrackerWithLocalTable in nsChannelClassifier to check if the URI is in local blacklist and whitelist before calling BeginConnectActual.
      Please note that whitelist will be checked only when TP is disabled.
      
      --HG--
      extra : rebase_source : 0761f6c7631bc934691c8d018be88514568a3aa1
      30314beb
    • Kershaw Chang's avatar
      Bug 1360581 - Part 1: Avoid nsChannelClassifier being created twice. r=mayhemer · b87b6ea5
      Kershaw Chang authored
      The original code creates nsChannelClassifier and calls ShouldEnableTrackingProtection twice when TP is enabled. To avoid redundancy, this patch makes channel classifier as a data member in nsHttpChannel. Note that the data member is a weak ptr to prevent ref count cycle.
      
      --HG--
      extra : rebase_source : 4a77f1e51b38e27a065162cc702091aca2db51de
      b87b6ea5
  9. Jun 02, 2017
  10. Jun 06, 2017
  11. Jun 03, 2017
  12. Jun 06, 2017
  13. Jun 05, 2017
  14. May 30, 2017
  15. Jun 05, 2017
  16. Jun 06, 2017
  17. Jun 05, 2017
  18. Jun 06, 2017
Loading