summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.cc
Commit message (Expand)AuthorAgeFilesLines
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-3/+3
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-1/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+0
* Revert 106029nkostylev@chromium.org2011-10-181-0/+1
* Move navigation_types.h from content/common to content/public/browser, and pu...jam@chromium.org2011-10-181-1/+0
* Ensure that foreground tabs which are opened up as new windows in IE6 come to...ananta@chromium.org2011-10-051-0/+13
* Fix a back forward bug in ChromeFrame reported on the field. The bug occurs w...ananta@chromium.org2011-08-171-56/+8
* ChromeFrame should report anchor navigations to Chrome. Currently this does n...ananta@chromium.org2011-06-301-0/+37
* Download requests initiated in a ChromeFrame popup window opened via window.o...ananta@chromium.org2011-06-071-0/+2
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-2/+2
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-2/+2
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-2/+2
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-2/+2
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-2/+2
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-27/+27
* Remove locked histogram macros since jar@chromium.org made the base macros th...grt@chromium.org2011-04-061-2/+2
* Chrome frame support for resizing popup windowsjoshia@google.com2011-03-291-41/+33
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-2/+2
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Fix for the chrome frame anchor url navigation test failures. Fix is to appen...ananta@chromium.org2011-02-231-0/+11
* If we switch into ChromeFrame as a result of a redirect then we need to navig...ananta@chromium.org2011-02-221-2/+2
* Removing WS_EX_CLIENTEDGE from the extended styles for the ChromeFrame active...ananta@chromium.org2011-02-181-1/+1
* A number of poorly written IE BHO's crash IE if ChromeFrame is the currently ...ananta@chromium.org2011-02-111-9/+13
* Remove includes of message headers in headers.jam@chromium.org2011-02-091-19/+23
* Fix a ChromeFrame Back Forward navigation issue which occurs when we modify t...ananta@chromium.org2011-01-151-8/+15
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-2/+3
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-23/+19
* Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali...ananta@chromium.org2010-12-141-1/+13
* Refreshing a ChromeFrame page which was received in response to a top level P...ananta@chromium.org2010-12-031-0/+32
* The View->Source menu item in the IE9 menu bar is disabled for ChromeFrame pa...ananta@chromium.org2010-12-011-1/+1
* Ensure that popup windows opened within ChromeFrame full tab mode in IE recei...ananta@chromium.org2010-11-181-2/+12
* 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