0
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add provide annotations to some CSS files. More... over 5 years ago
Fix AnimatedZippy where it will revert to opposite state if setExpanded() is called the second time for the same value when the previous animation is playing. More... over 5 years ago
Convert mockclassfactory_test.js to goog.module. More... over 5 years ago
declareLegacyNamespace on the newly-added goog.asserts.dom and goog.dom.element to facilitate migrations. More... over 5 years ago
JS Compiler release r20191103
sdh
More... over 5 years ago
Add trailing comma required by style guide More... over 5 years ago
Convert mock_test.js to goog.module. More... over 5 years ago
Update xhr_test.js to goog.module. More... over 5 years ago
Convert iframeio_test.js to goog.module. More... over 5 years ago
Update abstractdragdrop_test.js to goog.module. More... over 5 years ago
Convert mockmatchers_test.js to goog.module. More... over 5 years ago
Add a provide for goog.css.common in common.css, and make common_gss an alias. More... over 5 years ago
Convert xhrio_test.js to goog.module. More... over 5 years ago
Add new assert methods for handling DOM types without resorting to problematic instanceof checks. See go/asserthtmlelement-closure-api-review. More... over 5 years ago
Add trailing commas where required by style guide throughout goog.net More... over 5 years ago
Increase the timeout on `closure-make-deps` test so that it passes it flakes >1% of the time. More... over 5 years ago
Fix types broken by cr/275975540. Once this is rolled forward again, the compiler will no longer perform type subtraction on the "all" type `*`, and _will_ narrow typeof x === 'object' to object|null, rather than leaving it unnarrowed, increasing consistency between the Closure functions and the native constructs. This breaks a number of places where narrowing has worked (or been ignored via the `any` type) in the past. They can generally be fixed either by rearranging the order of checks, or by casting to `any` (particularly the latter when types were already `any` to begin with).
sdh
More... over 5 years ago
Loosen the expectations on some Streams API tests to match the new native implementation in Chrome. More... over 5 years ago
Fix disposable leak in field.js More... over 5 years ago
Fix package.json More... over 5 years ago
Merge pull request #995 from google/npm-v20191027.0.0 More... over 5 years ago
New npm release at v20191027.0.1 More... over 5 years ago
Remove goog.ui.Dialog.ButtonSet dependency on goog.struct.Map by adding goog.ui.Map. More... over 5 years ago
Convert ctr_test.js to goog.module. More... over 5 years ago
Update transpile.js for JS Compiler release r20191027
sdh
More... over 5 years ago
Fix an error when 'Remove formatting' action is triggered on an element without a selection (goog.dom.Range.createFromBrowserSelection returns null in such case). More... over 5 years ago
Convert crosspagechannel_test.js to goog.module. More... over 5 years ago
Closure updates: closure files ICU 65 / CLDR 35 More... over 5 years ago
Provide an explicit JS type for DateTypeSymbols More... over 5 years ago
Remove dead goog.require('goog.testing.jsunit') from goog.module-ed unit test. More... over 5 years ago