Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Issue 1769002: BlobBuilder/FormData refactor attempt (Closed)

Created:
10 years, 8 months ago by kinuko
Modified:
9 years, 7 months ago
Reviewers:
Visibility:
Public.

Description

BlobBuilder/FormData refactor attempt

Patch Set 1 : BlobBuilder/FormData refactoring attempt #

Patch Set 2 : 1102004:patch6 #

Patch Set 3 : wk39083-57080 #

Patch Set 4 : wk39083-57080 + fix for darin's comments #

Patch Set 5 : back to simple FormData #

Unified diffs Side-by-side diffs Delta from patch set Stats (+789 lines, -282 lines) Patch
M WebCore/CMakeLists.txt View 1 chunk +1 line, -0 lines 0 comments Download
M WebCore/ChangeLog View 3 4 1 chunk +82 lines, -0 lines 0 comments Download
M WebCore/GNUmakefile.am View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M WebCore/WebCore.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M WebCore/WebCore.pro View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M WebCore/WebCore.vcproj/WebCore.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
M WebCore/WebCore.xcodeproj/project.pbxproj View 5 chunks +8 lines, -0 lines 0 comments Download
M WebCore/html/Blob.h View 1 2 2 chunks +22 lines, -38 lines 0 comments Download
M WebCore/html/Blob.cpp View 1 2 3 1 chunk +34 lines, -57 lines 0 comments Download
M WebCore/html/File.h View 1 2 1 chunk +2 lines, -6 lines 0 comments Download
M WebCore/html/File.cpp View 1 2 1 chunk +8 lines, -3 lines 0 comments Download
M WebCore/html/FileReader.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M WebCore/html/FileStream.cpp View 2 1 chunk +23 lines, -18 lines 0 comments Download
M WebCore/html/FormDataList.h View 1 2 2 chunks +3 lines, -21 lines 0 comments Download
M WebCore/html/FormDataList.cpp View 1 2 1 chunk +9 lines, -51 lines 0 comments Download
M WebCore/html/HTMLFormElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M WebCore/html/HTMLMeterElement.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M WebCore/html/HTMLProgressElement.cpp View 1 chunk +1 line, -0 lines 0 comments Download
WebCore/platform/BlobItem.h View 3 4 1 chunk +209 lines, -0 lines 0 comments Download
A WebCore/platform/BlobItem.cpp View 3 4 1 chunk +243 lines, -0 lines 0 comments Download
M WebCore/platform/network/FormData.h View 1 2 3 4 6 chunks +21 lines, -11 lines 0 comments Download
M WebCore/platform/network/FormData.cpp View 1 2 3 4 9 chunks +69 lines, -55 lines 0 comments Download
M WebCore/platform/network/mac/FormDataStreamMac.mm View 1 2 3 4 9 chunks +12 lines, -9 lines 0 comments Download
M WebCore/xml/XMLHttpRequest.cpp View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M WebKit/chromium/ChangeLog View 1 chunk +13 lines, -0 lines 0 comments Download
M WebKit/chromium/src/WebSearchableFormData.cpp View 2 chunks +9 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698