tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 335833e832091c76922f61f9dd89d2efb5e006ea
parent a2e5b3c8875e4047719d19e86b314efa12dcdf35
Author: Tooru Fujisawa <arai_a@mac.com>
Date:   Wed, 19 Nov 2025 01:45:55 +0000

Bug 1999649 - Part 4: Remove outdated TODOs. r=bthrall

Differential Revision: https://phabricator.services.mozilla.com/D272507

Diffstat:
Mdom/script/SharedScriptCache.h | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/dom/script/SharedScriptCache.h b/dom/script/SharedScriptCache.h @@ -127,13 +127,6 @@ class ScriptHashKey : public PLDHashEntryHdr { // charset attribute for classic script. // module always use UTF-8. nsString mHintCharset; - - // TODO: Reflect URL classifier data source. - // mozilla::dom::ContentType - // maybe implicit - // top-level document's host - // maybe part of principal? - // what if it's inside frame in different host? }; class ScriptLoadData final