| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to fix a chrome frame tests crash consistently seen on the IE9 builde... | ananta@chromium.org | 2011-01-12 | 1 | -0/+2 |
* | Attempt 3 at landing this patch. The previous attempts caused compile failure... | ananta@chromium.org | 2011-01-11 | 1 | -1/+30 |
* | Revert 70981 - Relanding this patch. | ananta@chromium.org | 2011-01-11 | 1 | -23/+2 |
* | Remove unused ChromeFrameHTTPServer class. | tfarina@chromium.org | 2011-01-11 | 5 | -119/+9 |
* | Relanding this patch. | ananta@chromium.org | 2011-01-11 | 1 | -2/+23 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-11 | 1 | -4/+6 |
* | Revert 70962 - Prevent extract build failures on the ChromeFrame builders cau... | nirnimesh@chromium.org | 2011-01-11 | 1 | -32/+21 |
* | Prevent extract build failures on the ChromeFrame builders caused when the ch... | ananta@chromium.org | 2011-01-10 | 1 | -21/+32 |
* | Change #ifdef _DEBUG test to #ifndef NDEBUG test. | tfarina@chromium.org | 2011-01-10 | 1 | -2/+2 |
* | Move clipboard from app/ to ui/base | ben@chromium.org | 2011-01-10 | 1 | -6/+6 |
* | Revert 70920 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -4/+6 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 8 | -31/+34 |
* | Fix perf redness caused by an event name change. | ananta@chromium.org | 2011-01-08 | 1 | -1/+1 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 8 | -34/+31 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 8 | -31/+34 |
* | Revert 70782 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -4/+6 |
* | reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. | estade@chromium.org | 2011-01-07 | 1 | -0/+1 |
* | Revert r70628. It broke Linux valgrind bots. See for example | estade@chromium.org | 2011-01-07 | 1 | -1/+0 |
* | Popups opened with the noreferrer parameter within ChromeFrame should open in... | ananta@chromium.org | 2011-01-06 | 4 | -4/+106 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+1 |
* | Revert 70618 - First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -1/+0 |
* | First pass at adding http/backend cache events to the NetLog. | mmenke@chromium.org | 2011-01-06 | 1 | -0/+1 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -6/+5 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Fix ChromeFrame build by including necessary header and using the new namespace | brettw@google.com | 2011-01-01 | 1 | -3/+4 |
* | move base/object_watcher into base/win and add the win namespace. Fixup callers. | brettw@google.com | 2011-01-01 | 2 | -7/+7 |
* | Remove base/debug_util. Move the debug UI related functions to base/debug/deb... | brettw@google.com | 2011-01-01 | 1 | -2/+2 |
* | Add missing base:: to fix the biuld. | brettw@chromium.org | 2011-01-01 | 1 | -1/+2 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -2/+2 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move app/win_util to app/win and fix the namespace usage. | brettw@google.com | 2010-12-31 | 2 | -8/+8 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 3 | -10/+11 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 2 | -3/+0 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 2 | -4/+4 |
* | Clean up Automation and Chrome Frame IPC code.-only use routed messages when ... | jam@chromium.org | 2010-12-23 | 4 | -48/+43 |
* | Revert 68944 - Revert "Add named testing interface." | nirnimesh@chromium.org | 2010-12-23 | 2 | -3/+3 |
* | Update file version info/memory details/process utils to use string16. | avi@chromium.org | 2010-12-23 | 2 | -2/+3 |
* | Ensure that chrome frame tests don't hang indefinitely if IE does not respond... | ananta@chromium.org | 2010-12-22 | 6 | -34/+191 |
* | Attempt to fix the chrome frame net test failures on the try server. A DCHECK... | ananta@chromium.org | 2010-12-19 | 1 | -1/+8 |
* | Fix the ChromeFrame BeginningTransaction unit test failures which validate th... | ananta@chromium.org | 2010-12-18 | 1 | -1/+1 |
* | Restore the IHttpNegotiate patch in ChromeFrame for IE9 which sends the short... | ananta@chromium.org | 2010-12-17 | 2 | -0/+115 |
* | Add the ChromeFrame UA in the post platform section in the IE user agent stri... | ananta@chromium.org | 2010-12-16 | 2 | -118/+70 |
* | Installer cleanup | amit@chromium.org | 2010-12-16 | 1 | -6/+4 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -0/+4 |
* | Keep deinlining stuff. | erg@google.com | 2010-12-15 | 1 | -5/+4 |
* | Fixing a regression introduced with r69101, which now prevents Chrome Frame | rogerta@chromium.org | 2010-12-15 | 1 | -14/+23 |
* | Disable the ChromeFrame Firefox tests on Windows 7 due to a bug in Firefox ca... | ananta@chromium.org | 2010-12-15 | 1 | -7/+17 |