summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bho.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-7/+7
* chrome_frame: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-011-2/+3
* Committing http://codereview.chromium.org/3420004/show for grt@robertshield@chromium.org2010-09-221-1/+1
* Pin the DLL if we make any patches instead of doing it from the Bho that does...tommi@chromium.org2010-09-021-22/+0
* Restrict unsafe URLs in Chrome Frameamit@chromium.org2010-08-131-1/+1
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-3/+0
* BUG=47879stoyan@chromium.org2010-07-171-4/+5
* Move the crash metrics to the crash reproting lib to avoid a back dependency ...mad@google.com2010-06-121-1/+1
* Add support for uploading UMA metrics data from ChromeFrame. Added support fo...ananta@chromium.org2010-06-111-0/+27
* A new way of hooking internet protocols.stoyan@chromium.org2010-06-091-5/+4
* Check if the url is a top level url before clearing the referrer header.tommi@chromium.org2010-04-231-0/+2
* Only switch to cf for text/html. With opt-in URLs we could mark a URL to be ...tommi@chromium.org2010-04-211-0/+1
* In ChromeFrame with the moniker patch enabled we should not process optin url...ananta@chromium.org2010-04-201-5/+4
* Enable the ChromeFrame IMoniker patch by default now.ananta@chromium.org2010-04-201-1/+1
* With the ChromeFrame IMoniker patch in the referrer would not propagate corre...ananta@chromium.org2010-04-161-0/+1
* Switch renderer in Moniker patchamit@chromium.org2010-04-091-17/+6
* Disabling the moniker patch in ChromeFrame as it incorrectly causes pages to ...ananta@chromium.org2010-04-051-1/+1
* Fixes GCF perf tests in prep for re-enabling them on the bots.slightlyoff@chromium.org2010-03-261-3/+4
* Not freeing the cached request data when we get OnHttpEquiv(done==TRUE) and t...tommi@chromium.org2010-03-251-4/+9
* Enable the moniker patch by default.tommi@chromium.org2010-03-231-1/+1
* Fix top crashers in the latest build.amit@chromium.org2010-03-191-1/+2
* When ChromeFrame switches to IE on receiving the OnHttpEquiv notification ind...ananta@chromium.org2010-03-151-2/+38
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-127/+54
* Reverting due to two broken tests: FullTabModeIE_SubIFram and FullTabModeIE_U...ericu@google.com2010-03-121-48/+9
* When ChromeFrame switches to IE on receiving the OnHttpEquiv notification ind...ananta@chromium.org2010-03-121-9/+48
* Fix a crash reported in ChromeFrame on the crash server, which occurs because...ananta@chromium.org2010-03-101-10/+15
* Do not attempt to parse NULL headers.tommi@chromium.org2010-02-281-0/+2
* Fix for referrer flakyness. There were two problems:tommi@chromium.org2010-02-181-24/+49
* Enable onhttpequiv again. The difference this time around is that wetommi@chromium.org2010-02-051-104/+77
* Enable optinurls regardless of PatchHelper::state().tommi@chromium.org2010-02-021-22/+26
* Disabling onhttpequiv again due to page reload issues.tommi@chromium.org2010-01-301-1/+1
* Avoid a DCHECK. Check if the interface is already patched before patching.tommi@chromium.org2010-01-251-2/+4
* Implement OptInUrls using the same mechanism we use in the onhttpequiv notifi...tommi@chromium.org2010-01-221-18/+8
* If we navigate to a URL which has an anchor in IE, which eventually ends up i...ananta@chromium.org2010-01-221-4/+19
* Fix for back/forward issue with httpequiv patch.tommi@chromium.org2010-01-201-0/+28
* Enabling the onhttpequiv detection and temporarily disabling a few tests that...tommi@chromium.org2010-01-191-1/+1
* Updates for onhttpequiv. Preserving the referrer header, zapping the current...tommi@chromium.org2010-01-161-6/+80
* Flick the switch back to PATCH_PROTOCOL while sorting out a few failing unit ...tommi@chromium.org2010-01-121-1/+1
* Querying for one more interface to handle IE8 on XP case. This is what we we...tommi@chromium.org2010-01-121-1/+1
* Reverting back to patching the protocol handlers to get the builder green again.ananta@chromium.org2010-01-071-1/+1
* Enable the HTTP Equiv patch by default and disable the InternetProtocol patches.tommi@chromium.org2010-01-071-1/+1
* Use the OnHttpEquiv notification to switch to CF when the http-equiv meta tag...tommi@chromium.org2009-12-111-79/+46
* Remove erroneous DCHECK that is reached when loading pages that don't call ou...robertshield@chromium.org2009-12-031-1/+2
* Adding support for Chrome Frame to be loaded via the presence of an X-UA-Comp...robertshield@chromium.org2009-12-031-0/+22
* Fix a race condition in InitializeAndPatchProtocolsIfNeeded as discovered by ...tommi@chromium.org2009-11-131-10/+18
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-0/+36
* Add the chromeframe tag to the user agent header at runtime instead of static...tommi@chromium.org2009-10-171-0/+5
* Committing patch 256001 for Roger:http://codereview.chromium.org/256001Allow ...tommi@chromium.org2009-10-011-1/+1
* This fixes a crash in IE8 with ChromeFrame when a new tab was created. ananta@chromium.org2009-09-251-7/+2