2
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
Jun 26, 2025 — Jun 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Track all template renders when goog.DEBUG is true More... over 13 years ago
Add a missing space an error. The error becomes confusing without it. More... over 13 years ago
Change return value of goog.events.listen/listenOnce and param to goog.events.unlistenByKey to be number|goog.events.ListenableKey. More... over 13 years ago
Add goog.array.range for generating numeric ranges. More... over 13 years ago
Extract the JS test from positioning_test.html into its own file. More... over 13 years ago
Create a new goog.string.newlines package for dealing with line splitting, etc. More... over 13 years ago
Fix bug , "Able to select both the radio buttons in the "Insert link" popup window using keyboard tab." More... over 13 years ago
Adds a getKthValue method to goog.structs.AvlTree that runs in O(log n) time. More... over 13 years ago
Fix positioning test for chrome-linux. Browser size change is causing bad values on positioning. More... over 13 years ago
Add goog.dom.classlist.addAll() convenience method. Also restore the way native DOMTokenList is determined now that javascript/externs.js has added DOMTokenList. More... over 13 years ago
Make goog.events.testing.mixinListenable also mixin goog.Disposable stuff, so that it can be disposed correctly. More... over 13 years ago
Use the specific vendor prefix of the rendering engine when setting css transition. More... over 13 years ago
Fix issues blocking the JSCompiler release More... over 13 years ago
Remove the silverlight code from Closure I could never really get this to work well, and silverlight is a dead technology More... over 13 years ago
Make validator a bit smarter about allowed email addresses. A number of special characters are valid in the email address spec. http://en.wikipedia.org/wiki/Email_address#Syntax More... over 13 years ago
Update two colors to match the CSS3 spec (http://www.w3.org/TR/css3-color/#svg-color). More... over 13 years ago
Makes input tools and firststrong compatible. More... over 13 years ago
Provide minimal screen reader support when tabbing through the cells of the character picker. This CL also add a CSS rule to provide visual feedback when the focus is on a given cell. More... over 13 years ago
Updating goog.db to comply with the latest specs regarding error reporting. More... over 13 years ago
Remove reference to ".toString(36)" in common code so it is easier for the compiler to remove. More... over 13 years ago
Add goog.string splitLines function. More... over 13 years ago
Replace calls: goog.mixin(x, new goog.events.EventTarget()); More... over 13 years ago
Move JS out of string_test.html and into string_test.js More... over 13 years ago
Make goog.ui.Component calls super-class disposeInternal last. More... over 13 years ago
Fixed missing required statements for goog.a11y.aria.State and goog.a11y.aria.Role (and goog.a11y.aria). This is required because a following step in the goog.a11y.aria refactoring is to split the goog.a11y.aria.Role and goog.a11y.aria.State in separate files. A further refactoring will be to autogenerate the enums, so they should not be mixed with not autogenerated content. This change should not affect any BUILD files, as the goog.a11y.aria.State and goog.a11y.aria.Role are still in the aria.js file. The next change will affect only BUILD files. The changes are made by applying sed replacement transformations, so please double check the additions. More... over 13 years ago
Add the ability to specify the current intended filename via a global variable to goog.debug and change the module compiler to set this when compiling in the "one eval per file mode". More... over 13 years ago
Fixed tests that will be broken by goog.events refactoring, which is reversing the role of goog.events and goog.events.EventTarget. goog.events now delegate to goog.events.EventTarget. More... over 13 years ago
Fix an issue where getScrollLeft() returns an incorrect value in non-gecko/non-IE browsers (e.g. Webkit) when the element has overflow visible. More... over 13 years ago
Remove double goog.require of goog.events.Listenable. More... over 13 years ago
Add goog.testing.events.mixinListenable to allow mixing in listenable capability to objects in tests. This can be used to make mock object be able to also handle events properly. More... over 13 years ago