0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix common typo: 'the the' -> 'the' More... almost 5 years ago
Updated the introduction text for webchannel.js. RELNOTES: N/A More... almost 5 years ago
Update WebChannel.Options to use closure @record type RELNOTES: N/A More... almost 5 years ago
Removed WebChannel.Options.testUrl from @typedef RELNOTES: N/A More... almost 5 years ago
Remove goog.defineClass's support for sealing instances, since goog.defineClass is deprecated there is no reason to continue to support this. RELNOTES: Remove goog.defineClass's support for sealing instances More... almost 5 years ago
RELNOTES: Use about:blank iframe instead of an iframe with an empty source in goog.async.nextTick. Removed spurious document.write call. More... almost 5 years ago
RELNOTES: Add optional window object in the call to getScriptNonce. More... almost 5 years ago
Clean up some globally-accessed types. More... almost 5 years ago
Update html test vectors. More... almost 5 years ago
RELNOTES: Add scripts to package.json for serving the tests and demos locally. More... almost 5 years ago
RELNOTES[NEW]: Whitelist additional ARIA attributes in the HtmlSanitizer. More... almost 5 years ago
RELNOTES: Remove an old Safari behaviour workaround in goog.globalEval. This will simplify future Trusted Types integration, as eval(trustedTypes.emptyScript) might be used, and that pattern does not require creating a Trusted Types policy. More... almost 5 years ago
Allow waitAndVerify(...) to be also used for function mocks RELNOTES: n/a More... almost 5 years ago
RELNOTES: Move base.js Trusted Types policy creation to the conditional block creating the debug loaders to avoid creating the policy for binaries without the debug loader. More... almost 5 years ago
Bump version for compiler release More... almost 5 years ago
Move @provide/@require out of CSS comments. More... almost 5 years ago
Automated rollback of commit 655ae6911e068531e52b6a39a2d1692e565e1668. More... almost 5 years ago
Client-side implementation for WebChannel option: blockingHandshake. RELNOTES: N/A More... almost 5 years ago
empty commit More... almost 5 years ago
added some tests for deleteW3cRange_ More... almost 5 years ago
Modify the type of AbstractModuleLoader.loadModules.extraEdges to map to a Set as opposed to an Array More... almost 5 years ago
Add optional parameter extraEdges to AbstractModuleLoader.loadModules More... almost 5 years ago
Internal change. More... almost 5 years ago
Bump version for internal release. More... almost 5 years ago
Rename iterables package to iters More... almost 5 years ago
Internal change More... almost 5 years ago
Introduced a new WebChannel option: blockingHandshake. RELNOTES: N/A More... almost 5 years ago
Stop using the default export for DeepFreeze. RELNOTES[INC]: goog.debug.deepFreeze should now be imported with destructuring. More... almost 5 years ago
Set the http status as soon as response headers are ready. This is to keep consistent with the native XHR implementation More... almost 5 years ago
Add addExtraEdge and removeExtraEdge methods to AbstractModuleManager More... almost 5 years ago