- 8ca280e Have Chrome Frame build its .idl artifacts into a sub-folder of SHARED_INTERMEDIATE_DIR, a globally common output folder. It's rude to dump things in the root of the dir that aren't used project-wide. by [email protected] · 14 years ago
- b0938a4 Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SUB_FRAME in a background worker thread. by [email protected] · 14 years ago
- 4879790 net: Move UnescapeURLComponent() functions into net namespace. by [email protected] · 14 years ago
- 5ba4b8a9 Report IE 10 in histograms. by [email protected] · 14 years ago
- b516e2d Convert RenderViewContextMenu to MenuItemView. by [email protected] · 14 years ago
- 99d81e5b Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests. by [email protected] · 14 years ago
- 93b79279 Download requests initiated in a ChromeFrame popup window opened via window.open should be reissued by [email protected] · 14 years ago
- 8ee65ba Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. by [email protected] · 14 years ago
- 4736610c Revert 76880 - ChromeFrame would fail to upload POST data to the server if the webserver requested NTLM by [email protected] · 14 years ago
- 04ac6e8 ChromeFrame would fail to upload POST data to the server if the webserver requested NTLM by [email protected] · 14 years ago
- f4fbae68 Download requests in ChromeFrame which occur in response to a POST request need to pass by [email protected] · 14 years ago
- fb123bc Bump up the number of simultaneous connections in IE to 6. This is done via a WinInet API by [email protected] · 15 years ago
- a17930d8 A number of poorly written IE BHO's crash IE if ChromeFrame is the currently loaded document. by [email protected] · 15 years ago
- 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
- e06f4d5 Regkey functions return error code instead of bool by [email protected] · 15 years ago
- 7694e6e Fix for the ChromeFrame DownloadFromForm test failures on the IE9 builder. This test by [email protected] · 15 years ago
- 1357c32 Move thread local stuff from base to base/threading and consistently use the by [email protected] · 15 years ago
- 2025651 Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPath. Part 2. by [email protected] · 15 years ago
- 6a8515e4 Add the ChromeFrame UA in the post platform section in the IE user agent string. To achieve by [email protected] · 15 years ago
- 354bcba Add support for gcf:about:plugins in chrome frame full tab mode. The URL validation code path by [email protected] · 15 years ago
- b04880f9 Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" ClientState value. by [email protected] · 15 years ago
- 687b960 Add a new GetInstance() method for singleton classes, take 2. by [email protected] · 15 years ago
- b11a51dd base: Remove stub scoped_variant_win.h file. by [email protected] · 15 years ago
- 69e4b61 Export the new sessionid property of Chrome Frame form the NPAPI interface. by [email protected] · 15 years ago
- aa2cf38 Fix a bug where in having ChromeFrame installed on the machine would cause a non chrome frame by [email protected] · 15 years ago
- 8e698b6c Modify the parsing of X-UA-COMPATIBLE header (and meta tag) to allow comma or semi-colon as delimiter for backwards compatibility. by [email protected] · 15 years ago
- b57f0323 Enable developers to conditionally activate Chrome Frame, depending on the version of the host IE browser. by [email protected] · 15 years ago
- 965722ff Remove scoped_bstr_win, fix all callers to use the new location. by [email protected] · 15 years ago
- 2b9a9f16 Convert LOG(INFO) to VLOG(1) - chrome_frame/. by [email protected] · 15 years ago
- 2d650398 Move pe_image and registry from base to base/win and use the namespace. It removes windows_message_list which isn't used. by [email protected] · 15 years ago
- 5ac670a Policy support for being able to specify a list of content types that Chrome Frame should handle. by [email protected] · 15 years ago
- d3451d83 chrome_frame: Append base:: in the StringPrintf calls. by [email protected] · 15 years ago
- d8e1351 Committing http://codereview.chromium.org/3420004/show for grt@ by [email protected] · 15 years ago
- 67700a9 Remove code that enables renderer accessibility based on the SPI_GETSCREENREADER parameter. by [email protected] · 15 years ago
- d9d8f0c Added full support for invoking before unload and unload handlers on ChromeFrame rendered by [email protected] · 15 years ago
- 55604d7 Basic policy implementation for Chrome Frame. We read the policy settings on first request and cache them. by [email protected] · 15 years ago
- 4493574 Make the glob matcher support UTF8 strings. by [email protected] · 15 years ago
- 1d27bbe Fix failing ChromeFrame window open tests on IE6/7. These tests started failing since by [email protected] · 15 years ago
- 8103c7f Change correcting the profile used when performing top-level navigations of the host browser with a ChromeFrame instance. If a ChromeFrame instance was loaded with a given profile, the bho used to always forward top-level navigation requests to a CF full-tab instance using the default (iexplore) profile. This caused problems with the automation channel, and the navigation would not complete. by [email protected] · 15 years ago
- 74ecb5a4 Correct a problem whereby the prefetching experiment would never be scheduled for updates. by [email protected] · 15 years ago
- ec18ca67 Pin the DLL if we make any patches instead of doing it from the Bho that does not apply the patches itself. by [email protected] · 15 years ago
- e67a73f4 When GCF is the default renderer, use Chrome's User-agent header instead of IE's. by [email protected] · 15 years ago
- 1407b6e FBTF: Remove unneeded headers from base/ (part 7) by [email protected] · 15 years ago
- d266ce8 Restrict unsafe URLs in Chrome Frame by [email protected] · 15 years ago
- 7ab36c4f Support GCF as the default HTML viewer as well as supporting an exclusion list. by [email protected] · 15 years ago
- bbfa9a1 Handle automation server crashes. When Chrome crashes, we now handle the case and support document refresh or reload. by [email protected] · 15 years ago
- 81aafe0 Adding \n's to some files so that try bots can work for changes that actually do something. by [email protected] · 15 years ago
- f13997f Fix a failing unit tests in Debug build. by [email protected] · 15 years ago
- c9c07779 Remove number conversion functions from string_util. These moved to string_number_conversions. by [email protected] · 15 years ago
- c4e45b3 Ensure that window.open requests issued by ChromeFrame carry the correct cookies in the outgoing HTTP requests. by [email protected] · 15 years ago
- 5ae94d2 Second attempt at trying to land buggy bho avoidance: http://codereview.chromium.org/3031009 by [email protected] · 15 years ago
- 53b19ac1 Revert 53194 - A different approach to avoid crashes in buggy 3rd party BHOs.This time we're more preceise and only target the buggy components.Behaviour for components that handle browser events correctly, is unchanged even in the presence of buggy DLLs.The core class here is the BuggyBhoTls class and here's the comment for that class: by [email protected] · 15 years ago
- 0535809 A different approach to avoid crashes in buggy 3rd party BHOs.This time we're more preceise and only target the buggy components.Behaviour for components that handle browser events correctly, is unchanged even in the presence of buggy DLLs.The core class here is the BuggyBhoTls class and here's the comment for that class: by [email protected] · 15 years ago
- 00aebd7 Not firing DocumentComplete in the presence of buggy BHOs. by [email protected] · 15 years ago
- 955f0ff Make new (CTransaction) hooking and sniffing mechanism the default one. by [email protected] · 15 years ago
- e3a91e7 window.open calls issued by pages within ChromeFrame would not honor the suggested dimensions and would end up by [email protected] · 15 years ago
- 897b2627 Add support for uploading UMA metrics data from ChromeFrame. Added support for tracking chrome frame crash metrics via by [email protected] · 15 years ago
- ce2b9f92 A new way of hooking internet protocols. TEST=chrome frame tests by [email protected] · 15 years ago
- 466a922 chrome_frame: Get rid of all occurrences of the deprecated ToWStringHack function. by [email protected] · 15 years ago
- 2b3102be Only switch to cf for text/html. With opt-in URLs we could mark a URL to be loaded in CF regardless of the target mime type. If CF turns around and wants to download the target, we would hit an infinite loop. by [email protected] · 15 years ago
- 830005d In ChromeFrame with the moniker patch enabled we should not process optin urls in the BHO. by [email protected] · 15 years ago
- 6ee8853 With the ChromeFrame IMoniker patch in the referrer would not propagate correctly to Chrome when we switch from IE to CF. In ChromeFrame by [email protected] · 15 years ago
- e33f99a1 IE would not switch into ChromeFrame if the url being navigated to had an anchor. The IsTopLevelUrl function exposed by the navigation manager by [email protected] · 15 years ago
- 0dacb00 In the GetIETemporaryFilesFolder helper function in ChromeFrame we should not be freeing the relative pidl. It is by [email protected] · 15 years ago
- 4ece1c4 Fix a ChromeFrame crash which was reported in the crash server in the helper function to return the path by [email protected] · 15 years ago
- 11903b0d Fixes GCF perf tests in prep for re-enabling them on the bots. by [email protected] · 15 years ago
- bc73b4e5 3rd try. *sigh* by [email protected] · 15 years ago
- 141c26d Reverting this CL to see if this fixes chrome frame unit test failures. by [email protected] · 15 years ago
- b1208f0 Implements IDeleteBrowsing history and moves the GCF profile into the IE TIF directory for non-priv mode users on IE < 8. by [email protected] · 15 years ago
- 36a26ed Add a simple resource loader to Chrome Frame that is capable of finding, loading and extracting resources from the Chrome locale DLLs. by [email protected] · 15 years ago
- 80b5a8d Initial support for IE View->Privacy. To support this menu option the active document now implements by [email protected] · 15 years ago
- 38d3d42 IE6 would not switch to ChromeFrame if the url being navigated to contained an anchor. This is presumably by [email protected] · 15 years ago
- 051236f Fix #1 for multiple request issue (both POST and GET) after activating the onhttpequiv approach. by [email protected] · 15 years ago
- d55194ca win: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
- ecd9aa3 Adding a little utility function to make logging guids easier by [email protected] · 15 years ago
- 4e676aa First batch of context menu tests by [email protected] · 16 years ago
- 75bfc84 Fix Navigation failed test by [email protected] · 16 years ago
- 552fb601 Remove cf: protocol by [email protected] · 16 years ago
- 94a3fbfa Disabling onhttpequiv again due to page reload issues. by [email protected] · 16 years ago
- ecdf634 Implement OptInUrls using the same mechanism we use in the onhttpequiv notification. by [email protected] · 16 years ago
- 7e3544b If we navigate to a URL which has an anchor in IE, which eventually ends up in ChromeFrame, by [email protected] · 16 years ago
- a542e82 Updates for onhttpequiv. Preserving the referrer header, zapping the currently loading document to prevent small documents from executing code. by [email protected] · 16 years ago
- 5843d2a Querying for one more interface to handle IE8 on XP case. This is what we were hitting on the builder. by [email protected] · 16 years ago
- 35f13ab Handle right-click->"Save Link As" in the host browser. by [email protected] · 16 years ago
- 4974c8d Minor change to less confusing variable name in IsSubFrameRequest in ChromeFrame utils. by [email protected] · 16 years ago
- b22ef28 Use the OnHttpEquiv notification to switch to CF when the http-equiv meta tag is detected. This implementation is still behind the registry switch (set PatchProtocols to 0 in the registry). I will switch over to it wholesale in a separate patch. by [email protected] · 16 years ago
- 1f64fc0 Allow privileged mode to navigate Chrome Frame to data: URLs. by [email protected] · 16 years ago
- 7bc272f Added support for running reliability tests for ChromeFrame on similar lines as Chrome. We only run these by [email protected] · 16 years ago
- 3fbf614b Fix the ChromeFrame build bot redness caused by us incorrectly wrapping protocol sinks which don't by [email protected] · 16 years ago
- 723f2992 Limit the X-UA-Compatible HTTP header-based altering of the mime type performed by Chrome Frame to top-level requests only in IE. by [email protected] · 16 years ago
- c5a7248 Fixes to the string MatchPattern functions: by [email protected] · 16 years ago
- b55aaa6 Adding support for Chrome Frame to be loaded via the presence of an X-UA-Compatible HTTP header (in addition to the meta tag support). by [email protected] · 16 years ago
- d7265be4 Make UtilChangePersistentNPAPIMarker return true on unregistration if by [email protected] · 16 years ago
- c41468f Add NPAPI plugin registration persistence code to chrome frame. If the DLL is already registered as an NPAPI plugin, keep that registration information up to date across updates. by [email protected] · 16 years ago
- 7ce979a Additional layer of protection to disable funky URLs through by [email protected] · 16 years ago
- fd1e44c Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal with resulting fallout. by [email protected] · 16 years ago
- 1e11b17 Use scoped_array (not scoped_ptr) with new[]. by [email protected] · 16 years ago
- cdd9fea Remove old ap-value munging code in Chrome Frame. by [email protected] · 16 years ago
- 10bf1a7 Committing patch 256001 for Roger:http://codereview.chromium.org/256001Allow Chrome Frame to display chrome-extension URLs when running in privilegedmode.BUG=noneTEST=see unit tests by [email protected] · 16 years ago
- f781782 Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming in a separate CL. by [email protected] · 16 years ago