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

Issue 200052: linux: rewrite mime parser (Closed)

Created:
11 years, 3 months ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
piman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

linux: rewrite mime parser This is based on the logic in the Firefox code. It passes existing tests and one new test. TEST=covered by new unit test

Patch Set 1 #

Patch Set 2 : fix comment #

Total comments: 5

Patch Set 3 : ok #

Patch Set 4 : more test #

Patch Set 5 : fix comment #

Patch Set 6 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -55 lines) Patch
M webkit/glue/plugins/plugin_lib.h View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M webkit/glue/plugins/plugin_lib_linux.cc View 1 2 3 4 5 2 chunks +37 lines, -33 lines 0 comments Download
M webkit/glue/plugins/plugin_lib_unittest.cc View 1 2 3 4 5 3 chunks +51 lines, -18 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Evan Martin
11 years, 3 months ago (2009-09-08 23:58:28 UTC) #1
Evan Martin
hold on a sec, this is still wrong
11 years, 3 months ago (2009-09-09 00:03:16 UTC) #2
Evan Martin
ok, please review now
11 years, 3 months ago (2009-09-09 00:11:52 UTC) #3
piman
http://codereview.chromium.org/200052/diff/1002/9 File webkit/glue/plugins/plugin_lib_linux.cc (right): http://codereview.chromium.org/200052/diff/1002/9#newcode115 Line 115: bool PluginLib::ParseMIMEDescription( This function doesn't fail any more. ...
11 years, 3 months ago (2009-09-09 00:17:00 UTC) #4
Evan Martin
Ok, I think I've addressed all your comments (mostly adding more tests).
11 years, 3 months ago (2009-09-09 00:30:18 UTC) #5
piman
11 years, 3 months ago (2009-09-09 01:09:53 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698