OLD | NEW |
| 1 2010-09-13 Darin Fisher <darin@chromium.org> |
| 2 |
| 3 Reviewed by David Levin. |
| 4 |
| 5 Add option to conditionally compile smooth scrolling support. |
| 6 https://bugs.webkit.org/show_bug.cgi?id=45689 |
| 7 |
| 8 ENABLE(SMOOTH_SCROLLING) is disabled by default for all platforms. |
| 9 |
| 10 * wtf/Platform.h: |
| 11 |
1 2010-09-03 Alexey Proskuryakov <ap@apple.com> | 12 2010-09-03 Alexey Proskuryakov <ap@apple.com> |
2 | 13 |
3 Reviewed by Darin Adler. | 14 Reviewed by Darin Adler. |
4 | 15 |
5 https://bugs.webkit.org/show_bug.cgi?id=45135 | 16 https://bugs.webkit.org/show_bug.cgi?id=45135 |
6 <rdar://problem/7823714> TCMalloc_PageHeap doesn't hold a mutex while ma
nipulating shared data | 17 <rdar://problem/7823714> TCMalloc_PageHeap doesn't hold a mutex while ma
nipulating shared data |
7 | 18 |
8 * wtf/FastMalloc.cpp: | 19 * wtf/FastMalloc.cpp: |
9 (WTF::TCMalloc_PageHeap::initializeScavenger): Make sure to create a non
-recursive mutex | 20 (WTF::TCMalloc_PageHeap::initializeScavenger): Make sure to create a non
-recursive mutex |
10 regardless of platform default, so that we can assert that it's held (th
is is for platforms | 21 regardless of platform default, so that we can assert that it's held (th
is is for platforms |
(...skipping 9713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9724 (JSC::createNotAnObjectError): | 9735 (JSC::createNotAnObjectError): |
9725 * runtime/Executable.h: | 9736 * runtime/Executable.h: |
9726 (JSC::NativeExecutable::create): | 9737 (JSC::NativeExecutable::create): |
9727 (JSC::NativeExecutable::NativeExecutable): | 9738 (JSC::NativeExecutable::NativeExecutable): |
9728 * runtime/JSFunction.cpp: | 9739 * runtime/JSFunction.cpp: |
9729 (JSC::callHostFunctionAsConstructor): | 9740 (JSC::callHostFunctionAsConstructor): |
9730 * runtime/JSFunction.h: | 9741 * runtime/JSFunction.h: |
9731 * wtf/Platform.h: | 9742 * wtf/Platform.h: |
9732 | 9743 |
9733 == Rolled over to ChangeLog-2010-05-24 == | 9744 == Rolled over to ChangeLog-2010-05-24 == |
OLD | NEW |