Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSS: Make sure elem.ownerDocument.defaultView is not null | Todor Prikumov | 2016-01-27 | 1 | -1/+1 |
| | | | | | Fixes gh-2866 Close gh-2867 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -2/+2 |
| | | | | Fixes gh-2056 | ||||
* | CSS: make the getStyles function more readable | Thomas Tortorini | 2015-06-25 | 1 | -3/+6 |
| | | | | | | | The new version is not only simpler to read but also smaller by 6 bytes gzipped. Closes gh-2393 | ||||
* | Core:CSS:Event: simplification of native method signatures | Oleg Gaidarenko | 2015-05-03 | 1 | -2/+2 |
| | | | | | | | | | | * Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref gh-2047 | ||||
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+8 |
| | | | | | | | | | | | | | IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws on frame elements through "defaultView.getComputedStyle" (see #15098) Use "defaultView" if in the popup which would fix IE issue, use "window.getComputedStyle" which would fix FF issue. And everybody wins, except performance, but who cares right? Fixes #15098 Closes gh-1583 | ||||
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | Remove offset dependency from css. Move curCSS and getStyles to their own ↵ | Timmy Willison | 2013-09-10 | 1 | -0/+5 |
modules. -39 bytes. Close gh-1360. |