Lines Matching full:patch
1146 the 'arguments' register. In a future patch, that kind of data should
1228 have a scopechain (which will be implemented as a separate patch).
1698 Patch by Gavin Barraclough.
1727 Patch by Gavin Barraclough.
1773 The author and reviewer of that patch ignored the carefully-worded warning at the top of that file asking
1809 Patch by Gavin Barraclough.
1890 (JSC::RopeImpl::RopeImpl): A little refactoring to make this patch easier:
2008 for all ports. This patch essentially reverses r49238.
2044 Fixed the previous patch for this from Geoff Garen.
2050 Previous patch:
2412 This patch adds the core of the URL parser. The URL parser uses a
2422 patch that are only used by the canonicalizer. My plan is to make
2424 parser. The details will be in a later patch.
2474 This patch adds a URLBuffer that uses new/delete to manage the backing
2986 follow this patch up with similar patches for bitwise 'and'
3257 This patch adds a mutex lock where necessary and makes the Symbian implementation
3305 This is a simple extension to my prior patch. Basically hoist the
3343 Patch by Prasanth Ullattil <prasanth.ullattil@nokia.com>
3395 Patch by Thiago Macieira <thiago.macieira@nokia.com>
3416 evaluating the function. To work around this problem this patch
3420 the common and sensible versions of simple builtins. This patch
3939 The patch also make sure that hal.h is in the include path on Symbian.
3942 Patch by Thiago Macieira <thiago.macieira@nokia.com>
3965 Inspired by Jacob Bramley's patch from JaegerMonkey
4362 As a first patch, making the most minimal change possible, since this patch
4369 subsequent patch.
4534 This patch introduces a temporary layering violation in providing forward
5321 This patch takes what was left of the unused JavaScriptCore.pro
5701 Documentation fix for previous patch.
6222 The patch uses CFRunLoopTimer to schedule execution of tasks instead of performSelectorOnMainThread which apparently can starve other event sources.
6548 to sequential values this patch also adds a non-colliding cache for all small
6671 different results. The patch fix the issue.
7320 This patch will allow you to get from anywhere within webkit a pointer
7767 This patch fixes a surprisingly common edge case in which the page heap
8269 Removed an unnecessary data dependency from my last patch.
9243 a new property into the property storage. This patch corrects
9420 version of this patch.
11158 Cleans up style errors exposed by the patch for bug #33198.
11263 Proposed patch assigns new'ed pointer explicitly outside function call.
12165 class. This patch also fixes the style in ChromiumThreading.h.
12596 This patch cuts Interpreter stack use by about a third.
12663 There's a lot of formulaic change in this patch, but not much substance.
12745 (WTF::bitCount): The original patch put the parentheses in the wrong
13504 This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
13660 Really really fix 64-bit build for prior patch (actually tested this time).
13670 Really fix 64-bit build for prior patch.
13679 Fix 64-bit build for prior patch.
13947 Add files missed in prior patch.
14331 Patch developed by David Leong.
14676 this patch is only the first of a series of patches.
15293 This patch contains a fix for the traditional ARM port
16533 This patch does not (yet) enable YARR JIT by default.
18011 A piece of my last patch that I forgot.
18282 Rather than simply bumping the dictionary cutoff, this patch
18290 To make this possible, this patch adds the logic required to
18335 Implement Object.create. Very simple patch, effectively Object.defineProperties
18374 Implement Object.defineProperties. Fairly simple patch, simply makes use of
18575 Initial patch explicitly casted m_attributesInPrevious
18658 is about to close. In this patch we call the ThreadSpecific::destroy()
18809 This patch basically requires two separate steps, the first is to split getPropertyNames
18917 The patch disables WTF_USE_LOCKFREE_THREADSAFESHARED in ThreadSafeShared to use
20097 Fix storage leak from syntax tree arena allocation patch.
20305 This patch removes CacheableEvalExecutable, since all subclasses of ExecutableBase
20331 This patch speeds up sunspidey by a couple of ms (presumably due to the changes to isHostFunction()).
21143 after this patch, but are hidden behind EvalExecutable and FunctionExecutable,
21568 George asked me to break the patch from
22409 Updated patch for bug #27059:
22877 * jit/JIT.h: adjust patch offsets because of slight code-size change
23325 Rolled back in my last patch with regression fixed.
23342 Rolled out my last patch because it was a 2% SunSpider regression.
23957 Strangely, all my attempts at versions of this patch that modified array
24288 * jit/JIT.h: Add new constants for patch offsets.
24510 Implemented op_strict_eq. Original patch by Snowy, by way of Sam and Gavin.
24580 hard to remember when reviewing my last patch.
25842 (JSC::LinkBuffer::patch):
26129 The class JmpSrc is extended with a flag which enables to patch
27011 Since constants are no longer copied into the register file, this patch renders
27181 The patch overrides all new, delete, new[] and delete[] to use
27229 In the original JSON.parse patch unicode was handled correctly, however in some last
27230 minute "clean up" I oversimplified isSafeStringCharacter. This patch corrects this bug.
27244 is less than correct. This patch corrects that error.
27984 (Reintroducing patch added in r44492, and reverted in r44796.)