Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: JavaScriptCore/ChangeLog

Issue 3290027: Merge 67401 - 210-09-13 Darin Fisher <darin@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | JavaScriptCore/wtf/Platform.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ==
OLDNEW
« no previous file with comments | « no previous file | JavaScriptCore/wtf/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698