Brendan Kenny
9a6afb37a9
misc: cleanup of audit-details type names ( #10603 )
2020-04-18 14:09:31 -04:00
Brendan Kenny
8b430442fa
tests: fix i18n-test bugs in Node 13 ( #10595 )
2020-04-17 13:59:37 -04:00
Patrick Hulce
64208321f5
core(lantern): improve LCP tail error ( #10529 )
2020-04-16 09:28:06 -05:00
Connor Clark
35b5eb5b8f
cli: experimental preset ( #10585 )
2020-04-14 15:37:48 -07:00
Paul Irish
f79845dac8
misc: npmignore += timings-data/ ( #10584 )
2020-04-14 16:28:49 -05:00
Paul Irish
6c9cee4926
misc(build): report to buildtracker on commit via ghactions
2020-04-14 14:14:01 -07:00
Paul Irish
ac186d0ecb
core: delete unused driver.queryPermissionState() ( #10571 )
2020-04-13 14:03:24 -07:00
Connor Clark
49c5da55fe
misc(compare-runs): category scores, url filter, sort abs.val ( #10526 )
2020-04-13 13:40:51 -07:00
Brendan Kenny
3e5c664c3f
core(runner): make LH.Audit.Context immutable ( #10555 )
2020-04-09 18:20:43 -04:00
Paul Irish
159fd93e48
misc(build): disable fail-fast on gh basics workflow ( #10551 )
2020-04-09 13:55:09 -07:00
Katie Hempenius
5b0c5b8ae6
docs: add explainer on performance budgets ( #10542 )
2020-04-09 10:52:51 -05:00
Robert Linder
a6fd756c99
core(audits): mention <div> is allowed to group content in <dl> ( #10479 )
2020-04-09 10:31:11 -05:00
Snyk bot
3641e193eb
deps(snyk): update snyk snapshot
2020-04-08 13:55:47 -07:00
Connor Clark
4f6170d74b
deps(typescript): update to 3.8.3 ( #10461 )
2020-04-08 14:38:26 -04:00
Patrick Hulce
6056bbb169
tests(smokehouse): loosen wastedMs for unused-javascript ( #10561 )
2020-04-08 12:49:31 -05:00
Patrick Hulce
7c205392f4
core(driver): add run warning on page load timeout ( #10538 )
2020-04-08 11:13:18 -05:00
Connor Clark
ae0f076c40
report: specify transfer or resource size for columns
2020-04-06 15:13:44 -07:00
Connor Clark
2f3da7d099
deps: upgrade publisher ads
2020-04-06 12:25:40 -07:00
Patrick Hulce
2f11010a8a
core(responsive-images): find offscreen images larger than viewport ( #10506 )
2020-04-06 11:31:05 -05:00
Connor Clark
ec45d53f3f
docs(lantern): add deep dive video ( #10546 )
2020-04-03 16:24:28 -07:00
Warren Maresca
2b614837c1
core(lantern): add edges from initiatorRequest when there are duplicate records ( #10097 )
2020-04-02 14:25:30 -05:00
Brendan Kenny
e55fcd2f01
core: include finished state on hidden network-requests audit ( #10530 )
2020-04-01 11:14:10 -04:00
Snyk bot
fffc33b5f6
deps(snyk): update snyk snapshot ( #10531 )
2020-04-01 10:10:08 -05:00
Michael Blasingame
f6a3201e07
report: update table and inline code formatting ( #10437 )
2020-03-30 15:38:54 -04:00
Connor Clark
20e4bc7d8b
misc(compare-runs): fix filter, allow for resume, reorganize output
2020-03-30 12:19:27 -07:00
Patrick Hulce
8443176392
misc(driver): rename ForFCP to ForFcp ( #10516 )
2020-03-30 14:23:43 -04:00
Connor Clark
61207bebed
docs: emphasize some points on what makes a good audit
2020-03-30 10:46:29 -07:00
Connor Clark
6330d77996
docs: add link to gist for using lighthouse audits directly
2020-03-30 10:31:31 -07:00
François Beaufort
ff4f82fc76
core(audits): remove audio-caption accessibility audit ( #10453 )
2020-03-27 12:55:39 -05:00
Patrick Hulce
f1216f9b85
core(driver): pause after FCP event before resolving load ( #10505 )
2020-03-27 10:02:16 -05:00
Patrick Hulce
69ef99d0b4
docs(variability): expand on hardware recommendations
2020-03-25 16:19:34 -07:00
Connor Clark
882183953b
core(unused-javascript): update doc link to web.dev
2020-03-25 15:04:25 -07:00
AndreasKubasa
1457b4cecc
docs(readme): add AwesomeTechStack to lighthouse integrations ( #10475 )
2020-03-24 17:35:00 -05:00
Michael Blasingame
2b500fc81e
core: remove some dead code in driver.js ( #10491 )
2020-03-23 15:36:52 -04:00
Sebastian Kreft
c8b71635d2
new_audit: check images are big enough
2020-03-19 14:19:15 -07:00
Alex Tkachuk
42da38bf19
docs(readme): update PageSpeed Green in related projects
2020-03-19 12:52:18 -07:00
Snyk bot
244b61ab67
deps(snyk): update snyk snapshot ( #10478 )
2020-03-19 14:50:44 -05:00
Patrick Hulce
2afddc779d
misc: ignore duplicate builds in lhci dogfood ( #10482 )
2020-03-19 14:36:58 -05:00
Sebastian Kreft
7904efb3d4
core(ImageElements): add usesPixelArtScaling and usesSrcSetDensityDescriptor properties ( #10481 )
...
* feature: add usesPixelArtScaling flag to images
This new flag will be used by the ImageSizeResponsive audit (#10245 ), as those images are intendedly displayed in a pixelated form, so the audit should not flag them.
Note that `image-rendering: -mo-crisp-edges;` is also an accepted value in Firefox, however in such case, the computed style will return `crips-edges`.
* Fix how usesPixelArtRendering is computed
Apparently the code is executed in another process, which means, that functions mus be inlined, otherwise the code needs to go through some extra hoops.
* Add usesSrcSetDensityDescriptor
2020-03-19 14:05:35 -05:00
Patrick Hulce
f3d0e3459d
misc: rename license header to use Lighthouse Authors ( #10469 )
2020-03-18 11:21:54 -05:00
Connor Clark
72f07747f3
core(source-maps): workaround CORS for fetching maps ( #9459 )
2020-03-17 16:52:35 -07:00
Connor Clark
30ec2e33c3
tests(smoke): use range for unused bytes expectations ( #10473 )
2020-03-16 21:45:31 -05:00
Brendan Kenny
ee7cb3ba93
core(lcp): remove todo, mark score curve points as official ( #10452 )
2020-03-13 19:35:44 -07:00
Brendan Kenny
a74c807b3a
misc: add non-null annotations to keep internal lint happy ( #10454 )
2020-03-12 22:04:28 -05:00
Paul Irish
468c10bb9d
v6.0.0-beta.0 ( #10451 )
2020-03-12 15:53:01 -07:00
Paul Irish
40a187f1cc
tests: update coveragePathIgnore jest configuration
2020-03-10 20:40:09 -07:00
Paul Irish
77cc782d77
core(scoring): apply v6 score weightings ( #9949 )
2020-03-10 20:09:31 -07:00
Paul Irish
c93e80b7cf
tests: add github action w/ basic CI tasks
2020-03-10 13:16:11 -07:00
Paul Irish
9ad4a18cad
misc: resolve jest-haste-map naming collision warning ( #10447 )
2020-03-10 12:52:19 -07:00
Connor Clark
feaee898bf
core(cls): add learn more link ( #10427 )
2020-03-09 17:03:22 -07:00