|
|
@64602
|
15 years |
ggaren |
Fixed a crash seen on the GTK 64bit buildbot.
Reviewed by …
|
|
|
@63404
|
15 years |
oliver |
2010-07-14 Oliver Hunt <[email protected]>
Reviewed by Gavin …
|
|
|
@63341
|
15 years |
oliver |
Guard the CF path of interpreter vs. jit selection with PLATFORM(CF)
…
|
|
|
@63336
|
15 years |
oliver |
Crash when trying to enable JIT and Interpreter in a single build.
…
|
|
|
@63244
|
15 years |
barraclough |
Bug 42182 - Change how numeric compare functions are detected
…
|
|
|
@62847
|
15 years |
darin |
* runtime/JSGlobalData.cpp:
(JSC::JSGlobalData::sharedInstance): Fix typo.
|
|
|
@62842
|
15 years |
darin |
Fix assertion seen on the Leopard buildbot.
The single shared instance …
|
|
|
@62612
|
15 years |
oliver |
2010-07-06 Oliver Hunt <[email protected]>
Reviewed by …
|
|
|
@61623
|
15 years |
zherczeg |
Adding regular expression caching to JavaScriptCore …
|
|
|
@61588
|
15 years |
oliver |
2010-06-21 Oliver Hunt <[email protected]>
Reviewed by …
|
|
|
@59746
|
15 years |
barraclough |
Bug 39343 - Dynamically generate a native call thunk per …
|
|
|
@59676
|
15 years |
loki |
Fix the interpreter after r59637 …
|
|
|
@59637
|
15 years |
barraclough |
Bug 39252 - Move host/native JSFunction's NativeFunction onto …
|
|
|
@59339
|
15 years |
barraclough |
https://bugs.webkit.org/show_bug.cgi?id=39039
Provide support for …
|
|
|
@58712
|
15 years |
barraclough |
Rolling out r58114 - this introduced memory leaks of
AtomicStrings …
|
|
|
@58133
|
15 years |
barraclough |
https://bugs.webkit.org/show_bug.cgi?id=38006
Change lifetime of …
|
|
|
@58114
|
15 years |
barraclough |
https://bugs.webkit.org/show_bug.cgi?id=37978
Unify …
|
|
|
@58012
|
15 years |
weinig |
Fix for https://bugs.webkit.org/show_bug.cgi?id=37937
Wean …
|
|
|
@57879
|
15 years |
barraclough |
Rubber stamped by Maciej Stachowiak (relanding r57829).
Added missing …
|
|
|
@57853
|
15 years |
barraclough |
This broke windows.
Reviewed by NOBODY (rolling out r57829).
…
|
|
|
@57829
|
15 years |
barraclough |
https://bugs.webkit.org/show_bug.cgi?id=37745
Move string uniquing …
|
|
|
@57192
|
15 years |
eric |
2010-04-06 Adam Barth <[email protected]>
Reviewed by Eric …
|
|
|
@52956
|
15 years |
ap |
Reviewed by Geoffrey Garen.
…
|
|
|
@52856
|
15 years |
barraclough |
https://bugs.webkit.org/show_bug.cgi?id=33236
Remove m_identifierTable …
|
|
|
@52082
|
15 years |
ggaren |
JavaScriptCore: Changed GC from mark-sweep to mark-allocate.
…
|
|
|
@52047
|
15 years |
ggaren |
Rolled out my last patch because the bots were crashing
|
|
|
@52040
|
15 years |
ggaren |
JavaScriptCore: Changed GC from mark-sweep to mark-allocate.
…
|
|
|
@51928
|
15 years |
eric |
2009-12-09 Zoltan Herczeg <[email protected]>
…
|
|
|
@51512
|
15 years |
barraclough |
Bug 31859 - Make world selection for JSC IsolatedWorlds automagical.
…
|
|
|
@51457
|
15 years |
zoltan |
2009-11-28 Zoltan Herczeg <[email protected]>
…
|
|
|
@51329
|
16 years |
barraclough |
Part 1/3 of <rdar://problem/7377477> REGRESSION: Many web pages fail …
|
|
|
@50789
|
16 years |
ggaren |
Faster Math.random, based on GameRand.
Reviewed by Gavin …
|
|
|
@50711
|
16 years |
ggaren |
Imported the v8 DST cache.
Reviewed by Oliver Hunt.
…
|
|
|
@50709
|
16 years |
ggaren |
Fixed an edge case that could cause the engine not to notice a …
|
|
|
@50705
|
16 years |
ggaren |
Added a tiny cache for Date parsing.
Reviewed by Sam "Home …
|
|
|
@50608
|
16 years |
ggaren |
Rolled back in r50590 with Windows build hopefully fixed.
|
|
|
@50591
|
16 years |
ggaren |
Rolled out r50590 because it doesn't build on Windows.
|
|
|
@50590
|
16 years |
ggaren |
JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=31197 …
|
|
|
@48905
|
16 years |
oliver |
Tidy up codeblock sampler …
|
|
|
@48315
|
16 years |
ap |
Reviewed by Geoff Garen.
…
|
|
|
@47738
|
16 years |
barraclough |
https://bugs.webkit.org/show_bug.cgi?id=28691
Do not retain ScopeNodes …
|
|
|
@47412
|
16 years |
barraclough |
No, silly runtime, AST nodes are not for you.
Reviewed by Sam Weinig. …
|
|
|
@47304
|
16 years |
barraclough |
Remove AST nodes from use within the Runtime (outside of parsing), …
|
|
|
@47267
|
16 years |
oliver |
Devirtualise marking
https://bugs.webkit.org/show_bug.cgi?id=28294
…
|
|
|
@47022
|
16 years |
oliver |
Stack overflow crash in JavaScript garbage collector mark pass …
|
|
|
@46598
|
16 years |
ggaren |
Merged nitro-extreme branch into trunk.
|
|
|
@45553
|
16 years |
hausmann |
JavaScriptCore:
2009-07-05 Lars Knoll <[email protected]>
…
|
|
|
@44844
|
16 years |
oliver |
Bug 26532: Native functions do not correctly unlink from optimised …
|
|
|
@44813
|
16 years |
darin |
JavaScriptCore:
2009-06-17 Darin Adler <Darin Adler>
…
|
|
|
@44550
|
16 years |
oliver |
Bug 26249: Support JSON.stringify …
|
|
|
@44522
|
16 years |
oliver |
Revert r44521 as it causes regressions on windows for some reason.
|
|
|
@44521
|
16 years |
oliver |
Bug 26249: Support JSON.stringify …
|
|
|
@44417
|
16 years |
bfulgham |
2009-06-04 Zoltan Horvath <[email protected]>
…
|
|
|
@44224
|
16 years |
abarth |
Revert 44221.
|
|
|
@43479
|
16 years |
darin |
2009-05-10 Darin Adler <Darin Adler>
Reviewed by …
|
|
|
@43471
|
16 years |
darin |
2009-05-10 Darin Adler <Darin Adler>
Reviewed by Sam …
|
|
|
@43382
|
16 years |
ggaren |
2009-05-07 Geoffrey Garen <[email protected]>
Reviewed by …
|
|
|
@43375
|
16 years |
ggaren |
2009-05-07 Geoffrey Garen <[email protected]>
Reviewed by …
|
|
|
@43259
|
16 years |
darin |
2009-05-05 Darin Adler <Darin Adler>
Reviewed by Sam …
|
|
|
@43220
|
16 years |
oliver |
Bug 25559: Improve native function call performance …
|
|
|
@43153
|
16 years |
ggaren |
JavaScriptCore:
2009-05-02 Geoffrey Garen <[email protected]>
…
|
|
|
@43037
|
16 years |
oliver |
Clean up ArgList to be a trivial type
Reviewed by Gavin Barraclough
…
|
|
|
@41168
|
16 years |
ggaren |
2009-02-23 Geoffrey Garen <[email protected]>
Reviewed by …
|
|
|
@41126
|
16 years |
ggaren |
JavaScriptCore:
2009-02-22 Geoffrey Garen <[email protected]>
…
|
|
|
@40993
|
16 years |
ggaren |
JavaScriptCore:
2009-02-13 Geoffrey Garen <[email protected]>
…
|
|
|
@39958
|
16 years |
barraclough |
2009-01-15 Gavin Barraclough <[email protected]>
…
|
|
|
@39951
|
16 years |
weinig |
2009-01-15 Sam Weinig <[email protected]>
Reviewed by Gavin …
|
|
|
@39755
|
16 years |
oliver |
2009-01-09 David Levin <[email protected]>
Reviewed by …
|
|
|
@39747
|
16 years |
oliver |
2009-01-09 David Levin <[email protected]>
Reviewed by …
|
|
|
@38622
|
17 years |
ap |
Reviewed by Darin Adler.
…
|
|
|
@38511
|
17 years |
ggaren |
JavaScriptCore:
2008-11-17 Geoffrey Garen <[email protected]>
…
|
|
|
@38464
|
17 years |
ggaren |
2008-11-16 Geoffrey Garen <[email protected]>
Reviewed by …
|
|
|
@38463
|
17 years |
ggaren |
2008-11-16 Geoffrey Garen <[email protected]>
Roll out …
|
|
|
@38461
|
17 years |
ggaren |
2008-11-16 Geoffrey Garen <[email protected]>
Reviewed by …
|
|
|
@38440
|
17 years |
darin |
JavaScriptCore:
2008-11-15 Darin Adler <Darin Adler>
…
|
|
|
@38423
|
17 years |
ggaren |
JavaScriptCore:
2008-11-15 Geoffrey Garen <[email protected]>
…
|
|
|
@38286
|
17 years |
barraclough |
2008-11-10 Gavin Barraclough <[email protected]>
…
|
|
|
@38205
|
17 years |
cwzwarich |
2008-11-06 Cameron Zwarich <[email protected]>
Reviewed by …
|
|
|
@38137
|
17 years |
cwzwarich |
2008-11-05 Cameron Zwarich <[email protected]>
…
|
|
|
@38087
|
17 years |
cwzwarich |
2008-11-03 Cameron Zwarich <[email protected]>
…
|
|
copied from trunk/JavaScriptCore/kjs/JSGlobalData.cpp
|
|
|
@38022
|
17 years |
timothy |
Adds ProfilerServer, which is a distributed notification listener
…
|