summaryrefslogtreecommitdiffstats
path: root/chrome_frame/protocol_sink_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a crash seen in ChromeFrame when opening a non CF top level tab from a CF...ananta@chromium.org2013-03-041-3/+16
* ChromeFrame sites in IE would appear truncated at times.ananta@chromium.org2013-02-261-1/+3
* Ensure that ChromeFrame does not interfere with non ChromeFrame requests init...ananta@chromium.org2013-01-311-2/+44
* Properly clear URL on BINDSTATUS_REDIRECTINGrsleevi@chromium.org2011-05-271-1/+1
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-24/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Download requests in ChromeFrame which occur in response to a POST request ne...ananta@chromium.org2011-02-281-1/+0
* Remove includes of message headers in headers.jam@chromium.org2011-02-091-0/+1
* Add missing base::lock usage.brettw@chromium.org2011-01-211-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...erikwright@chromium.org2011-01-121-1/+7
* Suppress a false positive crasher in chrome frame in version 8.0.552.224. The...ananta@chromium.org2010-12-171-0/+6
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-3/+2
* Fix a bug where in having ChromeFrame installed on the machine would cause a ...ananta@chromium.org2010-11-011-42/+0
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-2/+2
* Fix a crasher observed in ChromeFrame stable build 7.0.517.43. Crash occurs w...ananta@chromium.org2010-10-251-0/+12
* Enable developers to conditionally activate Chrome Frame, depending on the ve...erikwright@chromium.org2010-10-251-5/+9
* Remove scoped_bstr_win, fix all callers to use the new location.brettw@chromium.org2010-10-201-2/+2
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-24/+24
* Policy support for being able to specify a list of content types that Chrome ...tommi@chromium.org2010-10-041-1/+7
* chrome_frame: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-011-4/+4
* Add application/xml and text/xml to the list of content typesamit@chromium.org2010-09-241-12/+15
* Committing http://codereview.chromium.org/3420004/show for grt@robertshield@chromium.org2010-09-221-39/+49
* More false positive crashes crash report suppressions.amit@chromium.org2010-09-021-0/+4
* Fine grained supporessions for false positivesamit@chromium.org2010-09-011-12/+50
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Support rendering in Chrome Frame if the content-type of the top level reques...stoyan@chromium.org2010-08-171-11/+35
* Reland 56241: Add an exceptionbarrier in Hook_Start(Ex). This is an attempt tostoyan@chromium.org2010-08-171-0/+4
* Revert 56241 - Add an exceptionbarrier in Hook_Start(Ex). This is an attempt ...stoyan@chromium.org2010-08-161-3/+0
* Add an exceptionbarrier in Hook_Start(Ex). This is an attempt to reduce the a...stoyan@chromium.org2010-08-161-0/+3
* Restrict unsafe URLs in Chrome Frameamit@chromium.org2010-08-131-1/+2
* Support GCF as the default HTML viewer as well as supporting an exclusion list.tommi@chromium.org2010-08-111-4/+4
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Protect against receiving different BINDSTATUS_MIMETYPEAVAILABLE multiple tim...stoyan@chromium.org2010-08-041-1/+15
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-1/+3
* Fix a crash in ChromeFrame full tab mode while processing the attach external...ananta@chromium.org2010-08-021-7/+32
* Handle a case if BindContextInfo::FromBindContext fails and not leak a ProtDa...tommi@chromium.org2010-07-301-0/+4
* Ensure that window.open requests issued by ChromeFrame carry the correct cook...ananta@chromium.org2010-07-281-3/+91
* BUG=47879stoyan@chromium.org2010-07-171-6/+75
* Do not wrap non-HTTP(s) requests.stoyan@chromium.org2010-07-151-1/+7
* Implement HTTP headers sniffing in the ProtocolSinkWrap, instead of relying o...stoyan@chromium.org2010-07-141-27/+56
* Forward both BINDSTATUS_SERVER_MIMETYPEAVAILABLE and BINDSTATUS_MIMETYPEAVAIL...stoyan@chromium.org2010-07-091-1/+0
* Make new (CTransaction) hooking and sniffing mechanism the default one.stoyan@chromium.org2010-06-241-6/+18
* A new way of hooking internet protocols.stoyan@chromium.org2010-06-091-524/+481
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-1/+0
* Temporarily disable the HTML renderer type detection in our IInternerProtocol...ananta@chromium.org2009-12-231-2/+0
* Fix ChromeFrame net tests broken by the change to determine the renderer type...ananta@chromium.org2009-12-231-1/+11
* ChromeFrame in IE full tab mode would not render pages if Adblock Pro was ins...ananta@chromium.org2009-12-231-29/+49