Sign in
chromium
/
chromium
/
src
/
8116f33fd183f21a50a0da79ff9a8f1a9448754d
/
chrome_frame
/
bind_context_info.cc
8ee65ba
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
by
[email protected]
· 14 years ago
f4fbae68
Download requests in ChromeFrame which occur in response to a POST request need to pass
by
[email protected]
· 15 years ago
4f45d458
If we switch into ChromeFrame as a result of a redirect then we need to navigate chrome to
by
[email protected]
· 15 years ago
5ae94d2
Second attempt at trying to land buggy bho avoidance: http://codereview.chromium.org/3031009
by
[email protected]
· 15 years ago
53b19ac1
Revert 53194 - A different approach to avoid crashes in buggy 3rd party BHOs.This time we're more preceise and only target the buggy components.Behaviour for components that handle browser events correctly, is unchanged even in the presence of buggy DLLs.The core class here is the BuggyBhoTls class and here's the comment for that class:
by
[email protected]
· 15 years ago
0535809
A different approach to avoid crashes in buggy 3rd party BHOs.This time we're more preceise and only target the buggy components.Behaviour for components that handle browser events correctly, is unchanged even in the presence of buggy DLLs.The core class here is the BuggyBhoTls class and here's the comment for that class:
by
[email protected]
· 15 years ago
0a56b39f
Addressing review comment from Stoyan (remove one dlog statement).
by
[email protected]
· 15 years ago
77d7aee
Candidate fix for bug 44108. The FromBindContext function was inherently racy as it returned a pointer to a non-addrefed pointer and the AddRef/Release implementation in the BindContextInfo was not thread safe.
by
[email protected]
· 15 years ago
25299f2
Use an interface to get to the C++ object pointer instead of casting directly.
by
[email protected]
· 15 years ago
70277f6
Avoid a crash in ChromeFrame in the BindToStorage call initiated when our active document is loaded. The crash occurs while dereferencing a
by
[email protected]
· 15 years ago