Changeset 62253 in webkit for trunk/JavaScriptCore/runtime


Ignore:
Timestamp:
Jul 1, 2010, 5:42:54 AM (15 years ago)
Author:
[email protected]
Message:

[Qt] Initial WebKit2 implementation
https://bugs.webkit.org/show_bug.cgi?id=40233

Reviewed by Kenneth Rohde Christiansen.

Implement RunLoop for Qt. Not built yet.

  • Platform/RunLoop.h:
  • Platform/qt: Added.
  • Platform/qt/RunLoopQt.cpp: Added.

(RunLoop::TimerObject::TimerObject):
(RunLoop::TimerObject::performWork):
(RunLoop::TimerObject::wakeUp):
(RunLoop::TimerObject::timerEvent):
(RunLoop::run):
(RunLoop::stop):
(RunLoop::RunLoop):
(RunLoop::~RunLoop):
(RunLoop::wakeUp):
(RunLoop::TimerBase::timerFired):
(RunLoop::TimerBase::TimerBase):
(RunLoop::TimerBase::~TimerBase):
(RunLoop::TimerBase::start):
(RunLoop::TimerBase::stop):
(RunLoop::TimerBase::isActive):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Collector.cpp

    r60323 r62253  
    193193{
    194194#if OS(DARWIN)
    195     vm_address_t address = 0;
     195/*    vm_address_t address = 0;
    196196    vm_map(current_task(), &address, BLOCK_SIZE, BLOCK_OFFSET_MASK, VM_FLAGS_ANYWHERE | VM_TAG_FOR_COLLECTOR_MEMORY, MEMORY_OBJECT_NULL, 0, FALSE, VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_DEFAULT);
    197197#elif OS(SYMBIAN)
     
    215215#if ENABLE(JSC_MULTIPLE_THREADS)
    216216#error Need to initialize pagesize safely.
    217 #endif
     217#endif*/
    218218    static size_t pagesize = getpagesize();
    219219
Note: See TracChangeset for help on using the changeset viewer.