summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove cf: protocolamit@chromium.org2010-02-031-1/+2
* Disabling onhttpequiv again due to page reload issues.tommi@chromium.org2010-01-301-0/+5
* Implement OptInUrls using the same mechanism we use in the onhttpequiv notifi...tommi@chromium.org2010-01-221-1/+2
* If we navigate to a URL which has an anchor in IE, which eventually ends up i...ananta@chromium.org2010-01-221-3/+23
* Updates for onhttpequiv. Preserving the referrer header, zapping the current...tommi@chromium.org2010-01-161-4/+11
* Querying for one more interface to handle IE8 on XP case. This is what we we...tommi@chromium.org2010-01-121-12/+27
* Handle right-click->"Save Link As" in the host browser.tommi@chromium.org2009-12-161-0/+19
* Minor change to less confusing variable name in IsSubFrameRequest in ChromeFr...robertshield@chromium.org2009-12-161-4/+4
* Use the OnHttpEquiv notification to switch to CF when the http-equiv meta tag...tommi@chromium.org2009-12-111-19/+104
* Allow privileged mode to navigate Chrome Frame to data: URLs. siggi@chromium.org2009-12-101-1/+3
* Added support for running reliability tests for ChromeFrame on similar lines ...ananta@chromium.org2009-12-091-0/+35
* Fix the ChromeFrame build bot redness caused by us incorrectly wrapping proto...ananta@chromium.org2009-12-061-0/+2
* Limit the X-UA-Compatible HTTP header-based altering of the mime type perform...robertshield@chromium.org2009-12-041-0/+30
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+1
* Adding support for Chrome Frame to be loaded via the presence of an X-UA-Comp...robertshield@chromium.org2009-12-031-0/+25
* Make UtilChangePersistentNPAPIMarker return true on unregistration ifjoi@chromium.org2009-11-191-1/+5
* Add NPAPI plugin registration persistence code to chrome frame. If the DLL is...robertshield@chromium.org2009-11-111-0/+47
* Additional layer of protection to disable funky URLs throughamit@chromium.org2009-10-291-3/+16
* Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal w...robertshield@chromium.org2009-10-281-27/+0
* Use scoped_array (not scoped_ptr) with new[].kuchhal@chromium.org2009-10-231-1/+1