summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Committing patch 256001 for Roger:http://codereview.chromium.org/256001Allow ...tommi@chromium.org2009-10-011-3/+5
* Reverting 27389.darin@chromium.org2009-09-301-2/+2
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-2/+2
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-2/+2
* Validate URLs being navigated to by ChromeFrame in the ChromeFrameAutomationC...ananta@chromium.org2009-09-251-4/+7
* Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming...slightlyoff@chromium.org2009-09-241-0/+975