-
Notifications
You must be signed in to change notification settings - Fork 9.5k
report(third party): filter out third party urls #6351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
28cc931
core(jsdom): upgrade jsdom to support closest
wardpeet d99057e
remove lh extension
wardpeet 9885704
fix eslint
wardpeet 0c7d01b
remove jsdom from lighthouse-viewer
wardpeet 9dd3047
add filter 3p logic to report
wardpeet bc9b131
Show 3p table
wardpeet 7e23d46
fix eslint
wardpeet 1dac41b
Merge branch 'master' into feat/report-3p
wardpeet 52253b3
update 3rd party
wardpeet 350bf5d
fix unit test
wardpeet 787f649
fix eslint
wardpeet 6ccbc88
fix typescript
wardpeet 32f0832
fix eslint
wardpeet 745b4cf
Merge branch 'master' into feat/report-3p
wardpeet be2627e
Merge branch 'master' into feat/report-3p
wardpeet 60c1081
review changes
wardpeet 7a17378
fix urlshim & reviews
wardpeet fa071b1
fix lint
wardpeet 274bc47
fix type-check..
wardpeet 7d4cb53
review changes
wardpeet be6d8fb
Update lighthouse-core/lib/url-shim.js
paulirish 2149757
Apply suggestions from code review
paulirish e20dae9
move getrootdomain to util from report render
wardpeet bfb3b56
Enable UIstrings in report for third party label
wardpeet 960139f
review changes
wardpeet 78403fc
Merge branch 'master' into feat/report-3p
wardpeet f9605d4
fix tests
wardpeet 4b117b1
fix eslint
wardpeet 8b3b814
fix tsc
wardpeet 3823b51
update golden lhr
wardpeet bf66efe
fix tests & lint
wardpeet 1888642
AAAAAAhhhh please work
wardpeet 9c018f8
fix proto test
wardpeet 045eb9d
Merge branch 'master' into feat/report-3p
wardpeet 9d17141
update description of label message
wardpeet f2d8fb5
add localhost test
wardpeet 9a3f617
fix i18n lhr check
wardpeet a410185
Fix third paryt check for domains with port
wardpeet 2380a04
fix eslint
wardpeet 34f1790
Merge branch 'master' into feat/report-3p
connorjclark d8c7ba0
fix merge
connorjclark 75c6ef5
URL cleanup
brendankenny 5b8e948
comment
connorjclark 87d5e14
comment
connorjclark b52ab91
Merge remote-tracking branch 'origin/master' into feat/report-3p
connorjclark 3ff478e
empty commit to trigger CI
connorjclark 341bd5d
add render test
connorjclark 99b0b13
fix edge case
connorjclark c9a1b72
use dom.find
connorjclark 2b90b66
empty commit to trigger CI
connorjclark a29cd61
Merge remote-tracking branch 'origin/master' into feat/report-3p
connorjclark a99422a
updates
brendankenny 56e5551
strings
paulirish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wardpeet this ok?