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
*
Don't build using GPO for the tests EXEs we build during
nsylvain@chromium.org
2010-12-27
1
-0
/
+11
*
Fixes for the chrome frame npapi test failures seen on the builders. These fa...
ananta@chromium.org
2010-12-25
2
-15
/
+11
*
Fix build break, again
jam@chromium.org
2010-12-24
1
-2
/
+2
*
Revert 70144 and 70145 and add a build fix.
jam@chromium.org
2010-12-24
2
-6
/
+8
*
Revert 70141 - Make a few more places use bool for OnMessageReceived.
gfeher@chromium.org
2010-12-24
2
-6
/
+5
*
Make a few more places use bool for OnMessageReceived.
jam@chromium.org
2010-12-24
2
-5
/
+6
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
10
-17
/
+23
*
Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...
tfarina@chromium.org
2010-12-24
1
-1
/
+1
*
Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...
jam@chromium.org
2010-12-23
28
-802
/
+336
*
base/version: remove wstring version
evan@chromium.org
2010-12-23
1
-1
/
+2
*
Revert 68944 - Revert "Add named testing interface."
nirnimesh@chromium.org
2010-12-23
5
-6
/
+15
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
3
-3
/
+4
*
Ensure that chrome frame tests don't hang indefinitely if IE does not respond...
ananta@chromium.org
2010-12-22
6
-34
/
+191
*
Create a message filter for message port and worker messages. This allows a ...
jam@chromium.org
2010-12-21
1
-6
/
+6
*
ceee: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h
tfarina@chromium.org
2010-12-21
1
-2
/
+3
*
Attempt to fix the chrome frame net test failures on the try server. A DCHECK...
ananta@chromium.org
2010-12-19
1
-1
/
+8
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
2
-13
/
+18
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
2
-18
/
+13
*
Fix the ChromeFrame BeginningTransaction unit test failures which validate th...
ananta@chromium.org
2010-12-18
1
-1
/
+1
*
Restore the IHttpNegotiate patch in ChromeFrame for IE9 which sends the short...
ananta@chromium.org
2010-12-17
5
-3
/
+300
*
Suppress a false positive crasher in chrome frame in version 8.0.552.224. The...
ananta@chromium.org
2010-12-17
1
-0
/
+6
*
Stop upload thread when stopping service. Leaked thread may crash process on...
vitalybuka@chromium.org
2010-12-17
1
-4
/
+10
*
Revert 69490 - base/version: remove wstring version
sanjeevr@chromium.org
2010-12-17
1
-2
/
+1
*
base/version: remove wstring version
evan@chromium.org
2010-12-17
1
-1
/
+2
*
Add the ChromeFrame UA in the post platform section in the IE user agent stri...
ananta@chromium.org
2010-12-16
9
-308
/
+116
*
Installer cleanup
amit@chromium.org
2010-12-16
1
-6
/
+4
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
2
-1
/
+10
*
Get rid of the dependency of a number of chrome frame projects on the xulrunn...
ananta@chromium.org
2010-12-16
1
-4
/
+7
*
Keep deinlining stuff.
erg@google.com
2010-12-15
3
-29
/
+27
*
Fixing a regression introduced with r69101, which now prevents Chrome Frame
rogerta@chromium.org
2010-12-15
8
-84
/
+96
*
Disable the ChromeFrame Firefox tests on Windows 7 due to a bug in Firefox ca...
ananta@chromium.org
2010-12-15
1
-7
/
+17
*
Attempt to get rid of chrome_frame_perftests dependency on nspr.lib which cau...
ananta@chromium.org
2010-12-15
1
-1
/
+1
*
Have Chrome Frame "support" IE conditional comment tags (of the downlevel-hid...
robertshield@chromium.org
2010-12-14
3
-5
/
+142
*
Implement a ReadyPromptContent that displays a prompt to accept, temporarily ...
erikwright@chromium.org
2010-12-14
12
-2
/
+1245
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
2
-6
/
+9
*
Fix ChromeFrame test failures caused by the change to support about:plugins i...
ananta@chromium.org
2010-12-14
1
-3
/
+4
*
Fix ChromeFrame perf test builder redness by delay loading nspr4.dll. We need...
ananta@chromium.org
2010-12-14
1
-1
/
+5
*
Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali...
ananta@chromium.org
2010-12-14
17
-120
/
+350
*
An attempt to fix the flakiness with the ChromeFrame Javascript window open t...
ananta@chromium.org
2010-12-13
1
-1
/
+1
*
Improve filtering for false positive crashes
amit@chromium.org
2010-12-13
3
-61
/
+42
*
Don't create bogus 's' key in registry during Chrome Frame registration
grt@chromium.org
2010-12-13
1
-1
/
+1
*
Fix the ChromeFrame perf redness caused by an event name change.
ananta@chromium.org
2010-12-13
1
-1
/
+1
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
5
-9
/
+9
*
Revert "Add named testing interface."
phajdan.jr@chromium.org
2010-12-11
5
-17
/
+7
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
2
-9
/
+6
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-2
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
2
-6
/
+9
*
Fix a unit test broken by overriding reg keys
amit@chromium.org
2010-12-10
1
-5
/
+7
*
Sanitize PrefStore interface.
mnissler@chromium.org
2010-12-09
1
-9
/
+7
*
Temporary workaround to get tests that reference singletons either directly o...
tommi@chromium.org
2010-12-09
7
-88
/
+138
[next]