Skip to content

Tags: hacketo/closure-library

Tags

v20160822

Toggle v20160822's commit message
Closure locale data generators update.

Data on locale/countries.js updated by generators on cl/130460265

RELNOTES: NA

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130771743

v20160713

Toggle v20160713's commit message
Remove package visibility restriction from goog.html.sanitizer.CssSan…

…itizer.sanitizeInlineStyle and make it return a SafeStyle.

RELNOTES[NEW]: Make goog.html.sanitizer.CssSanitizer.sanitizeInlineStyle public.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126817772

v20160619

Toggle v20160619's commit message
Automated g4 rollback of changelist 116605936.

*** Reason for rollback ***

Broke installing CSS installation in Safari (see bug b/29340337)

*** Original change description ***

Use goog.dom.setTextContent instead of innerHTML in goog.style.setStyles.

RELNOTES: n/a

***
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125177116

v20160517

Toggle v20160517's commit message
Fix goog.dom.dataset.remove in strict mode to handle Safari properly.

See http://stackoverflow.com/questions/28973603 for more context.

DELTA=3 (2 added, 0 deleted, 1 changed)
DELTA_BY_EXTENSION=js=3
RELNOTES: Fix goog.dom.dataset.remove for Safari in strict mode.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122321211

v20160315

Toggle v20160315's commit message
Remove the definition of goog.array.ArrayLike in favor of IArrayLike

RELNOTES[INC]: the obsolete typedef goog.array.ArrayLike has been removed, use IArrayLike
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117277841

20160208

Toggle 20160208's commit message
Allows AbstractDialogPlugin to be sealed, making subclasses compatibl…

…e with goog.defineClass.

RELNOTES: n/a
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=113878307

v20160125

Toggle v20160125's commit message
Format Closure library with clang-format

RELNOTES: n/a
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=112731031

v20160119

Toggle v20160119's commit message
Treat string in goog.ui.Bubble as plain text.

RELNOTES[INC]: Breaking change for third parties: This will introduce double-escaping if your code passes a string with HTML code to goog.ui.Bubble. Pass SafeHtml instead.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=112188347

v20160106

Toggle v20160106's commit message
Automated g4 rollback of changelist 111522388.

*** Reason for rollback ***

Bringing original changes back

*** Original change description ***

Automated g4 rollback of changelist 111352260.

*** Reason for rollback ***

Breaks Gmail

*** Original change description ***

Allow further propagation of `mousedown` event for draggable elements.

There is currently an issue when default mousedown event gets cancelled for
draggable elements.
Consider an example when you have a draggable div with some
input inside. If you click on input, it won't get focus and you won't be able
to type anything, because focus is a default ev...

***
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=111525196