|
Lines 1-3
a/Tools/ChangeLog_sec1
|
|
|
1 |
2012-10-14 Zoltan Horvath <zoltan@webkit.org> |
| 2 |
|
| 3 |
[chromium] Provide used JSHeap size in chromium's DRT for pageloadtest memory measurements |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=99288 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
Provide used JSHeap size as we did it for the Apple port. |
| 9 |
|
| 10 |
* DumpRenderTree/chromium/TestEventPrinter.cpp: |
| 11 |
(TestEventPrinter::handleDumpMemoryHeader): Add new function to print the JSHeap memory result. |
| 12 |
* DumpRenderTree/chromium/TestEventPrinter.h: |
| 13 |
(TestEventPrinter): handleDumpMemoryHeader declaration. |
| 14 |
* DumpRenderTree/chromium/TestShell.cpp: |
| 15 |
(TestShell::dump): Dump JSHeap value. |
| 16 |
|
| 1 |
2012-10-14 Jon Lee <jonlee@apple.com> |
17 |
2012-10-14 Jon Lee <jonlee@apple.com> |
| 2 |
|
18 |
|
| 3 |
Allow notification origin permission request when no js callback is provided |
19 |
Allow notification origin permission request when no js callback is provided |