src/js/other-websites/fathom.js (14 lines): - line 162: // TODO: Could we just use querySelectorAll() with a really long - line 736: // TODO: Test and tune default costs. They're off the cuff at the moment. - line 802: // TODO: Consider similarity of classList. - line 974: // TODO: Can't get map to work here. Don't know why. - line 1340: // TODO: Optimize better. Walk the dependency tree, and run only the - line 1391: // For the moment, we accept only type()s as args. TODO: Generalize to - line 1405: // TODO: This is n^2. Why is there no set intersection in JS?! - line 1426: // TODO: Though we could solve this with a compilation step: and(type(A), type(B).max()) is equivalent to type(B).max() -> type(Bmax); and(type(A), type(Bmax)). - line 1449: // TODO: Still not sure how to get the distance to factor into the - line 1469: fact.note = nearest; // TODO: Wrap this in an object to make room to return distance later. - line 2155: // TODO: Make auto-generated rule names be based on the out types of - line 2248: // TODO: Could arbitrary predicates (once we implement those) matter - line 2260: // TODO: On construct, complain about useless rules, like a dom() rule that - line 2477: // TODO: Combine these hashes for space efficiency: src/js/popup/popup.js (6 lines): - line 640: // TODO: Add Toggle Function - line 646: // TODO: Add toggle button back - line 861: // FIXME: The total news item count may differ than what is displayed to the user - line 1339: // TODO: Add localized error state - line 1796: // TODO: Move some of this logic to get_profile_data to set the browserActionBadge to a # - line 1807: // TODO: Remove "/" from here. It'll be error prone src/js/background/background.js (2 lines): - line 359: // 402: Currently unknown. See FIXME in makeRelayAddress() function. - line 425: // FIXME: can this just return newRelayAddressResponse ? src/css/popup.css (2 lines): - line 43: /* FIXME: Refactor to account for height dynamically */ - line 701: /* TODO: down to 730 - reuse */ src/js/other-websites/inpage_menu.js (2 lines): - line 167: // TODO: Add telemetry event (?) - line 569: // TODO: Move this function elsewhere