summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Chrome Frame turndown prompt.grt@chromium.org2013-06-221-0/+24
* Use a direct include of strings headers in chrome_frame/.avi@chromium.org2013-06-111-3/+3
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-071-1/+1
* content: Move kViewSourceScheme constant into content namespace.tfarina@chromium.org2013-05-301-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-161-1/+0
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome_frame.dcheng@chromium.org2013-04-111-1/+1
* Start and stop crash reporting outside of the loader lock.grt@chromium.org2013-03-141-21/+0
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-101-7/+8
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-2/+2
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-1/+2
* Fixing missed deallocation of pointer from FileVersionInfo::CreateFileVersion...huangs@chromium.org2012-09-151-4/+3
* Share the "get CF profile dir" code between ChromeFramePlugin and chrome_fram...joi@chromium.org2012-05-031-0/+7
* Add a setting to CF to remove 'chromeframe' from the UserAgent on a per-patte...robertshield@chromium.org2012-03-301-37/+69
* Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...joi@chromium.org2012-02-101-6/+0
* Fix npchrome_frame dll lookups for shared_library builds.grt@chromium.org2012-01-201-9/+10
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-1/+4
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-4/+1
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-1/+4
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-4/+1
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-1/+4
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-0/+1
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Have Chrome Frame build its .idl artifacts into a sub-folder of SHARED_INTERM...robertshield@chromium.org2011-10-191-2/+1
* Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SU...ananta@chromium.org2011-10-051-0/+5
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-1/+1
* Report IE 10 in histograms.grt@chromium.org2011-09-291-2/+5
* Convert RenderViewContextMenu to MenuItemView.rhashimoto@chromium.org2011-07-121-45/+52
* Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests.grt@chromium.org2011-06-291-52/+7
* Download requests initiated in a ChromeFrame popup window opened via window.o...ananta@chromium.org2011-06-071-11/+5
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-14/+13
* Revert 76880 - ChromeFrame would fail to upload POST data to the server if th...ananta@chromium.org2011-03-041-9/+30
* ChromeFrame would fail to upload POST data to the server if the webserver req...ananta@chromium.org2011-03-041-30/+9
* Download requests in ChromeFrame which occur in response to a POST request ne...ananta@chromium.org2011-02-281-10/+52
* Bump up the number of simultaneous connections in IE to 6. This is done via a...ananta@chromium.org2011-02-161-0/+33
* A number of poorly written IE BHO's crash IE if ChromeFrame is the currently ...ananta@chromium.org2011-02-111-0/+20
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-13/+17
* Fix for the ChromeFrame DownloadFromForm test failures on the IE9 builder. Th...ananta@chromium.org2011-01-151-3/+11
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...tfarina@chromium.org2010-12-241-1/+1
* Add the ChromeFrame UA in the post platform section in the IE user agent stri...ananta@chromium.org2010-12-161-0/+7
* Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali...ananta@chromium.org2010-12-141-25/+14
* Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C...grt@chromium.org2010-12-081-4/+0
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-5/+4
* base: Remove stub scoped_variant_win.h file.tfarina@chromium.org2010-12-041-3/+2
* Export the new sessionid property of Chrome Frame form the NPAPI interface.rogerta@chromium.org2010-11-241-2/+3
* Fix a bug where in having ChromeFrame installed on the machine would cause a ...ananta@chromium.org2010-11-011-12/+0
* Modify the parsing of X-UA-COMPATIBLE header (and meta tag) to allow comma or...erikwright@chromium.org2010-10-261-6/+17