|
1 2006-10-20 yongjzha <yongjun.zhang@nokia.com> |
|
2 |
|
3 Reviewed by Sachin |
|
4 DESC: WebKit Lite edition memory saving adjustment |
|
5 http://bugs.webkit.org/show_bug.cgi?id=11369 |
|
6 |
|
7 * Src/fast_malloc.cpp: |
|
8 |
|
9 2006-10-12 brmorris <thisisbradley@gmail.com> |
|
10 |
|
11 Reviewed by Zalan. |
|
12 DESC: Gcce compilation fixes |
|
13 http://bugs.webkit.org/show_bug.cgi?id=9435 |
|
14 |
|
15 * EABI/MemMan_sdkU.DEF: Added. |
|
16 |
|
17 2006-10-04 sareen <shyam.sareen@nokia.com> |
|
18 |
|
19 Reviewed by Yongjun Zhang. |
|
20 DESC: Change the dll names under open source and change the |
|
21 def file. |
|
22 http://bugzilla.opendarwin.org/show_bug.cgi?id=11149 |
|
23 |
|
24 * BWINS/MemMan_sdkU.DEF: Added. |
|
25 * Group/MemMan.mmp: |
|
26 * Group/MemManTest.mmp: |
|
27 |
|
28 2006-09-29 spadma <Sachin.Padma@nokia.com> |
|
29 |
|
30 Reviewed by Yongjun. |
|
31 DESC: Cancel the active object before deleting it. |
|
32 http://bugzilla.opendarwin.org/show_bug.cgi?id=11087 |
|
33 |
|
34 * Src/StopScheduler.cpp: |
|
35 (CStopScheduler::~CStopScheduler): |
|
36 |
|
37 2006-09-26 yongjzha <yongjun.zhang@nokia.com> |
|
38 |
|
39 Reviewed by Sachine. |
|
40 DESC: |
|
41 http://bugs.webkit.org/show_bug.cgi?id=11048 |
|
42 |
|
43 * BWINS/MEMMANU.DEF: |
|
44 * EABI/MemManU.DEF: |
|
45 * Inc/Allocator.h: |
|
46 * Inc/MemoryManager.h: |
|
47 * Inc/fast_malloc.h: |
|
48 * Src/Allocator.cpp: |
|
49 (CPlainAllocator::SetRescueBufferSize): |
|
50 * Src/MemoryManager.cpp: |
|
51 (MemoryManager::SetRescueBufferSize): |
|
52 * Src/fast_malloc.cpp: |
|
53 (fast_set_rescue_buffer_size): |
|
54 |
|
55 2006-09-21 sareen <shyam.sareen@nokia.com> |
|
56 |
|
57 Reviewed by Sachin. |
|
58 Desc: Directory include hierarchy change |
|
59 for S60 code base in memory manager |
|
60 http://bugs.webkit.org/show_bug.cgi?id=10969 |
|
61 |
|
62 * Group/MemMan.mmp: |
|
63 * Group/MemManTest.mmp: |
|
64 |
|
65 2006-08-31 yongjzha <yongjun.zhang@nokia.com> |
|
66 |
|
67 Reviewed by Zalan |
|
68 DESC: debug |
|
69 http://bugs.webkit.org/show_bug.cgi?id=10212 |
|
70 |
|
71 * Src/Allocator.cpp: |
|
72 (CPlainAllocator::ReAllocate): |
|
73 |
|
74 2006-08-24 bujtas <zbujtas@gmail.com> |
|
75 |
|
76 Reviewed by Yongjun. |
|
77 |
|
78 http://bugs.webkit.org/show_bug.cgi?id=10539 |
|
79 |
|
80 switch to oom state when fast_malloc is not able to allocate more memory. |
|
81 |
|
82 * Src/fast_malloc.cpp: |
|
83 (mmap_resize): |
|
84 (sys_alloc): |
|
85 (dlmalloc): |
|
86 (mspace_malloc): |
|
87 (check_system_heap): |
|
88 (chunkMoreCore): |
|
89 (fast_pre_check): |
|
90 (fast_post_check): |
|
91 |
|
92 2006-08-08 yongjzha <yongjun.zhang@nokia.com> |
|
93 |
|
94 Reviewed by Zalan |
|
95 |
|
96 http://bugs.webkit.org/show_bug.cgi?id=10311 |
|
97 |
|
98 * Src/fast_malloc.cpp: |
|
99 (close_mem_pool): |
|
100 (ChunkClosingUtil::~ChunkClosingUtil): |
|
101 |
|
102 2006-07-18 brmorris <bradley.morrison@nokia.com> |
|
103 |
|
104 Reviewed by Zala/Sachin. |
|
105 |
|
106 * Src/Allocator.cpp: Removed unused vars |
|
107 (CAllocator::PreCheck): |
|
108 (CAllocator::CollectMemory): |
|
109 * Src/StopScheduler.cpp: Removed unused vars |
|
110 * Src/fast_malloc.cpp: Removed unused vars |
|
111 (check_system_heap): |
|
112 |
|
113 2006-06-04 Zalan <zalan.bujtas@nokia.com> |
|
114 |
|
115 Reviewed by Sachin/Bradley |
|
116 |
|
117 This commit introduces S60 3.1 support to S60WebKit's |
|
118 JavaScriptCore, MemoryManager and S60Internals (part 1 of 3). |