summaryrefslogtreecommitdiffstats
path: root/chrome_frame/protocol_sink_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit the X-UA-Compatible HTTP header-based altering of the mime type perform...robertshield@chromium.org2009-12-041-35/+14
* Don't switch to CF's active document for frames or iframes.This fixes an issu...tommi@chromium.org2009-11-031-19/+40
* Add the chromeframe tag to the user agent header at runtime instead of static...tommi@chromium.org2009-10-171-46/+6
* This fixes a crash in IE8 with ChromeFrame when a new tab was created. ananta@chromium.org2009-09-251-19/+85
* Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming...slightlyoff@chromium.org2009-09-241-0/+615