summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the crash metrics to the crash reproting lib to avoid a back dependency ...mad@google.com2010-06-121-1/+1
* Add support for uploading UMA metrics data from ChromeFrame. Added support fo...ananta@chromium.org2010-06-111-0/+4
* Add Support for window.close in ChromeFrame. Currently the CloseContents noti...ananta@chromium.org2010-06-071-0/+7
* Navigating to a page in ChromeFrame in IE would display the sad tab page brie...ananta@chromium.org2010-06-031-4/+5
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-0/+2
* Implement most of the ridealong fixes/cleanups I suggested during review for ...pkasting@chromium.org2010-06-011-71/+37
* Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...pkasting@chromium.org2010-06-011-2/+0
* Simplify Chrome Frame usage of Chrome identifiers by simply using the Chrome ...pkasting@chromium.org2010-05-281-6/+5
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-3/+3
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-3/+3