| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Miscellaneous ChromeFrame code cleanup. The automation client class maintaine... | ananta@chromium.org | 2010-07-30 | 1 | -21/+27 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -3/+2 |
* | Fix IE crash while attempting to send the AutomationMsg_RunUnloadHandlers IPC... | ananta@chromium.org | 2010-07-15 | 1 | -3/+9 |
* | ChromeFrame tabs would hang at times while closing. This would randomly occur... | ananta@chromium.org | 2010-07-15 | 1 | -0/+7 |
* | ChromeFrame would leave chrome processes running if a page rendered in Chrome... | ananta@chromium.org | 2010-07-12 | 1 | -2/+3 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -4/+1 |
* | Move the crash metrics to the crash reproting lib to avoid a back dependency ... | mad@google.com | 2010-06-12 | 1 | -1/+1 |
* | Add support for uploading UMA metrics data from ChromeFrame. Added support fo... | ananta@chromium.org | 2010-06-11 | 1 | -3/+14 |
* | Relanding 49339 | jcivelli@chromium.org | 2010-06-10 | 1 | -2/+0 |
* | Revert 49339 - Enable renderer accessibility by default. | jcivelli@chromium.org | 2010-06-10 | 1 | -0/+2 |
* | Enable renderer accessibility by default. | ctguil@chromium.org | 2010-06-09 | 1 | -2/+0 |
* | Navigating to a page in ChromeFrame in IE would display the sad tab page brie... | ananta@chromium.org | 2010-06-03 | 1 | -0/+3 |
* | Rewrite of chrome_launcher.exe. ETW-based perf tests suggest that this is on ... | robertshield@chromium.org | 2010-05-28 | 1 | -1/+1 |
* | Fix the ChromeFrame MockCreateTabOk test by returning the launch result from ... | ananta@chromium.org | 2010-05-19 | 1 | -4/+5 |
* | Fix the ChromeFrame new window popup test by ensuring that CreateExternalTabC... | ananta@chromium.org | 2010-05-19 | 1 | -6/+6 |
* | Relanding this fix with the fixes to get chrome frame tests to pass. | ananta@chromium.org | 2010-05-18 | 1 | -93/+25 |
* | Revert 47453 - In ChromeFrame the ChromeFrameAutomationProxy object is create... | ananta@chromium.org | 2010-05-17 | 1 | -128/+92 |
* | In ChromeFrame the ChromeFrameAutomationProxy object is created on the backgr... | ananta@chromium.org | 2010-05-17 | 1 | -92/+128 |
* | ChromeFrame would not switch to Chrome at times. The navigation manager in Ch... | ananta@chromium.org | 2010-05-12 | 1 | -2/+1 |
* | Instrument Chrome and Chrome Frame for some perf measurements. | siggi@chromium.org | 2010-05-10 | 1 | -0/+8 |
* | Opening new chrome frame tabs would fail randomly. This was because of a race... | ananta@chromium.org | 2010-05-07 | 1 | -0/+3 |
* | Preparation CL for executing READ and COOKIE network requests from the backgr... | stoyan@chromium.org | 2010-04-13 | 1 | -31/+33 |
* | Move Urlmon network requests to UI thread, thus allowing reusing the bind con... | stoyan@chromium.org | 2010-04-08 | 1 | -2/+1 |
* | Speculative fix for a ChromeFrame crash reported on the crash server. The cra... | ananta@chromium.org | 2010-04-07 | 1 | -1/+7 |
* | Reenable the ChromeFrame unload event test which basically loads a page which... | ananta@chromium.org | 2010-03-26 | 1 | -0/+29 |
* | Added the propagation of the OnChannelError notification. | mad@chromium.org | 2010-03-26 | 1 | -5/+53 |
* | Committing for Eric Dingle. | mad@chromium.org | 2010-03-26 | 1 | -16/+10 |
* | 3rd try. *sigh* | slightlyoff@chromium.org | 2010-03-26 | 1 | -24/+12 |
* | Reverting this CL to see if this fixes chrome frame unit test failures. | ananta@chromium.org | 2010-03-25 | 1 | -12/+24 |
* | Implements IDeleteBrowsing history and moves the GCF profile into the IE TIF ... | slightlyoff@chromium.org | 2010-03-25 | 1 | -24/+12 |
* | Add support for grabbing full dumps from chrome in ChromeFrame reliability te... | ananta@chromium.org | 2010-03-25 | 1 | -0/+5 |
* | Fix for a race issue when chrome decides that a request needs to be downloade... | tommi@chromium.org | 2010-03-25 | 1 | -0/+6 |
* | Revert 42366 - Allow TabContentsDelegate classes to specify whether InfoBars ... | joi@chromium.org | 2010-03-23 | 1 | -10/+15 |
* | Allow TabContentsDelegate classes to specify whether InfoBars are enabled. | joi@chromium.org | 2010-03-23 | 1 | -15/+10 |
* | Adds an automation message to retrieve the list of enabled extensions, and CF... | joi@chromium.org | 2010-03-16 | 1 | -0/+69 |
* | AddRef ChromeFrameAutomationClient as long as the supporting window exists. | stoyan@chromium.org | 2010-03-11 | 1 | -31/+29 |
* | ChromeFrame now uses host provided popup blocker. | stoyan@chromium.org | 2010-03-08 | 1 | -5/+14 |
* | Fix a ChromeFrame crash which occured in the Histogram code while adding a hi... | ananta@chromium.org | 2010-03-05 | 1 | -12/+19 |
* | ChromeFrame should honor the host browser's cookie policy. To achieve this we... | ananta@chromium.org | 2010-03-02 | 1 | -3/+2 |
* | Make sure we have a valid tab proxy before trying to call it. | mad@chromium.org | 2010-02-19 | 1 | -1/+8 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Fix for referrer flakyness. There were two problems: | tommi@chromium.org | 2010-02-18 | 1 | -1/+6 |
* | Clone of issue 600130. (http://codereview.chromium.org/600130) | twiz@chromium.org | 2010-02-16 | 1 | -0/+4 |
* | Fix crash. Happens in LaunchDelegate::LaunchComplete if delegate (ChromeFrame... | stoyan@chromium.org | 2010-02-10 | 1 | -12/+30 |
* | Fix race conditions. | stoyan@chromium.org | 2010-02-03 | 1 | -5/+5 |
* | TEST=new tests added. | stoyan@chromium.org | 2010-02-01 | 1 | -116/+91 |
* | Enable UMA data upload in ChromeFrame | jar@chromium.org | 2009-12-23 | 1 | -6/+0 |
* | The ChromeFrameAutomationClient::InitiateNavigation method saves the passed i... | ananta@chromium.org | 2009-12-21 | 1 | -5/+6 |
* | Multiple chrome frame activex controls should instantiate and navigate correc... | ananta@chromium.org | 2009-12-18 | 1 | -28/+45 |