summaryrefslogtreecommitdiffstats
path: root/chrome_frame
Commit message (Expand)AuthorAgeFilesLines
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-10/+5
* Make new (CTransaction) hooking and sniffing mechanism the default one.stoyan@chromium.org2010-06-242-7/+19
* Ensure that the ChromeFrame reliability and perf tests startup in headless mo...ananta@chromium.org2010-06-236-29/+64
* Hopefully the last of the ChromeFrame window open test failures. The Document...ananta@chromium.org2010-06-231-27/+13
* Fix the randomly failing ChromeFrame window open tests to account for the add...ananta@chromium.org2010-06-231-17/+8
* Some more ChromeFrame test fixes to get the failing IE7 new window tests to p...ananta@chromium.org2010-06-233-14/+66
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* The ChromeFrame JavascriptWindowOpen test tries to open a popup in the onload...ananta@chromium.org2010-06-224-8/+14
* In pages rendered in ChromeFrame window open requests or link clicks with tar...ananta@chromium.org2010-06-222-1/+106
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-3/+2
* The ChromeFrame UMA upload currently occurs every 30 seconds which is incorre...ananta@chromium.org2010-06-182-6/+26
* Fix an issue with the ChromeFrame protocol patch which shows up in the Naviga...ananta@chromium.org2010-06-181-1/+2
* Pref service strings should be std::string.estade@chromium.org2010-06-181-1/+1
* Fix the NavigationToRestrictedSite ChromeFrame test to work with the new Chro...ananta@chromium.org2010-06-171-1/+11
* Cleanup so that the Chrome Frame Reliability tests don't depend on WebKit.mad@google.com2010-06-171-5/+1
* window.open calls issued by pages within ChromeFrame would not honor the sugg...ananta@chromium.org2010-06-179-13/+159
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-164-27/+7
* ChromeFrame should allow conditional HTTP headers like if_match, if_modified_...ananta@chromium.org2010-06-164-2/+93
* Disabling the FullTabModeIE_ContextMenuBackForward ChromeFrame test as it nee...ananta@chromium.org2010-06-161-3/+4
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+1
* Move the crash metrics to the crash reproting lib to avoid a back dependency ...mad@google.com2010-06-129-11/+11
* Minor cleanups of usage of process_util code.maruel@chromium.org2010-06-111-1/+1
* Add support for uploading UMA metrics data from ChromeFrame. Added support fo...ananta@chromium.org2010-06-1113-29/+860
* Relanding 49339 jcivelli@chromium.org2010-06-101-2/+0
* Revert 49339 - Enable renderer accessibility by default.jcivelli@chromium.org2010-06-101-0/+2
* Enable renderer accessibility by default.ctguil@chromium.org2010-06-091-2/+0
* Yet another test web server. Supports speed throttle and dump of the traffic.stoyan@chromium.org2010-06-093-0/+245
* A new way of hooking internet protocols.stoyan@chromium.org2010-06-098-708/+698
* Catch possible out of memory situations when looking for the meta tag.tommi@chromium.org2010-06-081-4/+4
* chrome_frame: Get rid of all occurrences of the deprecated ToWStringHack func...tfarina@chromium.org2010-06-088-17/+16
* Add Support for window.close in ChromeFrame. Currently the CloseContents noti...ananta@chromium.org2010-06-076-5/+74
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-4/+7
* chrome_frame: Get rid of all occurrences of file_util::AppendToPath.tfarina@chromium.org2010-06-044-22/+21
* Add support for the DELETE method.tommi@chromium.org2010-06-041-1/+2
* Navigating to a page in ChromeFrame in IE would display the sad tab page brie...ananta@chromium.org2010-06-036-11/+25
* Ensures that cold startup perf tests clear more DLLs. Helps bring results int...slightlyoff@chromium.org2010-06-031-2/+14
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+2
* Add chrome_frame_tests to check that some navigation cases are not broken in IE.kkania@chromium.org2010-06-0210-55/+229
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-0/+2
* Add version information to chrome_launcher.exe.robertshield@chromium.org2010-06-022-1/+61
* Implement most of the ridealong fixes/cleanups I suggested during review for ...pkasting@chromium.org2010-06-014-109/+63
* Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...pkasting@chromium.org2010-06-011-2/+0
* Avoid calling CreateWindow while checking for previous instances of Chrome Fr...robertshield@chromium.org2010-05-311-38/+8
* 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