Changeset 50744 in webkit


Ignore:
Timestamp:
Nov 10, 2009 10:49:07 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-10 Yaar Schnitman <yaar@chromium.org>

Reviewed by Dimitri Glazkov.

Up-streaming Chromium API src files: NotificationPresenterImpl...SharedWorkerRepository

https://bugs.webkit.org/show_bug.cgi?id=31276

  • src/NotificationPresenterImpl.cpp: Added. (WebKit::VoidCallbackClient::VoidCallbackClient): (WebKit::VoidCallbackClient::permissionRequestComplete): (WebKit::NotificationPresenterImpl::initialize): (WebKit::NotificationPresenterImpl::isInitialized): (WebKit::NotificationPresenterImpl::show): (WebKit::NotificationPresenterImpl::cancel): (WebKit::NotificationPresenterImpl::notificationObjectDestroyed): (WebKit::NotificationPresenterImpl::checkPermission): (WebKit::NotificationPresenterImpl::requestPermission):
  • src/NotificationPresenterImpl.h: Added. (WebKit::NotificationPresenterImpl::NotificationPresenterImpl):
  • src/PlatformMessagePortChannel.cpp: Added. (WebCore::MessagePortChannel::create): (WebCore::MessagePortChannel::createChannel): (WebCore::MessagePortChannel::MessagePortChannel): (WebCore::MessagePortChannel::~MessagePortChannel): (WebCore::MessagePortChannel::entangleIfOpen): (WebCore::MessagePortChannel::disentangle): (WebCore::MessagePortChannel::postMessageToRemote): (WebCore::MessagePortChannel::tryGetMessageFromRemote): (WebCore::MessagePortChannel::close): (WebCore::MessagePortChannel::isConnectedTo): (WebCore::MessagePortChannel::hasPendingActivity): (WebCore::MessagePortChannel::locallyEntangledPort): (WebCore::PlatformMessagePortChannel::create): (WebCore::PlatformMessagePortChannel::PlatformMessagePortChannel): (WebCore::PlatformMessagePortChannel::~PlatformMessagePortChannel): (WebCore::PlatformMessagePortChannel::createChannel): (WebCore::PlatformMessagePortChannel::messageAvailable): (WebCore::PlatformMessagePortChannel::entangleIfOpen): (WebCore::PlatformMessagePortChannel::disentangle): (WebCore::PlatformMessagePortChannel::postMessageToRemote): (WebCore::PlatformMessagePortChannel::tryGetMessageFromRemote): (WebCore::PlatformMessagePortChannel::close): (WebCore::PlatformMessagePortChannel::isConnectedTo): (WebCore::PlatformMessagePortChannel::hasPendingActivity): (WebCore::PlatformMessagePortChannel::setEntangledChannel): (WebCore::PlatformMessagePortChannel::webChannelRelease):
  • src/PlatformMessagePortChannel.h: Added.
  • src/ResourceHandle.cpp: Added. (WebCore::ResourceHandleInternal::ResourceHandleInternal): (WebCore::ResourceHandleInternal::start): (WebCore::ResourceHandleInternal::cancel): (WebCore::ResourceHandleInternal::setDefersLoading): (WebCore::ResourceHandleInternal::allowStoredCredentials): (WebCore::ResourceHandleInternal::willSendRequest): (WebCore::ResourceHandleInternal::didSendData): (WebCore::ResourceHandleInternal::didReceiveResponse): (WebCore::ResourceHandleInternal::didReceiveData): (WebCore::ResourceHandleInternal::didFinishLoading): (WebCore::ResourceHandleInternal::didFail): (WebCore::ResourceHandle::ResourceHandle): (WebCore::ResourceHandle::create): (WebCore::ResourceHandle::request): (WebCore::ResourceHandle::client): (WebCore::ResourceHandle::setClient): (WebCore::ResourceHandle::setDefersLoading): (WebCore::ResourceHandle::start): (WebCore::ResourceHandle::clearAuthentication): (WebCore::ResourceHandle::cancel): (WebCore::ResourceHandle::~ResourceHandle): (WebCore::ResourceHandle::bufferedData): (WebCore::ResourceHandle::loadsBlocked): (WebCore::ResourceHandle::supportsBufferedData): (WebCore::ResourceHandle::loadResourceSynchronously): (WebCore::ResourceHandle::willLoadFromCache):
  • src/SharedWorkerRepository.cpp: Added. (WebCore::SharedWorkerScriptLoader::SharedWorkerScriptLoader): (WebCore::SharedWorkerScriptLoader::load): (WebCore::getWebPort): (WebCore::SharedWorkerScriptLoader::notifyFinished): (WebCore::SharedWorkerScriptLoader::sendConnect): (WebCore::SharedWorkerScriptLoader::contextDestroyed): (WebCore::SharedWorkerScriptLoader::connected): (WebCore::SharedWorkerRepository::isAvailable): (WebCore::getId): (WebCore::SharedWorkerRepository::connect): (WebCore::SharedWorkerRepository::documentDetached): (WebCore::SharedWorkerRepository::hasSharedWorkers):
