| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on... | dpranke@chromium.org | 2011-11-05 | 2 | -6/+0 |
* | Modify code in chrome to call wrapper functions on PluginService | dpranke@chromium.org | 2011-11-04 | 2 | -0/+6 |
* | Fix annoying autorelease messages for browser tests. | shess@chromium.org | 2011-11-04 | 1 | -1/+1 |
* | Updating PageClickTracker to Notify listeners When Text Input Loses Focus. | csharp@chromium.org | 2011-11-04 | 2 | -0/+8 |
* | Fix naming convention, add disallowed constructors. | joi@chromium.org | 2011-11-04 | 2 | -11/+15 |
* | Switch to composition for TestBrowserThread. | joi@chromium.org | 2011-11-03 | 2 | -9/+68 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Move RendererPreferences to content/public/common and also put in the content... | jam@chromium.org | 2011-10-31 | 1 | -2/+2 |
* | Move content_restriction.h and main_function_params.h to content/public/commo... | jam@chromium.org | 2011-10-31 | 3 | -6/+6 |
* | Expose the sandbox related code through the content API. I did a bit of clean... | jam@chromium.org | 2011-10-29 | 6 | -13/+20 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 3 | -1/+45 |
* | Handle additional feedback from http://codereview.chromium.org/8395038/. | jam@chromium.org | 2011-10-28 | 2 | -28/+26 |
* | Fix up compositor mocking. | backer@chromium.org | 2011-10-27 | 1 | -2/+2 |
* | Revert 107563 - Fix up compositor mocking. | backer@chromium.org | 2011-10-27 | 1 | -2/+2 |
* | Fix up compositor mocking. | backer@chromium.org | 2011-10-27 | 1 | -2/+2 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -6/+6 |
* | Make test URLFetcher implementations not derive from the URLFetcher implement... | jam@chromium.org | 2011-10-26 | 2 | -127/+230 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 2 | -17/+17 |
* | ui::TestCompositor::TestCompositor() constructor has been changed to take a a... | backer@chromium.org | 2011-10-25 | 1 | -0/+4 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 2 | -19/+22 |
* | Move content_paths.h to content/public/common. | jam@chromium.org | 2011-10-21 | 1 | -1/+1 |
* | Move PepperPluginInfo to content/public/common and put it into the content na... | jam@chromium.org | 2011-10-21 | 2 | -2/+2 |
* | Move GPUInfo to content/public/common and put it into the content namespace. | jam@chromium.org | 2011-10-20 | 2 | -2/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -6/+6 |
* | More build fixes from notification move. | jam@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 4 | -19/+66 |
* | Move content_client.h into content/public. | joi@chromium.org | 2011-10-18 | 2 | -2/+2 |
* | Refactors NativeWebKeyboardEvent to be less ugly. | ben@chromium.org | 2011-10-18 | 1 | -4/+7 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Create a public header with the child_process_sandbox_support_linux functions... | jam@chromium.org | 2011-10-17 | 2 | -5/+17 |
* | Move in-process-webkit unit tests to content unit tests target | jochen@chromium.org | 2011-10-17 | 5 | -2/+84 |
* | Get rid of view_messages.h includes in chrome\renderer. | jam@chromium.org | 2011-10-15 | 2 | -0/+6 |
* | Move NativeWebKeyboardEvent files into their intended final destinations prio... | ben@chromium.org | 2011-10-14 | 2 | -2/+2 |
* | Split most of RenderViewTest and associated classes into content. | joi@chromium.org | 2011-10-14 | 10 | -5/+1136 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Refactor downloads into a ProfileKeyedService. | rdsmith@chromium.org | 2011-10-12 | 2 | -5/+0 |
* | Don't expose RenderViewImpl to tests which use RenderViewTest through its hea... | jam@chromium.org | 2011-10-11 | 1 | -6/+8 |
* | Move some testing classes used by chrome to content\renderer, to match what w... | jam@chromium.org | 2011-10-10 | 5 | -1/+283 |
* | Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in... | jam@chromium.org | 2011-10-10 | 2 | -12/+13 |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 2 | -4/+10 |
* | Move RenderViewFakeResourcesTest to content\test. This is because we don't wa... | jam@chromium.org | 2011-10-07 | 2 | -0/+346 |
* | Check result of InProcessBrowserTest.Empty | phajdan.jr@chromium.org | 2011-10-07 | 1 | -4/+5 |
* | Make an empty content browser test work. | phajdan.jr@chromium.org | 2011-10-05 | 5 | -29/+71 |
* | Fix remaining newline issues. | phajdan.jr@chromium.org | 2011-09-30 | 5 | -5/+5 |
* | Fix Mac compile, trybots were green though. | phajdan.jr@chromium.org | 2011-09-30 | 2 | -2/+2 |
* | Add (not yet working) content_browsertests target. | phajdan.jr@chromium.org | 2011-09-30 | 8 | -0/+993 |
* | Remove use of default request context and fix use of speech censor flag | allanwoj@chromium.org | 2011-09-29 | 2 | -0/+5 |
* | Recover from bad proxy settings pointing to non-proxy servers that reply anyway. | joaodasilva@chromium.org | 2011-09-28 | 2 | -0/+14 |
* | Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix. | dpranke@chromium.org | 2011-09-26 | 2 | -3/+4 |