2
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Track all template renders when goog.DEBUG is true More... about 11 years ago
Add a missing space an error. The error becomes confusing without it. More... about 11 years ago
Change return value of goog.events.listen/listenOnce and param to goog.events.unlistenByKey to be number|goog.events.ListenableKey. More... about 11 years ago
Add goog.array.range for generating numeric ranges. More... about 11 years ago
Extract the JS test from positioning_test.html into its own file. More... about 11 years ago
Create a new goog.string.newlines package for dealing with line splitting, etc. More... about 11 years ago
Fix bug , "Able to select both the radio buttons in the "Insert link" popup window using keyboard tab." More... about 11 years ago
Adds a getKthValue method to goog.structs.AvlTree that runs in O(log n) time. More... about 11 years ago
Fix positioning test for chrome-linux. Browser size change is causing bad values on positioning. More... about 11 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... about 11 years ago
Make goog.events.testing.mixinListenable also mixin goog.Disposable stuff, so that it can be disposed correctly. More... about 11 years ago
Use the specific vendor prefix of the rendering engine when setting css transition. More... about 11 years ago
Fix issues blocking the JSCompiler release More... about 11 years ago
Remove the silverlight code from Closure I could never really get this to work well, and silverlight is a dead technology More... about 11 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... about 11 years ago
Update two colors to match the CSS3 spec (http://www.w3.org/TR/css3-color/#svg-color). More... about 11 years ago
Makes input tools and firststrong compatible. More... about 11 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... about 11 years ago
Updating goog.db to comply with the latest specs regarding error reporting. More... about 11 years ago
Remove reference to ".toString(36)" in common code so it is easier for the compiler to remove. More... about 11 years ago
Add goog.string splitLines function. More... about 11 years ago
Replace calls: goog.mixin(x, new goog.events.EventTarget()); More... about 11 years ago
Move JS out of string_test.html and into string_test.js More... about 11 years ago
Make goog.ui.Component calls super-class disposeInternal last. More... about 11 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... about 11 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... about 11 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... about 11 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... about 11 years ago
Remove double goog.require of goog.events.Listenable. More... about 11 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... about 11 years ago