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
*
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
*
Add one more DLL to the DocumentComplete blacklist.
tommi@chromium.org
2010-07-19
1
-0
/
+1
*
BUG=47879
stoyan@chromium.org
2010-07-17
1
-1
/
+10
*
Not firing DocumentComplete in the presence of buggy BHOs.
tommi@chromium.org
2010-07-16
1
-6
/
+68
*
Small refactoring in preparation of the assassination of HttpNegotiate patch ...
stoyan@chromium.org
2010-07-15
1
-8
/
+5
*
Replace NavigationManager DCHECK in favor of DLOG_IF(ERROR, ...) in chrome_ac...
ericdingle@chromium.org
2010-07-14
1
-1
/
+1
*
Handling case where automation server is NULL when creating the active doc wi...
tommi@chromium.org
2010-07-13
1
-0
/
+6
*
Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...
pkasting@chromium.org
2010-06-18
1
-3
/
+2
*
window.open calls issued by pages within ChromeFrame would not honor the sugg...
ananta@chromium.org
2010-06-17
1
-8
/
+27
*
Move the crash metrics to the crash reproting lib to avoid a back dependency ...
mad@google.com
2010-06-12
1
-1
/
+1
*
Add support for uploading UMA metrics data from ChromeFrame. Added support fo...
ananta@chromium.org
2010-06-11
1
-0
/
+4
*
Add Support for window.close in ChromeFrame. Currently the CloseContents noti...
ananta@chromium.org
2010-06-07
1
-0
/
+7
*
Navigating to a page in ChromeFrame in IE would display the sad tab page brie...
ananta@chromium.org
2010-06-03
1
-4
/
+5
*
Misc. small cleanups I ran into while working on other changes.
pkasting@chromium.org
2010-06-02
1
-0
/
+2
*
Implement most of the ridealong fixes/cleanups I suggested during review for ...
pkasting@chromium.org
2010-06-01
1
-71
/
+37
*
Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...
pkasting@chromium.org
2010-06-01
1
-2
/
+0
*
Simplify Chrome Frame usage of Chrome identifiers by simply using the Chrome ...
pkasting@chromium.org
2010-05-28
1
-6
/
+5
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
1
-3
/
+3
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
1
-3
/
+3
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
1
-3
/
+3
*
Rename "mixed content" to "insecure content" in as many places as possible, t...
pkasting@chromium.org
2010-05-18
1
-5
/
+5
*
Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...
pkasting@chromium.org
2010-05-17
1
-4
/
+6
*
Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206...
rvargas@google.com
2010-05-15
1
-6
/
+4
*
(Original patch reviewed at http://codereview.chromium.org/2067003 )
pkasting@chromium.org
2010-05-15
1
-4
/
+6
*
Candidate fix for bug 44108. The FromBindContext function was inherently racy...
tommi@chromium.org
2010-05-14
1
-2
/
+2
*
Fix the chrome frame context menu back forward test which regressed in revisi...
ananta@chromium.org
2010-05-14
1
-15
/
+9
[next]