Commits
User selector
Commit History
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on May 25, 2018
Avoid constructing the string "all" repeatedly in MediaQueryParser
Show description for 2603b70committed
Commits on Mar 16, 2018
Create MediaQueryParserContext to provide additional context for the evaluation of media queries
Show description for 846e156committed
Commits on Jan 22, 2018
Parse calc() in CSS media queries
Show description for 7a8f37cauthored andcommitted
Commits on Jun 20, 2017
Remove excessive include directives from WebCore/css
Show description for 056b807committed
Commits on Feb 13, 2017
Rename MediaQueryExp.h/cpp to MediaQueryExpression.h/cpp
Show description for b3246e9authored andcommitted
Commits on Dec 12, 2016
[CSS Parser] MediaQueryParser should use Ref and not RefPtr
Show description for 068665ccommitted
David Hyatt
Commits on Nov 13, 2016
Use #pragma once in WebCore
Show description for 0da5770authored andcommitted
Commits on Sep 2, 2016
Add support for media query parsing using new CSS Parser
Show description for 56af740committed
David Hyatt
Loading