| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome_frame/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | chrome_frame: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome_frame. | dcheng@chromium.org | 2013-04-11 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | net: Change type of UploadData::elements from std::vector to ScopedVector | hashimoto@chromium.org | 2012-11-14 | 1 | -2/+2 |
* | Add methods to base::Thread to allow Windows consumers to ask for COM to be i... | pkasting@chromium.org | 2012-10-23 | 1 | -18/+3 |
* | Use ScopedCOMInitializer in more places. While this doesn't always simplify ... | pkasting@chromium.org | 2012-10-03 | 1 | -2/+2 |
* | Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl | hashimoto@chromium.org | 2012-08-30 | 1 | -12/+15 |
* | net: Remove UploadElement::TYPE_CHUNK | hashimoto@chromium.org | 2012-08-24 | 1 | -0/+25 |
* | Handle NULL response_headers passed to our IHTTPNegotiate::OnResponse() imple... | robertshield@chromium.org | 2012-02-18 | 1 | -3/+6 |
* | Fix chunked uploads in Chrome Frame. | robertshield@chromium.org | 2012-02-03 | 1 | -8/+6 |
* | Empty XHR posts requests fail in ChromeFrame with status code 0. The POST req... | ananta@chromium.org | 2012-01-06 | 1 | -7/+21 |
* | Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. | ajwong@chromium.org | 2012-01-06 | 1 | -3/+2 |
* | base::Bind: Convert chrome_frame/. | jhawkins@chromium.org | 2011-11-18 | 1 | -26/+22 |
* | Remove a DCHECK on stopping_ from StartRequestHelper. Since StartRequestHelpe... | robertshield@chromium.org | 2011-11-14 | 1 | -1/+0 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Relanding this. | ananta@chromium.org | 2011-10-31 | 1 | -2/+2 |
* | Revert 107995 - Fix a ChromeFrame crash which occurs in the background worker... | ananta@chromium.org | 2011-10-31 | 1 | -2/+0 |
* | Fix a ChromeFrame crash which occurs in the background worker thread while de... | ananta@chromium.org | 2011-10-31 | 1 | -0/+2 |
* | Handle UrlRequests in ChromeFrame for resource types except MAIN_FRAME and SU... | ananta@chromium.org | 2011-10-05 | 1 | -42/+188 |
* | Fix a regression in ChromeFrame which resulted in PROPFIND requests not inclu... | ananta@chromium.org | 2011-09-16 | 1 | -1/+2 |
* | Fix ChromeFrame tests which broke after my change to fix empty XHR POST reque... | ananta@chromium.org | 2011-05-20 | 1 | -1/+1 |
* | Fix a chrome frame bug with empty XHR post requests whose responses would inc... | ananta@chromium.org | 2011-05-20 | 1 | -3/+4 |
* | iwyu: Include callback_old.h where appropriate, final. | jhawkins@chromium.org | 2011-05-11 | 1 | -0/+1 |
* | Fix the RedirectToInvalidUrl net test which started failing in ChromeFrame af... | ananta@chromium.org | 2011-04-20 | 1 | -0/+7 |
* | Set the wininet option to not follow redirects automatically for ChromeFrame ... | ananta@chromium.org | 2011-04-19 | 1 | -0/+3 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 1 | -11/+11 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Relanding this as this broke chrome frame net tests as we were not sending th... | ananta@chromium.org | 2011-03-25 | 1 | -16/+16 |
* | Revert 79352 - ChromeFrame would fail to load the page correctly if a manifes... | mrossetti@chromium.org | 2011-03-25 | 1 | -16/+16 |
* | ChromeFrame would fail to load the page correctly if a manifest was specified... | ananta@chromium.org | 2011-03-25 | 1 | -16/+16 |
* | Fix the flakiness with download requests routed by ChromeFrame to the host br... | ananta@chromium.org | 2011-03-11 | 1 | -10/+7 |
* | Fix for the chrome frame bug with POST requests to servers which request NTLM... | ananta@chromium.org | 2011-03-08 | 1 | -6/+3 |
* | Revert 76880 - ChromeFrame would fail to upload POST data to the server if th... | ananta@chromium.org | 2011-03-04 | 1 | -40/+14 |
* | ChromeFrame would fail to upload POST data to the server if the webserver req... | ananta@chromium.org | 2011-03-04 | 1 | -14/+40 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | Download requests in ChromeFrame which occur in response to a POST request ne... | ananta@chromium.org | 2011-02-28 | 1 | -8/+16 |
* | Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. Thes... | ananta@chromium.org | 2011-02-24 | 1 | -3/+15 |
* | If we switch into ChromeFrame as a result of a redirect then we need to navig... | ananta@chromium.org | 2011-02-22 | 1 | -1/+1 |
* | Remove includes of message headers in headers. | jam@chromium.org | 2011-02-09 | 1 | -0/+1 |
* | Add support for chunked encoding in ChromeFrame for POST requests. This fixes... | ananta@chromium.org | 2011-01-26 | 1 | -6/+10 |
* | ChromeFrame full tab mode was not supporting the PROPFIND verb correctly, in ... | ananta@chromium.org | 2011-01-22 | 1 | -8/+7 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -10/+11 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -15/+16 |
* | Clean up Automation and Chrome Frame IPC code.-only use routed messages when ... | jam@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Fix a typo in UrlmonUrlRequest to clear the map during shutdown | amit@chromium.org | 2010-12-08 | 1 | -1/+1 |
* | Addressing code review comments from Tommi from the orignal CL http://coderev... | ananta@chromium.org | 2010-12-08 | 1 | -10/+9 |
* | Fix a DCHECK which fired in ChromeFrame which indicated that we had a pending... | ananta@chromium.org | 2010-12-07 | 1 | -1/+17 |