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
*
Revert 60084 - A test for Chrome Frame delete browser history behaviour in IE8.
erikwright@chromium.org
2010-09-21
9
-649
/
+128
*
A test for Chrome Frame delete browser history behaviour in IE8.
erikwright@chromium.org
2010-09-21
9
-128
/
+649
*
Remove code that enables renderer accessibility based on the SPI_GETSCREENREA...
ctguil@chromium.org
2010-09-18
5
-12
/
+22
*
Added full support for invoking before unload and unload handlers on ChromeFr...
ananta@chromium.org
2010-09-17
8
-54
/
+107
*
Add more buggy BHO's to the list
amit@chromium.org
2010-09-17
1
-1
/
+15
*
Fixes for a couple of ChromeFrame crashes seen in the latest dev channel buil...
ananta@chromium.org
2010-09-16
2
-25
/
+70
*
Basic policy implementation for Chrome Frame. We read the policy settings on...
tommi@chromium.org
2010-09-15
5
-6
/
+296
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
1
-1
/
+1
*
As a best effort terminate IE at the end of each chrome frame test run on an ...
ananta@chromium.org
2010-09-15
2
-2
/
+4
*
Delete the http_transaction_factory_ and http_auth_handler_factory_ pointers ...
ananta@chromium.org
2010-09-14
1
-0
/
+2
*
Forgot to add this to the commit enabling code coverage in the chrome_frame.g...
mad@google.com
2010-09-14
1
-0
/
+122
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
1
-1
/
+1
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
1
-1
/
+1
*
Fix a ChromeFrame crash which occurs while uploading UMA data. We use Chrome'...
ananta@chromium.org
2010-09-14
1
-1
/
+13
*
Remove the last usage of the python web server from chrome frame tests
ananta@chromium.org
2010-09-13
1
-30
/
+0
*
FBTF: Move ctors/dtors into cc files.
erg@google.com
2010-09-13
1
-0
/
+1
*
Partial clone of the following CL: http://codereview.chromium.org/3013045/show
twiz@google.com
2010-09-10
3
-11
/
+36
*
Removing the special case for SECURITY_STYLE_AUTHENTICATION_BROKEN in ChromeF...
ananta@chromium.org
2010-09-10
1
-3
/
+0
*
Call Chrome Frame's user-level bho registration code when registering as user...
robertshield@chromium.org
2010-09-10
1
-1
/
+2
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
2
-5
/
+4
*
ChromeFrame tests now use the mock http server instead of the python web serv...
ananta@chromium.org
2010-09-10
8
-399
/
+470
*
Fix failing ChromeFrame window open tests on IE6/7. These tests started faili...
ananta@chromium.org
2010-09-10
2
-2
/
+10
*
Add a couple of new tests to verify that gcf: protocol
amit@chromium.org
2010-09-09
1
-28
/
+48
*
For for CF test failure introduced by CL (http://codereview.chromium.org/3295...
twiz@google.com
2010-09-09
2
-9
/
+10
*
Change correcting the profile used when performing top-level navigations of t...
twiz@google.com
2010-09-08
5
-22
/
+57
*
Cause the chrome frame helper process to attempt to close down all other chro...
robertshield@chromium.org
2010-09-08
1
-0
/
+32
*
Add the chrome frame helper exe and dll to the list of archived files and sym...
robertshield@chromium.org
2010-09-08
2
-2
/
+6
*
Adds a dependency on chrome.gyp:crash_service from chrome_frame.gyp:chrome_fr...
slightlyoff@chromium.org
2010-09-07
1
-0
/
+3
*
Simple change to the focus-stealing behaviour of CF in response to WM_NOTIFYP...
twiz@google.com
2010-09-07
1
-1
/
+8
*
Have the Chrome Frame helper DLL's pdb not stomp on the Chrome Frame helper E...
robertshield@chromium.org
2010-09-07
1
-2
/
+2
*
Prevent double loading of the Chrome Frame BHO when using the user-level inje...
robertshield@chromium.org
2010-09-07
1
-26
/
+34
*
Add startup registration and shutdown of the long-running helper process to C...
robertshield@chromium.org
2010-09-07
1
-3
/
+80
*
Add a tiny helper script to shutdown the chrome frame helper process.
robertshield@chromium.org
2010-09-04
1
-0
/
+30
*
Fix a ChromeFrame crash which occurs while uploading metrics data. The crash ...
ananta@chromium.org
2010-09-03
1
-118
/
+174
*
Disable incremental linking for chrome_frame_reliability_tests on 32 bits win...
maruel@chromium.org
2010-09-03
1
-1
/
+10
*
Add crash reporting to the long running Chrome Frame helper process.
robertshield@chromium.org
2010-09-03
6
-72
/
+111
*
Remove changes to the logging format in Chrome Frame's reliability tests adde...
robertshield@chromium.org
2010-09-03
1
-1
/
+1
*
Fix regression that allowd gcf: urls used with http and https
amit@chromium.org
2010-09-03
1
-0
/
+10
*
Update the renderer accessibility switch for chrome frame. Renderer accessibi...
ctguil@chromium.org
2010-09-03
1
-1
/
+1
*
Correct a problem whereby the prefetching experiment would never be scheduled...
robertshield@chromium.org
2010-09-03
3
-1
/
+26
*
Remove WebBrowserEventSink from chrome frame code, which necessitated some re...
kkania@chromium.org
2010-09-02
6
-826
/
+113
*
More false positive crashes crash report suppressions.
amit@chromium.org
2010-09-02
1
-0
/
+4
*
Fix BHO registration snafu caused by r58197.
robertshield@chromium.org
2010-09-02
1
-1
/
+1
*
Add lock since the add/remove tabproxy is invoked from different threads.
stoyan@chromium.org
2010-09-02
1
-0
/
+3
*
Pin the DLL if we make any patches instead of doing it from the Bho that does...
tommi@chromium.org
2010-09-02
5
-23
/
+29
*
Fine grained supporessions for false positives
amit@chromium.org
2010-09-01
1
-12
/
+50
*
Don't build Chrome Frame helper .exe and .dll to the \servers directory. This...
robertshield@chromium.org
2010-09-01
1
-2
/
+2
*
Add two new entry points to the Chrome Frame DLL to allow for non-admin regis...
robertshield@chromium.org
2010-09-01
8
-32
/
+86
*
Disable incremental linking on 32 bits for chrome_frame_perftests.
maruel@chromium.org
2010-09-01
1
-0
/
+9
*
[chrome frame] Clean up chrome frame tests and get rid of most dependencies o...
kkania@chromium.org
2010-09-01
13
-417
/
+550
[next]