| Commit message (Expand) | Author | Age | Files | Lines |
* | First step for cleaning registration code for ChromeFrame. | stoyan@chromium.org | 2010-07-20 | 4 | -61/+24 |
* | Add one more DLL to the DocumentComplete blacklist. | tommi@chromium.org | 2010-07-19 | 1 | -0/+1 |
* | Simple initial test for AppendCFUserAgentString. | stoyan@chromium.org | 2010-07-19 | 1 | -0/+31 |
* | Compress and checksum pending logs that are going to be persisted. Persisted ... | ziadh@chromium.org | 2010-07-19 | 1 | -6/+5 |
* | Fix the failing ChromeFrame BeginningTransaction unit test. The user agent va... | ananta@chromium.org | 2010-07-18 | 1 | -1/+1 |
* | BUG=47879 | stoyan@chromium.org | 2010-07-17 | 7 | -80/+247 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 1 | -1/+2 |
* | Remove lock.h from resource_bundle.h and histogram.h. | erg@chromium.org | 2010-07-16 | 2 | -0/+2 |
* | Not firing DocumentComplete in the presence of buggy BHOs. | tommi@chromium.org | 2010-07-16 | 5 | -21/+128 |
* | Small refactoring in preparation of the assassination of HttpNegotiate patch ... | stoyan@chromium.org | 2010-07-15 | 2 | -9/+7 |
* | Fix IE crash while attempting to send the AutomationMsg_RunUnloadHandlers IPC... | ananta@chromium.org | 2010-07-15 | 1 | -3/+9 |
* | ChromeFrame tabs would hang at times while closing. This would randomly occur... | ananta@chromium.org | 2010-07-15 | 6 | -2/+76 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Do not wrap non-HTTP(s) requests. | stoyan@chromium.org | 2010-07-15 | 1 | -1/+7 |
* | Boot prefetch optimization for Chrome Frame (experimental) | amit@chromium.org | 2010-07-15 | 1 | -45/+49 |
* | Attempt 2 at fixing the chrome frame net tests hang on the builders. This han... | ananta@chromium.org | 2010-07-14 | 1 | -1/+6 |
* | Replace NavigationManager DCHECK in favor of DLOG_IF(ERROR, ...) in chrome_ac... | ericdingle@chromium.org | 2010-07-14 | 1 | -1/+1 |
* | Sample of running integration test as a simple performance test. | stoyan@chromium.org | 2010-07-14 | 1 | -0/+227 |
* | Implement HTTP headers sniffing in the ProtocolSinkWrap, instead of relying o... | stoyan@chromium.org | 2010-07-14 | 3 | -40/+71 |
* | Attempt to fix the chrome frame net tests failures on the builders. There see... | ananta@chromium.org | 2010-07-14 | 1 | -2/+2 |
* | ChromeFrame back forward navigations at times would mess up the navigation hi... | ananta@chromium.org | 2010-07-13 | 3 | -1/+89 |
* | Assign resource ids from a central file. | tony@chromium.org | 2010-07-13 | 1 | -1/+1 |
* | Handling case where automation server is NULL when creating the active doc wi... | tommi@chromium.org | 2010-07-13 | 2 | -1/+12 |
* | [chrome_frame] Refactor/merge IE no interference tests with other mock event ... | kkania@chromium.org | 2010-07-12 | 27 | -2134/+2875 |
* | ChromeFrame would leave chrome processes running if a page rendered in Chrome... | ananta@chromium.org | 2010-07-12 | 1 | -2/+3 |
* | Add an ExtensionPrefStore, layered between the user prefs and the managed pre... | pam@chromium.org | 2010-07-12 | 1 | -6/+2 |
* | Forward both BINDSTATUS_SERVER_MIMETYPEAVAILABLE and BINDSTATUS_MIMETYPEAVAIL... | stoyan@chromium.org | 2010-07-09 | 1 | -1/+0 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-08 | 1 | -5/+4 |
* | Applying "Solving a bug in Chrome Frame that Firefox doesn't set preferences ... | robertshield@chromium.org | 2010-07-08 | 1 | -1/+0 |
* | Reenabling the ChromeFrame JavascriptWindowOpen test. | ananta@chromium.org | 2010-07-08 | 1 | -3/+1 |
* | Include the Chrome Frame binary in Chrome installers. Note that it will only ... | robertshield@chromium.org | 2010-07-07 | 1 | -1/+1 |
* | Brushed up listen socket: | pfeldman@chromium.org | 2010-07-05 | 2 | -7/+12 |
* | Changing the pre-reading of chrome.dll to read it as an image section instead... | ananta@chromium.org | 2010-07-03 | 1 | -7/+45 |
* | Revert 51572 - Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -4/+5 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -5/+4 |
* | Store blocked and accessed cookies in the tab contents. | jochen@chromium.org | 2010-07-02 | 1 | -2/+2 |
* | Disable a crashing test: NoInterferenceTest.JavascriptWindowOpen | satish@chromium.org | 2010-07-02 | 1 | -2/+4 |
* | Disabling the ChromeFrame NavigationToRestrictedSite test as it causes IE8 to... | ananta@chromium.org | 2010-07-01 | 1 | -1/+3 |
* | Attempt to fix the ChromeFrame tests which rely on sending input to the IE ad... | ananta@chromium.org | 2010-06-30 | 1 | -1/+1 |
* | Set ChromeFrame unpinned mode for the duration of the perf tests to ensure th... | ananta@chromium.org | 2010-06-29 | 2 | -4/+4 |
* | Change chrome from statically enabling high resolution timers on windows | mbelshe@chromium.org | 2010-06-29 | 1 | -1/+1 |
* | Disabling the ChromeFrame reference build perf memory test as it causes a cra... | ananta@chromium.org | 2010-06-29 | 1 | -1/+6 |
* | Attempt to fix ChromeFrame perf test failures on the experimental builder. Th... | ananta@chromium.org | 2010-06-29 | 1 | -0/+1 |
* | Fix ChromeFrame reference perf tests failures. CoFreeUnusedLibraries at times... | ananta@chromium.org | 2010-06-29 | 1 | -1/+0 |
* | ChromeFrame perf tests now depend on Chrome's reference build. The ChromeFram... | ananta@chromium.org | 2010-06-28 | 1 | -3/+1 |
* | Cleanup some unncessary dependencies on libxml. | mad@google.com | 2010-06-27 | 1 | -1/+0 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -10/+5 |
* | Make new (CTransaction) hooking and sniffing mechanism the default one. | stoyan@chromium.org | 2010-06-24 | 2 | -7/+19 |
* | Ensure that the ChromeFrame reliability and perf tests startup in headless mo... | ananta@chromium.org | 2010-06-23 | 6 | -29/+64 |
* | Hopefully the last of the ChromeFrame window open test failures. The Document... | ananta@chromium.org | 2010-06-23 | 1 | -27/+13 |