summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* This CL fixes the following issues:-ananta@chromium.org2009-11-111-7/+19
* Modifying extension automation so that it is done through a particularjoi@chromium.org2009-11-081-1/+7
* Basic wiring to enable downloads for CF's host browser network stack. A nota...tommi@chromium.org2009-11-071-6/+20
* Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....robertshield@chromium.org2009-11-041-2/+7
* Using thread safe reference counting to wrap the UploadData instance.Moving t...tommi@chromium.org2009-10-291-1/+1
* Remove a DCHECK that happens on every exit of IE. We appear to be leaking aut...robertshield@chromium.org2009-10-281-1/+6
* Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal w...robertshield@chromium.org2009-10-281-4/+5
* If a HTTP post to a server returns any redirect code other than 307, then bro...ananta@chromium.org2009-10-271-1/+0
* Hopefully the last of the fixes to get Chrome Frame tests going again.ananta@chromium.org2009-10-241-0/+15
* Attempts to get the chrome_frame_tests going again on the chrome frame builde...ananta@chromium.org2009-10-241-1/+0
* Currently the host network stack in IE which uses Urlmon interfaces to initiateananta@chromium.org2009-10-241-1/+1
* Enhance extension UI testing by enabling you to select which extensionjoi@chromium.org2009-10-231-2/+2
* Add bindings to chrome frame to call the new extension automation apis.rogerta@chromium.org2009-10-231-0/+87
* Assigning INFINITE (which is 0xFFFFFFFF) to an int, is not a very good idea...mad@chromium.org2009-10-191-4/+8
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-5/+7
* Fixing a tiny bit of silliness in chrome_frame_automation.cc.robertshield@chromium.org2009-10-151-2/+1
* Turn off Chrome error dialogs when it is launched by Chrome Frame.robertshield@chromium.org2009-10-071-0/+4
* Added support for specifying the BrowserFlags DWORD value when we register th...ananta@chromium.org2009-10-061-0/+13
* Pass the renderer a11y flag to Chrome Frame-created renderers.slightlyoff@chromium.org2009-10-061-0/+2