or
2012-06-14 Kinuko Yasuda <kinuko@chromium.org>
[chromium] Cleanup: remove PlatformSupport::createAsyncFileSystem as it's no longer used
https://bugs.webkit.org/show_bug.cgi?id=89083
Reviewed by NOBODY (OOPS!).
No new tests as this has no functional changes.
* platform/chromium/PlatformSupport.h:
(PlatformSupport):
2012-06-14 Edaena Salinas Jasso <edaena@apple.com>
el.getAttribute('type') returns 'null' when setting el.type to null
* src/PlatformSupport.cpp:
2012-06-14 Dan Alcantara <dfalcantara@chromium.org>
[chromium] Rename WebFrameClient::userAgent() to better reflect what it does
namespace WebCore {
class AsyncFileSystem;
class Color;
class Cursor;
class Document;
static void deleteCookie(const Document*, const KURL&, const String& cookieName);
static bool cookiesEnabled(const Document*);
#if ENABLE(FILE_SYSTEM)
static PassOwnPtr<AsyncFileSystem> createAsyncFileSystem();
#endif
// Font ---------------------------------------------------------------
#if OS(WINDOWS)
static bool ensureFontLoaded(HFONT);
#include "NativeImageSkia.h"
#include "AsyncFileSystemChromium.h"
#include "BitmapImage.h"
#include "Cookie.h"
#include "Document.h"
return result;
}
// File ------------------------------------------------------------------------
PassOwnPtr<AsyncFileSystem> PlatformSupport::createAsyncFileSystem()
{
return AsyncFileSystemChromium::create();
// Font -----------------------------------------------------------------------