summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove scoped_bstr_win, fix all callers to use the new location.brettw@chromium.org2010-10-201-4/+6
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-4/+4
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-5/+7
* Policy support for being able to specify a list of content types that Chrome ...tommi@chromium.org2010-10-041-0/+10
* chrome_frame: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-10-011-11/+13
* Committing http://codereview.chromium.org/3420004/show for grt@robertshield@chromium.org2010-09-221-10/+27
* Remove code that enables renderer accessibility based on the SPI_GETSCREENREA...ctguil@chromium.org2010-09-181-0/+9
* Added full support for invoking before unload and unload handlers on ChromeFr...ananta@chromium.org2010-09-171-0/+34
* Basic policy implementation for Chrome Frame. We read the policy settings on...tommi@chromium.org2010-09-151-6/+22
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-2/+1
* Fix failing ChromeFrame window open tests on IE6/7. These tests started faili...ananta@chromium.org2010-09-101-0/+4
* Change correcting the profile used when performing top-level navigations of t...twiz@google.com2010-09-081-0/+8
* Correct a problem whereby the prefetching experiment would never be scheduled...robertshield@chromium.org2010-09-031-0/+15
* Pin the DLL if we make any patches instead of doing it from the Bho that does...tommi@chromium.org2010-09-021-1/+22
* When GCF is the default renderer, use Chrome's User-agent header instead of I...tommi@chromium.org2010-08-311-22/+20
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Restrict unsafe URLs in Chrome Frameamit@chromium.org2010-08-131-76/+66
* Support GCF as the default HTML viewer as well as supporting an exclusion list.tommi@chromium.org2010-08-111-8/+31
* Handle automation server crashes. When Chrome crashes, we now handle the cas...tommi@chromium.org2010-08-101-4/+13
* Adding \n's to some files so that try bots can work for changes that actually...tommi@chromium.org2010-08-041-0/+1
* Fix a failing unit tests in Debug build.amit@chromium.org2010-08-041-1/+1
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-1/+2
* Ensure that window.open requests issued by ChromeFrame carry the correct cook...ananta@chromium.org2010-07-281-19/+88
* Second attempt at trying to land buggy bho avoidance: http://codereview.chrom...tommi@chromium.org2010-07-211-0/+1
* Revert 53194 - A different approach to avoid crashes in buggy 3rd party BHOs....sanjeevr@chromium.org2010-07-211-1/+0
* A different approach to avoid crashes in buggy 3rd party BHOs.This time we're...tommi@chromium.org2010-07-211-0/+1
* Not firing DocumentComplete in the presence of buggy BHOs.tommi@chromium.org2010-07-161-0/+23
* Make new (CTransaction) hooking and sniffing mechanism the default one.stoyan@chromium.org2010-06-241-1/+1
* window.open calls issued by pages within ChromeFrame would not honor the sugg...ananta@chromium.org2010-06-171-0/+63
* Add support for uploading UMA metrics data from ChromeFrame. Added support fo...ananta@chromium.org2010-06-111-0/+22
* A new way of hooking internet protocols.stoyan@chromium.org2010-06-091-2/+110
* chrome_frame: Get rid of all occurrences of the deprecated ToWStringHack func...tfarina@chromium.org2010-06-081-2/+2
* Only switch to cf for text/html. With opt-in URLs we could mark a URL to be ...tommi@chromium.org2010-04-211-2/+14
* In ChromeFrame with the moniker patch enabled we should not process optin url...ananta@chromium.org2010-04-201-0/+14
* With the ChromeFrame IMoniker patch in the referrer would not propagate corre...ananta@chromium.org2010-04-161-0/+65
* IE would not switch into ChromeFrame if the url being navigated to had an anc...ananta@chromium.org2010-04-131-0/+19
* In the GetIETemporaryFilesFolder helper function in ChromeFrame we should not...ananta@chromium.org2010-04-061-2/+0
* Fix a ChromeFrame crash which was reported in the crash server in the helper ...ananta@chromium.org2010-04-051-22/+39
* Fixes GCF perf tests in prep for re-enabling them on the bots.slightlyoff@chromium.org2010-03-261-0/+9
* 3rd try. *sigh*slightlyoff@chromium.org2010-03-261-0/+29
* Reverting this CL to see if this fixes chrome frame unit test failures.ananta@chromium.org2010-03-251-29/+0
* Implements IDeleteBrowsing history and moves the GCF profile into the IE TIF ...slightlyoff@chromium.org2010-03-251-0/+29
* Add a simple resource loader to Chrome Frame that is capable of finding, load...robertshield@chromium.org2010-03-241-18/+9
* Initial support for IE View->Privacy. To support this menu option the active ...ananta@chromium.org2010-03-191-0/+27
* IE6 would not switch to ChromeFrame if the url being navigated to contained a...ananta@chromium.org2010-03-161-1/+17
* Fix #1 for multiple request issue (both POST and GET) after activating the on...tommi@chromium.org2010-03-121-0/+13
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-0/+1
* Adding a little utility function to make logging guids easiertommi@chromium.org2010-03-011-0/+6
* First batch of context menu testsamit@chromium.org2010-02-121-0/+9
* Fix Navigation failed testamit@chromium.org2010-02-041-2/+2