1. 7a10992 Fix word count issue for Chinese and Japanese by Wei-Yin Chen (陳威尹) · 10 years ago
  2. 90e7f8c Bump versions of chromedriver and selenium by Wei-Yin Chen (陳威尹) · 10 years ago
  3. f707680 Fix options "shuffle" and "no_sandbox" in run_jstests.py by Wei-Yin Chen (陳威尹) · 10 years ago
  4. 640e399 Disable sandbox and run all the tests in continuous integration by Wei-Yin Chen (陳威尹) · 10 years ago
  5. 869d139 Update Chrome if it is too old by Wei-Yin Chen (陳威尹) · 10 years ago
  6. 11f6b8c Avoid chromedriver elsewhere if any by Wei-Yin Chen (陳威尹) · 10 years ago
  7. 4f63157 Allow tests to run without Chrome sandbox by Wei-Yin Chen (陳威尹) · 10 years ago
  8. edafdf1 Install Chrome when necessary by Wei-Yin Chen (陳威尹) · 10 years ago
  9. 2c4e93b BR elements should be folded into WebText by mrobinson · 10 years ago
  10. aa79b39 Strip bgcolor attribute from all table elements by mrobinson · 10 years ago
  11. ec27418 Show distilled page in Chrome Extension by Wei-Yin Chen (陳威尹) · 10 years ago
  12. 1f211a4 Simplify testImageWithSrcset by Wei-Yin Chen (陳威尹) · 10 years ago
  13. b9e2b72 Update doc about Developing on Mac OS X by Wei-Yin Chen (陳威尹) · 10 years ago
  14. 270058c Shuffle tests in continuous integration by Wei-Yin Chen (陳威尹) · 10 years ago
  15. f5070fd Properly restore test environment between tests by Wei-Yin Chen (陳威尹) · 10 years ago
  16. 7a0544c Support running jstests repeatedly by Wei-Yin Chen (陳威尹) · 10 years ago
  17. fa4d011 Support running tests in random order by Wei-Yin Chen (陳威尹) · 10 years ago
  18. a03cbd2 Disregard "comment" appearing in className when too many classes by Wei-Yin Chen (陳威尹) · 10 years ago
  19. 0650d41 Never regard HTML elements as comments by mrobinson · 10 years ago
  20. 31359c2 Allow test.filter to begin with a dash by Wei-Yin Chen (陳威尹) · 10 years ago
  21. d4854eb Catch errors in continuous integration script by Wei-Yin Chen (陳威尹) · 10 years ago
  22. 8a6e619 Skip tests using URL() in continuous integration by Wei-Yin Chen (陳威尹) · 10 years ago
  23. af015b9 Update document about filter syntax in jstest by Wei-Yin Chen (陳威尹) · 10 years ago
  24. b27ab2b Replace create_standalone_js.py with a custom GWT linker by mrobinson · 10 years ago
  25. 10bc28c implement validations of pagination URLs by Kuan Tan · 10 years ago
  26. 1ec32c2 Strip color attributes from font tags by mrobinson · 10 years ago
  27. 772dbda Add script for landing CLs on behalf of external authors. by Tommy Nyquist · 10 years ago
  28. c0edaeb Find Python using 'env' in protoc plugin by mrobinson · 10 years ago
  29. 9ae05a4 Fix regression in srcset handling by Wei-Yin Chen (陳威尹) · 10 years ago
  30. e3ef0c4 Use gtest_filter syntax in jstest filter by Wei-Yin Chen (陳威尹) · 10 years ago
  31. 5fbe889 Faster Output by Matthew Jones · 10 years ago
  32. f160b95 Handle videos by Matthew Jones · 10 years ago
  33. 253257e Add missing WebBreak by Matthew Jones · 10 years ago
  34. a21d71b Use web document for output by Matthew Jones · 10 years ago
  35. 5931e44 Revert "Revert "Treat images as another type of embed"" by Matthew Jones · 10 years ago
  36. 7eb6a1b The location of the chrome distillation source changed. by alex · 10 years ago
  37. 50fa97f Remove code handling cases when querySelectorAll is not available by Wei-Yin Chen (陳威尹) · 10 years ago
  38. aec2da0 Strip srcset attribute from img tags by Wei-Yin Chen (陳威尹) · 10 years ago
  39. cc268ee Revert "Treat images as another type of embed" by Matthew Jones · 10 years ago
  40. a7949c7 implement extraction of page parameters from potential pagination URLs by Kuan Tan · 10 years ago
  41. 47c825f Add target "ant runtest" to run tests without recompiling by Wei-Yin Chen (陳威尹) · 10 years ago
  42. 7a29e21 Fixes a crash when window.performance is not available. by Eric Noyau · 10 years ago
  43. b7b4d4a Fixing python header. by Eric Noyau · 10 years ago
  44. 1c2dd98 Revert "Disable flaky page link tests" by Wei-Yin Chen (陳威尹) · 10 years ago
  45. 2a64c8d Use a much simpler baseUrl heuristics by Wei-Yin Chen (陳威尹) · 10 years ago
  46. 3e49cf2 Fix flakiness due to a bug in createAnchorWithBase() by Wei-Yin Chen (陳威尹) · 10 years ago
  47. d69f15d Allow multiple instances of "ant test" running by Wei-Yin Chen (陳威尹) · 10 years ago
  48. d9fb022 Put steps in continuous integration into a bash script by Wei-Yin Chen (陳威尹) · 10 years ago
  49. 94320fe Unify the style in Ant target descriptions by Wei-Yin Chen (陳威尹) · 10 years ago
  50. 4adbcfa Don't let base tag change original_url by Wei-Yin Chen (陳威尹) · 10 years ago
  51. a3a07ce Disable flaky page link tests by Matthew Jones · 10 years ago
  52. 0b8c2e7 Treat images as another type of embed by Matthew Jones · 10 years ago
  53. d49edaf Add pagenum difference in the next page heuristics by Wei-Yin Chen (陳威尹) · 10 years ago
  54. abee435 Do not sum up scores of next page links with the same URL by Wei-Yin Chen (陳威尹) · 10 years ago
  55. 0955aa3 Use numbers as a fast filter in next page detection by Wei-Yin Chen (陳威尹) · 10 years ago
  56. ff4bc3d Fix relative link resolution with base tag by Wei-Yin Chen (陳威尹) · 10 years ago
  57. 875b0ff Use URL prefix as a fast filter in next page detection by Wei-Yin Chen (陳威尹) · 10 years ago
  58. 7b12bc7 Resolve links in a new HTML document with a base tag by Wei-Yin Chen (陳威尹) · 10 years ago
  59. ab96c56 Add timing info for pagination by Wei-Yin Chen (陳威尹) · 10 years ago
  60. 2812744 Add support for wrapping the standalone JavaScript. by Tommy Nyquist · 10 years ago
  61. 7bd24c4 Groundwork for retaining popular embeds in results by Matthew Jones · 10 years ago
  62. 4b3cdb9 Add instructions for using `git cl format`. by Tommy Nyquist · 10 years ago
  63. 94c8270 Add project introduction in README.md by Wei-Yin Chen (陳威尹) · 10 years ago
  64. 86983de Add support for running jstests on Mac OS X and add documentation. by Tommy Nyquist · 10 years ago
  65. f33d992 Add JS tests to package and suppress log output. by Tommy Nyquist · 10 years ago
  66. 1a42d14 Make the "test" target not depend on "package" by Chris Hopman · 10 years ago
  67. eabc11d Add data tables to the WebDocument by Chris Hopman · 10 years ago
  68. 669d605 Revert "Disable some tests in PagingLinksFinderTest" by Wei-Yin Chen (陳威尹) · 10 years ago
  69. 2874c7b Fix the page URL in PagingLinksFinderTest by Wei-Yin Chen (陳威尹) · 10 years ago
  70. ddc30e2 Fix next-page tests for new mocking mechanism by Wei-Yin Chen (陳威尹) · 10 years ago
  71. 8c015c1 Mock Window.Location.getHref() in PagingLinksFinderTest by Wei-Yin Chen (陳威尹) · 10 years ago
  72. 9deb1c6 Update developer documentation using Markdown. by Tommy Nyquist · 10 years ago
  73. 6101d98 Added README.md pointing to Google Code wiki. by Tommy Nyquist · 10 years ago
  74. 5094ac9 Tune the next-page algorithm to reduce false positives by Wei-Yin Chen (陳威尹) · 10 years ago
  75. 197d576 Delete a bunch of gwt test environment-specific things by Chris Hopman · 10 years ago
  76. ae707d0 Remove DomToSaxVisitor and rename some classes by Chris Hopman · 10 years ago
  77. e8b2fcd Add a WebDocument class by Chris Hopman · 10 years ago
  78. 52c4790 Support verbose output in jstest by Wei-Yin Chen (陳威尹) · 10 years ago
  79. ac006fe Remove ant target "test.dev" and "test.prod" by Wei-Yin Chen (陳威尹) · 10 years ago
  80. 7db0bf4 Trim trailing spaces in java source code by Wei-Yin Chen (陳威尹) · 10 years ago
  81. 0338d85 Fix all invalid URLs in tests by Wei-Yin Chen (陳威尹) · 10 years ago
  82. 2489c81 Fix "Support test.filter for jstests" by Wei-Yin Chen (陳威尹) · 10 years ago
  83. 442f8ee Reorganize all the code in the project. by Tommy Nyquist · 10 years ago
  84. 2044b6f Support test.filter for jstests by Chris Hopman · 10 years ago
  85. ddb81f8 Disable some tests in PagingLinksFinderTest by Wei-Yin Chen (陳威尹) · 10 years ago
  86. 82f505c Move PagingLinksFinderTest from test/ to jstest/ by Wei-Yin Chen (陳威尹) · 10 years ago
  87. 2f9ec7d Add a devtools panel to inject extraction script into the inspected window by Chris Hopman · 10 years ago
  88. 9962247 Remove BoilerpipeProcessingException and other unused things. by Chris Hopman · 10 years ago
  89. 491c7ce Use pre-compiled regexes for many things in PagingLinksFinder by Chris Hopman · 10 years ago
  90. e26e5ff Fix "Move ElementActionTest and TextBlockBuilderTest from test/ to jstest/" by Wei-Yin Chen (陳威尹) · 10 years ago
  91. 6893a1a Move ElementActionTest and TextBlockBuilderTest from test/ to jstest/ by Wei-Yin Chen (陳威尹) · 10 years ago
  92. 6a97c63 Add util/TextBlockBuilderTest into DomDistillerTestSuite by Wei-Yin Chen (陳威尹) · 10 years ago
  93. d331041 Fix ElementActionTest by Wei-Yin Chen (陳威尹) · 10 years ago
  94. 56f7579 Rewrite SimilarSiblingContentExpansion by Chris Hopman · 10 years ago
  95. 2fda06e Fix printing of logged non-ascii characters by Chris Hopman · 10 years ago
  96. 8f4713b Only strip one stack frame from JS exceptions by Chris Hopman · 10 years ago
  97. efa4dce Remove unnecessary indent from code generation. by Matthew Jones · 10 years ago
  98. 6134342 Fix TerminatingBlocksFinderTest by Chris Hopman · 10 years ago
  99. 1f237e8 Make TerminatingBlocksFinder use a RegExp by Chris Hopman · 10 years ago
  100. 80a34cf Change LogUtil.LOG_BUILDER to a String by Chris Hopman · 10 years ago