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

Issue 160073: Implemented rest of webkit api/glue code needed for HTML5 media canPlayType(). (Closed)

Created:
11 years, 5 months ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implemented rest of webkit api/glue code needed for HTML5 media canPlayType(). BUG=16636 TEST=we should respect the codecs= parameter when provided as a media mime type

Patch Set 1 #

Patch Set 2 : Fixed typo #

Patch Set 3 : Fixed comment #

Patch Set 4 : Compiling takes forever #

Total comments: 4

Patch Set 5 : Fixes #

Patch Set 6 : Fixed typo #

Total comments: 2

Patch Set 7 : SupportsType... it's everywhere! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -27 lines) Patch
M net/base/mime_util.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/mime_util.cc View 1 6 chunks +33 lines, -0 lines 0 comments Download
M webkit/api/public/WebMimeRegistry.h View 1 2 3 4 5 6 3 chunks +10 lines, -7 lines 0 comments Download
M webkit/api/src/ChromiumBridge.cpp View 1 chunk +6 lines, -3 lines 0 comments Download
M webkit/api/src/WebMediaPlayerClientImpl.cpp View 1 2 3 4 5 1 chunk +11 lines, -4 lines 0 comments Download
M webkit/glue/simple_webmimeregistry_impl.h View 1 2 3 4 5 6 1 chunk +8 lines, -4 lines 0 comments Download
M webkit/glue/simple_webmimeregistry_impl.cc View 1 2 3 4 5 6 1 chunk +27 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
scherkus (not reviewing)
Continuation of http://codereview.chromium.org/159293/ I'm unsure about having a bit of logic in the glue code, ...
11 years, 5 months ago (2009-07-24 00:31:59 UTC) #1
darin (slow to review)
http://codereview.chromium.org/160073/diff/17/19 File net/base/mime_util.h (right): http://codereview.chromium.org/160073/diff/17/19#newcode49 Line 49: // Returns true if and only if all ...
11 years, 5 months ago (2009-07-24 16:10:19 UTC) #2
darin (slow to review)
> I'm unsure about having a bit of logic in the glue code, unless we ...
11 years, 5 months ago (2009-07-24 16:10:36 UTC) #3
scherkus (not reviewing)
http://codereview.chromium.org/160073/diff/17/19 File net/base/mime_util.h (right): http://codereview.chromium.org/160073/diff/17/19#newcode49 Line 49: // Returns true if and only if all ...
11 years, 5 months ago (2009-07-24 17:05:04 UTC) #4
darin (slow to review)
On Fri, Jul 24, 2009 at 10:05 AM, <scherkus@chromium.org> wrote: > > http://codereview.chromium.org/160073/diff/17/19 > File ...
11 years, 5 months ago (2009-07-24 17:08:58 UTC) #5
kylep
I changed the order because WebCore's makes no sense to me. It's like they had ...
11 years, 5 months ago (2009-07-24 17:31:06 UTC) #6
fbarchard
LGTM with just notes/nits that we can look into later. http://codereview.chromium.org/160073/diff/1027/1028 File net/base/mime_util.cc (right): http://codereview.chromium.org/160073/diff/1027/1028#newcode216 ...
11 years, 5 months ago (2009-07-24 18:51:14 UTC) #7
scherkus (not reviewing)
we've got some seriously long function names now, but c++ guide says "return type + ...
11 years, 5 months ago (2009-07-24 19:12:12 UTC) #8
scherkus (not reviewing)
On 2009/07/24 18:51:14, fbarchard wrote: > LGTM with just notes/nits that we can look into ...
11 years, 5 months ago (2009-07-24 19:17:25 UTC) #9
darin (slow to review)
Maybe it would be good to send a patch to WebKit to fix that? -Darin ...
11 years, 5 months ago (2009-07-24 19:25:53 UTC) #10
scherkus (not reviewing)
On 2009/07/24 19:25:53, darin wrote: > Maybe it would be good to send a patch ...
11 years, 5 months ago (2009-07-24 20:44:03 UTC) #11
darin (slow to review)
11 years, 5 months ago (2009-07-25 00:26:24 UTC) #12
LGTM

Powered by Google App Engine
This is Rietveld 408576698