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
*
The ChromeFrame tests should use IWebBrowser::Quit to quit IE. This ensures t...
ananta@chromium.org
2010-04-08
1
-5
/
+1
*
Add file I forgot.
stoyan@chromium.org
2010-04-08
1
-0
/
+3
*
Fix horrible bug in Cache.
stoyan@chromium.org
2010-04-08
2
-0
/
+73
*
Fixes to get the ChromeFrame IE6 builder on FYI green. I had to tweak the tes...
ananta@chromium.org
2010-04-08
3
-22
/
+101
*
Mark FullTabModeIE_UnloadEventTest as flaky, while investigating the reason (...
stoyan@chromium.org
2010-04-08
1
-1
/
+1
*
Move Urlmon network requests to UI thread, thus allowing reusing the bind con...
stoyan@chromium.org
2010-04-08
12
-435
/
+303
*
Move ProcessEntry and IoCounters inside namespace base.
maruel@chromium.org
2010-04-08
1
-3
/
+2
*
The ChromeFrame net tests would not work on IE6 and IE7. This is because the ...
ananta@chromium.org
2010-04-07
4
-16
/
+29
*
Enabling the FullTabModeIE_TestPostReissue ChromeFrame test as this test only...
ananta@chromium.org
2010-04-07
2
-8
/
+7
*
Speculative fix for a ChromeFrame crash reported on the crash server. The cra...
ananta@chromium.org
2010-04-07
1
-1
/
+7
*
In the GetIETemporaryFilesFolder helper function in ChromeFrame we should not...
ananta@chromium.org
2010-04-06
1
-2
/
+0
*
Correct the bug number for the disabled chrome frame tests.
ananta@chromium.org
2010-04-06
2
-2
/
+2
*
Disabling the NavigationToRestrictedSite ChromeFrame test as it relies for so...
ananta@chromium.org
2010-04-05
1
-1
/
+2
*
Disabling the FullTabModeIE_TestPostReissue ChromeFrame test while we debug t...
ananta@chromium.org
2010-04-05
1
-1
/
+2
*
Disabling the moniker patch in ChromeFrame as it incorrectly causes pages to ...
ananta@chromium.org
2010-04-05
1
-1
/
+1
*
Fix a ChromeFrame crash which was reported in the crash server in the helper ...
ananta@chromium.org
2010-04-05
2
-22
/
+44
*
Fix a ChromeFrame crash which occurs while handling the open url notification...
ananta@chromium.org
2010-04-02
1
-2
/
+4
*
Fix a ChromeFrame crash which occurs probably in the upgrade scenario where w...
ananta@chromium.org
2010-04-02
1
-1
/
+4
*
Fix a ChromeFrame crash in the bind status callback which occurs due to a NUL...
ananta@chromium.org
2010-04-02
1
-1
/
+3
*
Remove an incorrect DCHECK in the OnOpenURL function in ChromeFrame
ananta@chromium.org
2010-04-02
1
-2
/
+0
*
Fix a crash in ChromeFrame in our IBindStatusCallback wrapper which attempts ...
ananta@chromium.org
2010-04-02
1
-2
/
+9
*
In order for CF to support FF3.6, the code that checks for privilege mode nee...
rogerta@chromium.org
2010-04-01
8
-883
/
+87
*
Add encoding override support for Chrome frame. With this change, users can o...
jnd@chromium.org
2010-04-01
2
-1
/
+145
*
Fix a crash whereby a non-thread-safe ref-counted net::UploadData is used bet...
robertshield@chromium.org
2010-03-31
5
-10
/
+66
*
Test the new code for propagating OnChannelError to Chrome Frame Delegate.
mad@chromium.org
2010-03-31
2
-36
/
+144
*
cleanup: Include base/path_service.h in tests that use it.
thestig@chromium.org
2010-03-31
1
-2
/
+2
*
Unit test for form download (POST). This replicates the issue reported in bu...
tommi@chromium.org
2010-03-29
5
-26
/
+167
*
Fixes GCF perf tests in prep for re-enabling them on the bots.
slightlyoff@chromium.org
2010-03-26
6
-51
/
+48
*
Reenable the ChromeFrame unload event test which basically loads a page which...
ananta@chromium.org
2010-03-26
7
-75
/
+139
*
Added the propagation of the OnChannelError notification.
mad@chromium.org
2010-03-26
10
-37
/
+124
*
Committing for Eric Dingle.
mad@chromium.org
2010-03-26
10
-53
/
+132
*
3rd try. *sigh*
slightlyoff@chromium.org
2010-03-26
17
-94
/
+333
*
Provide the chrome frame content type from tests which is what we handle in o...
tommi@chromium.org
2010-03-26
2
-4
/
+27
*
Re-submit of GCF privacy patch in:
slightlyoff@chromium.org
2010-03-26
1
-3
/
+2
*
Disabling BindToStorageSwitchContent while I fix it.
tommi@chromium.org
2010-03-26
1
-1
/
+3
*
Don't assume that the mime type for documents that mshtml rejects is CF(!)
tommi@chromium.org
2010-03-26
2
-9
/
+14
*
Reverting this CL to see if this fixes chrome frame unit test failures.
ananta@chromium.org
2010-03-25
16
-330
/
+94
*
Implements IDeleteBrowsing history and moves the GCF profile into the IE TIF ...
slightlyoff@chromium.org
2010-03-25
16
-94
/
+330
*
Add support for grabbing full dumps from chrome in ChromeFrame reliability te...
ananta@chromium.org
2010-03-25
2
-0
/
+6
*
Not freeing the cached request data when we get OnHttpEquiv(done==TRUE) and t...
tommi@chromium.org
2010-03-25
1
-4
/
+9
*
Fix for a race issue when chrome decides that a request needs to be downloade...
tommi@chromium.org
2010-03-25
8
-54
/
+88
*
Remove the disable metrics command line flag, which is no longer used for
brettw@chromium.org
2010-03-25
2
-3
/
+2
*
Sidestep a race in GoogleUrl by forcing initialization of the offending point...
siggi@chromium.org
2010-03-25
1
-0
/
+17
*
Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...
jochen@chromium.org
2010-03-25
1
-1
/
+1
*
The ChromeFrame referrer test is not flaky anymore.
ananta@chromium.org
2010-03-25
1
-2
/
+1
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-2
/
+6
*
Completing Chrome Frame localization by adding the resource script containing...
robertshield@chromium.org
2010-03-24
7
-30
/
+28
*
Make (&CGID_Explorer, SBCMDID_MIXEDZONE) command more sane.
stoyan@chromium.org
2010-03-24
4
-10
/
+65
*
Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...
dhollowa@chromium.org
2010-03-24
1
-1
/
+1
*
Add a delegate to CookieMonster and broadcast notifications about changes to ...
jochen@chromium.org
2010-03-24
1
-1
/
+1
[next]