| Commit message (Expand) | Author | Age | Files | Lines |
* | Further modifications to the Ready Mode UI in response to feedback. Height, i... | erikwright@chromium.org | 2011-03-16 | 4 | -0/+27 |
* | Rearrange the bootstrapping code in chrome frame net tests to ensure that it ... | ananta@chromium.org | 2011-03-15 | 1 | -7/+6 |
* | wstring: remove needless use of conversions from Chrome Frame | evan@chromium.org | 2011-03-15 | 1 | -12/+10 |
* | Fixed a chrome frame net test crasher caused after the change in chrome to ma... | ananta@chromium.org | 2011-03-14 | 1 | -3/+2 |
* | Move plugin messages to content. | jam@chromium.org | 2011-03-14 | 1 | -3/+12 |
* | Fix chrome frame net tests which started crashing on startup after revision 7... | ananta@chromium.org | 2011-03-14 | 1 | -0/+12 |
* | Move the blob related code to content, and also move the blob messages to the... | jam@chromium.org | 2011-03-14 | 1 | -0/+7 |
* | Fix regression from r77888: icu is not supposed to have a version number anym... | aa@chromium.org | 2011-03-12 | 1 | -1/+1 |
* | Move chrome\gpu to content\gpu. | jam@chromium.org | 2011-03-12 | 1 | -4/+4 |
* | Remove Gears from Chrome. | aa@chromium.org | 2011-03-11 | 2 | -14/+9 |
* | Fix the flakiness with download requests routed by ChromeFrame to the host br... | ananta@chromium.org | 2011-03-11 | 3 | -13/+11 |
* | Drop the icu version number from the name of icu data file on Windows. | jshin@chromium.org | 2011-03-10 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -1/+1 |
* | Fix chrome_frame_net_tests. | jam@chromium.org | 2011-03-09 | 1 | -0/+2 |
* | Fixes for the flakiness in the chrome frame net tests run seen on the per use... | ananta@chromium.org | 2011-03-08 | 6 | -13/+26 |
* | Fix for the chrome frame bug with POST requests to servers which request NTLM... | ananta@chromium.org | 2011-03-08 | 1 | -6/+3 |
* | Relanding this. | ananta@chromium.org | 2011-03-05 | 1 | -4/+0 |
* | Revert 77002 - Enable ChromeFrame net tests. These tests regressed with the c... | ananta@chromium.org | 2011-03-05 | 1 | -0/+4 |
* | Enable ChromeFrame net tests. These tests regressed with the change in the ch... | ananta@chromium.org | 2011-03-05 | 1 | -4/+0 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -2/+1 |
* | Disable Chrome Frame net tests temporarily. There are least two DCHECKS that ... | robertshield@chromium.org | 2011-03-04 | 1 | -9/+18 |
* | Revert 76880 - ChromeFrame would fail to upload POST data to the server if th... | ananta@chromium.org | 2011-03-04 | 14 | -83/+401 |
* | ChromeFrame would fail to upload POST data to the server if the webserver req... | ananta@chromium.org | 2011-03-04 | 14 | -401/+83 |
* | Update the includes to the old tab_contents.h | jam@chromium.org | 2011-03-02 | 1 | -1/+1 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 2 | -2/+2 |
* | Attempting to fix the flakiness associated with a number of chrome frame test... | ananta@chromium.org | 2011-03-01 | 1 | -4/+2 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 2 | -2/+2 |
* | Add an integration test for Chrome Frame's DllRedirector class. | robertshield@chromium.org | 2011-03-01 | 6 | -8/+233 |
* | Delete the temporary headers left behind in chrome\browser. I've left browse... | jam@chromium.org | 2011-03-01 | 1 | -2/+2 |
* | Addressing the expectations of the ChromeFrame CF_DownloadFileFromPost test w... | ananta@chromium.org | 2011-02-28 | 1 | -1/+1 |
* | Download requests in ChromeFrame which occur in response to a POST request ne... | ananta@chromium.org | 2011-02-28 | 10 | -42/+115 |
* | Fix a ChromeFrame crash which occurs in the field typically during upgrades w... | ananta@chromium.org | 2011-02-24 | 1 | -1/+2 |
* | ICU 4.6 upgrade chrome changes in phase 2 | jshin@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes... | ananta@chromium.org | 2011-02-24 | 9 | -25/+55 |
* | Disabling the newly added net test URLRequestTest.NetworkDelegateProxyError f... | ananta@chromium.org | 2011-02-24 | 1 | -0/+2 |
* | Fix for the chrome frame anchor url navigation test failures. Fix is to appen... | ananta@chromium.org | 2011-02-23 | 1 | -0/+11 |
* | If we switch into ChromeFrame as a result of a redirect then we need to navig... | ananta@chromium.org | 2011-02-22 | 6 | -28/+22 |
* | Fix for chrome_launcher.exe command line construction. | robertshield@chromium.org | 2011-02-22 | 1 | -3/+9 |
* | Removing WS_EX_CLIENTEDGE from the extended styles for the ChromeFrame active... | ananta@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | New policy protobuf protocol. | jkummerow@chromium.org | 2011-02-17 | 1 | -2/+2 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -21/+21 |
* | Bump up the number of simultaneous connections in IE to 6. This is done via a... | ananta@chromium.org | 2011-02-16 | 3 | -0/+46 |
* | Revert 75143 - Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -21/+21 |
* | Reland r74842 | willchan@chromium.org | 2011-02-16 | 1 | -21/+21 |
* | Revert 75106 - New policy protobuf protocol. | jkummerow@chromium.org | 2011-02-16 | 1 | -2/+2 |
* | New policy protobuf protocol. | jkummerow@chromium.org | 2011-02-16 | 1 | -2/+2 |
* | Revert 75082 - New policy protobuf protocol. | jkummerow@chromium.org | 2011-02-16 | 1 | -2/+2 |
* | New policy protobuf protocol. | jkummerow@chromium.org | 2011-02-16 | 1 | -2/+2 |
* | Remove obsolete dependencies that create needless recompiling. | jeanluc@chromium.org | 2011-02-15 | 2 | -12/+12 |
* | Fix for a chrome frame crasher seen in the chrome frame mstone 10 beta channel. | ananta@chromium.org | 2011-02-15 | 1 | -1/+2 |