index
:
delta/qt5/qtwebkit.git
5.212
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.8
5.8.0
5.9
5.9.0
5.9.1
baserock/5.5
baserock/5.6
baserock/morph
baserock/v5.3.0
dev
old/5.0
old/5.1
old/5.2
release
stable
wip/next
code.qt.io: qt/qtwebkit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
JavaScriptCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-12-23
1
-1
/
+0
|
\
|
*
Do not completely erase LIBS variable
Jürgen Hunold
2013-12-17
1
-1
/
+0
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-11-29
3
-112
/
+73
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn
2013-11-26
1
-3
/
+3
|
|
\
|
|
*
Fix compilation on ARM
Samuli Piippo
2013-11-18
1
-3
/
+3
|
*
|
[sh4] Fix revertJumpReplacementToBranchPtrWithPatch in MacroAssembler.
commit-queue@webkit.org
2013-11-20
2
-11
/
+25
|
*
|
[sh4] Protect repatchCompact from flushConstantPool.
commit-queue@webkit.org
2013-11-20
1
-2
/
+9
|
*
|
[sh4] Fix load32WithUnalignedHalfWords function in baseline JIT.
commit-queue@webkit.org
2013-11-20
1
-3
/
+3
|
*
|
[sh4] Refactor jumps in baseline JIT to return label after the jump.
commit-queue@webkit.org
2013-11-20
2
-93
/
+33
|
|
/
*
|
Merge remote-tracking branch 'origin/stable' into dev
Sergio Ahumada
2013-11-08
14
-28
/
+35
|
\
\
|
|
/
|
*
Only use 64bit atomics when supported
Allan Sandfeld Jensen
2013-10-28
1
-9
/
+0
|
*
Fix build for boot2qt eAndroid
Allan Sandfeld Jensen
2013-10-21
2
-5
/
+17
|
*
[sh4] Jump over maxJumpReplacementSize in revertJumpToMove.
Julien Brianceau
2013-10-21
1
-10
/
+4
|
*
[arm] Inverted src and dest FP registers in DFG speculative JIT when using ha...
Julien Brianceau
2013-10-18
1
-2
/
+4
|
*
Revert r152209
Allan Sandfeld Jensen
2013-10-17
1
-1
/
+1
|
*
32-bit code gen for TypeOf doesn't properly update the AbstractInterpreter state
Mark Hahnenberg
2013-10-16
1
-1
/
+1
|
*
Fix undefined reference linker errors with MinGW
Kai Koehne
2013-10-16
7
-0
/
+8
*
|
[sh4] Introduce const pools in LLINT.
commit-queue@webkit.org
2013-10-18
2
-67
/
+192
*
|
[sh4] Fix typo in subp implementation in LLINT.
commit-queue@webkit.org
2013-10-17
1
-1
/
+1
*
|
[sh4] Handle subp opcode with 3 operands and bpbeq opcode in LLINT.
commit-queue@webkit.org
2013-10-17
1
-4
/
+15
|
/
*
Fix linux-clang with clang 3.4
Allan Sandfeld Jensen
2013-10-04
1
-0
/
+3
*
[sh4] Missing instruction in nativeCallTrampoline LLINT function.
Julien Brianceau
2013-10-04
1
-14
/
+1
*
Revert "Un-crashify JSC tests on debug bots after Anders had his way with Str...
v5.2.0-alpha1
Allan Sandfeld Jensen
2013-09-24
1
-1
/
+1
*
Fix build with MingW
Allan Sandfeld Jensen
2013-09-20
1
-2
/
+2
*
QtWebKit should not require SQLite version to 3.6.16.
Allan Sandfeld Jensen
2013-09-19
1
-1
/
+1
*
Import Qt5x2 branch of QtWebkit for Qt 5.2
Allan Sandfeld Jensen
2013-09-19
851
-45952
/
+86306
*
Merge branch 'stable' into dev
Sergio Ahumada
2013-09-13
4
-14
/
+14
|
\
|
*
JSC ARM traditional failing on Octane NavierStokes test
Gabor Rapcsanyi
2013-09-13
1
-2
/
+2
|
*
Failure building with python3
Laszlo Papp
2013-08-27
3
-12
/
+12
*
|
JavaScriptCore: Fix header guard
Tobias Hunger
2013-09-03
1
-1
/
+1
|
/
*
JSObject::getOwnNonIndexPropertyNames calculates numCacheableSlots incorrectl...
Mark Hahnenberg
2013-07-01
2
-2
/
+17
*
JSObject::getOwnNonIndexPropertyNames calculates numCacheableSlots incorrectly
Mark Hahnenberg
2013-07-01
1
-3
/
+5
*
get_by_pname can become confused when iterating over objects with static prop...
Mark Hahnenberg
2013-07-01
3
-1
/
+10
*
LLInt conditional branch compilation fault on MIPS.
Balazs Kilvady
2013-05-23
2
-14
/
+20
*
offlineasm BaseIndex handling is broken on ARM due to MIPS changes
Balazs Kilvady
2013-05-23
3
-4
/
+46
*
MIPS DFG implementation.
Balazs Kilvady
2013-05-23
11
-73
/
+873
*
MIPS LLInt implementation.
Balazs Kilvady
2013-05-23
11
-18
/
+1047
*
[Qt] Use GNU ar's thin archive format for intermediate static libs
Andras Becsi
2013-04-19
3
-5
/
+5
*
Implement JIT for MinGW-w64 64-bit
Jonathan Liu
2013-04-19
1
-1
/
+70
*
Add more assertions to the property storage use in arrays
Oliver Hunt
2013-04-16
2
-5
/
+20
*
Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...
Frederik Gladhorn
2013-04-05
1
-2
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn
2013-04-03
1
-2
/
+2
|
|
\
|
|
*
Crash at JSC::call when loading www.gap.com with JSVALUE32_64 Enabled
Michael Saboff
2013-03-27
1
-2
/
+2
*
|
|
Fix the build with GCC 4.8 https://bugs.webkit.org/show_bug.cgi?id=113147
Andras Becsi
2013-04-05
1
-2
/
+2
*
|
|
WeakSet::removeAllocator leaks WeakBlocks
Mark Hahnenberg
2013-04-04
1
-1
/
+1
*
|
|
JSC asserting with long parameter list functions in debug mode on ARM traditi...
Gabor Rapcsanyi
2013-04-04
1
-1
/
+1
*
|
|
Change set r140201 broke editing/selection/move-by-word-visually-multi-line.html
Michael Saboff
2013-04-04
1
-2
/
+1
*
|
|
Harden ArithDiv of integers fix-up by inserting Int32ToDouble node directly
Michael Saboff
2013-04-04
1
-2
/
+10
*
|
|
Fix up of ArithDiv nodes for non-x86 CPUs is broken
Michael Saboff
2013-04-04
1
-1
/
+1
*
|
|
r134080 causes heap problem on linux systems where PAGESIZE != 4096
Balazs Kilvady
2013-04-04
4
-25
/
+14
[next]