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

Issue 55143009: Move MIMEType classes to Source/platform (Closed)

Created:
7 years, 1 month ago by rwlbuis
Modified:
4 years, 1 month ago
CC:
blink-reviews, eae+blinkwatch, apavlov+blink_chromium.org, adamk+blink_chromium.org, aandrey+blink_chromium.org, jamesr, caseq+blink_chromium.org, dsinclair, yurys+blink_chromium.org, danakj, dglazkov+blink, Rik, gavinp+loader_chromium.org, devtools-reviews_chromium.org, pdr., nessy, loislo+blink_chromium.org, philipj_slow, lushnikov+blink_chromium.org, kinuko, eustas+blink_chromium.org, paulirish+reviews_chromium.org, Nate Chapin, vcarbune.chromium, feature-media-reviews_chromium.org, alph+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move MIMEType classes to Source/platform BUG=297477 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161388

Patch Set 1 #

Total comments: 1

Patch Set 2 : Move MIMETypeRegistryChromium to Source/platform #

Patch Set 3 : Rebase against ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -683 lines) Patch
M Source/core/core.gypi View 1 2 3 chunks +0 lines, -7 lines 0 comments Download
M Source/core/dom/Clipboard.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMImplementation.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/ScriptLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ScriptResource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fileapi/File.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLObjectElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLPlugInElement.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorFileSystemAgent.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/archive/MHTMLArchive.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/archive/MHTMLParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Page.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/MIMETypeFromURL.h View 1 chunk +0 lines, -40 lines 0 comments Download
D Source/core/platform/MIMETypeFromURL.cpp View 1 chunk +0 lines, -59 lines 0 comments Download
D Source/core/platform/MIMETypeRegistry.h View 1 chunk +0 lines, -71 lines 0 comments Download
M Source/core/platform/chromium/MIMETypeRegistryChromium.cpp View 1 1 chunk +0 lines, -119 lines 0 comments Download
M Source/core/platform/graphics/Image.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/platform/graphics/ImageBuffer.cpp View 1 2 2 chunks +1 line, -1 line 0 comments Download
M Source/core/plugins/DOMMimeType.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/plugins/DOMMimeType.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/plugins/DOMMimeTypeArray.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/plugins/DOMPlugin.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/plugins/DOMPluginArray.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
D Source/core/plugins/PluginData.h View 1 1 chunk +0 lines, -80 lines 0 comments Download
D Source/core/plugins/PluginData.cpp View 1 1 chunk +0 lines, -143 lines 0 comments Download
D Source/core/plugins/PluginListBuilder.h View 1 1 chunk +0 lines, -55 lines 0 comments Download
D Source/core/plugins/PluginListBuilder.cpp View 1 1 chunk +0 lines, -63 lines 0 comments Download
M Source/modules/mediasource/MediaSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediasource/WebKitMediaSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/MIMETypeFromURL.h View 1 chunk +3 lines, -2 lines 0 comments Download
A + Source/platform/MIMETypeFromURL.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/platform/MIMETypeRegistry.h View 3 chunks +3 lines, -2 lines 0 comments Download
A + Source/platform/MIMETypeRegistry.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
A + Source/platform/plugins/PluginData.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
A + Source/platform/plugins/PluginData.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/platform/plugins/PluginListBuilder.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/plugins/PluginListBuilder.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (1 generated)
rwlbuis
I noticed some classes in platform/graphics rely on MIMETypeRegistry.h so move it to Source/platform first.
7 years, 1 month ago (2013-11-04 17:12:19 UTC) #1
abarth-chromium
You've moved MIMETypeRegistry.h but you haven't moved MIMETypeRegistryChromium.cpp. I suspect this CL doesn't compile. Please ...
7 years, 1 month ago (2013-11-04 17:22:56 UTC) #2
abarth-chromium
https://codereview.chromium.org/55143009/diff/1/Source/platform/blink_platform.gypi File Source/platform/blink_platform.gypi (right): https://codereview.chromium.org/55143009/diff/1/Source/platform/blink_platform.gypi#newcode58 Source/platform/blink_platform.gypi:58: 'MIMETypeFromURL.h', Also, please add all files to the GYP. ...
7 years, 1 month ago (2013-11-04 17:23:24 UTC) #3
Stephen Chennney
On 2013/11/04 17:22:56, abarth wrote: > You've moved MIMETypeRegistry.h but you haven't moved > MIMETypeRegistryChromium.cpp. ...
7 years, 1 month ago (2013-11-04 17:42:41 UTC) #4
rwlbuis
On 2013/11/04 17:22:56, abarth wrote: > You've moved MIMETypeRegistry.h but you haven't moved > MIMETypeRegistryChromium.cpp. ...
7 years, 1 month ago (2013-11-04 18:06:00 UTC) #5
abarth-chromium
On 2013/11/04 17:42:41, Stephen Chenney wrote: > Do we have any policy for removing ...Chromium ...
7 years, 1 month ago (2013-11-04 18:26:53 UTC) #6
rwlbuis
On 2013/11/04 18:26:53, abarth wrote: > On 2013/11/04 17:42:41, Stephen Chenney wrote: > > Do ...
7 years, 1 month ago (2013-11-04 19:55:38 UTC) #7
Stephen Chennney
lgtm
7 years, 1 month ago (2013-11-05 16:27:29 UTC) #8
abarth-chromium
rsLGTM
7 years, 1 month ago (2013-11-05 19:18:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/55143009/100001
7 years, 1 month ago (2013-11-05 19:22:27 UTC) #10
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/DOMImplementation.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-05 20:37:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/55143009/230001
7 years, 1 month ago (2013-11-05 20:57:25 UTC) #12
commit-bot: I haz the power
Change committed as 161388
7 years, 1 month ago (2013-11-05 22:46:08 UTC) #13
GBaby
4 years, 1 month ago (2016-11-15 17:55:36 UTC) #15
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698