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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the ChromeFrame MockCreateTabOk test by returning the launch result from ...
ananta@chromium.org
2010-05-19
3
-8
/
+12
*
Fix the ChromeFrame new window popup test by ensuring that CreateExternalTabC...
ananta@chromium.org
2010-05-19
3
-13
/
+12
*
Rename "mixed content" to "insecure content" in as many places as possible, t...
pkasting@chromium.org
2010-05-18
2
-8
/
+8
*
Relanding this fix with the fixes to get chrome frame tests to pass.
ananta@chromium.org
2010-05-18
8
-153
/
+254
*
Revert 47453 - In ChromeFrame the ChromeFrameAutomationProxy object is create...
ananta@chromium.org
2010-05-17
5
-219
/
+145
*
In ChromeFrame the ChromeFrameAutomationProxy object is created on the backgr...
ananta@chromium.org
2010-05-17
5
-145
/
+219
*
Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...
pkasting@chromium.org
2010-05-17
1
-4
/
+6
*
Perform breakpad shutdown when returning from the chrome launcher entry point...
robertshield@chromium.org
2010-05-17
2
-5
/
+12
*
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
*
Create first tests for verifying that Chrome Frame does not interfere with no...
kkania@chromium.org
2010-05-14
8
-69
/
+256
*
Candidate fix for bug 44108. The FromBindContext function was inherently racy...
tommi@chromium.org
2010-05-14
9
-54
/
+89
*
Not using std::wstring to store progress status text because mshtml is sensit...
tommi@chromium.org
2010-05-14
2
-14
/
+65
*
Fix the chrome frame context menu back forward test which regressed in revisi...
ananta@chromium.org
2010-05-14
4
-15
/
+34
*
Fix unit test breakage in last change.
amit@chromium.org
2010-05-13
2
-3
/
+5
*
Fix crash in CacheStream::Read
amit@chromium.org
2010-05-13
2
-10
/
+23
*
Use an interface to get to the C++ object pointer instead of casting directly.
tommi@chromium.org
2010-05-13
2
-9
/
+68
*
Fix a ChromeFrame regression introduced by the fix for bug http://code.googl...
ananta@chromium.org
2010-05-13
1
-0
/
+4
*
Reverting this as a number of tests have been failing on all builders ever si...
ananta@chromium.org
2010-05-13
4
-109
/
+5
*
The chrome frame net tests would not complete at times on the IE6 builder. Th...
ananta@chromium.org
2010-05-12
1
-1
/
+11
*
In ChromeFrame's bind status callback functions we should always return succe...
ananta@chromium.org
2010-05-12
1
-1
/
+6
*
ChromeFrame would not switch to Chrome at times. The navigation manager in Ch...
ananta@chromium.org
2010-05-12
3
-12
/
+2
*
Fix a chrome frame crash reported on the crash server in our bind status call...
ananta@chromium.org
2010-05-12
1
-0
/
+5
*
An attempt to catch unexpected script errors in html test pages in a more gen...
tommi@chromium.org
2010-05-12
4
-5
/
+109
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-1
/
+1
*
Catch and report an exception that I saw in the WidgetModeIE_InitializeHidden...
tommi@chromium.org
2010-05-10
1
-3
/
+9
*
Adding error handling to DeleteCookie test.
tommi@chromium.org
2010-05-10
1
-13
/
+16
*
Cleanup: Add a bunch of missing includes.
thestig@chromium.org
2010-05-10
2
-3
/
+6
*
Add more diagnostics to the SrcProperty test.
tommi@chromium.org
2010-05-10
1
-23
/
+27
*
Instrument Chrome and Chrome Frame for some perf measurements.
siggi@chromium.org
2010-05-10
3
-0
/
+17
*
Utility bat file to make it easy to build and run smoke tests.
siggi@chromium.org
2010-05-10
2
-0
/
+107
*
Prepare the default profile and turn off some services before initializing ex...
tommi@chromium.org
2010-05-10
1
-3
/
+4
*
This change consists of the previous change in addition to a fix for the down...
tommi@chromium.org
2010-05-08
3
-336
/
+191
*
Another attempt to reduce the number of false positive crashes reported in Ch...
ananta@chromium.org
2010-05-07
2
-8
/
+17
*
Change to a simpler upgrade scheme for Chrome Frame whereby we register a win...
robertshield@chromium.org
2010-05-07
5
-405
/
+90
*
Committing for jeffbailey.
mad@google.com
2010-05-07
3
-92
/
+54
*
Cache progress notifications only if necessary
amit@chromium.org
2010-05-07
2
-8
/
+63
*
The ChromeFrame builder at times hang if the security dialog brought up by th...
ananta@chromium.org
2010-05-07
1
-1
/
+1
*
Add ExceptionBarrier to module scanning in the hope of reducing some false po...
robertshield@chromium.org
2010-05-07
1
-10
/
+22
*
Remove/update a bunch of references to the Google-internal bug tracker.
evan@chromium.org
2010-05-07
1
-1
/
+2
*
Opening new chrome frame tabs would fail randomly. This was because of a race...
ananta@chromium.org
2010-05-07
1
-0
/
+3
*
Do not wrap the original callback if we can;t initialize sniffing cache
amit@chromium.org
2010-05-05
3
-16
/
+20
*
Cookies would not get set correctly in ChromeFrame in full tab mode. The code...
ananta@chromium.org
2010-05-05
4
-26
/
+85
*
Fix a chrome frame crash reported on the crash server. This occurs while atte...
ananta@chromium.org
2010-05-05
1
-1
/
+1
*
Fix a chrome frame crash reported on the crash server. The crash occurs in th...
ananta@chromium.org
2010-05-05
1
-5
/
+1
*
Clean up suppressing error dialogs for buildbots.
phajdan.jr@chromium.org
2010-05-04
1
-1
/
+3
*
Reverting to fix the IE6 builder redness. Please continue debugging this and ...
ananta@chromium.org
2010-05-04
3
-163
/
+329
*
Reverting to fix the IE6 builder redness. Please continue debugging this and ...
ananta@chromium.org
2010-05-04
2
-3
/
+4
*
Reverting to fix the IE6 builder redness. Please continue debugging this and ...
ananta@chromium.org
2010-05-04
2
-13
/
+8
*
Attempt to fix the flakiness associated with the ChromeFrame FullTabModeIE_Te...
ananta@chromium.org
2010-05-03
2
-9
/
+28
[next]