summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.cc
Commit message (Expand)AuthorAgeFilesLines
* Part 3 of reapplying r64637.erg@google.com2010-11-121-1/+1
* Popup windows launched in a new window in ChromeFrame on IE8 would open behin...ananta@chromium.org2010-11-091-1/+1
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Reapply part of r64637, which caused mysterious failures on mac waterfall.erg@google.com2010-11-081-1/+1
* Back forward transitions would not work within ChromeFrame when attempted via...ananta@chromium.org2010-11-051-5/+6
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-011-1/+2
* Refactor automation messages.erg@google.com2010-11-011-2/+1
* Add support for OnClose event in ActiveX and NPAPIamit@chromium.org2010-10-271-0/+4
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-3/+2
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-1/+1
* In ChromeFrame in full tab mode at times the address bar would display the ol...ananta@chromium.org2010-10-211-3/+32
* Remove scoped_bstr_win, fix all callers to use the new location.brettw@chromium.org2010-10-201-6/+6
* Convert LOG(INFO) to VLOG(1) - chrome_frame/.pkasting@chromium.org2010-10-191-28/+29
* Top level navigations are not sent to the host browser in the ChromeFrame NPA...ananta@chromium.org2010-09-301-1/+2
* Fix a c_str() use-after-free bug in the chrome frame code.nick@chromium.org2010-09-221-2/+2
* Committing http://codereview.chromium.org/3420004/show for grt@robertshield@chromium.org2010-09-221-5/+15
* Added full support for invoking before unload and unload handlers on ChromeFr...ananta@chromium.org2010-09-171-0/+13
* Partial clone of the following CL: http://codereview.chromium.org/3013045/showtwiz@google.com2010-09-101-9/+1
* Removing the special case for SECURITY_STYLE_AUTHENTICATION_BROKEN in ChromeF...ananta@chromium.org2010-09-101-3/+0
* For for CF test failure introduced by CL (http://codereview.chromium.org/3295...twiz@google.com2010-09-091-0/+10
* Change correcting the profile used when performing top-level navigations of t...twiz@google.com2010-09-081-9/+5
* Fix regression that allowd gcf: urls used with http and httpsamit@chromium.org2010-09-031-0/+10
* Silencing a couple of dchecks that occur when running the debug version of th...tommi@chromium.org2010-08-311-2/+6
* Fix ChromeFrame unload event tests which were failing on IE6 due to an IE nav...iyengar@google.com2010-08-311-0/+4
* Submitting for Erik:tommi@chromium.org2010-08-261-0/+1
* Attempt to handle a case whereby we've lost our automation server.tommi@chromium.org2010-08-261-1/+11
* Fix for the ChromeFrame unload event test failures seen on the builder. For s...ananta@chromium.org2010-08-211-0/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-1/+1
* Restrict unsafe URLs in Chrome Frameamit@chromium.org2010-08-131-32/+10
* Handle automation server crashes. When Chrome crashes, we now handle the cas...tommi@chromium.org2010-08-101-14/+32
* Added support in Chromeframe full tab mode IE for setting zoom levels via Vie...ananta@chromium.org2010-08-091-18/+56
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Fix ChromeFrame context menu tests which rely on the IE active document windo...ananta@chromium.org2010-08-021-1/+2
* Allow non-IE hosts to handle accelerators without having tojoi@chromium.org2010-08-021-1/+12
* Reinstating the call to InitiateNavigation when we launch the url from our ac...ananta@chromium.org2010-07-301-0/+7
* Miscellaneous ChromeFrame code cleanup. The automation client class maintaine...ananta@chromium.org2010-07-301-9/+0
* Ensure that window.open requests issued by ChromeFrame carry the correct cook...ananta@chromium.org2010-07-281-135/+48
* ChromeFrame host browser commands need to account for the command group guid ...ananta@chromium.org2010-07-261-19/+35
* Second attempt at trying to land buggy bho avoidance: http://codereview.chrom...tommi@chromium.org2010-07-211-66/+12
* Fix incorrect focus cycling issues in ChromeFrame full tab mode. This happens...ananta@chromium.org2010-07-211-0/+15
* Revert 53194 - A different approach to avoid crashes in buggy 3rd party BHOs....sanjeevr@chromium.org2010-07-211-12/+65
* A different approach to avoid crashes in buggy 3rd party BHOs.This time we're...tommi@chromium.org2010-07-211-65/+12
* Add one more DLL to the DocumentComplete blacklist.tommi@chromium.org2010-07-191-0/+1
* BUG=47879stoyan@chromium.org2010-07-171-1/+10
* Not firing DocumentComplete in the presence of buggy BHOs.tommi@chromium.org2010-07-161-6/+68
* Small refactoring in preparation of the assassination of HttpNegotiate patch ...stoyan@chromium.org2010-07-151-8/+5
* Replace NavigationManager DCHECK in favor of DLOG_IF(ERROR, ...) in chrome_ac...ericdingle@chromium.org2010-07-141-1/+1
* Handling case where automation server is NULL when creating the active doc wi...tommi@chromium.org2010-07-131-0/+6
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-3/+2
* window.open calls issued by pages within ChromeFrame would not honor the sugg...ananta@chromium.org2010-06-171-8/+27