summaryrefslogtreecommitdiffstats
path: root/chrome_frame
Commit message (Expand)AuthorAgeFilesLines
* Simplify Chrome Frame usage of Chrome identifiers by simply using the Chrome ...pkasting@chromium.org2010-05-288-43/+17
* Revert 48527 - Add chrome frame tests for common navigation cases to ensure I...kkania@chromium.org2010-05-2810-232/+55
* Add chrome frame tests for common navigation cases to ensure IE still works.kkania@chromium.org2010-05-2810-55/+232
* Correct line endings in chrome_frame_launcher.gyp.robertshield@chromium.org2010-05-281-84/+84
* Rewrite of chrome_launcher.exe. ETW-based perf tests suggest that this is on ...robertshield@chromium.org2010-05-2811-261/+516
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-2711-35/+36
* chrome_frame: Remove several instances of the deprecated wstrings functionstfarina@chromium.org2010-05-276-42/+43
* Add a call to SetLastError before calling SetClassLongPtr. It turns out that ...robertshield@chromium.org2010-05-261-0/+2
* In ChromeFrame there are cases when the ChromeFrameAutomationProxy::SendAsAsy...ananta@chromium.org2010-05-261-5/+7
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-2611-37/+36
* Enabling the ChromeFrame unload event test which validates that unload handle...ananta@chromium.org2010-05-253-6/+4
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-2511-36/+37
* Another try at correcting VTable pointer checkamit@chromium.org2010-05-251-1/+1
* Tear off windows opened in ChromeFrame in IE6 would result in the new window ...ananta@chromium.org2010-05-251-1/+0
* Break gyp cycles on Linux.tony@chromium.org2010-05-241-9/+8
* In ChromeFrame in the IInternetProtocolRoot::ReportProgress patch use the exc...ananta@chromium.org2010-05-212-19/+15
* Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...sanjeevr@chromium.org2010-05-211-2/+6
* Initialize the ChromeFrame request manager with the container interface in th...ananta@chromium.org2010-05-211-1/+2
* Fix a ChromeFrame crash caused when the cookie policy is set to prompt and th...ananta@chromium.org2010-05-204-6/+25
* Check the container for NULLness before dereferencing.tommi@chromium.org2010-05-201-3/+5
* Avoid wrapping callbacks for network requests not coming from MSHTML.stoyan@chromium.org2010-05-201-0/+19
* Check correct offset to avoid crashamit@chromium.org2010-05-191-2/+3
* Fix false positive reporting of exceptions picked up during calls to LoadLibr...robertshield@chromium.org2010-05-191-0/+8
* Addressing review comment from Stoyan (remove one dlog statement).tommi@chromium.org2010-05-191-3/+0
* Adding a bit of logging to track down the reason for recent "LaunchBrowser(br...tommi@chromium.org2010-05-191-9/+19
* Fix the ChromeFrame MockCreateTabOk test by returning the launch result from ...ananta@chromium.org2010-05-193-8/+12
* Fix the ChromeFrame new window popup test by ensuring that CreateExternalTabC...ananta@chromium.org2010-05-193-13/+12
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-182-8/+8
* Relanding this fix with the fixes to get chrome frame tests to pass.ananta@chromium.org2010-05-188-153/+254
* Revert 47453 - In ChromeFrame the ChromeFrameAutomationProxy object is create...ananta@chromium.org2010-05-175-219/+145
* In ChromeFrame the ChromeFrameAutomationProxy object is created on the backgr...ananta@chromium.org2010-05-175-145/+219
* Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...pkasting@chromium.org2010-05-171-4/+6
* Perform breakpad shutdown when returning from the chrome launcher entry point...robertshield@chromium.org2010-05-172-5/+12
* Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206...rvargas@google.com2010-05-151-6/+4
* (Original patch reviewed at http://codereview.chromium.org/2067003 )pkasting@chromium.org2010-05-151-4/+6
* Create first tests for verifying that Chrome Frame does not interfere with no...kkania@chromium.org2010-05-148-69/+256
* Candidate fix for bug 44108. The FromBindContext function was inherently racy...tommi@chromium.org2010-05-149-54/+89
* Not using std::wstring to store progress status text because mshtml is sensit...tommi@chromium.org2010-05-142-14/+65
* Fix the chrome frame context menu back forward test which regressed in revisi...ananta@chromium.org2010-05-144-15/+34
* Fix unit test breakage in last change.amit@chromium.org2010-05-132-3/+5
* Fix crash in CacheStream::Readamit@chromium.org2010-05-132-10/+23
* Use an interface to get to the C++ object pointer instead of casting directly.tommi@chromium.org2010-05-132-9/+68
* Fix a ChromeFrame regression introduced by the fix for bug http://code.googl...ananta@chromium.org2010-05-131-0/+4
* Reverting this as a number of tests have been failing on all builders ever si...ananta@chromium.org2010-05-134-109/+5
* The chrome frame net tests would not complete at times on the IE6 builder. Th...ananta@chromium.org2010-05-121-1/+11
* In ChromeFrame's bind status callback functions we should always return succe...ananta@chromium.org2010-05-121-1/+6
* ChromeFrame would not switch to Chrome at times. The navigation manager in Ch...ananta@chromium.org2010-05-123-12/+2
* Fix a chrome frame crash reported on the crash server in our bind status call...ananta@chromium.org2010-05-121-0/+5
* An attempt to catch unexpected script errors in html test pages in a more gen...tommi@chromium.org2010-05-124-5/+109
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-1/+1