Closed
Bug 1877419
Opened 10 months ago
Closed 8 months ago
Strip nested URIs of tracking query parameters with Clean Copy
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: abhishekmadan, Assigned: abhishekmadan)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
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!
Assignee | ||
Comment 2•9 months ago
|
||
Depends on D202943
Updated•9 months ago
|
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!
Updated•9 months ago
|
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
Comment 4•8 months ago
|
||
Backed out 3 changesets (Bug 1884941, Bug 1877419) for causing bustage in URLQueryStringStripper.cpp CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=452213246&repo=autoland&lineNumber=129210
Backout: https://hg.mozilla.org/integration/autoland/rev/77c934059cc9dd5ba0dac1d3af3a02ecc7df9ed5
Flags: needinfo?(amadan)
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
Assignee | ||
Updated•8 months ago
|
Flags: needinfo?(amadan)
Comment 6•8 months ago
|
||
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)
Assignee | ||
Updated•8 months ago
|
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
Comment 8•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f1e9b8e21d42
https://hg.mozilla.org/mozilla-central/rev/aadd2e3e6f9e
Status: NEW → RESOLVED
Closed: 8 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Updated•3 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•