summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes...ananta@chromium.org2011-02-241-2/+3
* Remove includes of message headers in headers.jam@chromium.org2011-02-091-0/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-6/+6
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-0/+1
* Speculative fix for a bug that happens during Chrome Frame teardown while the...robertshield@chromium.org2011-01-201-3/+4
* Handle two cases that we previously weren't expecting.tommi@chromium.org2011-01-191-0/+2
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-3/+4
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-14/+14
* Fix build break, againjam@chromium.org2010-12-241-2/+2
* Revert 70144 and 70145 and add a build fix.jam@chromium.org2010-12-241-5/+7
* Revert 70141 - Make a few more places use bool for OnMessageReceived.gfeher@chromium.org2010-12-241-4/+3
* Make a few more places use bool for OnMessageReceived.jam@chromium.org2010-12-241-3/+4
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-29/+26
* Revert 68944 - Revert "Add named testing interface."nirnimesh@chromium.org2010-12-231-3/+8
* Create a message filter for message port and worker messages. This allows a ...jam@chromium.org2010-12-211-6/+6
* Add the ChromeFrame UA in the post platform section in the IE user agent stri...ananta@chromium.org2010-12-161-9/+0
* Keep deinlining stuff.erg@google.com2010-12-151-16/+14
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-3/+5
* Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali...ananta@chromium.org2010-12-141-13/+6
* Revert "Add named testing interface."phajdan.jr@chromium.org2010-12-111-8/+3
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-5/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-3/+5
* Add a Chrome Frame metric to track channel errors that result in sad tabs.robertshield@chromium.org2010-12-081-0/+5
* Fix a crash reported seen in ChromeFrame in version 8.0.552.215 which was pus...ananta@chromium.org2010-12-031-5/+6
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-241-3/+8
* Revert 66840 - Add named testing interface. This allows you to connect to a p...kkania@chromium.org2010-11-201-8/+3
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-191-3/+8
* Make use of the new version flag in Chrome to load the correct chrome.dll ver...robertshield@chromium.org2010-11-171-8/+14
* Revert 66350 - Add named testing interface. This allows you to connect to a p...nirnimesh@chromium.org2010-11-171-3/+1
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-171-1/+3
* Add support for returning the session_id in both CreateExternalTab and Connec...hansl@google.com2010-11-051-4/+10
* Use the LeakyLazyInstanceTraits in the ProxyFactory and metrics upload thread...ananta@chromium.org2010-11-041-1/+1
* Reverting this to see if this fixes ChromeFrame tests. Please reland with the...ananta@chromium.org2010-10-281-8/+2
* The ChromeFrame objects now provides an unfrozen interface called IChromeFram...hansl@google.com2010-10-281-2/+8
* Fix crash in ChromeFrame if chrome launch timeouts.stoyan@chromium.org2010-10-261-2/+3
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-1/+1
* Revert of a revert of a patch that re-enabled automation protocol version mis...robertshield@chromium.org2010-10-211-0/+4
* Reverting this as this causes a message box to show up on the builders indica...ananta@chromium.org2010-10-201-4/+0
* Re-add the version mismatch checking which was removed at some point. Also ad...robertshield@chromium.org2010-10-201-0/+4
* Various changes to make GCF nicer for the non-en-US world:grt@chromium.org2010-10-201-2/+7
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-5/+5
* Top level navigations are not sent to the host browser in the ChromeFrame NPA...ananta@chromium.org2010-09-301-3/+7
* Remove code that enables renderer accessibility based on the SPI_GETSCREENREA...ctguil@chromium.org2010-09-181-0/+5
* Added full support for invoking before unload and unload handlers on ChromeFr...ananta@chromium.org2010-09-171-13/+19
* Add lock since the add/remove tabproxy is invoked from different threads.stoyan@chromium.org2010-09-021-0/+3
* Silencing a couple of dchecks that occur when running the debug version of th...tommi@chromium.org2010-08-311-1/+6
* When GCF is the default renderer, use Chrome's User-agent header instead of I...tommi@chromium.org2010-08-311-2/+5
* Ensure that ChromeFrame link navigations which occur when the opener frame is...ananta@chromium.org2010-08-271-1/+5
* GTTF: After timeout, all further automation calls should fail immediately.phajdan.jr@chromium.org2010-08-191-1/+1