Joshua Marantz

Results 15 issues of Joshua Marantz

When I compile my application I see: /Users/jmarantz/dev/closure-library/closure/goog/ui/dialog.js:705: WARNING - Class goog.ui.Dialog.ButtonSet has been deprecated: This type is misleading: use ES6 Map instead. this.buttons_ = new goog.ui.Dialog.ButtonSet(this.getDomHelper()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /Users/jmarantz/dev/closure-library/closure/goog/ui/prompt.js:89: WARNING...

Commit Message: remove superfluous url argument from the args passed to admin callback.s That is available, if needed, from admin_stream.requestHeaders().getPathValue(). Generally it was only used for parsing query-params. Those should...

Commit Message: Adds default hierarchical view for admin stats accessed by clicking 'stats' from the admin home page. Note that the existing /stats API is unchanged. This is not ready...

no stalebot

Please answer these questions before submitting your issue. Thanks! ### What version of pprof are you using? ``` pprof Built on Oct 25 2018 01:08:44 (1540454924) Built by [email protected]:/google/src/files/218645428/depot/branches/pprof_release_branch/218638946.1/OVERLAY_READONLY/google3 Built...

type: bug
Priority: p2

See https://code.google.com/p/chromium/issues/detail?id=452335 which tracks Chrome support for Brotli in https. Mozilla has already added support: https://bugzilla.mozilla.org/show_bug.cgi?id=366559

The modpagespeed.com front page has a demo for MapProxyDomain, but it does not work. We need to add: `ModPagespeedMapProxyDomain http://modpagespeed.com/static http://www.gstatic.com/psa/static` for 1.gif to be moved there.

See https://tools.ietf.org/html/rfc7234#section-5.2 > Cache directives are identified by a token, to be compared case-insensitively, and have an optional argument, that can use both token and quoted-string syntax. PageSpeed does this...

I have a data structure with a high cardinality. and I want to be able to keep it weakly in a set, returning ref-counted pointers to it to callers. When...

Commit Message: Currently, there can be multiple built-in regexes targeting the same tag name, and in fact there's at least one case where this occurs: https://github.com/envoyproxy/envoy/blob/466e78586afaeb8ecb5f92351cd5ffdee3871f49/source/common/config/well_known_names.cc#L133 https://github.com/envoyproxy/envoy/blob/466e78586afaeb8ecb5f92351cd5ffdee3871f49/source/common/config/well_known_names.cc#L136 This change prevents...

api

Commit Message: In https://github.com/envoyproxy/envoy/pull/19693 a streaming stats implementation was introduced, dramatically reducing the amount of time and memory it takes to generate an admin http response. /config_dump (#32054) and /clusters_...