| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove includes of message headers in headers. | jam@chromium.org | 2011-02-09 | 15 | -38/+115 |
* | Silencing a (stupid) build warning: | tommi@chromium.org | 2011-02-08 | 1 | -1/+1 |
* | Remove DCHECK for an argument that may be NULL. | tommi@chromium.org | 2011-02-08 | 1 | -1/+0 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 3 | -5/+5 |
* | Added support in chrome frame for registering and unregistering the NPAPI plu... | ananta@chromium.org | 2011-02-04 | 3 | -19/+45 |
* | Disabling the IEOpenInNewWindow chrome frame test on IE7. | ananta@chromium.org | 2011-02-04 | 1 | -0/+5 |
* | Invoke the OaEnablePerUserTLibRegistration function in oleaut32.dll during Ch... | ananta@chromium.org | 2011-02-04 | 1 | -0/+13 |
* | Have a consistent UA string with chromeframe token | amit@chromium.org | 2011-02-04 | 2 | -18/+30 |
* | Add support for IE9 to user-level installations of Chrome Frame. | robertshield@chromium.org | 2011-02-04 | 3 | -13/+164 |
* | Fixes for the following chrome frame tests to get them to pass on the per use... | ananta@chromium.org | 2011-02-04 | 2 | -2/+3 |
* | Refactor HttpNetworkSession construction. | willchan@chromium.org | 2011-02-03 | 2 | -56/+9 |
* | Fix ChromeFrame full tab refresh tests to get them to work more reliably. We ... | ananta@chromium.org | 2011-02-03 | 4 | -15/+21 |
* | Move elevation registration into a separate rgs script and leave removal of i... | tommi@chromium.org | 2011-02-03 | 5 | -23/+36 |
* | Reverting this as this breaks chrome frame tests everywhere. The problem is t... | ananta@chromium.org | 2011-02-03 | 2 | -15/+19 |
* | Rework how chrome_tab.idl is processed for chrome_frame. This is to avoid th... | jeanluc@chromium.org | 2011-02-02 | 2 | -19/+15 |
* | Fix ChromeFrame net tests which regressed with the change to register the chr... | ananta@chromium.org | 2011-02-02 | 1 | -0/+2 |
* | More ChromeFrame per user test fixes. | ananta@chromium.org | 2011-02-02 | 1 | -1/+1 |
* | Added support for running per user chrome frame tests on the relevant ChromeF... | ananta@chromium.org | 2011-02-01 | 11 | -29/+82 |
* | Disabling building of CEEE; we will be moving the code to a separate | joi@chromium.org | 2011-01-31 | 5 | -181/+2 |
* | Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo... | nsylvain@chromium.org | 2011-01-31 | 2 | -12/+16 |
* | Remove obsolete files from 'sources'. This causes needless work on increment... | jeanluc@chromium.org | 2011-01-30 | 2 | -16/+12 |
* | Fix miscellaneous compilation bugs under Visual Studio 2010. | jeanluc@chromium.org | 2011-01-30 | 1 | -1/+1 |
* | MASM 10.0 fixes a problem introduced in 8.0 with extra underscore added. | jeanluc@chromium.org | 2011-01-28 | 1 | -1/+2 |
* | Reland 72784 | danno@chromium.org | 2011-01-28 | 3 | -2/+4 |
* | Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction. | willchan@chromium.org | 2011-01-28 | 2 | -14/+25 |
* | Change UTF8ToUTF16 to accept const StringPiece&. | suzhe@google.com | 2011-01-28 | 1 | -0/+2 |
* | Revert 72784 - Policy: generate boilerplate policy type and constant code. | danno@chromium.org | 2011-01-27 | 3 | -4/+2 |
* | Policy: generate boilerplate policy type and constant code. | danno@chromium.org | 2011-01-27 | 3 | -2/+4 |
* | Hopefully fix chrome_frame_net_tests. | erg@google.com | 2011-01-27 | 1 | -0/+1 |
* | Add support for chunked encoding in ChromeFrame for POST requests. This fixes... | ananta@chromium.org | 2011-01-26 | 5 | -12/+23 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 2 | -3/+1 |
* | Revert "Clean up net unit testing code." since it breaks the shlib builder. | erg@google.com | 2011-01-25 | 2 | -1/+3 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-25 | 2 | -3/+1 |
* | More installer refactoring in the interest of fixing some bugs and cleaning t... | grt@chromium.org | 2011-01-25 | 1 | -4/+9 |
* | Replace one unfortunate hack with a somewhat better one. The included atlctrl... | erikwright@chromium.org | 2011-01-25 | 1 | -10/+8 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 1 | -1/+1 |
* | Update the Ready Mode UI in response to feedback from UI leads, Chrome Frame ... | erikwright@chromium.org | 2011-01-24 | 8 | -46/+168 |
* | When changing Ready Mode state from within an IE process, use chrome_launcher... | erikwright@chromium.org | 2011-01-24 | 7 | -39/+199 |
* | ChromeFrame full tab mode was not supporting the PROPFIND verb correctly, in ... | ananta@chromium.org | 2011-01-22 | 1 | -8/+7 |
* | Disable the URLRequestTestHTTP.DefaultUserAgent for ChromeFrame net tests as ... | ananta@chromium.org | 2011-01-21 | 1 | -0/+4 |
* | Add missing base::lock usage. | brettw@chromium.org | 2011-01-21 | 4 | -4/+4 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 26 | -80/+80 |
* | Unpatch the ChromeFrame IHttpNegotiate patch for all browsers. | ananta@chromium.org | 2011-01-20 | 1 | -3/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 2 | -1/+4 |
* | Implement poor man's redirect handling in ChromeFrame for browsers which don'... | ananta@chromium.org | 2011-01-20 | 3 | -0/+27 |
* | Speculative fix for a bug that happens during Chrome Frame teardown while the... | robertshield@chromium.org | 2011-01-20 | 1 | -3/+4 |
* | Enable the ChromeFrame IHttpNegotiate patch for all IE versions. Ensure that ... | ananta@chromium.org | 2011-01-20 | 2 | -9/+13 |
* | Handle two cases that we previously weren't expecting. | tommi@chromium.org | 2011-01-19 | 1 | -0/+2 |
* | Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s... | ben@chromium.org | 2011-01-19 | 1 | -1/+1 |
* | Syntax checker for policy_templates.json | jkummerow@chromium.org | 2011-01-19 | 1 | -8/+12 |