| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable ChromeFrame NPAPI plugin tests as is off our support radar. | ananta@chromium.org | 2011-06-13 | 1 | -40/+59 |
* | Revert change from my previous checkin to send sync messages using SyncChanne... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Remove g_browser_process dependency from content. Also make all the SyncChan... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Download requests initiated in a ChromeFrame popup window opened via window.o... | ananta@chromium.org | 2011-06-07 | 5 | -15/+29 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -3/+9 |
* | [Sync] Move chrome/browser/sync/api files into their own targets | akalin@chromium.org | 2011-06-02 | 1 | -3/+3 |
* | Automation: fix chrome/browser dependency on chrome/test headers. | phajdan.jr@chromium.org | 2011-06-02 | 1 | -12/+0 |
* | Mark FullTabUITest.AltD and FullTabUCtrlR FLAKY. | msw@chromium.org | 2011-05-28 | 1 | -3/+5 |
* | Add a self-destruct mechanism to user-level Chrome Frame when it detects that... | robertshield@chromium.org | 2011-05-27 | 10 | -11/+480 |
* | Properly clear URL on BINDSTATUS_REDIRECTING | rsleevi@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Disabling the ContextMenuTest.CFSavePageAs test as the attempted fix did not ... | ananta@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Reenable the ChromeFrame ContextMenuTest.CFSaveLinkAs test. Increased the tim... | ananta@chromium.org | 2011-05-25 | 2 | -3/+3 |
* | Chrome Frame: Fix bogus null check found by PVS Studio. | thakis@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Disable CFSaveLinkAs as it fails and seem to prevent the next | nsylvain@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Disable gzip test on chrome frame. | ahendrickson@chromium.org | 2011-05-24 | 1 | -0/+1 |
* | Ensure that context menu->Print works in ChromeFrame. | ananta@chromium.org | 2011-05-24 | 1 | -0/+6 |
* | 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 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Fix a crash which occurs while uploading ChromeFrame metrics. The crash occur... | ananta@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | C++ Readability CL for erikwright. | erikwright@chromium.org | 2011-05-19 | 2 | -13/+22 |
* | Marking FullTabNavigationTest.MultipleBackForward flaky. | tsepez@chromium.org | 2011-05-18 | 1 | -1/+2 |
* | Marking the ContextMenuTest.CFSavePageAs and ContextMenuTest.CFSaveLinkAs tes... | ananta@chromium.org | 2011-05-18 | 1 | -3/+6 |
* | Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 1 | -1/+2 |
* | Revert 85732 (broke build) - Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 1 | -2/+1 |
* | Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 1 | -1/+2 |
* | Disable failing test until I can get help looking at it. | ben@chromium.org | 2011-05-13 | 1 | -1/+1 |
* | Revert r85265 "Last 6 release builds failed with either LNK1000 or LNK1318." | maruel@chromium.org | 2011-05-13 | 1 | -11/+0 |
* | Last 6 release builds failed with either LNK1000 or LNK1318. | maruel@chromium.org | 2011-05-13 | 1 | -0/+11 |
* | Part 1 of changes to to build chrome\common as a dll. Moving some of the func... | ananta@chromium.org | 2011-05-12 | 1 | -3/+0 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 2 | -1/+3 |
* | iwyu: Include callback_old.h where appropriate, final. | jhawkins@chromium.org | 2011-05-11 | 2 | -1/+2 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-10 | 3 | -8/+8 |
* | Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial... | scheib@chromium.org | 2011-05-06 | 3 | -8/+8 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-06 | 3 | -8/+8 |
* | Marking the ChromeFrame.RequestStart test as flaky. | ananta@chromium.org | 2011-05-05 | 1 | -1/+3 |
* | Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial... | scheib@chromium.org | 2011-05-05 | 3 | -8/+8 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-05 | 3 | -8/+8 |
* | Terminate any zombie ChromeFrame processes before running the ChromeFrame Aut... | ananta@chromium.org | 2011-05-04 | 1 | -0/+6 |
* | Post a delayed QuitTask to the chrome frame net tests message loop to prevent... | ananta@chromium.org | 2011-05-04 | 1 | -0/+4 |
* | Setting KeyboardBackForward as FLAKY until ananda fixes it. | hansl@chromium.org | 2011-05-04 | 1 | -1/+1 |
* | Attempting to fix the flakiness associated with a couple of ChromeFrame tests... | ananta@chromium.org | 2011-05-04 | 2 | -2/+2 |
* | Propagate the exit status from chrome frame tests. This would ensure that the... | ananta@chromium.org | 2011-05-04 | 1 | -1/+2 |
* | Marking the ChromeFrame.Launch CF test as flaky as it times out at times on t... | ananta@chromium.org | 2011-05-03 | 1 | -1/+13 |
* | Move modified ATL sample code to third_party | amit@chromium.org | 2011-05-03 | 4 | -454/+5 |
* | Fixes for the chrome frame test failures seen on the per user builder IE8 bui... | ananta@chromium.org | 2011-05-03 | 1 | -1/+2 |
* | Fix platform_util::GetChannel on Windows. | mark@chromium.org | 2011-05-02 | 1 | -2/+2 |
* | Disabling the ChromeFrame test ProxyFactoryTest.FastCreateDestroy as it crashes | ananta@chromium.org | 2011-04-29 | 2 | -2/+4 |
* | Ensure that the exit status from the chrome frame net tests suite correctly r... | ananta@chromium.org | 2011-04-29 | 2 | -5/+9 |
* | Ensure that chrome_frame_helper.exe is properly terminated on the per user ch... | ananta@chromium.org | 2011-04-29 | 2 | -1/+8 |