git://git.webkit.org
/
WebKit-https.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AX: AXIsolatedTree::updateChildren sometimes fails to update isolated subtrees when...
2013-04-11
eric@webkit.org
Remove myself from the watchlists, I'm getting too...
commit
|
commitdiff
|
tree
2013-03-25
eric@webkit.org
Incorrect parsing due to hash collision
commit
|
commitdiff
|
tree
2013-03-14
eric@webkit.org
Threaded HTML Parser should limit speculation to avoid...
commit
|
commitdiff
|
tree
2013-03-09
eric@webkit.org
BackgroundHTMLParser should be able to atomize well...
commit
|
commitdiff
|
tree
2013-03-08
eric@webkit.org
Free up background parser's checkpoints when speculation...
commit
|
commitdiff
|
tree
2013-03-08
eric@webkit.org
AtomicHTMLToken should not be heap allocated or RefCounted
commit
|
commitdiff
|
tree
2013-03-07
eric@webkit.org
AtomicStringImpls are not safe to send between threads
commit
|
commitdiff
|
tree
2013-03-06
eric@webkit.org
Replace shouldLazyAttach bool with an enum for readability
commit
|
commitdiff
|
tree
2013-03-05
eric@webkit.org
Multiple html5lib Layout Tests are slow since r144032
commit
|
commitdiff
|
tree
2013-03-05
eric@webkit.org
Add html-parser-threaded perf test now that the threaded...
commit
|
commitdiff
|
tree
2013-03-05
eric@webkit.org
run-webkit-tests should support --profile and --profiler...
commit
|
commitdiff
|
tree
2013-03-05
eric@webkit.org
Add PerformanceTest for document startup via iframe...
commit
|
commitdiff
|
tree
2013-03-02
eric@webkit.org
Remove two unnecessary mallocs from the main-thread...
commit
|
commitdiff
|
tree
2013-03-02
eric@webkit.org
constructTreeFromCompactHTMLToken should call clearExternalC...
commit
|
commitdiff
|
tree
2013-03-01
eric@webkit.org
Threaded HTML Parser has an extra copy of every byte...
commit
|
commitdiff
|
tree
2013-02-28
eric@webkit.org
Threaded HTML parser hits ASSERTION FAILED: this =...
commit
|
commitdiff
|
tree
2013-02-28
eric@webkit.org
Add --additional-drt-flag option to run-perf-tests...
commit
|
commitdiff
|
tree
2013-02-26
eric@webkit.org
Layout Test Multiple html5lib/ tests are too slow and...
commit
|
commitdiff
|
tree
2013-02-26
eric@webkit.org
Threaded HTML parser fails fast/loader/stateobjects...
commit
|
commitdiff
|
tree
2013-02-25
eric@webkit.org
Move html5lib/run-test* into html5lib/generated in...
commit
|
commitdiff
|
tree
2013-02-22
eric@webkit.org
Teach the html5lib tests how to test the threaded HTML...
commit
|
commitdiff
|
tree
2013-02-22
eric@webkit.org
REGRESSION(r143664, r143681): http/tests/security/feed...
commit
|
commitdiff
|
tree
2013-02-22
eric@webkit.org
REGRESSION(r143664, r143681): http/tests/security/feed...
commit
|
commitdiff
|
tree
2013-02-22
eric@webkit.org
LayoutTests/fast/encoding/parser-tests-*.html timeout...
commit
|
commitdiff
|
tree
2013-02-22
eric@webkit.org
tables/mozilla/bugs/bug8950.html fails with threaded...
commit
|
commitdiff
|
tree
2013-02-22
eric@webkit.org
LayoutTests/fast/encoding/parser-tests-*.html timeout...
commit
|
commitdiff
|
tree
2013-02-21
eric@webkit.org
WebVTTParser copies character buffer more often than...
commit
|
commitdiff
|
tree
2013-02-14
eric@webkit.org
String(Vector) behaves differently from String(vector...
commit
|
commitdiff
|
tree
2013-02-14
eric@webkit.org
REGRESSION(r142712): attribute values show up as "...
commit
|
commitdiff
|
tree
2013-02-13
eric@webkit.org
Use fancy new Vector-based String constructors in the...
commit
|
commitdiff
|
tree
2013-02-13
eric@webkit.org
Don't copy Vector<UChar> when passing to new String...
commit
|
commitdiff
|
tree
2013-02-13
eric@webkit.org
Fix HTMLToken::Attribute member naming and update callsites...
commit
|
commitdiff
|
tree
2013-02-13
eric@webkit.org
Teach more WTF string classes about vectors with inline...
commit
|
commitdiff
|
tree
2013-02-12
eric@webkit.org
Remove HTMLTokenTypes header (and split out AtomicHTMLToken...
commit
|
commitdiff
|
tree
2013-02-12
eric@webkit.org
Fold HTMLTokenizerState back into HTMLTokenizer now...
commit
|
commitdiff
|
tree
2013-02-12
eric@webkit.org
Fix Mac build after http://trac.webkit.org/changeset...
commit
|
commitdiff
|
tree
2013-02-11
eric@webkit.org
Fold MarkupTokenizerBase into HTMLTokenizer now that...
commit
|
commitdiff
|
tree
2013-02-11
eric@webkit.org
Fold MarkupTokenBase into HTMLToken now that it has...
commit
|
commitdiff
|
tree
2013-02-11
eric@webkit.org
Make WebVTTTokenizer stop inheriting from MarkupTokenizerBase
commit
|
commitdiff
|
tree
2013-02-11
eric@webkit.org
Move WebVTTToken off of MarkupTokenBase
commit
|
commitdiff
|
tree
2013-02-11
eric@webkit.org
Remove AttributeBase now that NEW_XML is gone
commit
|
commitdiff
|
tree
2013-02-11
eric@webkit.org
Rename PreloadTask to StartTagScanner to match its...
commit
|
commitdiff
|
tree
2013-02-11
eric@webkit.org
Make the existing HTMLPreloadScanner threading-aware
commit
|
commitdiff
|
tree
2013-02-09
eric@webkit.org
Fix TextDocumentParser to play nice with threading
commit
|
commitdiff
|
tree
2013-01-25
eric@webkit.org
Support 4 and 5 argument bound static functions
commit
|
commitdiff
|
tree
2013-01-25
eric@webkit.org
Skip haslanded_unittest.py on systems which do not...
commit
|
commitdiff
|
tree
2013-01-24
eric@webkit.org
Stop the background-parser during HTMLDocumentParser...
commit
|
commitdiff
|
tree
2013-01-23
eric@webkit.org
HTMLCompactToken needs to include the forceQuirks bool...
commit
|
commitdiff
|
tree
2013-01-23
eric@webkit.org
Remove DocType support from MarkupTokenBase now that...
commit
|
commitdiff
|
tree
2013-01-23
eric@webkit.org
Clarify some usage of shouldUseThreading vs m_haveBackground...
commit
|
commitdiff
|
tree
2013-01-22
eric@webkit.org
Make CompactHTMLToken a little more compact
commit
|
commitdiff
|
tree
2013-01-22
eric@webkit.org
Turn on ENABLE_THREADED_HTML_PARSER for Chromium (it...
commit
|
commitdiff
|
tree
2013-01-19
eric@webkit.org
Update error regexps so that Parser/html-parser-srcdoc...
commit
|
commitdiff
|
tree
2013-01-17
eric@webkit.org
The threaded html parser hangs when parsing empty documents...
commit
|
commitdiff
|
tree
2013-01-17
eric@webkit.org
Threaded parser hangs when encountering an unmatched...
commit
|
commitdiff
|
tree
2013-01-17
eric@webkit.org
Add a version of the html-parser benchmark which uses...
commit
|
commitdiff
|
tree
2013-01-17
eric@webkit.org
Stop the background parser when canceling parsing to...
commit
|
commitdiff
|
tree
2013-01-16
eric@webkit.org
Remove --shark* support from sunspider/run-sunspider...
commit
|
commitdiff
|
tree
2013-01-16
eric@webkit.org
Remove webkitpy Visual Studio files, as core developers...
commit
|
commitdiff
|
tree
2013-01-10
eric@webkit.org
run-perf-tests --chromium-android --profile should...
commit
|
commitdiff
|
tree
2013-01-04
eric@webkit.org
FlakyTestReporter should be re-enabled and taught how...
commit
|
commitdiff
|
tree
2013-01-04
eric@webkit.org
Rename Tool.port to deprecated_port in preparation...
commit
|
commitdiff
|
tree
2012-12-20
eric@webkit.org
EWSes do not need to dump build/test logs when things...
commit
|
commitdiff
|
tree
2012-12-17
eric@webkit.org
Cleanup --profiler=perf code a little and allow up...
commit
|
commitdiff
|
tree
2012-12-17
eric@webkit.org
rpt --profile --chromium-android throws exception
commit
|
commitdiff
|
tree
2012-12-14
eric@webkit.org
Add --profiler=PROFILER option to run-perf-tests to...
commit
|
commitdiff
|
tree
2012-12-14
eric@webkit.org
Unreviewed, fixing typo in python unittest.
commit
|
commitdiff
|
tree
2012-12-14
eric@webkit.org
Use 'perf' to profile on linux instead of google-pprof...
commit
|
commitdiff
|
tree
2012-12-14
eric@webkit.org
Callers should not have to stringify args before calling...
commit
|
commitdiff
|
tree
2012-12-13
eric@webkit.org
Make --profile output easier to understand for pprof...
commit
|
commitdiff
|
tree
2012-12-13
eric@webkit.org
Add --profiler=PROFILER option to run-perf-tests to...
commit
|
commitdiff
|
tree
2012-12-13
eric@webkit.org
build-webkit --chromium-android forces Make even when...
commit
|
commitdiff
|
tree
2012-12-12
eric@webkit.org
Add support for run-perf-tests --chromium-android ...
commit
|
commitdiff
|
tree
2012-12-11
eric@webkit.org
Unreviewed, rolling out r137371.
commit
|
commitdiff
|
tree
2012-12-11
eric@webkit.org
Make Ninja the default build system for build-webkit...
commit
|
commitdiff
|
tree
2012-12-10
eric@webkit.org
Caused crashes in v8. Rolling out until abarth can...
commit
|
commitdiff
|
tree
2012-12-02
eric@webkit.org
run-perf-tests --profile should use iprofiler instead...
commit
|
commitdiff
|
tree
2012-12-02
eric@webkit.org
run-perf-tests --profile should use iprofiler instead...
commit
|
commitdiff
|
tree
2012-11-29
eric@webkit.org
run-perf-tests --chromium-android fails due to Skia...
commit
|
commitdiff
|
tree
2012-11-29
eric@webkit.org
run-perf-tests does not work when the layout test directory...
commit
|
commitdiff
|
tree
2012-11-28
eric@webkit.org
run-perf-tests should have a --profile option for easy...
commit
|
commitdiff
|
tree
2012-11-18
eric@webkit.org
Add ScriptWrappable to more WebCore classes which are...
commit
|
commitdiff
|
tree
2012-11-16
eric@webkit.org
Deploy ScriptWrappable to more always-wrapped objects
commit
|
commitdiff
|
tree
2012-11-02
eric@webkit.org
Add Glenn Adams to the Contributor list
commit
|
commitdiff
|
tree
2012-10-31
eric@webkit.org
Add non-virtual firstChild/lastChild overrides to RenderBloc...
commit
|
commitdiff
|
tree
2012-10-31
eric@webkit.org
RoboHornetPro spends ~25% of total test time in WebCore...
commit
|
commitdiff
|
tree
2012-10-30
eric@webkit.org
Teach RenderTable how to use Vector::insert and Vector...
commit
|
commitdiff
|
tree
2012-10-29
eric@webkit.org
Technical Articles should link to an old talk I gave
commit
|
commitdiff
|
tree
2012-10-29
eric@webkit.org
Make rendering tables with <colgroups> twice as fast...
commit
|
commitdiff
|
tree
2012-10-27
eric@webkit.org
Add a microbenchmark for Hindi (complex-text) line...
commit
|
commitdiff
|
tree
2012-10-18
eric@webkit.org
Make dom-query.html slightly faster by removing unnecessary...
commit
|
commitdiff
|
tree
2012-10-09
eric@webkit.org
Inline logicalHeightForRowSizing to shave another 2...
commit
|
commitdiff
|
tree
2012-10-08
eric@webkit.org
Make no-column table-layout cases a little faster with...
commit
|
commitdiff
|
tree
2012-10-05
eric@webkit.org
Remove needless virtual calls and inline RenderStyle...
commit
|
commitdiff
|
tree
2012-10-05
eric@webkit.org
Make tables which don't use col/row span much faster...
commit
|
commitdiff
|
tree
2012-10-05
eric@webkit.org
SVGAttributeHashTranslator does not need to copy QualifiedNa...
commit
|
commitdiff
|
tree
2012-09-12
eric@webkit.org
HTML parser fails to propertly close 4 identical nested...
commit
|
commitdiff
|
tree
2012-09-12
eric@webkit.org
Sync html5lib tests with latest sources (and sort the...
commit
|
commitdiff
|
tree
2012-08-29
eric@webkit.org
cr-ews bot doesn't set CWD correctly when zipping layout...
commit
|
commitdiff
|
tree
2012-08-14
eric@webkit.org
Add test to demonstrate overpainting seen in bug 92800
commit
|
commitdiff
|
tree
next