|
Lines 1-3
WebCore/ChangeLog_sec1
|
|
|
1 |
2009-08-05 Michael Nordman <michaeln@google.com> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
https://bugs.webkit.org/show_bug.cgi?id=28003 |
| 6 |
|
| 7 |
House cleaning. Define ResourceRequest as a 'class' instead of a 'struct'. |
| 8 |
|
| 9 |
No new tests. |
| 10 |
|
| 11 |
* history/HistoryItem.h: |
| 12 |
* inspector/InspectorController.h: |
| 13 |
* inspector/InspectorResource.h: |
| 14 |
* loader/DocumentThreadableLoader.h: |
| 15 |
* loader/FrameLoaderClient.h: |
| 16 |
* loader/MainResourceLoader.h: |
| 17 |
* loader/SubresourceLoader.h: |
| 18 |
* loader/SubresourceLoaderClient.h: |
| 19 |
* loader/ThreadableLoader.h: |
| 20 |
* loader/WorkerThreadableLoader.h: |
| 21 |
* loader/appcache/ApplicationCache.h: |
| 22 |
* loader/appcache/ApplicationCacheHost.h: |
| 23 |
* platform/CrossThreadCopier.h: |
| 24 |
* platform/network/ResourceHandle.h: |
| 25 |
* platform/network/ResourceHandleClient.h: |
| 26 |
* platform/network/ResourceRequestBase.h: |
| 27 |
* platform/network/cf/ResourceRequest.h: |
| 28 |
* platform/network/cf/ResourceRequestCFNet.h: |
| 29 |
* platform/network/chromium/ResourceRequest.h: |
| 30 |
* platform/network/curl/ResourceRequest.h: |
| 31 |
* platform/network/qt/ResourceRequest.h: |
| 32 |
* platform/network/soup/ResourceRequest.h: |
| 33 |
* xml/XMLHttpRequest.h: |
| 34 |
|
| 1 |
2009-08-05 Dimitri Glazkov <dglazkov@chromium.org> |
35 |
2009-08-05 Dimitri Glazkov <dglazkov@chromium.org> |
| 2 |
|
36 |
|
| 3 |
Unreviewed, build fix. |
37 |
Unreviewed, build fix. |