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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-6
/
+5
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Fix ChromeFrame build by including necessary header and using the new namespace
brettw@google.com
2011-01-01
1
-3
/
+4
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
2
-7
/
+7
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
1
-2
/
+2
*
Add missing base:: to fix the biuld.
brettw@chromium.org
2011-01-01
1
-1
/
+2
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-2
/
+2
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
2
-8
/
+8
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
3
-10
/
+11
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
2
-3
/
+0
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-1
/
+1
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
2
-4
/
+4
*
Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...
jam@chromium.org
2010-12-23
4
-48
/
+43
*
Revert 68944 - Revert "Add named testing interface."
nirnimesh@chromium.org
2010-12-23
2
-3
/
+3
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
2
-2
/
+3
*
Ensure that chrome frame tests don't hang indefinitely if IE does not respond...
ananta@chromium.org
2010-12-22
6
-34
/
+191
*
Attempt to fix the chrome frame net test failures on the try server. A DCHECK...
ananta@chromium.org
2010-12-19
1
-1
/
+8
*
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
2
-0
/
+115
*
Add the ChromeFrame UA in the post platform section in the IE user agent stri...
ananta@chromium.org
2010-12-16
2
-118
/
+70
*
Installer cleanup
amit@chromium.org
2010-12-16
1
-6
/
+4
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+4
*
Keep deinlining stuff.
erg@google.com
2010-12-15
1
-5
/
+4
*
Fixing a regression introduced with r69101, which now prevents Chrome Frame
rogerta@chromium.org
2010-12-15
1
-14
/
+23
*
Disable the ChromeFrame Firefox tests on Windows 7 due to a bug in Firefox ca...
ananta@chromium.org
2010-12-15
1
-7
/
+17
*
Have Chrome Frame "support" IE conditional comment tags (of the downlevel-hid...
robertshield@chromium.org
2010-12-14
1
-1
/
+101
*
Implement a ReadyPromptContent that displays a prompt to accept, temporarily ...
erikwright@chromium.org
2010-12-14
1
-0
/
+473
*
Fix ChromeFrame test failures caused by the change to support about:plugins i...
ananta@chromium.org
2010-12-14
1
-3
/
+4
*
Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali...
ananta@chromium.org
2010-12-14
2
-57
/
+158
*
An attempt to fix the flakiness with the ChromeFrame Javascript window open t...
ananta@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
1
-1
/
+1
*
Revert "Add named testing interface."
phajdan.jr@chromium.org
2010-12-11
2
-3
/
+3
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-2
/
+2
*
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
5
-58
/
+123
*
Add support for detecting text selection in chrome frame tests. This requires...
kkania@chromium.org
2010-12-09
5
-21
/
+141
*
ipc: Simplify the magic required to create IPC message headers.This gets rid ...
jam@chromium.org
2010-12-08
1
-6
/
+6
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
3
-4
/
+4
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
1
-44
/
+46
*
Create new test binary for Chrome Frame for running QA tests. Original patch ...
kkania@chromium.org
2010-12-08
1
-0
/
+50
*
base: Remove stub scoped_variant_win.h file.
tfarina@chromium.org
2010-12-04
5
-27
/
+25
*
Refreshing a ChromeFrame page which was received in response to a top level P...
ananta@chromium.org
2010-12-03
1
-0
/
+77
*
Modify the expectations. Under some circumstances, the NCCALCSIZE event may b...
erikwright@chromium.org
2010-12-03
1
-0
/
+19
*
Add an infobar facility to Chrome Frame. Allows clients to display and hide a...
erikwright@chromium.org
2010-12-03
1
-0
/
+592
*
Rename module_utils.cc|h and associated test to dll_redirector.cc|h etc. to m...
robertshield@chromium.org
2010-12-03
1
-2
/
+1
*
Move:
ben@chromium.org
2010-12-02
2
-2
/
+2
*
Always use persistent profile for CF+CEEE installs.
joi@chromium.org
2010-12-01
1
-3
/
+6
[next]