| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix flakiness in Chrome Frame HeaderTest. | grt@chromium.org | 2012-02-03 | 1 | -2/+3 |
* | Disable ChromeFrameTestWithWebServer.WidgetModeIE_CFInstanceRPC in Debug builds. | grt@chromium.org | 2012-02-03 | 1 | -1/+8 |
* | Fix races in CFTxtFieldUndo and CFTxtFieldRedo tests. | grt@chromium.org | 2012-02-03 | 1 | -14/+21 |
* | Make some CF integration tests ever so slightly more deterministic. | grt@chromium.org | 2012-02-02 | 1 | -24/+40 |
* | Fix use of OnAccDocLoad in CF integration tests. | grt@chromium.org | 2012-02-02 | 9 | -55/+152 |
* | Fix attrition experiment toast regression due to startup refactoring. | finnur@chromium.org | 2012-02-02 | 2 | -3/+4 |
* | net: Replace UploadDataStream::Create() with Init(). | satorux@chromium.org | 2012-02-02 | 1 | -6/+8 |
* | Enlarge the CF integration test timeout values, more so for Debug builds. | robertshield@chromium.org | 2012-01-31 | 1 | -2/+8 |
* | content: Modfiy ResourceBundle and content_shell to run with alternative pak ... | erg@chromium.org | 2012-01-28 | 1 | -1/+1 |
* | Add Malay as a translation. | tony@chromium.org | 2012-01-28 | 2 | -0/+8 |
* | Separate chrome/common/metrics/metrics_helpers.{h,cc} into files for the cons... | isherman@chromium.org | 2012-01-27 | 2 | -1/+2 |
* | Fix JS error in ChromeFrameTestWithWebServer.FLAKY_WidgetModeIE_SrcProperty t... | robertshield@chromium.org | 2012-01-26 | 1 | -11/+14 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -2/+1 |
* | Disable certain net tests when running under Chrome Frame. | erikwright@chromium.org | 2012-01-25 | 1 | -0/+17 |
* | A couple more improvements to chrome_frame_tests.exe: | robertshield@chromium.org | 2012-01-25 | 2 | -10/+23 |
* | Spawn a new process to register and unregister DLLs. | grt@chromium.org | 2012-01-25 | 6 | -51/+166 |
* | Remove the default plugin. | bauerb@chromium.org | 2012-01-24 | 1 | -2/+6 |
* | Mark flaky. | miket@chromium.org | 2012-01-24 | 1 | -2/+3 |
* | Disable DllRedirectorLoadingTest.TestDllRedirection for component builds. | grt@chromium.org | 2012-01-23 | 1 | -1/+10 |
* | Log WebBrowser event method names rather than DISPID integer values for more ... | grt@chromium.org | 2012-01-23 | 3 | -10/+128 |
* | Fix npchrome_frame dll lookups for shared_library builds. | grt@chromium.org | 2012-01-20 | 3 | -38/+36 |
* | Disable DllRedirectorLoadingTest.TestDllRedirection for component builds. | grt@chromium.org | 2012-01-18 | 1 | -2/+11 |
* | Fix DCHECKs in the UMA histogram code in ChromeFrame. These started firing du... | ananta@chromium.org | 2012-01-12 | 1 | -2/+2 |
* | Move chrome/common/metrics* files into a shared subdirectory. | isherman@chromium.org | 2012-01-12 | 2 | -4/+4 |
* | Convert use of int ms to TimeDelta in files owned by ananta. | tedvessenes@gmail.com | 2012-01-12 | 1 | -3/+3 |
* | Synchronize access to TestAutomationResourceMessageFilter's requests_ map. Th... | robertshield@chromium.org | 2012-01-11 | 2 | -2/+25 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-11 | 2 | -23/+2 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 2 | -0/+24 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 2 | -24/+0 |
* | Allow Chrome Frame test to run on Vista/IE7 at high integrity. | grt@chromium.org | 2012-01-09 | 1 | -3/+11 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 7 | -6/+4 |
* | Allow crash reporting for GCF integration tests to be suppressed via command ... | grt@chromium.org | 2012-01-06 | 1 | -4/+9 |
* | Empty XHR posts requests fail in ChromeFrame with status code 0. The POST req... | ananta@chromium.org | 2012-01-06 | 1 | -7/+21 |
* | Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. | ajwong@chromium.org | 2012-01-06 | 6 | -22/+21 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -4/+5 |
* | Merge Chrome Frame file lists into common file lists. | mmoss@chromium.org | 2012-01-05 | 3 | -14/+0 |
* | Disable FullTabSeleniumTest.Core, crashes flakily. | mnissler@chromium.org | 2012-01-04 | 1 | -2/+3 |
* | And now NewRunnableMethod(), you die. | ajwong@chromium.org | 2012-01-04 | 1 | -6/+1 |
* | Enabling the following ChromeFrame tests which were failing because of a cras... | ananta@chromium.org | 2012-01-04 | 3 | -10/+5 |
* | base::Bind: Remove callback_old.h. | jhawkins@chromium.org | 2012-01-03 | 1 | -2/+1 |
* | Disable failing Chrome Frame tests following WebKit roll, for rniwa | jsbell@chromium.org | 2011-12-23 | 3 | -5/+10 |
* | base::Bind: Remove includes of base.bind in header files. | jhawkins@chromium.org | 2011-12-21 | 3 | -32/+53 |
* | Rename PluginService to PluginServiceImpl. | jam@chromium.org | 2011-12-21 | 1 | -1/+0 |
* | Remove remaining references to CEEE. | rogerta@chromium.org | 2011-12-20 | 10 | -55/+31 |
* | Move general UiPerfTest code to shared area in preparation for performance br... | jbates@chromium.org | 2011-12-20 | 1 | -17/+14 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 2 | -3/+7 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 2 | -7/+3 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 2 | -3/+7 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 2 | -7/+3 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 2 | -3/+7 |