| Commit message (Expand) | Author | Age | Files | Lines |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -14/+13 |
* | Revert 76880 - ChromeFrame would fail to upload POST data to the server if th... | ananta@chromium.org | 2011-03-04 | 1 | -9/+30 |
* | ChromeFrame would fail to upload POST data to the server if the webserver req... | ananta@chromium.org | 2011-03-04 | 1 | -30/+9 |
* | Download requests in ChromeFrame which occur in response to a POST request ne... | ananta@chromium.org | 2011-02-28 | 1 | -10/+52 |
* | Bump up the number of simultaneous connections in IE to 6. This is done via a... | ananta@chromium.org | 2011-02-16 | 1 | -0/+33 |
* | A number of poorly written IE BHO's crash IE if ChromeFrame is the currently ... | ananta@chromium.org | 2011-02-11 | 1 | -0/+20 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -1/+0 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 1 | -13/+17 |
* | Fix for the ChromeFrame DownloadFromForm test failures on the IE9 builder. Th... | ananta@chromium.org | 2011-01-15 | 1 | -3/+11 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa... | tfarina@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Add the ChromeFrame UA in the post platform section in the IE user agent stri... | ananta@chromium.org | 2010-12-16 | 1 | -0/+7 |
* | Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali... | ananta@chromium.org | 2010-12-14 | 1 | -25/+14 |
* | Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C... | grt@chromium.org | 2010-12-08 | 1 | -4/+0 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 1 | -5/+4 |
* | base: Remove stub scoped_variant_win.h file. | tfarina@chromium.org | 2010-12-04 | 1 | -3/+2 |
* | Export the new sessionid property of Chrome Frame form the NPAPI interface. | rogerta@chromium.org | 2010-11-24 | 1 | -2/+3 |
* | Fix a bug where in having ChromeFrame installed on the machine would cause a ... | ananta@chromium.org | 2010-11-01 | 1 | -12/+0 |
* | Modify the parsing of X-UA-COMPATIBLE header (and meta tag) to allow comma or... | erikwright@chromium.org | 2010-10-26 | 1 | -6/+17 |
* | Enable developers to conditionally activate Chrome Frame, depending on the ve... | erikwright@chromium.org | 2010-10-25 | 1 | -21/+74 |
* | Remove scoped_bstr_win, fix all callers to use the new location. | brettw@chromium.org | 2010-10-20 | 1 | -4/+6 |
* | Convert LOG(INFO) to VLOG(1) - chrome_frame/. | pkasting@chromium.org | 2010-10-19 | 1 | -4/+4 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -5/+7 |
* | Policy support for being able to specify a list of content types that Chrome ... | tommi@chromium.org | 2010-10-04 | 1 | -0/+10 |
* | chrome_frame: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-10-01 | 1 | -11/+13 |
* | Committing http://codereview.chromium.org/3420004/show for grt@ | robertshield@chromium.org | 2010-09-22 | 1 | -10/+27 |
* | Remove code that enables renderer accessibility based on the SPI_GETSCREENREA... | ctguil@chromium.org | 2010-09-18 | 1 | -0/+9 |
* | Added full support for invoking before unload and unload handlers on ChromeFr... | ananta@chromium.org | 2010-09-17 | 1 | -0/+34 |
* | Basic policy implementation for Chrome Frame. We read the policy settings on... | tommi@chromium.org | 2010-09-15 | 1 | -6/+22 |
* | Make the glob matcher support UTF8 strings. | mnissler@chromium.org | 2010-09-10 | 1 | -2/+1 |
* | Fix failing ChromeFrame window open tests on IE6/7. These tests started faili... | ananta@chromium.org | 2010-09-10 | 1 | -0/+4 |
* | Change correcting the profile used when performing top-level navigations of t... | twiz@google.com | 2010-09-08 | 1 | -0/+8 |
* | Correct a problem whereby the prefetching experiment would never be scheduled... | robertshield@chromium.org | 2010-09-03 | 1 | -0/+15 |
* | Pin the DLL if we make any patches instead of doing it from the Bho that does... | tommi@chromium.org | 2010-09-02 | 1 | -1/+22 |
* | When GCF is the default renderer, use Chrome's User-agent header instead of I... | tommi@chromium.org | 2010-08-31 | 1 | -22/+20 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Restrict unsafe URLs in Chrome Frame | amit@chromium.org | 2010-08-13 | 1 | -76/+66 |
* | Support GCF as the default HTML viewer as well as supporting an exclusion list. | tommi@chromium.org | 2010-08-11 | 1 | -8/+31 |
* | Handle automation server crashes. When Chrome crashes, we now handle the cas... | tommi@chromium.org | 2010-08-10 | 1 | -4/+13 |
* | Adding \n's to some files so that try bots can work for changes that actually... | tommi@chromium.org | 2010-08-04 | 1 | -0/+1 |
* | Fix a failing unit tests in Debug build. | amit@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -1/+2 |
* | Ensure that window.open requests issued by ChromeFrame carry the correct cook... | ananta@chromium.org | 2010-07-28 | 1 | -19/+88 |
* | Second attempt at trying to land buggy bho avoidance: http://codereview.chrom... | tommi@chromium.org | 2010-07-21 | 1 | -0/+1 |
* | Revert 53194 - A different approach to avoid crashes in buggy 3rd party BHOs.... | sanjeevr@chromium.org | 2010-07-21 | 1 | -1/+0 |
* | A different approach to avoid crashes in buggy 3rd party BHOs.This time we're... | tommi@chromium.org | 2010-07-21 | 1 | -0/+1 |
* | Not firing DocumentComplete in the presence of buggy BHOs. | tommi@chromium.org | 2010-07-16 | 1 | -0/+23 |
* | Make new (CTransaction) hooking and sniffing mechanism the default one. | stoyan@chromium.org | 2010-06-24 | 1 | -1/+1 |
* | window.open calls issued by pages within ChromeFrame would not honor the sugg... | ananta@chromium.org | 2010-06-17 | 1 | -0/+63 |
* | Add support for uploading UMA metrics data from ChromeFrame. Added support fo... | ananta@chromium.org | 2010-06-11 | 1 | -0/+22 |