| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -2/+41 |
* | Fix a Chrome crash which occurs in a ChromeFrame instance while servicing a r... | ananta@chromium.org | 2010-02-10 | 2 | -5/+46 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 2 | -2/+5 |
* | Remove DirectoryWatcher and the only thing using it. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -2/+1 |
* | Show the filebrowse ui rather than the download shelf in chromeos. | xiyuan@chromium.org | 2010-02-05 | 1 | -0/+19 |
* | Add support for the IE File->Save As command. This eventually ends up in Chro... | ananta@chromium.org | 2010-02-04 | 3 | -1/+12 |
* | Revert 38001 and 38002. | darin@chromium.org | 2010-02-03 | 2 | -53/+18 |
* | Back out trunk r37998. | mark@chromium.org | 2010-02-03 | 2 | -18/+53 |
* | Modify CookiePolicy to work asynchronously | darin@chromium.org | 2010-02-03 | 2 | -53/+18 |
* | DevTools: CookieMonster::GetRawCookies should return keys as well as cookies. | pfeldman@chromium.org | 2010-02-03 | 1 | -4/+4 |
* | BSD port: chrome/app and chrome/browser ifdef cleaning | pvalchev@google.com | 2010-02-01 | 2 | -7/+5 |
* | If the URLRequestContext has no CookiePolicy, then we should | darin@chromium.org | 2010-01-30 | 1 | -6/+5 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 1 | -3/+5 |
* | In IE8 new windows opened within ChromeFrame via window.open calls at times b... | ananta@chromium.org | 2010-01-30 | 4 | -25/+202 |
* | Refactored code to allow associating workers with multiple renderers. | atwilson@chromium.org | 2010-01-28 | 1 | -12/+10 |
* | Fixes flakiness in session restore test. I'm adding two things: | sky@chromium.org | 2010-01-26 | 2 | -0/+13 |
* | Revert 36888 - Refactored code to allow associating workers with multiple ren... | pkasting@chromium.org | 2010-01-23 | 1 | -10/+12 |
* | Refactored code to allow associating workers with multiple renderers. | atwilson@chromium.org | 2010-01-22 | 1 | -12/+10 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -0/+1 |
* | Fix for FullTabModeIE_ChromeFrameDeleteCookieTest and issues with deleting pe... | tommi@chromium.org | 2010-01-22 | 2 | -1/+29 |
* | Fix FullTabModeIE_ChromeFrameDeleteCookieTest. The problem was that a domain... | tommi@chromium.org | 2010-01-21 | 2 | -18/+46 |
* | Remove support for filtering by MIME-type. | jochen@chromium.org | 2010-01-20 | 1 | -1/+1 |
* | Fix a Chrome crash which occurs when the chrome instance launched via ChromeF... | ananta@chromium.org | 2010-01-14 | 2 | -3/+6 |
* | Attempt 2 at landing this. | ananta@chromium.org | 2010-01-08 | 3 | -5/+44 |
* | Reason: | tyoshino@chromium.org | 2010-01-08 | 3 | -44/+5 |
* | Deleting cookies by setting the expires attribute on them with an empty value... | ananta@chromium.org | 2010-01-08 | 3 | -5/+44 |
* | Authorization headers set using XHR with ChromeFrame were stripped in the out... | ananta@chromium.org | 2009-12-28 | 1 | -1/+0 |
* | Multiple chrome frame activex controls should instantiate and navigate correc... | ananta@chromium.org | 2009-12-18 | 1 | -1/+2 |
* | Enable login prompt (http auth) tests on non-windows platforms | atwilson@chromium.org | 2009-12-18 | 1 | -5/+0 |
* | SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade. | agl@chromium.org | 2009-12-11 | 1 | -1/+1 |
* | The ChromeFrame net tests randomly crash in the url request redirect tests on... | ananta@chromium.org | 2009-12-11 | 1 | -0/+7 |
* | ChromeFrame uses the IPC automation channel to talk to Chrome. The IPC messag... | ananta@chromium.org | 2009-12-10 | 3 | -0/+146 |
* | Use gfx::Point instead of GET_X/Y_LPARAM to reduce the dependency on ATL. | jhawkins@chromium.org | 2009-12-07 | 1 | -2/+3 |
* | Reduce the logging output when running startup tests on linux/mac. | tony@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | Speculative fix for ChromeFrame crash in bug http://code.google.com/p/chromiu... | ananta@chromium.org | 2009-12-02 | 2 | -6/+8 |
* | Integrate BlacklistManager with Profile. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -3/+0 |
* | ChromeFrame's host network stack implementation for IE full tab mode implicit... | ananta@chromium.org | 2009-11-24 | 1 | -14/+6 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 1 | -4/+5 |
* | Allow extension port connection requests to provide tab information. | mad@chromium.org | 2009-11-19 | 2 | -4/+13 |
* | Cleanup some callers now that the restriction that ChromeURLRequestContextGet... | eroman@chromium.org | 2009-11-19 | 2 | -12/+1 |
* | The AutomationMsg_SetCookie IPC should be channeled to the automation cookie ... | ananta@chromium.org | 2009-11-17 | 1 | -1/+6 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 3 | -259/+46 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 8 | -20/+20 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -1/+2 |
* | Revert 31873 - Revert 31862 Ensure AutomationMsg_SetCookieAsync is sent on I... | levin@chromium.org | 2009-11-13 | 1 | -1/+11 |
* | Revert 31862 - Ensure AutomationMsg_SetCookieAsync is sent on IO thread. | levin@chromium.org | 2009-11-13 | 1 | -11/+1 |
* | Ensure AutomationMsg_SetCookieAsync is sent on IO thread. | stoyan@chromium.org | 2009-11-13 | 1 | -1/+11 |
* | ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT... | ananta@chromium.org | 2009-11-11 | 4 | -4/+66 |
* | Rename unused "SSL" related automation methods to be generic, since that's wh... | johnnyg@chromium.org | 2009-11-11 | 2 | -16/+16 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 2 | -3/+3 |