| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove remaining references to CEEE. | rogerta@chromium.org | 2011-12-20 | 1 | -8/+2 |
* | Fix Chrome Frame crash when automation server dies. | grt@chromium.org | 2011-12-17 | 1 | -1/+2 |
* | Move PageZoom enum into content/public/common and into the content namespace.... | jam@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Fix a back forward bug in ChromeFrame reported on the field. The bug occurs w... | ananta@chromium.org | 2011-08-17 | 1 | -5/+0 |
* | Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests. | grt@chromium.org | 2011-06-29 | 1 | -15/+1 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -2/+2 |
* | Remove extension automation support that was used only by CEEE. | joi@chromium.org | 2011-04-06 | 1 | -23/+0 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes... | ananta@chromium.org | 2011-02-24 | 1 | -1/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+3 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -4/+4 |
* | Revert 70144 and 70145 and add a build fix. | jam@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Revert 70141 - Make a few more places use bool for OnMessageReceived. | gfeher@chromium.org | 2010-12-24 | 1 | -2/+2 |
* | Make a few more places use bool for OnMessageReceived. | jam@chromium.org | 2010-12-24 | 1 | -2/+2 |
* | Revert 68944 - Revert "Add named testing interface." | nirnimesh@chromium.org | 2010-12-23 | 1 | -0/+1 |
* | Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali... | ananta@chromium.org | 2010-12-14 | 1 | -3/+6 |
* | Revert "Add named testing interface." | phajdan.jr@chromium.org | 2010-12-11 | 1 | -1/+0 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-24 | 1 | -0/+1 |
* | Revert 66840 - Add named testing interface. This allows you to connect to a p... | kkania@chromium.org | 2010-11-20 | 1 | -1/+0 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-19 | 1 | -0/+1 |
* | Add support for returning the session_id in both CreateExternalTab and Connec... | hansl@google.com | 2010-11-05 | 1 | -1/+7 |
* | Reverting this to see if this fixes ChromeFrame tests. Please reland with the... | ananta@chromium.org | 2010-10-28 | 1 | -7/+1 |
* | The ChromeFrame objects now provides an unfrozen interface called IChromeFram... | hansl@google.com | 2010-10-28 | 1 | -1/+7 |
* | Various changes to make GCF nicer for the non-en-US world: | grt@chromium.org | 2010-10-20 | 1 | -3/+9 |
* | Top level navigations are not sent to the host browser in the ChromeFrame NPA... | ananta@chromium.org | 2010-09-30 | 1 | -2/+24 |
* | Added full support for invoking before unload and unload handlers on ChromeFr... | ananta@chromium.org | 2010-09-17 | 1 | -4/+4 |
* | When GCF is the default renderer, use Chrome's User-agent header instead of I... | tommi@chromium.org | 2010-08-31 | 1 | -1/+2 |
* | Restrict unsafe URLs in Chrome Frame | amit@chromium.org | 2010-08-13 | 1 | -21/+20 |
* | Handle automation server crashes. When Chrome crashes, we now handle the cas... | tommi@chromium.org | 2010-08-10 | 1 | -54/+197 |
* | Added support in Chromeframe full tab mode IE for setting zoom levels via Vie... | ananta@chromium.org | 2010-08-09 | 1 | -0/+4 |
* | Miscellaneous ChromeFrame code cleanup. The automation client class maintaine... | ananta@chromium.org | 2010-07-30 | 1 | -2/+0 |
* | ChromeFrame tabs would hang at times while closing. This would randomly occur... | ananta@chromium.org | 2010-07-15 | 1 | -0/+4 |
* | Fix the ChromeFrame MockCreateTabOk test by returning the launch result from ... | ananta@chromium.org | 2010-05-19 | 1 | -2/+3 |
* | Fix the ChromeFrame new window popup test by ensuring that CreateExternalTabC... | ananta@chromium.org | 2010-05-19 | 1 | -4/+1 |
* | Relanding this fix with the fixes to get chrome frame tests to pass. | ananta@chromium.org | 2010-05-18 | 1 | -3/+12 |
* | Revert 47453 - In ChromeFrame the ChromeFrameAutomationProxy object is create... | ananta@chromium.org | 2010-05-17 | 1 | -12/+3 |
* | In ChromeFrame the ChromeFrameAutomationProxy object is created on the backgr... | ananta@chromium.org | 2010-05-17 | 1 | -3/+12 |
* | Preparation CL for executing READ and COOKIE network requests from the backgr... | stoyan@chromium.org | 2010-04-13 | 1 | -3/+4 |
* | Move Urlmon network requests to UI thread, thus allowing reusing the bind con... | stoyan@chromium.org | 2010-04-08 | 1 | -1/+1 |
* | Reenable the ChromeFrame unload event test which basically loads a page which... | ananta@chromium.org | 2010-03-26 | 1 | -0/+1 |
* | Added the propagation of the OnChannelError notification. | mad@chromium.org | 2010-03-26 | 1 | -6/+12 |
* | Committing for Eric Dingle. | mad@chromium.org | 2010-03-26 | 1 | -6/+3 |
* | 3rd try. *sigh* | slightlyoff@chromium.org | 2010-03-26 | 1 | -2/+6 |
* | Reverting this CL to see if this fixes chrome frame unit test failures. | ananta@chromium.org | 2010-03-25 | 1 | -6/+2 |
* | Implements IDeleteBrowsing history and moves the GCF profile into the IE TIF ... | slightlyoff@chromium.org | 2010-03-25 | 1 | -2/+6 |