Location:
trunk/WebKit/chromium
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r50743 r50744  
     12009-11-10  Yaar Schnitman  <yaar@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Up-streaming Chromium API src files: NotificationPresenterImpl...SharedWorkerRepository
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=31276
     8
     9        * src/NotificationPresenterImpl.cpp: Added.
     10        (WebKit::VoidCallbackClient::VoidCallbackClient):
     11        (WebKit::VoidCallbackClient::permissionRequestComplete):
     12        (WebKit::NotificationPresenterImpl::initialize):
     13        (WebKit::NotificationPresenterImpl::isInitialized):
     14        (WebKit::NotificationPresenterImpl::show):
     15        (WebKit::NotificationPresenterImpl::cancel):
     16        (WebKit::NotificationPresenterImpl::notificationObjectDestroyed):
     17        (WebKit::NotificationPresenterImpl::checkPermission):
     18        (WebKit::NotificationPresenterImpl::requestPermission):
     19        * src/NotificationPresenterImpl.h: Added.
     20        (WebKit::NotificationPresenterImpl::NotificationPresenterImpl):
     21        * src/PlatformMessagePortChannel.cpp: Added.
     22        (WebCore::MessagePortChannel::create):
     23        (WebCore::MessagePortChannel::createChannel):
     24        (WebCore::MessagePortChannel::MessagePortChannel):
     25        (WebCore::MessagePortChannel::~MessagePortChannel):
     26        (WebCore::MessagePortChannel::entangleIfOpen):
     27        (WebCore::MessagePortChannel::disentangle):
     28        (WebCore::MessagePortChannel::postMessageToRemote):
     29        (WebCore::MessagePortChannel::tryGetMessageFromRemote):
     30        (WebCore::MessagePortChannel::close):
     31        (WebCore::MessagePortChannel::isConnectedTo):
     32        (WebCore::MessagePortChannel::hasPendingActivity):
     33        (WebCore::MessagePortChannel::locallyEntangledPort):
     34        (WebCore::PlatformMessagePortChannel::create):
     35        (WebCore::PlatformMessagePortChannel::PlatformMessagePortChannel):
     36        (WebCore::PlatformMessagePortChannel::~PlatformMessagePortChannel):
     37        (WebCore::PlatformMessagePortChannel::createChannel):
     38        (WebCore::PlatformMessagePortChannel::messageAvailable):
     39        (WebCore::PlatformMessagePortChannel::entangleIfOpen):
     40        (WebCore::PlatformMessagePortChannel::disentangle):
     41        (WebCore::PlatformMessagePortChannel::postMessageToRemote):
     42        (WebCore::PlatformMessagePortChannel::tryGetMessageFromRemote):
     43        (WebCore::PlatformMessagePortChannel::close):
     44        (WebCore::PlatformMessagePortChannel::isConnectedTo):
     45        (WebCore::PlatformMessagePortChannel::hasPendingActivity):
     46        (WebCore::PlatformMessagePortChannel::setEntangledChannel):
     47        (WebCore::PlatformMessagePortChannel::webChannelRelease):
     48        * src/PlatformMessagePortChannel.h: Added.
     49        * src/ResourceHandle.cpp: Added.
     50        (WebCore::ResourceHandleInternal::ResourceHandleInternal):
     51        (WebCore::ResourceHandleInternal::start):
     52        (WebCore::ResourceHandleInternal::cancel):
     53        (WebCore::ResourceHandleInternal::setDefersLoading):
     54        (WebCore::ResourceHandleInternal::allowStoredCredentials):
     55        (WebCore::ResourceHandleInternal::willSendRequest):
     56        (WebCore::ResourceHandleInternal::didSendData):
     57        (WebCore::ResourceHandleInternal::didReceiveResponse):
     58        (WebCore::ResourceHandleInternal::didReceiveData):
     59        (WebCore::ResourceHandleInternal::didFinishLoading):
     60        (WebCore::ResourceHandleInternal::didFail):
     61        (WebCore::ResourceHandle::ResourceHandle):
     62        (WebCore::ResourceHandle::create):
     63        (WebCore::ResourceHandle::request):
     64        (WebCore::ResourceHandle::client):
     65        (WebCore::ResourceHandle::setClient):
     66        (WebCore::ResourceHandle::setDefersLoading):
     67        (WebCore::ResourceHandle::start):
     68        (WebCore::ResourceHandle::clearAuthentication):
     69        (WebCore::ResourceHandle::cancel):
     70        (WebCore::ResourceHandle::~ResourceHandle):
     71        (WebCore::ResourceHandle::bufferedData):
     72        (WebCore::ResourceHandle::loadsBlocked):
     73        (WebCore::ResourceHandle::supportsBufferedData):
     74        (WebCore::ResourceHandle::loadResourceSynchronously):
     75        (WebCore::ResourceHandle::willLoadFromCache):
     76        * src/SharedWorkerRepository.cpp: Added.
     77        (WebCore::SharedWorkerScriptLoader::SharedWorkerScriptLoader):
     78        (WebCore::SharedWorkerScriptLoader::load):
     79        (WebCore::getWebPort):
     80        (WebCore::SharedWorkerScriptLoader::notifyFinished):
     81        (WebCore::SharedWorkerScriptLoader::sendConnect):
     82        (WebCore::SharedWorkerScriptLoader::contextDestroyed):
     83        (WebCore::SharedWorkerScriptLoader::connected):
     84        (WebCore::SharedWorkerRepository::isAvailable):
     85        (WebCore::getId):
     86        (WebCore::SharedWorkerRepository::connect):
     87        (WebCore::SharedWorkerRepository::documentDetached):
     88        (WebCore::SharedWorkerRepository::hasSharedWorkers):
     89
    1902009-11-10  Yaar Schnitman  <yaar@chromium.org>
    291
Note: See TracChangeset for help on using the changeset viewer.