- b516e2d Convert RenderViewContextMenu to MenuItemView. by [email protected] · 14 years ago
- 2d763940 Make version info get stored in the correct resource for chrome_frame_helper.exe and chrome_frame_helper.dll. by [email protected] · 14 years ago
- e79be09 Remove the comments setting emands and vim tab width and expansion variables. by [email protected] · 14 years ago
- 42379e6 Remove a redundant call to chrome::RegisterPathProvider which causes a DCHECK() while running the Chrome Frame net tests in debug mode. by [email protected] · 14 years ago
- e7c61d57 Fix ananta's listing in chrome_frame/OWNERS. by [email protected] · 14 years ago
- 6ee100f Add chrome_frame/OWNERS. by [email protected] · 14 years ago
- 2decb26 Glue ffmpeg to Chrome by [email protected] · 14 years ago
- 9ae7b91 ChromeFrame should report anchor navigations to Chrome. Currently this does not work as expected if by [email protected] · 14 years ago
- ca02467 Mark ContextMenuTest.CFOpenLinkInNewWindow flaky. by [email protected] · 14 years ago
- 99d81e5b Remove 1) NPAPI support from Chrome Frame and 2) Firefox/Opera/Safari tests. by [email protected] · 14 years ago
- 8463c8d app: Get rid of app_paths.[cc,h] files. by [email protected] · 14 years ago
- 2870e09 The crash service starup code in the cf net tests suite relies on the AtExitManager instance being around. by [email protected] · 14 years ago
- 2e1101f Enable crash reporting for chrome frame unit tests. This ensures that crashes are reported for by [email protected] · 14 years ago
- dcd5776 Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories." by [email protected] · 14 years ago
- 541434c Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. by [email protected] · 14 years ago
- 9cbab65 Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. by [email protected] · 14 years ago
- 72d3a310 Ensure that crashes are properly reported during chrome frame net test runs. Start the crash by [email protected] · 14 years ago
- 08f4d5c Attempt to fix the following flaky ChromeFrame tests by [email protected] · 14 years ago
- b5fa7fd Ensure that the AtExitManager instance is initialized before the renderer client is initialized in the by [email protected] · 14 years ago
- ff04c53 Moved the ListenSocket class (found in net/base/listen_socket.h) to the net namespace. by [email protected] · 14 years ago
- 15bb2f4 Fix up crash reporting in unit tests and the Chrome Frame helper processes: by [email protected] · 14 years ago
- e0c2361 Remove msvs_guid from chrome_frame/, cloud_print/, content/ by [email protected] · 14 years ago
- c7bef94c Not allow compression when requesting multimedia by [email protected] · 14 years ago
- a9e735b Disabling the remaining WidgetModeFF_Version test as ChromeFrame for Firefox is off by [email protected] · 14 years ago
- df82d9b Handle the print context menu on ChromeFrame fully. Currently we handle it in both places. by [email protected] · 14 years ago
- d7196e3 Removed the GetProductVersion function from webkit_glue and replace it with the BuildUserAgent function. by [email protected] · 14 years ago
- 3bf2bbb Mark CF/FullTabUITest.CtrlN/0 test as flaky (fails intermittently). by [email protected] · 14 years ago
- 1ce7a71f Use base::win::GetVersion for Windows run-time version checks in preference to by [email protected] · 14 years ago
- 20661f7 Disable ChromeFrame NPAPI plugin tests as is off our support radar. by [email protected] · 14 years ago
- b96cc34 Revert change from my previous checkin to send sync messages using SyncChannel in SendAsAsync. by [email protected] · 14 years ago
- 3cb054e6 Remove g_browser_process dependency from content. Also make all the SyncChannels in the browser process ChannelProxy instead, since no code in the browser should send synchronous IPC messages. The renderer one was done like that a long time ago to send sync IPCs for accessibility, and we learnt that that doesn't work. by [email protected] · 14 years ago
- 93b79279 Download requests initiated in a ChromeFrame popup window opened via window.open should be reissued by [email protected] · 14 years ago
- e73acd5 Changes to have chrome building with net.dll by [email protected] · 14 years ago
- cbc2659 [Sync] Move chrome/browser/sync/api files into their own targets by [email protected] · 14 years ago
- 29bbaa9 Automation: fix chrome/browser dependency on chrome/test headers. by [email protected] · 14 years ago
- 1f2ded2 Mark FullTabUITest.AltD and FullTabUCtrlR FLAKY. by [email protected] · 14 years ago
- 6a7748e Add a self-destruct mechanism to user-level Chrome Frame when it detects that system-level Chrome Frame is present. This is a first step to handling user-to-system-level handoff. by [email protected] · 14 years ago
- 33f6d46c Properly clear URL on BINDSTATUS_REDIRECTING by [email protected] · 14 years ago
- 6cce779 Disabling the ContextMenuTest.CFSavePageAs test as the attempted fix did not work. by [email protected] · 14 years ago
- 4e1eb7c Reenable the ChromeFrame ContextMenuTest.CFSaveLinkAs test. Increased the timeout for the file save as by [email protected] · 14 years ago
- 8d2ff8b Chrome Frame: Fix bogus null check found by PVS Studio. by [email protected] · 14 years ago
- 384eb7e Disable CFSaveLinkAs as it fails and seem to prevent the next by [email protected] · 14 years ago
- 894586ee Disable gzip test on chrome frame. by [email protected] · 14 years ago
- 7b15c0b9 Ensure that context menu->Print works in ChromeFrame. by [email protected] · 14 years ago
- 6c48ea4 Fix ChromeFrame tests which broke after my change to fix empty XHR POST requests to not cache. Reason by [email protected] · 14 years ago
- cd3596da Fix a chrome frame bug with empty XHR post requests whose responses would incorrectly end up being by [email protected] · 14 years ago
- e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
- 5121e678 Fix a crash which occurs while uploading ChromeFrame metrics. The crash occurs while adding the User Agent by [email protected] · 14 years ago
- d43e631 C++ Readability CL for erikwright. by [email protected] · 14 years ago
- 58753dc Marking FullTabNavigationTest.MultipleBackForward flaky. by [email protected] · 14 years ago
- bc53197 Marking the ContextMenuTest.CFSavePageAs and ContextMenuTest.CFSaveLinkAs tests as flaky. by [email protected] · 14 years ago
- e41d7dd Move SystemMonitor to base/. by [email protected] · 14 years ago
- 5f988b9 Revert 85732 (broke build) - Move SystemMonitor to base/. by [email protected] · 14 years ago
- 69803a4 Move SystemMonitor to base/. by [email protected] · 14 years ago
- 09f851c Disable failing test until I can get help looking at it. by [email protected] · 14 years ago
- 37ae86f0 Revert r85265 "Last 6 release builds failed with either LNK1000 or LNK1318." by [email protected] · 14 years ago
- b4f907aa Last 6 release builds failed with either LNK1000 or LNK1318. by [email protected] · 14 years ago
- cdc891197 Part 1 of changes to to build chrome\common as a dll. Moving some of the functionality provided by plugin_thread.cc by [email protected] · 14 years ago
- da2f68f iwyu: Include stringprintf.h where appropriate, part 2. by [email protected] · 14 years ago
- 60cc89e iwyu: Include callback_old.h where appropriate, final. by [email protected] · 14 years ago
- 366ae24 Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
- 5ae1f73 Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=84284Review URL: http://codereview.chromium.org/6862002 by [email protected] · 14 years ago
- 820d851f Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
- 42cde658 Marking the ChromeFrame.RequestStart test as flaky. by [email protected] · 14 years ago
- 39a52b44 Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuReview URL: http://codereview.chromium.org/6862002 by [email protected] · 14 years ago
- 77eecb9 Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
- b9273eef Terminate any zombie ChromeFrame processes before running the ChromeFrame AutomationProxyMock test. This is by [email protected] · 14 years ago
- b8e6420 Post a delayed QuitTask to the chrome frame net tests message loop to prevent it from waiting indefinitely by [email protected] · 14 years ago
- df88e1bb Setting KeyboardBackForward as FLAKY until ananda fixes it. by [email protected] · 14 years ago
- 615f0c7 Attempting to fix the flakiness associated with a couple of ChromeFrame tests by increasing the timeout by [email protected] · 14 years ago
- d96c3ba Propagate the exit status from chrome frame tests. This would ensure that the builder status by [email protected] · 14 years ago
- bf0c841f Marking the ChromeFrame.Launch CF test as flaky as it times out at times on the CF builders. by [email protected] · 14 years ago
- f698524 Move modified ATL sample code to third_party by [email protected] · 14 years ago
- 7b548127 Fixes for the chrome frame test failures seen on the per user builder IE8 builder. The tests fail because of by [email protected] · 14 years ago
- 3e76e27b Fix platform_util::GetChannel on Windows. by [email protected] · 14 years ago
- effa399 Disabling the ChromeFrame test ProxyFactoryTest.FastCreateDestroy as it crashes by [email protected] · 14 years ago
- b3c186db Ensure that the exit status from the chrome frame net tests suite correctly reflects the result of the by [email protected] · 14 years ago
- 840321b9 Ensure that chrome_frame_helper.exe is properly terminated on the per user chrome frame builders by [email protected] · 14 years ago
- 0676c48 Fix random crashes in the ChromeFrame automation proxy mock tests. These crashes occur when an ASSERTION by [email protected] · 14 years ago
- ed321c6 Base: Adjust dependencies to build with base.dll by [email protected] · 14 years ago
- 8696536 Fix chrome frame tests which regressed after my change to only route content initiated navigations back to the by [email protected] · 14 years ago
- f144d260 Fix the RedirectToInvalidUrl net test which started failing in ChromeFrame after the change to set the wininet option to not by [email protected] · 14 years ago
- 13a8095f Switch back to using urlmon (from using Chrome's network stack) to upload metrics so as to shrink npchrome_frame.dll. This basically reverts r58538. by [email protected] · 14 years ago
- 816ade8 Remove nspr remains from the gyp file. by [email protected] · 14 years ago
- de54e7df Set the wininet option to not follow redirects automatically for ChromeFrame requests. This fixes the bug in ChromeFrame where the status by [email protected] · 14 years ago
- 844a100 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
- 874d5dd6 If the running IE8 process instance is terminated at the end of a chrome frame test run, then IE brings up the session by [email protected] · 14 years ago
- 79d68c6 Moved ParamTraits specializations that depend on WebKit out of content/common/common_param_traits and into webkit_param_traits. Also pulled some specializations out of chrome/common/render_messages and into chrome/common/common_param_traits. This is done so that the MS toolchain can succeed in discarding more code at link time. This halves the size of npchrome_frame.dll in ordinary "Release" builds. I hope for a similar reduction in official builds. by [email protected] · 14 years ago
- 0436b10 Put back "Enable component extensions for DefaultProfile used in login screen dialogs" by [email protected] · 14 years ago
- e4f8649 Revert 81394 (broke sync_integration_tests and clang) - This CL implements alternative asynchronous methods for profile and preferences loading.BUG=chromium-os:11104TEST=UserProfileGotten (see "/tmp/login-times-sent") time doesn't increase, while UI jankness decreases.Review URL: http://codereview.chromium.org/6716025 by [email protected] · 14 years ago
- 334c59d9 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
- 8ee65ba Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. by [email protected] · 14 years ago
- dd2d0bf Remove Chrome Frame's dependency on xul_runner. by [email protected] · 14 years ago
- 536a17e4 Removing command_execution_timeout_ms in favor of action_max_timeout_ms. by [email protected] · 14 years ago
- 4b71970 Remove svn:mergeinfo props from many files. by [email protected] · 14 years ago
- fbb1bff Removing a test I missed when removing CEEE-specific functionality. by [email protected] · 14 years ago
- 92c79d3 Remove locked histogram macros since [email protected] made the base macros threadsafe in http://crrev.com/80412. by [email protected] · 14 years ago
- 7419d4b Remove extension automation support that was used only by CEEE. by [email protected] · 14 years ago
- 66b04fc Fix crashing test by [email protected] · 14 years ago
- 40bbe59 GTTF: Detect browser crashes on shutdown in UI tests. by [email protected] · 14 years ago