git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[iOS] Ignore viewport rect changes during zoom bouncing.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
2015-06-30
basile_clement@app...
Allow object allocation sinking through GetScope, GetEx...
tree
|
commitdiff
2015-06-30
mattbaker@apple.com
Web Inspector: Reduce rendering frames "Other" time...
tree
|
commitdiff
2015-06-29
dino@apple.com
Temporarily disable PICTURE_SIZES
tree
|
commitdiff
2015-06-29
youenn.fablet@crf...
Binding generator should allow using JSC::Value for...
tree
|
commitdiff
2015-06-28
commit-queue@webki...
[ES6] Implement ES6 arrow function syntax. No Line...
tree
|
commitdiff
2015-06-27
darin@apple.com
Make converting JSString to StringView idiomatically...
tree
|
commitdiff
2015-06-26
ossy@webkit.org
Remove ARMv7Assembler.cpp
tree
|
commitdiff
2015-06-26
ossy@webkit.org
Fix the !ENABLE(ES6_ARROWFUNCTION_SYNTAX) build after...
tree
|
commitdiff
2015-06-26
commit-queue@webki...
Source/JavaScriptCore:
tree
|
commitdiff
2015-06-26
bshafiei@apple.com
Versioning.
tree
|
commitdiff
2015-06-26
utatane.tea@gmail.com
[ES6] Support rest element in destructuring assignments
tree
|
commitdiff
2015-06-25
commit-queue@webki...
Unreviewed, rolling out r185956.
tree
|
commitdiff
2015-06-25
msaboff@apple.com
Minor fix to idx bounds check after 185954
tree
|
commitdiff
2015-06-25
commit-queue@webki...
Address Sanitizer does not play well with memcpy in...
tree
|
commitdiff
2015-06-25
bfulgham@apple.com
Enabling MEDIA_STREAM
tree
|
commitdiff
2015-06-25
msaboff@apple.com
REGRESSION (r181889): basspro.com hangs on load under...
tree
|
commitdiff
2015-06-25
cdumez@apple.com
Unreviewed, speculative build fix after r185942.
tree
|
commitdiff
2015-06-25
darin@apple.com
Optimize Array.join and Array.reverse for high speed...
tree
|
commitdiff
2015-06-25
fpizlo@apple.com
DFG::SpeculativeJIT shouldn't use filter==Contradiction...
tree
|
commitdiff
2015-06-24
msaboff@apple.com
Crash on gog.com due to PolymorphicCallNode's having...
tree
|
commitdiff
2015-06-24
msaboff@apple.com
Refactor CallLinkInfo from a struct to a class
tree
|
commitdiff
2015-06-24
commit-queue@webki...
Source/JavaScriptCore:
tree
|
commitdiff
2015-06-24
commit-queue@webki...
Strict Equality on objects should only check that one...
tree
|
commitdiff
2015-06-24
mark.lam@apple.com
Fixed assertion in JSStringJoiner::join() (regression...
tree
|
commitdiff
2015-06-24
darin@apple.com
2015-06-24 Darin Adler <darin@apple.com>
tree
|
commitdiff
2015-06-24
mark.lam@apple.com
Gardening: Fixing 2 bad asserts from r185889.
tree
|
commitdiff
2015-06-24
mitz@apple.com
Fixed iOS production builds.
tree
|
commitdiff
2015-06-24
darin@apple.com
Make Array.join work directly on substrings without...
tree
|
commitdiff
2015-06-23
mmirman@apple.com
Completes native binding descriptors with native getter...
tree
|
commitdiff
2015-06-23
utatane.tea@gmail.com
[ES6] Allow trailing comma in ArrayBindingPattern and...
tree
|
commitdiff
2015-06-20
utatane.tea@gmail.com
[ES6] Destructuring assignment need to accept iterables
tree
|
commitdiff
2015-06-20
commit-queue@webki...
Web Inspector: Highlight currently edited CSS selector
tree
|
commitdiff
2015-06-19
mark.lam@apple.com
Gardening: fix build for EWS bots.
tree
|
commitdiff
2015-06-19
msaboff@apple.com
Crash in com.apple.WebKit.WebContent at com.apple.JavaS...
tree
|
commitdiff
2015-06-19
ggaren@apple.com
WebKit crash while loading nytimes at JavaScriptCore...
tree
|
commitdiff
2015-06-19
mark.lam@apple.com
Employ explicit operator bool() instead of using the...
tree
|
commitdiff
2015-06-19
andersca@apple.com
Add a JSC symlink in /System/Library/PrivateFrameworks
tree
|
commitdiff
2015-06-19
commit-queue@webki...
Web Inspector: Avoid getOwnPropertyNames/Symbols on...
tree
|
commitdiff
2015-06-18
utatane.tea@gmail.com
[DFG] Avoid OSR exit in the middle of string concatenation
tree
|
commitdiff
2015-06-18
joepeck@webkit.org
Web Inspector: improve generated types for objects...
tree
|
commitdiff
2015-06-18
joepeck@webkit.org
Unreviewed. Rollout r185670 as it caused some tests...
tree
|
commitdiff
2015-06-18
achristensen@apple.com
[Content Extensions] Log blocked loads to the WebInspec...
tree
|
commitdiff
2015-06-18
saambarati1@gmail.com
[ES6] support default values in deconstruction paramete...
tree
|
commitdiff
2015-06-17
commit-queue@webki...
Web Inspector: Do not show JavaScriptCore builtins...
tree
|
commitdiff
2015-06-17
akling@apple.com
[JSC] jsSubstring() should have a fast path for 0....
tree
|
commitdiff
2015-06-17
bfulgham@apple.com
CSS scroll snap: defining snap points on axis that...
tree
|
commitdiff
2015-06-17
achristensen@apple.com
32-bit build fix after r185640.
tree
|
commitdiff
2015-06-17
bshafiei@apple.com
Versioning.
tree
|
commitdiff
2015-06-17
fpizlo@apple.com
FTL should eliminate array bounds checks in loops
tree
|
commitdiff
2015-06-17
akling@apple.com
Remove unused template parameter InlineCapacity from...
tree
|
commitdiff
2015-06-17
msaboff@apple.com
Inlining in the DFG trashes ByteCodeParser::m_currentIn...
tree
|
commitdiff
2015-06-16
fpizlo@apple.com
Unreviewed, roll out unintended JSC change from https...
tree
|
commitdiff
2015-06-16
mark.lam@apple.com
Use NakedPtr<Exception>& to return exception results.
tree
|
commitdiff
2015-06-16
fpizlo@apple.com
FTL boolify() UntypedUse is wrong in the masquerades...
tree
|
commitdiff
2015-06-16
akling@apple.com
[JSC] Pre-bake final Structure for RegExp matches arrays.
tree
|
commitdiff
2015-06-16
saambarati1@gmail.com
LLInt's code path for get_from_scope with case GlobalVa...
tree
|
commitdiff
2015-06-16
utatane.tea@gmail.com
[ES6] Introduce %IteratorPrototype% and drop all XXXIte...
tree
|
commitdiff
2015-06-15
msaboff@apple.com
JIT bug - fails when inspector closed, works when open
tree
|
commitdiff
2015-06-13
commit-queue@webki...
Web Inspector: console.table() with a list of objects...
tree
|
commitdiff
2015-06-13
youenn.fablet@crf...
[Streams API] ReadableJSStream should handle promises...
tree
|
commitdiff
2015-06-13
gyuyoung.kim@webki...
Purge PassRefPtr in JavaScriptCore - 2
tree
|
commitdiff
2015-06-13
darin@apple.com
Fix minor ES6 compliance issue in RegExp.prototype...
tree
|
commitdiff
2015-06-12
basile_clement@app...
DFG Object Allocation Sinking should not consider GetCl...
tree
|
commitdiff
2015-06-12
bshafiei@apple.com
Versioning.
tree
|
commitdiff
2015-06-12
mark.lam@apple.com
WebCore::reportException() needs to be able to accept...
tree
|
commitdiff
2015-06-12
akling@apple.com
jsSubstring() should support creating substrings from...
tree
|
commitdiff
2015-06-11
commit-queue@webki...
Unreviewed, rolling out r185465.
tree
|
commitdiff
2015-06-11
youenn.fablet@crf...
[Streams API] ReadableJSStream should handle promises...
tree
|
commitdiff
2015-06-11
utatane.tea@gmail.com
ASSERTION FAILED: s.length() > 1 on LayoutTests/js...
tree
|
commitdiff
2015-06-10
utatane.tea@gmail.com
JavaScript: Drop the “escaped reserved words as identif...
tree
|
commitdiff
2015-06-10
commit-queue@webki...
Implement RegExp.prototype.flags
tree
|
commitdiff
2015-06-10
fpizlo@apple.com
DFG ASSERTION FAILED: !iterate() on stress/singleton...
tree
|
commitdiff
2015-06-10
fpizlo@apple.com
JetStream should have a more rational story for jitter...
tree
|
commitdiff
2015-06-10
commit-queue@webki...
Unreviewed, rolling out r185414.
tree
|
commitdiff
2015-06-10
utatane.tea@gmail.com
JavaScript: Drop the “escaped reserved words as identif...
tree
|
commitdiff
2015-06-10
akling@apple.com
[JSC] InlineCallFrame::arguments should be sized-to...
tree
|
commitdiff
2015-06-09
cdumez@apple.com
Allow one sync GC per gcTimer interval on critical...
tree
|
commitdiff
2015-06-09
akling@apple.com
[JSC] CodeBlock::m_constantRegisters should be sized...
tree
|
commitdiff
2015-06-09
akling@apple.com
[JSC] Polymorphic{Get,Put}ByIdList::addAccess() should...
tree
|
commitdiff
2015-06-09
akling@apple.com
[JSC] JSPropertyNameEnumerator's property name vector...
tree
|
commitdiff
2015-06-09
akling@apple.com
FunctionExecutable::isCompiling() is weird and wrong.
tree
|
commitdiff
2015-06-09
utatane.tea@gmail.com
Introduce getter definition into static hash tables...
tree
|
commitdiff
2015-06-09
akling@apple.com
[JSC] JSString::getIndex() should avoid reifying substr...
tree
|
commitdiff
2015-06-09
akling@apple.com
[JSC] String.prototype.indexOf() should use StringView.
tree
|
commitdiff
2015-06-09
ossy@webkit.org
[cmake] Fix the style issues in cmake project files
tree
|
commitdiff
2015-06-09
gyuyoung.kim@webki...
Purge PassRefPtr in JavaScriptCore
tree
|
commitdiff
2015-06-09
fpizlo@apple.com
It should be possible to hoist all constants in DFG SSA
tree
|
commitdiff
2015-06-08
fpizlo@apple.com
The tiny set magic in StructureSet should be available...
tree
|
commitdiff
2015-06-08
ossy@webkit.org
[ARM] Add the missing setupArgumentsWithExecState funct...
tree
|
commitdiff
2015-06-08
beidson@apple.com
Completely remove all IDB properties/constructors when...
tree
|
commitdiff
2015-06-06
mark.lam@apple.com
Returned Exception* values need to be initialized to...
tree
|
commitdiff
2015-06-06
mark.lam@apple.com
Subclasses of JSNonFinalObject with gc'able children...
tree
|
commitdiff
2015-06-05
ggaren@apple.com
DropAllLocks RELEASE_ASSERT on iOS
tree
|
commitdiff
2015-06-05
fpizlo@apple.com
speculateRealNumber() should early exit if you're alrea...
tree
|
commitdiff
2015-06-05
mark.lam@apple.com
finally blocks should not set the exception stack trace...
tree
|
commitdiff
2015-06-05
benjamin@webkit.org
[JSC] Always track out-of-bounds array access explicitl...
tree
|
commitdiff
2015-06-05
fpizlo@apple.com
Simplify unboxing of double JSValues known to be not...
tree
|
commitdiff
2015-06-05
commit-queue@webki...
Web Inspector: Class constructor appearing as Object...
tree
|
commitdiff
2015-06-04
commit-queue@webki...
Unreviewed, rolling out r185216.
tree
|
commitdiff
2015-06-04
fpizlo@apple.com
Simplify unboxing of double JSValues known to be not...
tree
|
commitdiff
next