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