summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_active_document.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-3/+3
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-5/+5
* Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...pkasting@chromium.org2010-05-171-4/+6
* Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206...rvargas@google.com2010-05-151-6/+4
* (Original patch reviewed at http://codereview.chromium.org/2067003 )pkasting@chromium.org2010-05-151-4/+6
* Candidate fix for bug 44108. The FromBindContext function was inherently racy...tommi@chromium.org2010-05-141-2/+2
* Fix the chrome frame context menu back forward test which regressed in revisi...ananta@chromium.org2010-05-141-15/+9
* Fix a ChromeFrame regression introduced by the fix for bug http://code.googl...ananta@chromium.org2010-05-131-0/+4
* ChromeFrame would not switch to Chrome at times. The navigation manager in Ch...ananta@chromium.org2010-05-121-9/+0
* Instrument Chrome and Chrome Frame for some perf measurements.siggi@chromium.org2010-05-101-0/+5
* Fix a chrome frame crash reported on the crash server. This occurs while atte...ananta@chromium.org2010-05-051-1/+1
* Fix a chrome frame crasher reported on the crash server. It occurs while proc...ananta@chromium.org2010-04-271-4/+14
* In ChromeFrame with the IMoniker patch on, we should save away the redirect i...ananta@chromium.org2010-04-201-5/+15
* Context menu operations like Cut/Copy/Paste etc would not work in pages rende...ananta@chromium.org2010-04-191-1/+1
* Return an error for command groups we don't support.tommi@chromium.org2010-04-131-1/+18
* IE would not switch into ChromeFrame if the url being navigated to had an anc...ananta@chromium.org2010-04-131-6/+1
* Fix IE6 switching issuesananta@chromium.org2010-04-091-1/+0
* Switch renderer in Moniker patchamit@chromium.org2010-04-091-16/+11
* Move Urlmon network requests to UI thread, thus allowing reusing the bind con...stoyan@chromium.org2010-04-081-2/+2
* Add encoding override support for Chrome frame. With this change, users can o...jnd@chromium.org2010-04-011-0/+58
* Committing for Eric Dingle.mad@chromium.org2010-03-261-1/+2