|
|
@283851
|
4 years |
jer.noble |
[Build-time perf] Forward-declare more things in Element.h …
|
|
|
@283049
|
4 years |
drousso |
Add typechecking is overloads for std::unique_ptr , …
|
|
|
@279096
|
4 years |
don.olmstead |
Non-unified build fixes late June 2021 edition …
|
|
|
@279050
|
4 years |
darin |
Fix CSS serialization issues affecting css-counter-styles tests …
|
|
|
@260709
|
5 years |
commit-queue |
Prepare to remove automatic URL->String conversion operators …
|
|
|
@254861
|
5 years |
commit-queue |
-webkit-image-set should support all the image functions WebKit …
|
|
|
@246034
|
6 years |
darin |
Finish cleanup of String::number for floating point …
|
|
|
@238698
|
6 years |
youenn |
CSS subresource loads should not be observable from resource timing if …
|
|
|
@238524
|
6 years |
rniwa |
SVG use element inside a shadow tree cannot reference an element in …
|
|
|
@238452
|
6 years |
rniwa |
Modernize SVGURIReference::targetElementFromIRIString …
|
|
|
@218890
|
8 years |
annulen |
Remove excessive includes from WebCore/css sources …
|
|
|
@210828
|
8 years |
commit-queue |
Remove unnecessary includes …
|
|
|
@206744
|
9 years |
aestes |
ASSERTION FAILED: url.containsOnlyASCII() in …
|
|
|
@205419
|
9 years |
antti |
Reverse ownership relation of StyleCachedImage and CSSImageValue …
|
|
|
@205346
|
9 years |
commit-queue |
Unreviewed, rolling out r205344. …
|
|
|
@205344
|
9 years |
antti |
Reverse ownership relation of StyleCachedImage and CSSImageValue …
|
|
|
@205181
|
9 years |
antti |
Remove StylePendingImage …
|
|
|
@204566
|
9 years |
antti |
Remove CSS_IMAGE_SET feature define …
|
|
|
@204560
|
9 years |
antti |
Remove StyleCachedImageSet …
|
|
|
@202656
|
9 years |
antti |
Factor pending CSS resources into a struct …
|
|
|
@199625
|
9 years |
antti |
CSSCursorImageValue shouldn't mutate element during style resolution …
|
|
|
@194496
|
9 years |
aestes |
Replace WTF::move with WTFMove …
|
|
|
@186388
|
10 years |
dbates |
Isolated worlds should respect Content Security Policy; User Agent …
|
|
|
@179242
|
10 years |
cdumez |
Use a Ref<CachedResourceLoader> in Document instead of a RefPtr …
|
|
|
@177259
|
10 years |
akling |
Replace PassRef with Ref/Ref&& across the board. …
|
|
|
@174836
|
11 years |
cdumez |
Use is<>() / downcast<>() for StyleImage …
|
|
|
@174300
|
11 years |
cdumez |
Use is<>() / downcast<>() for CSSValue subclasses …
|
|
|
@174225
|
11 years |
cdumez |
Have is<>(T*) function do a null check on the pointer argument …
|
|
|
@173921
|
11 years |
cdumez |
Use is<SVG*Element>() instead of isSVG*Element() …
|
|
|
@173859
|
11 years |
cdumez |
Use downcast<SVG*Element>() instead of toSVG*Element() …
|
|
|
@170774
|
11 years |
dbates |
Add WTF::move()
https://bugs.webkit.org/show_bug.cgi?id=134500
…
|
|
|
@164310
|
11 years |
ddkilzer |
Follow-up: Add type-checked casts for StyleImage and subclasses …
|
|
|
@164298
|
11 years |
ddkilzer |
Add type-checked casts for StyleImage and subclasses …
|
|
|
@163440
|
11 years |
ossy |
Remove ENABLE(SVG) guards …
|
|
|
@160479
|
11 years |
darin |
StylePendingImage needs to correctly manage the CSSValue pointer …
|
|
|
@159188
|
12 years |
ossy |
Cleanup the build from unused parameters in WebCore …
|
|
|
@159187
|
12 years |
akling |
Refalize CSSCursorImageValue.
<https://webkit.org/b/124272>
Make …
|
|
|
@158505
|
12 years |
akling |
CSSImageValue constructors should return PassRef. …
|
|
|
@156601
|
12 years |
gyuyoung.kim |
Generate toCSSFooValue() for CSSImageValue …
|
|
|
@156550
|
12 years |
darin |
rename KURL to URL
https://bugs.webkit.org/show_bug.cgi?id=16214
…
|
|
|
@156408
|
12 years |
weinig |
CTTE: More Document references please …
|
|
|
@156313
|
12 years |
gyuyoung.kim |
Introduce CSS_VALUE_TYPE_CASTS macro in order to cast CSSValue type …
|
|
|
@156260
|
12 years |
commit-queue |
Unreviewed, rolling out r156253. …
|
|
|
@156253
|
12 years |
gyuyoung.kim |
Introduce CSS_VALUE_TYPE_CASTS macro in order to cast CSSValue type …
|
|
|
@155412
|
12 years |
akling |
Generate more SVG type checks and conversions. …
|
|
|
@155060
|
12 years |
timothy_horton |
Rename customCssText -> customCSSText to match WebKit style …
|
|
|
@154877
|
12 years |
akling |
Node::document() should return a reference. …
|
|
|
@149980
|
12 years |
andersca |
Stop including UnusedParam.h …
|
|
|
@148921
|
12 years |
benjamin |
Remove the memory instrumentation code …
|
|
|
@145377
|
12 years |
pdr |
Replace SVG's static_cast<SVGElement> with toSVGElement() …
|
|
|
@142444
|
12 years |
commit-queue |
Implement CSSValue::equals(const CSSValue&) to optimise CSSValue …
|
|
|
@141570
|
12 years |
loislo |
Web Inspector: Native Memory Instrumentation: provide edge names to …
|
|
|
@136919
|
12 years |
commit-queue |
CSS cursor property should support webkit-image-set …
|
|
|
@136256
|
12 years |
simonjam |
Report CSS as initiator instead of elements, except body …
|
|
|
@134930
|
13 years |
commit-queue |
Add initiator to CachedResourceRequest. …
|
|
|
@134466
|
13 years |
abarth |
Unreviewed, rolling out r134442. …
|
|
|
@134442
|
13 years |
commit-queue |
Add initiator to CachedResourceRequest. …
|
|
|
@132966
|
13 years |
commit-queue |
cssText for cursor property doesn't include hotspot …
|
|
|
@129637
|
13 years |
loislo |
Web Inspector: extract HashSet instrumentation from core NMI code and …
|
|
|
@127869
|
13 years |
loislo |
Web Inspector: NMI: move WebCore specific code to separate header …
|
|
|
@127757
|
13 years |
weinig |
Part 2 of removing PlatformString.h, remove PlatformString.h …
|
|
|
@127593
|
13 years |
loislo |
Web Inspector: NMI: extract MemoryObjectType constants from …
|
|
|
@124884
|
13 years |
commit-queue |
Web Inspector: make the MemoryClassInfo class a not-template …
|
|
|
@124768
|
13 years |
yurys |
Web Inspector: add memory instrumentation for CSSValue and its …
|
|
|
@111387
|
13 years |
kling |
Let CSSImageValue inherit directly from CSSValue. …
|
|
|
@100075
|
14 years |
zimmermann |
2011-11-12 Nikolas Zimmermann <[email protected]>
Finish …
|
|
|
@99468
|
14 years |
andreas.kling |
CSSValue: Devirtualize isFooType().
<http://webkit.org/b/71668>
…
|
|
|
@97854
|
14 years |
apavlov |
Strip trailing whitespace in the WebCore/css C++ code. …
|
|
|
@92047
|
14 years |
rwlbuis |
2011-07-29 Rob Buis <[email protected]>
URL references are …
|
|
|
@85617
|
14 years |
rolandsteiner |
2011-05-02 Roland Steiner <[email protected]>
…
|
|
|
@75314
|
14 years |
abarth |
Move WebCore into Source
|
|
copied from trunk/WebCore/css/CSSCursorImageValue.cpp
|
|
|
@74574
|
14 years |
jschuh |
2010-12-23 Justin Schuh <[email protected]>
Reviewed by …
|