index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
mime_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[uber page] make references to chrome_shared2.css relative
estade@chromium.org
2012-01-20
1
-1
/
+2
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Add link to RFC2361 for WAV codecs as I always have a hard time finding said ...
scherkus@chromium.org
2011-08-17
1
-1
/
+4
*
Upstream android net related code (part3)
michaelbai@google.com
2011-07-11
1
-0
/
+6
*
Add GetWellKnowMimeTypeFromExtension() to limit the search to a fixed set of ...
michaeln@google.com
2011-06-21
1
-9
/
+32
*
Add mime types for application/pkcs7-mime and application/pkcs7-signature.
mattm@chromium.org
2011-06-16
1
-1
/
+3
*
Promoting the MHTML file extension to primary mappings.
jcivelli@chromium.org
2011-06-14
1
-3
/
+3
*
Remove useless compile assert.
abarth@chromium.org
2011-05-25
1
-2
/
+0
*
Enabling MHTML.
jcivelli@chromium.org
2011-05-25
1
-3
/
+5
*
Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).
david.mike.futcher@gmail.com
2011-04-18
1
-2
/
+2
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-3
/
+3
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-20
/
+19
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-19
/
+20
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-20
/
+19
*
Add webp mime type for omnibox
fbarchard@chromium.org
2010-11-02
1
-1
/
+3
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
add audio/x-wav mimetype for apache
fbarchard@chromium.org
2010-09-28
1
-0
/
+1
*
add audio/wav mimetype
fbarchard@chromium.org
2010-09-28
1
-2
/
+6
*
Support accept attribute for an <input type=file> element.
jianli@chromium.org
2010-09-08
1
-0
/
+176
*
Fixes a crash when xdg_mime library is unable to handle a long file path.
inferno@chromium.org
2010-07-12
1
-0
/
+5
*
Chromium side changes for enabling VP8 and WebM support.
scherkus@chromium.org
2010-05-20
1
-6
/
+79
*
Added #ifdef to allow Chromium to enable proprietary codecs.
scherkus@chromium.org
2010-05-10
1
-2
/
+2
*
Prevent people from adding mime type to supported_non_image_types that will m...
inferno@chromium.org
2010-04-09
1
-0
/
+4
*
Support for viewing text/cache-manifest resources in a browser window instead...
michaeln@chromium.org
2010-03-18
1
-0
/
+1
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
1
-0
/
+1
*
Add mpeg audio mime type allowing mp3 to play with chrome on more websites.
fbarchard@chromium.org
2009-12-03
1
-0
/
+1
*
Display application/json files inline.
thestig@chromium.org
2009-11-18
1
-0
/
+1
*
Adds support for the <keygen> tag for client certificate enrollment
wtc@chromium.org
2009-10-23
1
-0
/
+1
*
Move FTP LIST parsing code to the renderer process.
phajdan.jr@chromium.org
2009-09-22
1
-0
/
+1
*
Try one more time to lock down content sniffing for
aa@chromium.org
2009-08-25
1
-1
/
+2
*
add application/ogg mime type
fbarchard@chromium.org
2009-08-03
1
-0
/
+1
*
Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().
scherkus@chromium.org
2009-07-25
1
-0
/
+33
*
Updated media MIME type handling for Chrome and Chromium.
scherkus@chromium.org
2009-07-25
1
-9
/
+2
*
mp4 types in omnibox only for chrome, not chromium
fbarchard@chromium.org
2009-07-22
1
-0
/
+3
*
Add codec parsing capability to MimeUtil
kylep@chromium.org
2009-07-17
1
-0
/
+24
*
Add mpeg for layouttests to pass. The following media layout tests fail if m...
fbarchard@chromium.org
2009-07-07
1
-0
/
+5
*
OGG and OGV added to supported media types for omnibox, href and command line.
fbarchard@chromium.org
2009-07-07
1
-14
/
+12
*
Say we support mime-type audio/mpeg and video/mpeg
hclam@chromium.org
2009-07-01
1
-0
/
+4
*
Included text/css content type into list of the supported non image files.
abarth@chromium.org
2009-06-12
1
-3
/
+9
*
Handle mimetype queries for media files
hclam@chromium.org
2009-05-29
1
-2
/
+40
*
Add support for progressive JPEGs with MIME type image/pjpeg. Fixes Issue 2104.
jon@chromium.org
2009-03-19
1
-0
/
+1
*
Slight code change to make some global variables const.
maruel@google.com
2009-03-10
1
-9
/
+12
*
Change mime type utils to operate on platform-specific string types for filen...
estade@chromium.org
2009-02-14
1
-16
/
+18
*
We should download text/csv mime types instead of displaying them.
abarth@chromium.org
2009-01-22
1
-6
/
+3
*
revert 8087
abarth@chromium.org
2009-01-15
1
-3
/
+6
*
We should download text/csv mime types instead of displaying them.
abarth@chromium.org
2009-01-15
1
-6
/
+3
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Remove warnings for the net module.
rvargas@google.com
2008-08-19
1
-5
/
+5
*
Add mime_util and http_chunked_decoder to mac project.
ericroman@google.com
2008-08-19
1
-1
/
+1
*
Add a stubbed-out platform_mime_util_mac.mm
ericroman@google.com
2008-08-10
1
-4
/
+7
[next]