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
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
6
-11
/
+12
*
Fix crash in ChromeFrame if chrome launch timeouts.
stoyan@chromium.org
2010-10-26
1
-2
/
+3
*
Modify the parsing of X-UA-COMPATIBLE header (and meta tag) to allow comma or...
erikwright@chromium.org
2010-10-26
3
-11
/
+31
*
Add metrics tracking how many times users are bugged with "version mismatch, ...
robertshield@chromium.org
2010-10-26
2
-0
/
+2
*
ChromeFrame network tests were broken since the change to honor the automatio...
ananta@chromium.org
2010-10-26
2
-1
/
+20
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
6
-11
/
+12
*
Fix a crasher observed in ChromeFrame stable build 7.0.517.43. Crash occurs w...
ananta@chromium.org
2010-10-25
3
-11
/
+33
*
Enable developers to conditionally activate Chrome Frame, depending on the ve...
erikwright@chromium.org
2010-10-25
6
-33
/
+366
*
Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""
mpcomplete@chromium.org
2010-10-22
1
-2
/
+2
*
Support whatever HTTP verbs Chrome uses in Chrome Framme
amit@chromium.org
2010-10-22
1
-7
/
+1
*
Fix a high frequency chrome frame crasher which occurs while uploading UMA da...
ananta@chromium.org
2010-10-22
1
-5
/
+1
*
Fix a build break due to r63514.
erikwright@chromium.org
2010-10-22
1
-2
/
+2
*
Update code that previously constructed strings from string iterators only to...
erikwright@chromium.org
2010-10-22
1
-1
/
+3
*
Prevent displaying of automation protocol version mismatch errors for privile...
robertshield@chromium.org
2010-10-22
2
-2
/
+4
*
Revert "Const-ify RefCountedThreadSafe::AddRef and Release."
levin@chromium.org
2010-10-22
1
-1
/
+1
*
Const-ify RefCountedThreadSafe::AddRef and Release.
mpcomplete@chromium.org
2010-10-22
1
-1
/
+1
*
In ChromeFrame in full tab mode at times the address bar would display the ol...
ananta@chromium.org
2010-10-21
2
-3
/
+36
*
Refreshing pages in ChromeFrame would basically always fetch the pages from t...
ananta@chromium.org
2010-10-21
6
-9
/
+69
*
Revert of a revert of a patch that re-enabled automation protocol version mis...
robertshield@chromium.org
2010-10-21
2
-0
/
+6
*
Fix the tangled ball of poo that was our resource scripts. We previously had ...
robertshield@chromium.org
2010-10-21
2
-35
/
+7
*
Fix ExternalTabProxy.CancelledCreateTab test.
stoyan@chromium.org
2010-10-20
1
-0
/
+6
*
Fill some gaps.
stoyan@chromium.org
2010-10-20
6
-29
/
+249
*
Reverting this as this causes a message box to show up on the builders indica...
ananta@chromium.org
2010-10-20
2
-6
/
+0
*
Remove scoped_bstr_win, fix all callers to use the new location.
brettw@chromium.org
2010-10-20
14
-79
/
+86
*
Re-add the version mismatch checking which was removed at some point. Also ad...
robertshield@chromium.org
2010-10-20
2
-0
/
+6
*
Various changes to make GCF nicer for the non-en-US world:
grt@chromium.org
2010-10-20
15
-146
/
+521
*
Remove usage of the old page info dialogs in ChromeFrame and use the new page...
ananta@chromium.org
2010-10-19
9
-26
/
+58
*
GCF activation for alternate content types
amit@chromium.org
2010-10-19
1
-0
/
+63
*
Convert LOG(INFO) to VLOG(1) - chrome_frame/.
pkasting@chromium.org
2010-10-19
38
-359
/
+358
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
2
-1
/
+3
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
2
-3
/
+1
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
2
-1
/
+3
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
8
-19
/
+29
*
Attempt to fix the flakiness with the newly added CF_DownloadFileFromPost chr...
ananta@chromium.org
2010-10-16
1
-1
/
+2
*
Resurrecting Tommi's attachment download test in response to a FORM post requ...
ananta@chromium.org
2010-10-16
5
-3
/
+283
*
Really fix ChromeFrame compile for scoped changes.
brettw@chromium.org
2010-10-16
1
-1
/
+1
*
Fix two cases I missed when renaming/moving Windows-related scoped stuff.
brettw@chromium.org
2010-10-16
1
-4
/
+6
*
Move the windows-specific scoped_* stuff from base to base/win and in the bas...
brettw@chromium.org
2010-10-16
1
-15
/
+17
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
6
-15
/
+16
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
7
-14
/
+17
*
Fix a regression in ChromeFrame which caused download attachments to not work...
ananta@chromium.org
2010-10-14
1
-0
/
+1
*
Add an option ProxyService::Create() to disable use of proxy auto-config.
eroman@chromium.org
2010-10-14
1
-4
/
+4
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
3
-10
/
+10
*
Modification to the initial focus assignment behaviour. By giving focus to c...
twiz@google.com
2010-10-13
2
-2
/
+12
*
Fix the ChromeFrame test (it was not ready anyway).
stoyan@chromium.org
2010-10-13
1
-4
/
+1
*
Review URL: http://codereview.chromium.org/3685006
stoyan@chromium.org
2010-10-13
6
-49
/
+335
*
Fix the ChromeFrame net test failures. These tests started failing since the ...
ananta@chromium.org
2010-10-12
2
-4
/
+4
*
Test for ChannelError for Chrome Frame Proxy.
stoyan@chromium.org
2010-10-12
1
-0
/
+41
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
2
-2
/
+2
*
Roll gtest 445 -> 446
thakis@chromium.org
2010-10-12
1
-1
/
+1
[next]