summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/css/MediaValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Layout API] Add compositor() to LayoutViewItem and use in MediaValuespilgrim2016-03-221-4/+4
* Update assert in MediaValues::computeLengthImpl()alancutter2016-03-031-1/+1
* Create MediaValuesCached and TokenPreloadScanner on the parser threadhiroshige2016-02-111-16/+16
* Revert of Create MediaValuesCached and TokenPreloadScanner on the parser thre...thakis2016-02-071-16/+16
* Create MediaValuesCached and TokenPreloadScanner on the parser threadhiroshige2016-02-061-16/+16
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* Remove config.h inclusion from third_party/WebKit/Source/core/css/.tkent2015-12-211-1/+0
* Avoid rounding down viewport dimensions in Media Queriesyoav2015-12-041-5/+5
* Make SVGLength wrap a CSSPrimitiveValue.schenney2015-11-051-0/+1
* Expose static length interpolation helper functionsalancutter2015-10-201-4/+4
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-1/+1
* Oilpan: Remove raw pointer to LocalFrame from MediaValuesDynamickeishi@chromium.org2015-08-111-1/+1
* Changed CSSPrimitiveValue::UnitType to an enum class and renamed valuessashab@chromium.org2015-07-291-14/+14
* Remove blink::Chrome, part 1.tkent@chromium.org2015-05-291-7/+7
* Remove PlatformScreenjaphet@chromium.org2015-05-111-8/+9
* Convert from renderer to layoutObject.dsinclair@chromium.org2015-05-051-2/+2
* Move core/layout/style to core/styledstockwell@chromium.org2015-04-011-1/+1
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-1/+1
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-1/+1
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-4/+4
* Move rendering/style to layout/styledsinclair@chromium.org2015-02-091-1/+1
* Move rendering/RenderObject to layout/LayoutObject.dsinclair@chromium.org2015-02-061-1/+1
* Move rendering/RenderLayer* to layout/dsinclair@chromium.org2015-02-041-1/+1
* Move rendering/compositing to layout/compositing.dsinclair@chromium.org2015-02-021-1/+1
* Make it possible to set the display mode from the WebView APIkenneth.r.christiansen@intel.com2015-01-261-4/+7
* Add support for 'display-mode' MQ defined in Manifest speckenneth.r.christiansen@intel.com2015-01-211-0/+11
* Added Blink side of any-pointer and any-hover media features.bokan@chromium.org2014-08-261-10/+18
* Fix namesabarth@chromium.org2014-07-181-1/+1
* Null-check FrameView when calculating mediaType in MediaValuesyoav@yoav.ws2014-07-011-1/+3
* Use MediaValuesDynamic in HTMLImageElement rather than MediaValuesCachedyoav@yoav.ws2014-06-301-0/+8
* MediaQueryEvaluator getting mediaType from MediaValuesyoav@yoav.ws2014-06-271-15/+2
* Change Page::m_mainFrame to be a Frame.dcheng@chromium.org2014-06-151-4/+6
* Rename CSSPrimitiveValue::UnitTypes to CSSPrimitiveValue::UnitTypealancutter@chromium.org2014-05-231-1/+1
* Inline RenderLayerCompositor::canRender3DTransformsabarth@chromium.org2014-05-051-1/+1
* Remove unreachable code.pkasting@chromium.org2014-05-021-2/+1
* A thread safe CSS calc parser for sizesyoav@yoav.ws2014-04-301-3/+4
* Fix a MediaValues::computeLength bug and add unit testsyoav@yoav.ws2014-04-241-6/+6
* Remove MediaValues' dependency on styleyoav@yoav.ws2014-04-181-13/+70
* A sizes attribute parseryoav@yoav.ws2014-04-171-223/+29
* Fix width Media Queries zoom bugyoav@yoav.ws2014-04-161-10/+10
* Revert "A sizes attribute parser" (https://codereview.chromium.org/224733011)hayato@chromium.org2014-04-161-44/+223
* A sizes attribute parseryoav@yoav.ws2014-04-151-223/+44
* Refactoring: Get rid of Document::import()morrita@chromium.org2014-04-101-2/+2
* Enable Media query evaluation in the preload scanneryoav@yoav.ws2014-03-281-0/+341