summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-128-49/+36
* Ignore revocation check failures from automated requests.agl@chromium.org2011-10-122-7/+13
* Finish moving plugin probing out of process.rsesek@chromium.org2011-10-126-46/+82
* Implement Pepper IME API.kinaba@chromium.org2011-10-126-52/+172
* Only purge plug-in list caches for renderers belonging to a given profile.bauerb@chromium.org2011-10-122-6/+16
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-123-8/+8
* mac: Almost fix Lion accented character bubble input in web contents.thakis@chromium.org2011-10-129-15/+42
* DevTools: support shared worker initialization debuggeryurys@chromium.org2011-10-1213-40/+313
* Assign urls to RenderProcessHosts by if they refer to isolated apps, or use t...ajwong@chromium.org2011-10-123-4/+4
* Remove deprecated calls.avi@chromium.org2011-10-122-2/+2
* Consolidate key, primary key, value cursor messages.dgrogan@chromium.org2011-10-127-40/+33
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-6/+6
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-128-49/+33
* get rid of clearing/sync issues with osmesadanakj@chromium.org2011-10-111-17/+5
* export kEnableVideoTrackdpranke@chromium.org2011-10-111-1/+1
* Linux implementation of mouse lock in render widget host view.scheib@chromium.org2011-10-113-7/+208
* SetIntegrity and SetDelayedIntegrity are flipped between GPU modesjschuh@chromium.org2011-10-111-2/+2
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-1110-56/+48
* Adds a stubbed RenderWidgetHostViewAura.http://crbug.com/99757TEST=noneben@chromium.org2011-10-114-2/+392
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-1113-77/+138
* Assert that new renderer processes aren't created during shutdown.willchan@chromium.org2011-10-113-0/+12
* Move comctl32.lib dep from content_unittests to content_browser.willchan@chromium.org2011-10-112-5/+1
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-1111-32/+47
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-1111-47/+32
* Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...jam@chromium.org2011-10-115-204/+224
* Fix a DCHECK which fires in single process mode indicating that the in proc r...ananta@chromium.org2011-10-101-6/+10
* Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window.jamescook@chromium.org2011-10-101-1/+3
* base::Bind: Cleanup in test_shell.jhawkins@chromium.org2011-10-102-20/+22
* Allow a window to be passed to WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-101-1/+2
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-106-111/+74
* Move some testing classes used by chrome to content\renderer, to match what w...jam@chromium.org2011-10-106-11/+11
* base::Bind: Cleanup in geolocation.jhawkins@chromium.org2011-10-1012-66/+79
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-1054-579/+612
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-1021-156/+311
* Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-106-116/+22
* DevTools: allow attaching/detaching DevToolsAgentHostsyurys@chromium.org2011-10-102-1/+14
* Return a specific error code for unknown URL schemes.mkosiba@chromium.org2011-10-102-1/+35
* DevTools: persist worker devtools agent state in DevToolsManageryurys@chromium.org2011-10-108-1/+61
* Fix the bug that closing a tab which owns a fullscreen Flash widget causes cr...yzshen@chromium.org2011-10-102-12/+25
* Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...yzshen@chromium.org2011-10-093-7/+47
* A second attempt at renderer sandbox tests for macofri@chromium.org2011-10-093-3/+50
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-1/+2
* Add --enable-video-track commandline flag for enabling <track> (otherwise dis...annacc@chromium.org2011-10-084-0/+9
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-087-13/+13
* Revert 104632 - enable component build for content and appcache.rsleevi@chromium.org2011-10-082-6/+3
* Register route with compositor thread whenever compositor is activated if thr...jamesr@chromium.org2011-10-082-1/+13
* enable component build for content and appcache.dpranke@chromium.org2011-10-082-3/+6
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-087-18/+29
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-084-57/+114
* Add command line switch for enabling threaded compositingjamesr@chromium.org2011-10-086-2/+10