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
*
Move the crash metrics to the crash reproting lib to avoid a back dependency ...
mad@google.com
2010-06-12
9
-11
/
+11
*
Minor cleanups of usage of process_util code.
maruel@chromium.org
2010-06-11
1
-1
/
+1
*
Add support for uploading UMA metrics data from ChromeFrame. Added support fo...
ananta@chromium.org
2010-06-11
13
-29
/
+860
*
Relanding 49339
jcivelli@chromium.org
2010-06-10
1
-2
/
+0
*
Revert 49339 - Enable renderer accessibility by default.
jcivelli@chromium.org
2010-06-10
1
-0
/
+2
*
Enable renderer accessibility by default.
ctguil@chromium.org
2010-06-09
1
-2
/
+0
*
Yet another test web server. Supports speed throttle and dump of the traffic.
stoyan@chromium.org
2010-06-09
3
-0
/
+245
*
A new way of hooking internet protocols.
stoyan@chromium.org
2010-06-09
8
-708
/
+698
*
Catch possible out of memory situations when looking for the meta tag.
tommi@chromium.org
2010-06-08
1
-4
/
+4
*
chrome_frame: Get rid of all occurrences of the deprecated ToWStringHack func...
tfarina@chromium.org
2010-06-08
8
-17
/
+16
*
Add Support for window.close in ChromeFrame. Currently the CloseContents noti...
ananta@chromium.org
2010-06-07
6
-5
/
+74
*
Support multiple PrefStores
mnissler@chromium.org
2010-06-07
1
-4
/
+7
*
chrome_frame: Get rid of all occurrences of file_util::AppendToPath.
tfarina@chromium.org
2010-06-04
4
-22
/
+21
*
Add support for the DELETE method.
tommi@chromium.org
2010-06-04
1
-1
/
+2
*
Navigating to a page in ChromeFrame in IE would display the sad tab page brie...
ananta@chromium.org
2010-06-03
6
-11
/
+25
*
Ensures that cold startup perf tests clear more DLLs. Helps bring results int...
slightlyoff@chromium.org
2010-06-03
1
-2
/
+14
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-1
/
+2
*
Add chrome_frame_tests to check that some navigation cases are not broken in IE.
kkania@chromium.org
2010-06-02
10
-55
/
+229
*
Misc. small cleanups I ran into while working on other changes.
pkasting@chromium.org
2010-06-02
1
-0
/
+2
*
Add version information to chrome_launcher.exe.
robertshield@chromium.org
2010-06-02
2
-1
/
+61
*
Implement most of the ridealong fixes/cleanups I suggested during review for ...
pkasting@chromium.org
2010-06-01
4
-109
/
+63
*
Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...
pkasting@chromium.org
2010-06-01
1
-2
/
+0
*
Avoid calling CreateWindow while checking for previous instances of Chrome Fr...
robertshield@chromium.org
2010-05-31
1
-38
/
+8
*
Simplify Chrome Frame usage of Chrome identifiers by simply using the Chrome ...
pkasting@chromium.org
2010-05-28
8
-43
/
+17
*
Revert 48527 - Add chrome frame tests for common navigation cases to ensure I...
kkania@chromium.org
2010-05-28
10
-232
/
+55
*
Add chrome frame tests for common navigation cases to ensure IE still works.
kkania@chromium.org
2010-05-28
10
-55
/
+232
*
Correct line endings in chrome_frame_launcher.gyp.
robertshield@chromium.org
2010-05-28
1
-84
/
+84
*
Rewrite of chrome_launcher.exe. ETW-based perf tests suggest that this is on ...
robertshield@chromium.org
2010-05-28
11
-261
/
+516
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
11
-35
/
+36
*
chrome_frame: Remove several instances of the deprecated wstrings functions
tfarina@chromium.org
2010-05-27
6
-42
/
+43
*
Add a call to SetLastError before calling SetClassLongPtr. It turns out that ...
robertshield@chromium.org
2010-05-26
1
-0
/
+2
*
In ChromeFrame there are cases when the ChromeFrameAutomationProxy::SendAsAsy...
ananta@chromium.org
2010-05-26
1
-5
/
+7
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
11
-37
/
+36
*
Enabling the ChromeFrame unload event test which validates that unload handle...
ananta@chromium.org
2010-05-25
3
-6
/
+4
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
11
-36
/
+37
*
Another try at correcting VTable pointer check
amit@chromium.org
2010-05-25
1
-1
/
+1
*
Tear off windows opened in ChromeFrame in IE6 would result in the new window ...
ananta@chromium.org
2010-05-25
1
-1
/
+0
*
Break gyp cycles on Linux.
tony@chromium.org
2010-05-24
1
-9
/
+8
*
In ChromeFrame in the IInternetProtocolRoot::ReportProgress patch use the exc...
ananta@chromium.org
2010-05-21
2
-19
/
+15
*
Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...
sanjeevr@chromium.org
2010-05-21
1
-2
/
+6
*
Initialize the ChromeFrame request manager with the container interface in th...
ananta@chromium.org
2010-05-21
1
-1
/
+2
*
Fix a ChromeFrame crash caused when the cookie policy is set to prompt and th...
ananta@chromium.org
2010-05-20
4
-6
/
+25
*
Check the container for NULLness before dereferencing.
tommi@chromium.org
2010-05-20
1
-3
/
+5
*
Avoid wrapping callbacks for network requests not coming from MSHTML.
stoyan@chromium.org
2010-05-20
1
-0
/
+19
*
Check correct offset to avoid crash
amit@chromium.org
2010-05-19
1
-2
/
+3
*
Fix false positive reporting of exceptions picked up during calls to LoadLibr...
robertshield@chromium.org
2010-05-19
1
-0
/
+8
*
Addressing review comment from Stoyan (remove one dlog statement).
tommi@chromium.org
2010-05-19
1
-3
/
+0
*
Adding a bit of logging to track down the reason for recent "LaunchBrowser(br...
tommi@chromium.org
2010-05-19
1
-9
/
+19
*
Fix the ChromeFrame MockCreateTabOk test by returning the launch result from ...
ananta@chromium.org
2010-05-19
3
-8
/
+12
*
Fix the ChromeFrame new window popup test by ensuring that CreateExternalTabC...
ananta@chromium.org
2010-05-19
3
-13
/
+12
[next]