Closed Bug 1877419 Opened 5 months ago Closed 3 months ago

Strip nested URIs of tracking query parameters with Clean Copy

Categories

(Core :: Privacy: Anti-Tracking, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
126 Branch
Tracking Status
firefox126 --- fixed

People

(Reporter: abhishekmadan, Assigned: abhishekmadan)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

No description provided.
Assignee: nobody → amadan
Attachment #9388074 - Attachment description: WIP: Bug 1877419 - added nested stripping of urls to copy without site tracking → WIP: Bug 1877419 - Part 1: Added nested stripping of urls to copy without site tracking. r=pbz!
Attachment #9388074 - Attachment description: WIP: Bug 1877419 - Part 1: Added nested stripping of urls to copy without site tracking. r=pbz! → Bug 1877419 - Part 1: Added nested stripping of urls to copy without site tracking. r=pbz!
Attachment #9388304 - Attachment description: WIP: Bug 1877419 - Part 2: Added tests for nested stripping for Strip on Share. r=pbz → Bug 1877419 - Part 2: Added tests for nested stripping for Strip on Share. r=pbz
Pushed by amadan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2ca2f596c09
Part 1: Added nested stripping of urls to copy without site tracking. r=pbz,necko-reviewers
https://hg.mozilla.org/integration/autoland/rev/32c74a4cd05b
Part 2: Added tests for nested stripping for Strip on Share. r=pbz
Pushed by amadan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b7fab4b145f7
Part 1: Added nested stripping of urls to copy without site tracking. r=pbz,necko-reviewers
https://hg.mozilla.org/integration/autoland/rev/53db0be27620
Part 2: Added tests for nested stripping for Strip on Share. r=pbz
Flags: needinfo?(amadan)

Backed out for causing non unified build bustages on URLQueryStringStripper.cpp.

[task 2024-03-26T17:28:38.446Z] 17:28:38     INFO -  gmake[4]: Entering directory '/builds/worker/workspace/obj-build/toolkit/components/antitracking'
[task 2024-03-26T17:28:38.449Z] 17:28:38     INFO -  /builds/worker/fetches/sccache/sccache /builds/worker/fetches/clang/bin/clang++ --sysroot /builds/worker/fetches/sysroot-x86_64-linux-gnu -o URLQueryStringStripper.o -c  -I/builds/worker/workspace/obj-build/dist/stl_wrappers -I/builds/worker/workspace/obj-build/dist/system_wrappers -include /builds/worker/checkouts/gecko/config/gcc_hidden.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -DNDEBUG=1 -DTRIMMED=1 -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DSTATIC_EXPORTABLE_JS_API -I/builds/worker/checkouts/gecko/toolkit/components/antitracking -I/builds/worker/workspace/obj-build/toolkit/components/antitracking -I/builds/worker/checkouts/gecko/netwerk/base -I/builds/worker/checkouts/gecko/netwerk/protocol/http -I/builds/worker/workspace/obj-build/ipc/ipdl/_ipdlheaders -I/builds/worker/checkouts/gecko/ipc/chromium/src -I/builds/worker/workspace/obj-build/dist/include -I/builds/worker/workspace/obj-build/dist/include/nspr -I/builds/worker/workspace/obj-build/dist/include/nss -DMOZILLA_CLIENT -include /builds/worker/workspace/obj-build/mozilla-config.h -D_GLIBCXX_USE_CXX11_ABI=0 -fno-sized-deallocation -fno-aligned-new -fcrash-diagnostics-dir=/builds/worker/artifacts -fno-exceptions -fPIC -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -gdwarf-4 -Xclang -load -Xclang /builds/worker/workspace/obj-build/build/clang-plugin/libclang-plugin.so -Xclang -add-plugin -Xclang moz-check -O2 -fno-omit-frame-pointer -funwind-tables -Werror -Wall -Wbitfield-enum-conversion -Wdeprecated-this-capture -Wempty-body -Wformat-type-confusion -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtautological-constant-in-range-compare -Wtype-limits -Wno-error=tautological-type-limit-compare -Wunreachable-code -Wunreachable-code-return -Wunused-but-set-parameter -Wno-invalid-offsetof -Wclass-varargs -Wempty-init-stmt -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wno-range-loop-analysis -Wc++2a-compat -Wenum-compare-conditional -Wenum-float-conversion -Wno-error=deprecated -Wno-error=deprecated-anon-enum-enum-conversion -Wno-error=deprecated-enum-enum-conversion -Wno-error=deprecated-pragma -Wno-error=deprecated-this-capture -Wcomma -Wimplicit-fallthrough -Wstring-conversion -Wno-inline-new-delete -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wno-error=atomic-alignment -Wno-error=deprecated-builtins -Wformat -Wformat-security -Wno-psabi -Wthread-safety -Wno-error=builtin-macro-redefined -Wno-unknown-warning-option -fno-strict-aliasing -ffp-contract=off  -MD -MP -MF .deps/URLQueryStringStripper.o.pp   /builds/worker/checkouts/gecko/toolkit/components/antitracking/URLQueryStringStripper.cpp
[task 2024-03-26T17:28:38.449Z] 17:28:38    ERROR -  /builds/worker/checkouts/gecko/toolkit/components/antitracking/URLQueryStringStripper.cpp:445:11: error: use of undeclared identifier 'LOG'
[task 2024-03-26T17:28:38.450Z] 17:28:38     INFO -    445 |           LOG(("Unable to obtain ioService"));
[task 2024-03-26T17:28:38.450Z] 17:28:38     INFO -        |           ^
[task 2024-03-26T17:28:38.450Z] 17:28:38     INFO -  1 error generated.
[task 2024-03-26T17:28:38.450Z] 17:28:38    ERROR -  gmake[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:688: URLQueryStringStripper.o] Error 1
[task 2024-03-26T17:28:38.450Z] 17:28:38     INFO -  gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/toolkit/components/antitracking'
Flags: needinfo?(amadan)
Flags: needinfo?(amadan)
Pushed by amadan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f1e9b8e21d42
Part 1: Added nested stripping of urls to copy without site tracking. r=pbz,necko-reviewers
https://hg.mozilla.org/integration/autoland/rev/aadd2e3e6f9e
Part 2: Added tests for nested stripping for Strip on Share. r=pbz
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: