2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added getters for renderer elements that are needed in subclass. More... over 11 years ago
Prevent exception from logging when server restarted from trying to unsafeParse non-JSON data More... over 11 years ago
Re-implement goog.events for a custom JS event target in goog.events.EventTarget, necessary to decouple goog.events from goog.event.EventTarget. Currently flag-guarded to reduce potential breakage impact. More... over 11 years ago
Remove the pause_ and unpause_ logic from goog.async.Deferred. (These are now considered misfeatures of the original design by the Twisted team, and were never publically exposed in the Closure API). More... over 11 years ago
Add goog.events.EventLike typedef. More... over 11 years ago
Make a the return value of getKeys a litte more type-strict. More... over 11 years ago
Allow a define to prevent the use of native Date.now. More... over 11 years ago
Don't attempt to dispose of a non-disposable logger. More... over 11 years ago
Made the renderer render on mousemove rather than mouseover. More... over 11 years ago
Adds event types for native IME. More... over 11 years ago
Automated g4 rollback More... over 11 years ago
Re-generated the data using ICU 50.1/CLDR 22.1. More... over 11 years ago
fix 2 more warnings More... over 11 years ago
fix some type warnings. these should be mostly non-controversial More... over 11 years ago
Fix WebStorage to account for Private browsing mode (e.g., Safari): More... over 11 years ago
Add goog.events.Listenable interface. More... over 11 years ago
Soy rendering to always return strings. More... over 11 years ago
Added non-whole word matching support to the autocomplete renderer. More... over 11 years ago
Automated g4 rollback. More... over 11 years ago
Add an extra test case to make sure that the scope parameter to goog.array.forEach is being passed correctly. More... over 11 years ago
Automated g4 rollback More... over 11 years ago
Move initialization of members of Disposable into the constructor per the style guide. More... over 11 years ago
Add goog.events.Listenable interface. More... over 11 years ago
Set the aria-selected ARIA state on a control if it is selectable, even if it is not selected. This ensures that controls that have the selection state set before the DOM is created still have appropriate ARIA markup, even if the controls are unselected. More... over 11 years ago
Enforce --check_requires flag in BUILD file to prevent future breakage of other packages that uses Closure. More... over 11 years ago
adds the missing goog.require. More... over 11 years ago
Zippy isHandleMouseEvent and isHandleKeyEvent implementation were swapped. Added test to check. More... over 11 years ago
Automated g4 rollback. More... over 11 years ago
Add support in goog.db.openDatabase to use new upgradeneeded event. More... over 11 years ago
Fix callback type signature for goog.async.Deferred.when More... over 11 years ago