| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | A new way of hooking internet protocols. | stoyan@chromium.org | 2010-06-09 | 1 | -2/+110 |
* | chrome_frame: Get rid of all occurrences of the deprecated ToWStringHack func... | tfarina@chromium.org | 2010-06-08 | 1 | -2/+2 |
* | Only switch to cf for text/html. With opt-in URLs we could mark a URL to be ... | tommi@chromium.org | 2010-04-21 | 1 | -2/+14 |
* | In ChromeFrame with the moniker patch enabled we should not process optin url... | ananta@chromium.org | 2010-04-20 | 1 | -0/+14 |
* | With the ChromeFrame IMoniker patch in the referrer would not propagate corre... | ananta@chromium.org | 2010-04-16 | 1 | -0/+65 |
* | IE would not switch into ChromeFrame if the url being navigated to had an anc... | ananta@chromium.org | 2010-04-13 | 1 | -0/+19 |
* | In the GetIETemporaryFilesFolder helper function in ChromeFrame we should not... | ananta@chromium.org | 2010-04-06 | 1 | -2/+0 |
* | Fix a ChromeFrame crash which was reported in the crash server in the helper ... | ananta@chromium.org | 2010-04-05 | 1 | -22/+39 |
* | Fixes GCF perf tests in prep for re-enabling them on the bots. | slightlyoff@chromium.org | 2010-03-26 | 1 | -0/+9 |
* | 3rd try. *sigh* | slightlyoff@chromium.org | 2010-03-26 | 1 | -0/+29 |
* | Reverting this CL to see if this fixes chrome frame unit test failures. | ananta@chromium.org | 2010-03-25 | 1 | -29/+0 |
* | Implements IDeleteBrowsing history and moves the GCF profile into the IE TIF ... | slightlyoff@chromium.org | 2010-03-25 | 1 | -0/+29 |
* | Add a simple resource loader to Chrome Frame that is capable of finding, load... | robertshield@chromium.org | 2010-03-24 | 1 | -18/+9 |
* | Initial support for IE View->Privacy. To support this menu option the active ... | ananta@chromium.org | 2010-03-19 | 1 | -0/+27 |
* | IE6 would not switch to ChromeFrame if the url being navigated to contained a... | ananta@chromium.org | 2010-03-16 | 1 | -1/+17 |
* | Fix #1 for multiple request issue (both POST and GET) after activating the on... | tommi@chromium.org | 2010-03-12 | 1 | -0/+13 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 1 | -0/+1 |
* | Adding a little utility function to make logging guids easier | tommi@chromium.org | 2010-03-01 | 1 | -0/+6 |
* | First batch of context menu tests | amit@chromium.org | 2010-02-12 | 1 | -0/+9 |
* | Fix Navigation failed test | amit@chromium.org | 2010-02-04 | 1 | -2/+2 |
* | Remove cf: protocol | amit@chromium.org | 2010-02-03 | 1 | -1/+2 |
* | Disabling onhttpequiv again due to page reload issues. | tommi@chromium.org | 2010-01-30 | 1 | -0/+5 |
* | Implement OptInUrls using the same mechanism we use in the onhttpequiv notifi... | tommi@chromium.org | 2010-01-22 | 1 | -1/+2 |