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
*
Fix a race condition in InitializeAndPatchProtocolsIfNeeded as discovered by ...
tommi@chromium.org
2009-11-13
3
-13
/
+24
*
Added a regression test which validates that keystrokes are received correctl...
ananta@chromium.org
2009-11-13
4
-1
/
+127
*
Fix a crash in ChromeActiveDocument::IEExec() when m_spClientSite is null.
robertshield@chromium.org
2009-11-12
1
-1
/
+1
*
The ChromeFrameAutomationClient class needs to be refcounted as it implements...
ananta@chromium.org
2009-11-12
12
-78
/
+62
*
ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT...
ananta@chromium.org
2009-11-11
5
-33
/
+44
*
Add NPAPI plugin registration persistence code to chrome frame. If the DLL is...
robertshield@chromium.org
2009-11-11
3
-1
/
+81
*
This CL fixes the following issues:-
ananta@chromium.org
2009-11-11
2
-10
/
+33
*
Making no automation the default - this was the intent of a previous
joi@chromium.org
2009-11-10
2
-4
/
+6
*
Updates CFInstall.js to:
slightlyoff@chromium.org
2009-11-10
8
-54
/
+460
*
More memory stats code cleanup:
sgk@chromium.org
2009-11-09
2
-6
/
+4
*
Allowing JS to set/reset extension automation, this makes for more
joi@chromium.org
2009-11-08
2
-0
/
+55
*
Modifying extension automation so that it is done through a particular
joi@chromium.org
2009-11-08
2
-8
/
+7
*
Basic wiring to enable downloads for CF's host browser network stack. A nota...
tommi@chromium.org
2009-11-07
9
-13
/
+45
*
Eliminate icu_stubs. Things still seem to link fine without these. I suspec...
pkasting@chromium.org
2009-11-07
3
-258
/
+0
*
Get rid of GetMemoryInfo() in favor of using base::ProcessMetrics.
sgk@chromium.org
2009-11-05
1
-11
/
+20
*
Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....
robertshield@chromium.org
2009-11-04
3
-3
/
+9
*
Marking the AboutChromeFrame test flaky.
slightlyoff@chromium.org
2009-11-03
1
-1
/
+1
*
Don't switch to CF's active document for frames or iframes.This fixes an issu...
tommi@chromium.org
2009-11-03
8
-29
/
+147
*
Add a switch to the whitelist.
joi@chromium.org
2009-11-02
1
-2
/
+3
*
Remove themes/default.dll and merge the resources into chrome.dll.
tc@google.com
2009-11-02
1
-1
/
+0
*
Mark the flaky iframe post test as such.
slightlyoff@chromium.org
2009-10-30
1
-1
/
+3
*
Initialize the chrome thread object at the start of the CFUrlRequestUnittestR...
ananta@chromium.org
2009-10-30
1
-4
/
+4
*
The newly added AboutChromeFrame test for IE full tab mode was failing on the...
ananta@chromium.org
2009-10-30
4
-14
/
+10
*
Added unit tests for ChromeFrame IE full tab mode. These test the following c...
ananta@chromium.org
2009-10-29
8
-59
/
+390
*
Remove unused files.
stoyan@google.com
2009-10-29
2
-287
/
+0
*
Instantiate a dummy notification service instance in chrome frame on the thread
ananta@chromium.org
2009-10-29
1
-0
/
+3
*
Using thread safe reference counting to wrap the UploadData instance.Moving t...
tommi@chromium.org
2009-10-29
6
-38
/
+62
*
Additional layer of protection to disable funky URLs through
amit@chromium.org
2009-10-29
1
-3
/
+16
*
Remove a DCHECK that happens on every exit of IE. We appear to be leaking aut...
robertshield@chromium.org
2009-10-28
1
-1
/
+6
*
With the change in the constructor for the ChromeThread class, we are seeing ...
ananta@chromium.org
2009-10-28
2
-1
/
+3
*
Setting the SVN eol style to LF on chrome frame sources
ananta@chromium.org
2009-10-28
1
-79
/
+79
*
Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal w...
robertshield@chromium.org
2009-10-28
6
-47
/
+18
*
Fix build error.
ananta@chromium.org
2009-10-27
1
-1
/
+1
*
If a HTTP post to a server returns any redirect code other than 307, then bro...
ananta@chromium.org
2009-10-27
5
-9
/
+22
*
Fix another build break that didn't show up on the try bots.
jam@chromium.org
2009-10-27
1
-1
/
+1
*
More build breakage.
evan@chromium.org
2009-10-27
1
-1
/
+1
*
Move helper_gmock.h from ChromFrame subrtee to testing directory.
stoyan@google.com
2009-10-27
2
-628
/
+2
*
Blind attempt at fixing broken Chrome Frame test utils build.
evan@chromium.org
2009-10-27
1
-1
/
+1
*
Blind attempt at fixing broken Chrome Frame unittests build.
evan@chromium.org
2009-10-26
1
-2
/
+2
*
Blind attempt at fixing broken Chrome Frame build.
evan@chromium.org
2009-10-26
1
-2
/
+2
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
3
-6
/
+3
*
Hopefully the last of the fixes to get Chrome Frame tests going again.
ananta@chromium.org
2009-10-24
3
-5
/
+25
*
Attempts to get the chrome_frame_tests going again on the chrome frame builde...
ananta@chromium.org
2009-10-24
2
-14
/
+21
*
Attempt to fix the chrome frame test failures. This was caused a side effect ...
ananta@chromium.org
2009-10-24
1
-0
/
+1
*
Currently the host network stack in IE which uses Urlmon interfaces to initiate
ananta@chromium.org
2009-10-24
7
-72
/
+210
*
Comment fixed.
stoyan@google.com
2009-10-23
1
-1
/
+1
*
Do not create dump on custom exception codes.
stoyan@google.com
2009-10-23
1
-0
/
+7
*
Enhance extension UI testing by enabling you to select which extension
joi@chromium.org
2009-10-23
8
-13
/
+50
*
Add bindings to chrome frame to call the new extension automation apis.
rogerta@chromium.org
2009-10-23
12
-63
/
+402
*
Use scoped_array (not scoped_ptr) with new[].
kuchhal@chromium.org
2009-10-23
2
-2
/
+2
[next]