aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Collapse)AuthorAgeFilesLines
* No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.Michał Gołębiowski2013-11-111-9/+1
| | | | | | | | | In 1.x if the support test executes before doc ready, it may not be able to return a result yet. In such a case, we protect ourselves from future breakages, allowing only for the ones before doc ready. Since in 2.x lazy support tests attach test elements to docElem, not body, such a guard is unnecessary.
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-4/+8
|
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-1/+3
|
* Fix some code style inconsistenciesOleg2013-10-073-3/+3
|
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
|
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-1/+1
|
* Fix contextTimmy Willison2013-09-111-1/+1
|
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-6/+5
|
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
|
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-111-0/+33
|
* Remove offset dependency from css. Move curCSS and getStyles to their own ↵Timmy Willison2013-09-104-0/+65
| | | | modules. -39 bytes. Close gh-1360.
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-17/+18
| | | | prettier builds). No functionality changes.
* Fix loading tests with AMD (new support module needed core)Timmy Willison2013-09-091-1/+2
|
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-062-2/+2
|
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-063-0/+109
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-154-0/+89