summaryrefslogtreecommitdiffstats
path: root/chrome/browser/parsers
Commit message (Expand)AuthorAgeFilesLines
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-2/+2
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-2/+2
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-242-2/+2
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-1/+1
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-1/+1
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-042-2/+2
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in chrome/browser/o*-p*/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-072-2/+2
* Revert 184352brettw@chromium.org2013-02-243-4/+4
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-243-4/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-3/+3
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-107-12/+13
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-082-2/+2
* Add FilePath to base namespace.brettw@chromium.org2013-02-024-7/+16
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-116-6/+0
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-213-12/+15
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-283-6/+6
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-132-7/+6
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-2/+10
* FBTF: Even more deinlining.erg@google.com2010-10-202-0/+3
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-081-1/+0
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-195-6/+17
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-5/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-266-0/+6
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-242-0/+5
* Remove <iostream> where possible.erg@google.com2010-07-201-3/+0
* TTF: Add tests for FileMetaDataParser.jhawkins@chromium.org2010-06-222-2/+100
* Cleanup: Use ScopedVector in MetadataParserManager.jhawkins@chromium.org2010-06-212-8/+2
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-112-1/+2
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-136-22/+22
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-112-3/+4
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-284-8/+0
* Fix a ton of compiler warnings.estade@chromium.org2009-08-284-0/+8
* Adding a new parsing system to the metadata url request.brettw@chromium.org2009-07-2311-0/+387