Eric Bidelman

Results 71 issues of Eric Bidelman

I added paper-dialog to chromestatus.com and it increases page load by 130KB. We should try to slim that down. There are a lot of deps. One obvious one is to...

perf

_From @troy8 on August 23, 2016 5:14_ I have following paper-dialog sekeleton setup inside one of my custom element. ``` {{error_message}} {{error_detail}} ``` as and when I get any error...

pending-response
1.x

_From @danakj on December 18, 2015 23:3_ Rather than setting a new scale every frame, the effect would achieve better performance across browsers by using an accelerated animation. This would...

p1 - backlog
source: hooli

Changes proposed in this pull request: - Constructible stylesheets are now mutable arrays. The spec was updated in https://www.w3.org/TR/cssom-1/#extensions-to-the-document-or-shadow-root-interface.

The polyfill doesn't implement linking to an external stylesheet:

Currently, foo() is not seen in global scope (index.html that uses x-element). Good! But bar() is from app.js. Not x-element.html contains . app.js: function bar() {} x-element.html: ... function foo()...

line 49 throws "TypeError: Cannot call method 'call' of undefined". For example: ... .... var d = new AwesoneDiv();

Because this lib is awesome and should work everywhere possible :)

Unsupported browsers don't understand filesystem: URLs so they cannot be used out of the box. The motivation for even implementing toURL() was to make the lib compatible with filer.js. I...

Right now, entries are filtered out in-memory. Instead, it would be better to use key ranges to get the correct results. This will require storing things differently. One idea is...