Timeline
Jan 16, 2002:
- 1:56 PM Changeset in webkit [537] by
-
- 1 edit in trunk/WebCore/src/Makefile.am
Added a some more implementations.
Tweaked the interface to quite a few files.
Removed all compiler warnings.
- CacheLoader.subproj/WKHTTPURLHandle.h:
- CacheLoader.subproj/WKHTTPURLHandle.m: (-[WKHTTPURLHandle initWithURL:flags:group:requestMethod:postDict:]), (-[WKHTTPURLHandle initWithURL:flags:group:requestMethod:postData:]), (-[WKHTTPURLHandle didLoadData:fromStream:]), (-[WKHTTPURLHandle requestMethod]), (-[WKHTTPURLHandle setPostData:]), (-[WKHTTPURLHandle contentLength]), (-[WKHTTPURLHandle contentLengthReceived]), (-[WKHTTPURLHandle percentComplete]):
- CacheLoader.subproj/WKURLDiskCache.m: (-[WKURLDiskCache objectForURL:]), (-[WKURLDiskCache cacheObject:forURL:]), (-[WKURLDiskCache cacheObject:forURL:untilExpiry:]), (-[WKURLDiskCache containsURL:]), (-[WKURLDiskCache expiryForURL:]), (-[WKURLDiskCache setExpiryForURL:expiry:]), (-[WKURLDiskCache invalidateURL:]), (-[WKURLDiskCache clearCache]), (-[WKURLDiskCache setSizeLimit:]), (-[WKURLDiskCache usage]):
- CacheLoader.subproj/WKURLHandle.h:
- CacheLoader.subproj/WKURLHandle.m: (+[WKURLHandle initialize]), (+[WKURLHandle registerURLHandleClass:]), (+[WKURLHandle URLHandleClassForURL:]), (+[WKURLHandle canInitWithURL:]), (-[WKURLHandle didLoadData:fromStream:]), (-[WKURLHandle backgroundLoadComplete]), (-[WKURLHandle backgroundLoadFailedWithResultCode:]), (-[WKURLHandle availableResourceData]), (-[WKURLHandle statusCode]), (-[WKURLHandle resultCode]), (-[WKURLHandle failureReason]):
- CacheLoader.subproj/WKURLHandleClient.h:
- CacheLoader.subproj/WKURLLoad.h:
- CacheLoader.subproj/WKURLLoad.m: (-[WKURLHandle setStatusCode:]), (-[WKURLHandle setResultCode:]), (-[WKHTTPURLHandle setResponseHeaders:]), (-[WKHTTPURLHandle hasResponseHeaders]), (WKURLLoadReadStreamCallback), (+[WKURLLoad initialize]), (+[WKURLLoad URLLoadWithURL:]), (-[WKURLLoad initWithURL:]), (-[WKURLLoad addHandle:]), (-[WKURLLoad removeHandle:]), (-[WKURLLoad removeAllHandles]), (-[WKURLLoad isEqual:]), (-[WKURLLoad hash]), (-[WKURLLoad dealloc]), (+[WKURLLoad incrementConcurrentNetworkLoadsNow]), (+[WKURLLoad decrementConcurrentNetworkLoadsNow]), (-[WKURLLoad beginNetworkLoad]), (-[WKURLLoad beginHTTPNetworkLoad]), (-[WKURLLoad WKURLLoadReadStreamCallback:event:data:]), (-[WKURLLoad statusCode]), (-[WKURLLoad resultCode]), (-[WKURLLoad setStatusCode:]), (-[WKURLLoad setResultCode:]), (+[WKURLLoad WKURLLoadThrottlerRun:]), (+[WKURLLoad WKURLLoadLoaderRun:]), (+[WKURLLoad WKURLLoadSweeperRun:]), (+[WKURLLoad WKURLLoadCFStreamHandlerRun:]):
- CacheLoader.subproj/WKURLLoader.m: (+[WKURLLoader sharedURLLoader]), (-[WKURLLoader requestWithURLHandle:]), (-[WKURLLoader cancelRequestWithURLHandle:]), (-[WKURLLoader cancelAllRequestsWithURL:]), (-[WKURLLoader cancelAllRequestsInGroup:]), (-[WKURLLoader cachedObjectForURL:]), (-[WKURLLoader cacheExpiryForURL:]), (-[WKURLLoader setCacheExpiryForURL:expiry:]), (-[WKURLLoader expireCachedObjectNow:]), (-[WKURLLoader clearAllCaches]):
- CacheLoader.subproj/WKURLMemoryCache.m: (-[WKURLMemoryCache objectForURL:]), (-[WKURLMemoryCache cacheObject:forURL:]), (-[WKURLMemoryCache cacheObject:forURL:untilExpiry:]), (-[WKURLMemoryCache containsURL:]), (-[WKURLMemoryCache expiryForURL:]), (-[WKURLMemoryCache setExpiryForURL:expiry:]), (-[WKURLMemoryCache invalidateURL:]), (-[WKURLMemoryCache clearCache]), (-[WKURLMemoryCache setSizeLimit:]), (-[WKURLMemoryCache usage]):
Jan 15, 2002:
- 6:30 PM Changeset in webkit [536] by
-
- 5 edits in trunk
2002-01-15 Maciej Stachowiak <mjs@apple.com>
- src/kdelibs/kjs/Makefile.am: Add missing files to BUILT_SOURCES and build rules to fix `make -j3'
Jan 14, 2002:
- 11:21 AM Changeset in webkit [535] by
-
- 78 edits41 adds38 deletes in trunk
Convert build system to automake
- Makefile.am: Add this
- Makefile.in: Remove this
- configure.in:
Remove newly autogenerated things,
- aclocal.m4:
- autogen.sh:
- config.guess:
- config.h.in:
- config.sub:
- configure:
- missing:
- acconfig.h, acinclude.m4: Templates for auto*
- libtool.diff: Couple of tweaks needed to automake.
- .cvsignore: Ignore the right stuff
Add these.
- Tests/Makefile.am:
- Tests/draw/Makefile.am:
- Tests/draw/drawApp/Makefile.am:
- Tests/khtmlview/Makefile.am:
- Tests/khtmlview/WebViewTest/Makefile.am:
- Tests/qt/Makefile.am:
Remove these.
- Tests/Makefile.in:
- Tests/draw/Makefile:
- Tests/draw/drawApp/Makefile.in:
- Tests/khtmlview/WebViewTest/Makefile.in:
- Tests/qt/Makefile.in:
Tweak link flags.
- Tests/draw/drawApp/drawApp.pbproj/project.pbxproj:
- Tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj:
Ignore the right stuff.
- Tests/khtmlview/.cvsignore:
- Tests/khtmlview/WebViewTest/.cvsignore:
- Tests/.cvsignore:
- Tests/draw/.cvsignore:
- Tests/qt/.cvsignore:
- Tests/harness.c: Fix a couple of warnings.
- Tests/qt/qarray-test.chk, Tests/qt/qarray-test.cpp (main): Remove a faulty test case: can't count on contents of uninitialized array!
- Tests/test.list: Add a newly-enabled javascript test.
- Updates/install-automake.sh, Updates/automake-1.5-mac-ported.diff, Updates/update: Install automake 1.5 as an update, patch for Mac OS X
- Updates/install-gperf.sh: Fix potential minor bug for blind cut & pasters.
Note:
See TracTimeline
for information about the timeline view.