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
...
*
AddRef ChromeFrameAutomationClient as long as the supporting window exists.
stoyan@chromium.org
2010-03-11
4
-54
/
+50
*
Utility functions to interact with the NT loader's data structures and associ...
siggi@chromium.org
2010-03-11
6
-0
/
+587
*
Fix a crash reported in ChromeFrame on the crash server, which occurs because...
ananta@chromium.org
2010-03-10
1
-10
/
+15
*
Remove unnecessary dependencies from webkit/glue and webkit/appcache.
tony@chromium.org
2010-03-10
1
-1
/
+2
*
Chrome Frame tests for keyboard accelerators
amit@chromium.org
2010-03-09
8
-460
/
+375
*
Move wtl from chrome/third_party to third_party/. This
tony@chromium.org
2010-03-09
1
-2
/
+2
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
1
-165
/
+165
*
ChromeFrame now uses host provided popup blocker.
stoyan@chromium.org
2010-03-08
7
-109
/
+149
*
Next part of removing the dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-03-06
1
-1
/
+1
*
ChromeFrame's host network stack implementation for NPAPI would not get and s...
ananta@chromium.org
2010-03-05
2
-20
/
+126
*
Fix a ChromeFrame crash which occured in the Histogram code while adding a hi...
ananta@chromium.org
2010-03-05
4
-19
/
+44
*
window.open calls in ChromeFrame cause IE to navigate to a dummy URL which ha...
ananta@chromium.org
2010-03-04
1
-0
/
+7
*
More context menu tests
amit@chromium.org
2010-03-04
12
-284
/
+580
*
Fix a crash in ChromeFrame which would occur if we clicked both mouse buttons...
ananta@chromium.org
2010-03-03
2
-12
/
+25
*
Another try at fixing include soup
amit@chromium.org
2010-03-03
1
-1
/
+0
*
Fix build breakage due to include
amit@chromium.org
2010-03-03
1
-1
/
+1
*
More compact mock tests
amit@chromium.org
2010-03-03
4
-511
/
+181
*
Adds an inset border on GCF ActiveDocument instances to match IE styles.
slightlyoff@chromium.org
2010-03-03
1
-1
/
+1
*
Disabling the FullTabModeIE_UnloadEventTest as it consistently fails while I ...
ananta@chromium.org
2010-03-02
1
-1
/
+2
*
Fix the full tab mode unload event test by moving the FileDownload expectatio...
ananta@chromium.org
2010-03-02
1
-12
/
+4
*
ChromeFrame should honor the host browser's cookie policy. To achieve this we...
ananta@chromium.org
2010-03-02
16
-140
/
+147
*
Marking the WidgetModeFF_CFInstanceRPCInternal as flaky.
ananta@chromium.org
2010-03-02
1
-1
/
+2
*
Revert "Fix the case where the browser livelocks if we cannot open a file."
agl@chromium.org
2010-03-01
1
-0
/
+37
*
Adding a little utility function to make logging guids easier
tommi@chromium.org
2010-03-01
3
-0
/
+21
*
Marking some more tests as flaky since they fail randomly on waterfall.
amit@chromium.org
2010-03-01
1
-3
/
+6
*
Marking WidgetModeFF_InHead as flaky as it randomly fails on buildbots
amit@chromium.org
2010-02-28
1
-1
/
+2
*
Fix a crash in ChromeActiveDocument::IOleObject_SetClientSite.
amit@chromium.org
2010-02-28
1
-1
/
+3
*
Do not attempt to parse NULL headers.
tommi@chromium.org
2010-02-28
1
-0
/
+2
*
Fix the case where the browser livelocks if we cannot open a file.
agl@chromium.org
2010-02-26
1
-37
/
+0
*
Releasing the IBindStatusCallback_PatchInfo patch after we've applied the IIn...
tommi@chromium.org
2010-02-26
1
-0
/
+6
*
Make minidump test deterministic by explicitly loading and unloading a specif...
siggi@chromium.org
2010-02-26
2
-5
/
+14
*
Add a metrics extensions API.
rogerta@chromium.org
2010-02-26
1
-0
/
+1
*
Destroy pending tasks marshaled through windows messages avoiding possible cr...
stoyan@chromium.org
2010-02-26
1
-0
/
+37
*
Fix the ui test crashes on Linux. There is a race condition between the chann...
ananta@chromium.org
2010-02-26
1
-1
/
+1
*
Fix double-quoting issue that caused base_noicu not to build correctly on cyg...
pkasting@chromium.org
2010-02-25
1
-1
/
+1
*
Unit test for the multiple request issues we've been seeing.
tommi@chromium.org
2010-02-25
6
-35
/
+178
*
Add chrome_frame_reliability_tests.exe to the set of archived CF tests. (Need...
robertshield@chromium.org
2010-02-24
1
-1
/
+2
*
Fixed a hang in ChromeFrame while tearing down pending url requests during sh...
ananta@chromium.org
2010-02-24
1
-1
/
+10
*
Update Chrome Frame's reliability tests to allow them to register a given CF ...
robertshield@chromium.org
2010-02-24
4
-6
/
+58
*
The function to send out ChromeFrame histograms can be invoked from multiple ...
ananta@chromium.org
2010-02-24
2
-0
/
+5
*
Make sure we have a valid tab proxy before trying to call it.
mad@chromium.org
2010-02-19
1
-1
/
+8
*
Mark four more FullTabModeIE tests as flaky
stuartmorgan@chromium.org
2010-02-19
1
-4
/
+12
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
2
-2
/
+2
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
3
-0
/
+3
*
Marking the FullTabModeIE_ReferrerTest as FLAKY as this still intermittently ...
ananta@chromium.org
2010-02-19
1
-1
/
+3
*
Fix for referrer flakyness. There were two problems:
tommi@chromium.org
2010-02-18
5
-28
/
+74
*
Incorporating review comments from Amit. The keyboard based back forward test...
ananta@chromium.org
2010-02-17
4
-61
/
+30
*
We need to support the following accelerators in the ChromeFrame Active docum...
ananta@chromium.org
2010-02-17
11
-8
/
+245
*
Beginnings of a unit test for downloads that occur in a new window.
tommi@chromium.org
2010-02-17
6
-130
/
+429
*
Fix a crash caused by incorrecly passing in a wstring to StringPrintf in the ...
ananta@chromium.org
2010-02-16
1
-2
/
+3
[prev]
[next]