Timeline
Feb 16, 2002:
- 11:17 PM Changeset in webkit [632] by
-
- 17 edits2 adds in trunk/WebCore
Top level:
- borrowed-classes.txt, configure.in: Stop borring KURL.
Gajillions of test cases for KURL:
- Tests/Makefile.am:
- Tests/kde/.cvsignore:
- Tests/kde/Makefile.am:
- Tests/kde/kurl-test.chk:
- Tests/kde/kurl-test.cpp: (testURL), (main):
- Tests/kde/objc-dummy.mm: (objective_c_hack):
- Tests/test.list:
WebCore:
Reimplement KURL in terms of CFURL (many workarounds needed to
account for differing semantics).
- src/kwq/kdecore/kurl.h:
- src/kwq/KWQKURL.mm: (KURL::KWQKURLPrivate::KWQKURLPrivate), (KURL::KWQKURLPrivate::~KWQKURLPrivate), (KURL::KWQKURLPrivate::init), (KURL::KWQKURLPrivate::makeRef), (CFStringToQString), (escapeQString), (pathEndsWithSlash), (KWQCFURLCopyEscapedPath), (KURL::KWQKURLPrivate::decompose), (KURL::KWQKURLPrivate::compose), (KURL::KURL), (KURL::~KURL), (KURL::isEmpty), (KURL::isMalformed), (KURL::hasPath), (KURL::url), (KURL::protocol), (KURL::host), (KURL::port), (KURL::pass), (KURL::user), (KURL::ref), (KURL::query), (KURL::path), (KURL::setProtocol), (KURL::setHost), (KURL::setPort), (KURL::setRef), (KURL::setQuery), (KURL::setPath), (KURL::prettyURL), (KURL::operator=), (KURL::decode_string), (KURL::copyOnWrite):
- src/kwq/Makefile.am: Add new file to build.
- src/kwq/KWQKHTMLPart.mm: (KHTMLPart::begin, KHTMLPart::submitForm): Don't
Minor tweaks to make it all build:
- src/kwq/kde/_kurl.cpp:
- src/kwq/qt/_qurl.cpp:
- src/kwq/qt/_qurl.h:
- 1:44 PM Changeset in webkit [631] by
-
- 4 edits in trunk/WebKit
Notes to self.
- 1:44 PM Changeset in webkit [630] by
-
- 9 edits in trunk/WebCore
Fixed problem with default text not showing up in text area.
Fixed problem with scroll widgets not showing up in select list.
- 11:58 AM Changeset in webkit [629] by
-
- 4 edits in trunk/WebKit
Comments added as reminders to fix frame<->datasource ownership.
Feb 15, 2002:
- 8:06 PM Changeset in webkit [628]
-
- 166 copies42 deletes in tags/WEBFOUNDATION_0_1_1
This commit was manufactured by cvs2svn to create tag
'WEBFOUNDATION_0_1_1'.
- 8:06 PM Changeset in webkit [627] by
-
- 40 edits in trunk/WebCore
Lots of changes for forms.
- 4:46 PM Changeset in webkit [626]
-
- 1 copy25 deletes in tags/WEBFOUNDATION_0_1_0
This commit was manufactured by cvs2svn to create tag
'WEBFOUNDATION_0_1_0'.
- 4:46 PM Changeset in webkit [625] by
-
- 2 edits in trunk/WebKit/Misc.subproj
2002-02-15 Kenneth Kocienda <kocienda@apple.com>
Lots of interface cleanups in preparation of the WebFoundation-0.1 release.
Radar 2859843 (IFURLLoad must present a better interface to protocol handlers)
Radar 2862349 (Move ivars in public headers inside a private class in the .m file)
Radar 2861762 (IFURLDataProvider is obsolete)
Radar 2861762 (IFURLDataProvider is obsolete)
Radar 2861787 (Add charset ivar to IFURLHandle)
- CacheLoader.subproj/IFHTTPURLHandle.h:
- CacheLoader.subproj/IFHTTPURLHandle.m: (-[IFHTTPURLHandleInstanceVariables init]), (-[IFHTTPURLHandleInstanceVariables dealloc]), (-[IFHTTPURLHandle requestMethod]), (-[IFHTTPURLHandle requestHeaders]), (-[IFHTTPURLHandle requestData]), (-[IFHTTPURLHandle responseHeaders]), (-[IFHTTPURLHandle contentLength]), (-[IFHTTPURLHandle copyWithZone:]), (-[IFHTTPURLHandle dealloc]), (-[IFHTTPURLHandle setResponseHeaders:]), (-[IFHTTPURLHandle hasResponseHeaders]):
- CacheLoader.subproj/IFHTTPURLProtocolHandler.m:
- CacheLoader.subproj/IFURLCache.h:
- CacheLoader.subproj/IFURLCache.m: (-[IFURLCacheInstanceVariables init]), (-[IFURLCacheInstanceVariables dealloc]), (-[IFURLCache sizeLimit]), (-[IFURLCache setSizeLimit:]), (-[IFURLCache objectSizeLimit]), (-[IFURLCache setObjectSizeLimit:]), (-[IFURLCache currentUsage]), (-[IFURLCache initWithSizeLimit:]), (-[IFURLCache dealloc]), (-[IFURLCache truncateToSizeLimit:]), (-[IFURLCache setCurrentUsage:]):
- CacheLoader.subproj/IFURLCachePrivate.h:
- CacheLoader.subproj/IFURLCachePrivate.m:
- CacheLoader.subproj/IFURLDataProvider.h:
- CacheLoader.subproj/IFURLDiskCache.m: (-[IFURLDiskCache clearCache]):
- CacheLoader.subproj/IFURLHandle.h:
- CacheLoader.subproj/IFURLHandle.m: (-[IFURLHandleInstanceVariables initWithHandle:]), (-[IFURLHandleInstanceVariables dealloc]), (-[IFURLHandle loadInBackground]), (-[IFURLHandle cancelLoadInBackground]), (-[IFURLHandle loadInForeground:]), (-[IFURLHandle addClient:]), (-[IFURLHandle removeClient:]), (-[IFURLHandle url]), (-[IFURLHandle canonicalURL]), (-[IFURLHandle finalURL]), (-[IFURLHandle flags]), (-[IFURLHandle attributes]), (-[IFURLHandle statusCode]), (-[IFURLHandle resultCode]), (-[IFURLHandle contentType]), (-[IFURLHandle characterSet]), (-[IFURLHandle availableResourceData]), (-[IFURLHandle contentLengthReceived]), (-[IFURLHandle isEqual:]), (-[IFURLHandle hash]), (-[IFURLHandle description]), (+[IFURLHandle initialize]), (+[IFURLHandle registerURLHandleClass:]), (+[IFURLHandle URLHandleClassForURL:]), (+[IFURLHandle canInitWithURL:]), (-[IFURLHandle initWithURL:]), (-[IFURLHandle initWithURL:cached:]), (-[IFURLHandle dealloc]), (-[IFURLHandle setAttribute:forKey:]), (-[IFURLHandle backgroundLoadDidBegin]), (-[IFURLHandle didLoadData:]), (-[IFURLHandle backgroundLoadComplete]), (-[IFURLHandle backgroundLoadFailedWithResultCode:]), (-[IFURLHandle cacheable]), (-[IFURLHandle setCacheable:]), (-[IFURLHandle setStatusCode:]), (-[IFURLHandle setResultCode:]), (-[IFURLHandle setFinalURL:]), (-[IFURLHandle notifyClientsBackgroundLoadCancelled]), (-[IFURLHandle notifyClientsBackgroundLoadDidBegin]), (-[IFURLHandle notifyClientsDidLoadData]), (-[IFURLHandle notifyClientsBackgroundLoadComplete]), (-[IFURLHandle notifyClientsBackgroundLoadFailed]):
- CacheLoader.subproj/IFURLHandleC.m:
- CacheLoader.subproj/IFURLHandlePrivate.h:
- CacheLoader.subproj/IFURLLoad.m: (+[IFURLLoad IFURLLoadCacheCheckerRun:]):
- CacheLoader.subproj/IFURLLoadManager.h:
- CacheLoader.subproj/IFURLLoadManager.m: (-[IFURLLoadManagerInstanceVariables init]), (-[IFURLLoadManagerInstanceVariables dealloc]), (-[IFURLLoadManager initWithDefaultStack]), (+[IFURLLoadManager sharedManager]), (-[IFURLLoadManager objectForURL:]), (-[IFURLLoadManager setObject:forURL:attributes:expiry:]), (-[IFURLLoadManager clearAllCaches]), (-[IFURLLoadManager handleURLLoadDone:]), (-[IFURLLoadManager handleURLLoadedResourceData:]), (-[IFURLLoadManager dealloc]), (-[IFURLLoadManager requestWithURLHandle:]), (-[IFURLLoadManager cancelRequestWithURLHandle:]), (-[IFURLLoadManager cancelAllRequestsWithURL:]), (-[IFURLLoadManager cancelAllRequestsInGroup:]), (-[IFURLLoadManager caches]):
- CacheLoader.subproj/IFURLMemoryCache.m: (-[IFURLMemoryCache truncateToSizeLimit]), (-[IFURLMemoryCache clearCache]):
- Database.subproj/IFDatabase.m: (-[IFDatabase removeAllObjects]):
- Database.subproj/IFNDBMDatabase.m: (-[IFNDBMDatabase removeAllObjects]):
- Database.subproj/IFURLFileDatabase.m: (-[IFURLFileDatabase removeAllObjects]):
- Misc.subproj/WebFoundation.h:
- WebFoundation.pbproj/project.pbxproj:
- 10:57 AM Changeset in webkit [624] by
-
- 6 edits in trunk
Flash seems to require a plug-in instance struct to be created. Otherwise, crash