Граф коммитов

2323 Коммитов

Автор SHA1 Сообщение Дата
Paul Irish 9186735ca2
misc(error-reporting): report unhandled promise rejections (#3886) 2017-11-22 16:29:41 -08:00
Paul Irish f19ffd181d docs: fox mobile device testing example (#3887) 2017-11-22 11:47:15 -08:00
Brendan Kenny 207000a23c
cli(sentry): handle configstore errors; don't enabling error reporting (#3878) 2017-11-21 13:41:02 -08:00
Paul Irish 9d312c2abf
docs(error-reporting): improve clarity for opt-out folks (#3876) 2017-11-21 13:16:24 -08:00
Paul Irish 2182513f2c
core(driver): add driver.wsEndpoint() (#3864) 2017-11-20 18:16:12 -08:00
Brendan Kenny 407b1af5eb
cli: compile out remaining typescript; add tsc type checking via jsdocs (#3747) 2017-11-20 18:10:03 -08:00
Rob Dodson ac2bc69936 new_audit(accessibility): add accessibility manual audits (#3834) 2017-11-18 06:15:18 +01:00
Brendan Kenny e1252ac22c misc(changelog): tweaks to changelog template and instructions (#3849) 2017-11-18 06:10:24 +01:00
Paul Irish 1fe2a95266 misc(changelog): minor changelog generation usability bumps (#3847) 2017-11-17 18:08:52 -08:00
Brendan Kenny 70574e872c
2.6.0 (#3848) 2017-11-17 17:48:16 -08:00
Patrick Hulce 32ed80c048 new_audit(cache-headers): detects savings from leveraging caching (#3531) 2017-11-17 15:42:14 -08:00
Ward Peeters 2a4f6bfe00 new_audit(mainthread-work-breakdown): audit for page-execution-timings (#3520) 2017-11-17 15:32:56 -08:00
Karan Thakkar b67601b1b3 core(audit): Ignore href=javascript:.* for rel=noopener audit (#3574) 2017-11-17 22:39:59 +01:00
Patrick Hulce a9780d6690 core(speed-index): only compute perceptual speed index (#3845) 2017-11-17 22:36:57 +01:00
Paul Irish 33b1574da7 core(bootup-time): refactor task/group iteration 2017-11-17 13:27:27 -08:00
Ward Peeters 05cea61d57 new_audit(bootup-time): Bootup time per script (#3563) 2017-11-17 22:21:46 +01:00
Patrick Hulce 12f7f03241 report(image-aspect-ratio): fix audit description (#3843) 2017-11-17 20:04:55 +01:00
Brendan Kenny 6cd1b41e0d tests(smokehouse): add long task to byte-efficiency tester to deflake appveyor (#3804) 2017-11-13 08:46:52 -08:00
Ward Peeters 5b96072da7
misc(changelog-generator): Generate changelogs (#3632) 2017-11-11 14:33:12 +01:00
Patrick Hulce 76b88070d2 core: remove optimalValue (#3774) 2017-11-10 13:44:41 -08:00
Eric Bidelman f7b75a7861 misc: use undated Apache 2 LICENSE file (#3700) 2017-11-10 13:43:48 -08:00
Karan Thakkar bcb45b4fc8 report: Add print summary and print expanded options (#3578) 2017-11-10 12:41:57 -08:00
Patrick Hulce fffc8f327a cli: do not double quote chromeFlags (#3775) 2017-11-10 12:18:35 -08:00
Patrick Hulce 0af1721510
core(predictive-perf): predict FCP (#3730)
* core(predictive-perf): predict FCP instead of FMP

* add back FMP

* add rough estimates
2017-11-08 19:38:29 -08:00
Akshay Iyer 190638af3c core(image-usage): add null check for parentElement (#3779)
* core(image-usage): add null check for parentElement

* core(image-usage): add null check for parentElement

* add smoke test

* add issue link
2017-11-08 13:35:14 -08:00
Konrad Dzwinel fb2cb02b1f new_audit(blocked-from-indexing): page is blocked from indexing (#3657) 2017-11-08 10:17:00 -08:00
Patrick Hulce 8a1af52581 core(driver): increase default timeout to 45s (#3741) 2017-11-07 11:15:36 -08:00
Konrad Dzwinel 45d8537140 core(meta-tag-gatherers): meta tag search should be case-insensitive (#3729)
* Metatag search should be case-insensitive

* Modify SEO smoke test to test case-insenstive meta tags
2017-11-06 13:32:32 -08:00
Vinamrata Singal af03370046
Merge pull request #3436 from GoogleChrome/vinamratasingal-patch-1
docs(scoring): create documentation on scoring
2017-11-06 11:33:21 -08:00
Vinamrata Singal be43d2b0fd docs(new-audits.md): Principles and guidance for new audits (#3617) 2017-11-03 17:05:03 -07:00
Vinamrata Singal 7b6c814d45
Update scoring.md
added Paul changes and screenshot.
2017-11-03 15:16:04 -07:00
Vinamrata Singal 43997f7c9a
Update scoring.md
Addressing Patrick's comments.
2017-11-03 10:58:02 -07:00
Prasanth Karri 6ba5eb1712 core(tags blocking first-paint): exclude script type=module (#3676)
* exclude script type='module' from render blocking warnings

* pr fixes

* add 404 sample module as script source

* quick typo fix

* fix smoketests
2017-11-03 10:41:56 -07:00
Patrick Hulce b363c44658
clean up typos 2017-11-02 16:58:43 -07:00
Vinamrata Singal 7682c8e58c
Update scoring.md
updated some formatting and wording.
2017-11-02 16:38:56 -07:00
Vinamrata Singal 4730044450
Update and rename performance-scoring.md to scoring.md
Changed it to cover the entire report, not just performance. 

Addresses #3600 and #3610
2017-11-02 16:35:20 -07:00
Peter Janes cfc2afe07e core(aspect-ratio): skip aspect ratio audit for svg (#3722)
* core(aspect-ratio): skip aspect ratio audit for svg, fixes #3716

* core(aspect-ratio): use the correct svg mimeType in the test

* core(aspect-ratio): skip aspect ratio audit for svg

* core(aspect-ratio): use the correct svg mimeType in the test

* core(aspect-ratio): explain why svg is filtered

* core(aspect-ratio): better unit test (fails when it should)
2017-11-02 09:21:45 -07:00
Paul Irish fbe3fda0d7
report(redirects): reformat results, incl all requests and wasted time, (#3492) 2017-10-31 16:31:07 -07:00
Brendan Kenny 6e8db91502 core: record top-level warnings in LHR and display in report (#3692) 2017-10-31 16:26:58 -07:00
Brendan Kenny efe0e4894c
tests(smokehouse): disable multiple shadow root deprecation test (#3695) 2017-10-31 11:30:52 -07:00
Wassim Chegham 6c9f71733e docs(readme): add MagicLight WebBLE integration (#3613) 2017-10-30 17:11:50 -07:00
Patrick Hulce 76e51f3821
tests(web-inspector): add test for setImmediate polyfill (#3670)
* tests(web-inspector): add test for setImmediate polyfill

* change name, add comment
2017-10-27 16:45:36 -07:00
Christian Oliff 5bc3b84c02 docs: correct capitalization of GitHub (#3669) 2017-10-27 09:56:08 -07:00
Patrick Hulce de5785042d core(lib): add error reporting (#2420)
* refactor(StartUrl): switch from error to debugString object

* feat: add error reporting

* cave to peer pressure

* lint

* merge fixes

* reduce yarn churn

* limit impact to run.ts

* clang format

* avoid duplicate errors

* lint

* disable error reporting on test

* feedback

* remove enableErrorReporting default

* update readme

* fix yarn.lock

* add error reporting doc

* doc feedback

* move sentry call

* more cleanup

* remove unused environmentData
2017-10-26 17:01:03 -07:00
Paul Irish 21e25aa0dd misc(changelog): add commitlint config (for commitlintbot) 2017-10-26 00:45:18 -07:00
Piper Chester 63beebe1d6 core: Fix minor grammatical error (#3638)
http://www.grammarbook.com/punctuation/semicolons.asp

_Noticed this during the ChromeDevSummit talk this morning._
2017-10-23 17:09:01 -07:00
Paul Irish 8b3d7f052b misc(logos): provide svg logo as png 2017-10-22 14:27:58 -07:00
Patrick Hulce e3888c6ecb core(response-compression): add transferSize sanity check (#3606)
* core(uses-response-compression): fix to use transferSize over resourceSize

* switch to still using resourceSize

* rename back to original
2017-10-20 13:18:18 -07:00
Ward Peeters cd14d38db7 core(critical-request-chains): Remove iframe as Critical Request (#3583)
* core(critical-request-chains): Remove iframe as Critical Request

* Fix tests

* Use frameid instead of initatior type to see if a request is an iframe

* Fixed review changes

* Fix unit tests

* Add assert.ok to give notice when mainresource is forgotten.

* Fix linting
2017-10-19 19:37:25 -07:00
Patrick Hulce 74ae043c6d core(dependency-graph): add acyclic check (#3592) 2017-10-19 14:22:20 -07:00