index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome_frame
/
chrome_active_document.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-2
/
+3
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...
jam@chromium.org
2010-12-23
1
-23
/
+19
*
Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali...
ananta@chromium.org
2010-12-14
1
-1
/
+13
*
Refreshing a ChromeFrame page which was received in response to a top level P...
ananta@chromium.org
2010-12-03
1
-0
/
+32
*
The View->Source menu item in the IE9 menu bar is disabled for ChromeFrame pa...
ananta@chromium.org
2010-12-01
1
-1
/
+1
*
Ensure that popup windows opened within ChromeFrame full tab mode in IE recei...
ananta@chromium.org
2010-11-18
1
-2
/
+12
*
Part 3 of reapplying r64637.
erg@google.com
2010-11-12
1
-1
/
+1
*
Popup windows launched in a new window in ChromeFrame on IE8 would open behin...
ananta@chromium.org
2010-11-09
1
-1
/
+1
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
Reapply part of r64637, which caused mysterious failures on mac waterfall.
erg@google.com
2010-11-08
1
-1
/
+1
*
Back forward transitions would not work within ChromeFrame when attempted via...
ananta@chromium.org
2010-11-05
1
-5
/
+6
*
Revert "Refactor automation messages." due to mysterious problems on mac.
erg@google.com
2010-11-01
1
-1
/
+2
*
Refactor automation messages.
erg@google.com
2010-11-01
1
-2
/
+1
*
Add support for OnClose event in ActiveX and NPAPI
amit@chromium.org
2010-10-27
1
-0
/
+4
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
1
-3
/
+2
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-1
/
+1
*
In ChromeFrame in full tab mode at times the address bar would display the ol...
ananta@chromium.org
2010-10-21
1
-3
/
+32
*
Remove scoped_bstr_win, fix all callers to use the new location.
brettw@chromium.org
2010-10-20
1
-6
/
+6
*
Convert LOG(INFO) to VLOG(1) - chrome_frame/.
pkasting@chromium.org
2010-10-19
1
-28
/
+29
*
Top level navigations are not sent to the host browser in the ChromeFrame NPA...
ananta@chromium.org
2010-09-30
1
-1
/
+2
*
Fix a c_str() use-after-free bug in the chrome frame code.
nick@chromium.org
2010-09-22
1
-2
/
+2
*
Committing http://codereview.chromium.org/3420004/show for grt@
robertshield@chromium.org
2010-09-22
1
-5
/
+15
*
Added full support for invoking before unload and unload handlers on ChromeFr...
ananta@chromium.org
2010-09-17
1
-0
/
+13
*
Partial clone of the following CL: http://codereview.chromium.org/3013045/show
twiz@google.com
2010-09-10
1
-9
/
+1
*
Removing the special case for SECURITY_STYLE_AUTHENTICATION_BROKEN in ChromeF...
ananta@chromium.org
2010-09-10
1
-3
/
+0
*
For for CF test failure introduced by CL (http://codereview.chromium.org/3295...
twiz@google.com
2010-09-09
1
-0
/
+10
*
Change correcting the profile used when performing top-level navigations of t...
twiz@google.com
2010-09-08
1
-9
/
+5
*
Fix regression that allowd gcf: urls used with http and https
amit@chromium.org
2010-09-03
1
-0
/
+10
*
Silencing a couple of dchecks that occur when running the debug version of th...
tommi@chromium.org
2010-08-31
1
-2
/
+6
*
Fix ChromeFrame unload event tests which were failing on IE6 due to an IE nav...
iyengar@google.com
2010-08-31
1
-0
/
+4
*
Submitting for Erik:
tommi@chromium.org
2010-08-26
1
-0
/
+1
*
Attempt to handle a case whereby we've lost our automation server.
tommi@chromium.org
2010-08-26
1
-1
/
+11
*
Fix for the ChromeFrame unload event test failures seen on the builder. For s...
ananta@chromium.org
2010-08-21
1
-0
/
+1
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
1
-1
/
+1
*
Restrict unsafe URLs in Chrome Frame
amit@chromium.org
2010-08-13
1
-32
/
+10
*
Handle automation server crashes. When Chrome crashes, we now handle the cas...
tommi@chromium.org
2010-08-10
1
-14
/
+32
*
Added support in Chromeframe full tab mode IE for setting zoom levels via Vie...
ananta@chromium.org
2010-08-09
1
-18
/
+56
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Fix ChromeFrame context menu tests which rely on the IE active document windo...
ananta@chromium.org
2010-08-02
1
-1
/
+2
*
Allow non-IE hosts to handle accelerators without having to
joi@chromium.org
2010-08-02
1
-1
/
+12
*
Reinstating the call to InitiateNavigation when we launch the url from our ac...
ananta@chromium.org
2010-07-30
1
-0
/
+7
*
Miscellaneous ChromeFrame code cleanup. The automation client class maintaine...
ananta@chromium.org
2010-07-30
1
-9
/
+0
*
Ensure that window.open requests issued by ChromeFrame carry the correct cook...
ananta@chromium.org
2010-07-28
1
-135
/
+48
*
ChromeFrame host browser commands need to account for the command group guid ...
ananta@chromium.org
2010-07-26
1
-19
/
+35
*
Second attempt at trying to land buggy bho avoidance: http://codereview.chrom...
tommi@chromium.org
2010-07-21
1
-66
/
+12
*
Fix incorrect focus cycling issues in ChromeFrame full tab mode. This happens...
ananta@chromium.org
2010-07-21
1
-0
/
+15
*
Revert 53194 - A different approach to avoid crashes in buggy 3rd party BHOs....
sanjeevr@chromium.org
2010-07-21
1
-12
/
+65
*
A different approach to avoid crashes in buggy 3rd party BHOs.This time we're...
tommi@chromium.org
2010-07-21
1
-65
/
+12
[next]