RESOLVED FIXED 67526
Add WKContext API to garbage collect JavaScript objects
https://bugs.webkit.org/show_bug.cgi?id=67526
Summary Add WKContext API to garbage collect JavaScript objects
Ada Chan
Reported 2011-09-02 14:56:45 PDT
Add WKContextGarbageCollectJavaScriptObjects() which does a garbage collection in JavaScript in the WebProcess.
Attachments
Patch (4.80 KB, patch)
2011-09-02 15:05 PDT, Ada Chan
darin: review+
Ada Chan
Comment 1 2011-09-02 15:05:35 PDT
Ada Chan
Comment 2 2011-09-02 15:20:51 PDT
Julien Chaffraix
Comment 3 2011-09-02 17:35:55 PDT
This patch broke Windows: 5>..\WebProcess\WebProcess.cpp(939) : error C2228: left of '.garbageCollectNow' must have class/struct/union 5> type is ''unknown-type'' 5>..\WebProcess\WebProcess.cpp(939) : error C3861: 'gcController': identifier not found (http://build.webkit.org/builders/Windows%20Release%20%28Build%29/builds/20560/steps/compile-webkit/logs/stdio) Do you have any plans to fix that soon or should we roll the patch out?
Julien Chaffraix
Comment 4 2011-09-02 20:06:41 PDT
FYI the patch got rolled out just after Michael Saboff fixed the release builds. The patch was rolled back in shortly after.
Note You need to log in before you can comment on or make changes to this bug.