|
Lines 1-3
Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2013-04-24 Brent Fulgham <bfulgham@webkit.org> |
| 2 |
|
| 3 |
[Windows, WinCairo] Fix Crash in fast/js/create-lots-of-workers.html |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=115130 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
The DedicatedWorkerContext appears to be getting cast or used in |
| 9 |
a placement new operation that confuses the fastAlloc/fastFree |
| 10 |
system, causing a crash. This change switches to the system |
| 11 |
allocator to avoid this problem. |
| 12 |
|
| 13 |
No new tests: Tested by fast/js/create-lots-of-workers.html |
| 14 |
|
| 15 |
* workers/WorkerContext.h: |
| 16 |
(WorkerContext): Make WorkerContext (and therefore, DedicatedWorkerContext) |
| 17 |
a RefCountedCustomAllocated so that it does not try to use fastMalloc. |
| 18 |
|
| 1 |
2013-04-24 Beth Dakin <bdakin@apple.com> |
19 |
2013-04-24 Beth Dakin <bdakin@apple.com> |
| 2 |
|
20 |
|
| 3 |
Vertical overlay scrollbar in iframes fades in and out rapidly when you scroll in |
21 |
Vertical overlay scrollbar in iframes fades in and out rapidly when you scroll in |