summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Add a public content/ interface for intents. Use it.gbillock@chromium.org2011-12-019-24/+186
* Call WebCompositor::shutdown only when we have called WebCompositor::initializenduca@chromium.org2011-12-012-1/+7
* Reland change for aura tooltips that was revert due to build break:varunjain@chromium.org2011-12-011-0/+7
* Added hotkey support to 8508009pkotwicz@chromium.org2011-12-011-0/+3
* aura: fix fullscreen pepper flashpiman@chromium.org2011-12-012-28/+25
* Make TaskManager not use ChildProcessInfo. After this change, I will make Bro...jam@chromium.org2011-12-011-12/+0
* GTK: Port RenderWidgetHostViewGtk to latest GTKrobert.bradford@intel.com2011-12-011-20/+23
* Dispatch the Windows font caching IPCs in one filter. This avoids having the ...jam@chromium.org2011-12-0110-234/+239
* Use WebKit::initializeWithoutV8() in SandboxIPCProcess.adamk@chromium.org2011-12-011-1/+1
* aura: Detect double clicks and set ui::EF_IS_DOUBLE_CLICK appropriately.sadrul@chromium.org2011-12-011-3/+0
* Define DevTools content APIyurys@chromium.org2011-12-0132-480/+652
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-014-9/+3
* Introduce IPC for querying CPU usage of a renderer process.ulan@chromium.org2011-12-015-18/+49
* Make sure the document's scroll position is always up-to-date beforedmazzoni@chromium.org2011-12-012-0/+19
* Add missing CONTENT_EXPORT to fix Linux shared build after r112415yurys@chromium.org2011-12-011-1/+1
* Trigger didCommitAndDrawCompositorFrame on fullscreen Swapbuffersjbauman@chromium.org2011-12-011-0/+4
* Move DevTools front-end IPC message handling to contentyurys@chromium.org2011-12-015-0/+205
* Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base...hayato@chromium.org2011-12-0111-4/+182
* Revert 112399 - Aura: Tooltip refactor. This Cl does the following:hbono@chromium.org2011-12-011-7/+0
* Fix component buildjam@chromium.org2011-12-011-1/+3
* Move GetProcessTypeNameInEnglish beside the ProcessType enum where it belongs...jam@chromium.org2011-12-015-41/+53
* Aura: Tooltip refactor. This Cl does the following:varunjain@chromium.org2011-12-011-0/+7
* Reduce number of threads and number of iterations to avoid timeout on botscottmg@chromium.org2011-12-011-2/+2
* Make command buffer free transfer buffer when switching tabsgman@chromium.org2011-12-011-2/+2
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-015-7/+7
* base::Bind: More random cleanups.jhawkins@chromium.org2011-12-013-46/+31
* Rename navigation_types.h to navigation_type.h to match the rest of the enum ...jam@chromium.org2011-12-016-8/+8
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-0126-130/+161
* add missing CONTENT_EXPORTisherman@chromium.org2011-12-011-1/+2
* Allow IndexedDB to send messages from any thread in the renderer process, not...dgrogan@chromium.org2011-12-017-74/+61
* Renderer reading side of gamepadscottmg@chromium.org2011-12-0119-109/+426
* Split accessible bounds calculation into two methods, one to retrievedmazzoni@chromium.org2011-11-304-16/+26
* The Mac accessibility impl should defer to BrowserAccessibilityManagerdmazzoni@chromium.org2011-11-301-1/+2
* Cleanup: Remove an unneeded dependency.thestig@chromium.org2011-11-301-9/+7
* update dependencies in preparation for glue being a componentdpranke@chromium.org2011-11-302-0/+2
* Move remaining about: handlers to webUI.tsepez@chromium.org2011-11-303-5/+5
* Shim calls to NPN_MemAlloc/MemFree through PluginHostdpranke@chromium.org2011-11-303-3/+7
* Fixed a header name error in UMA statistics that record what servers accept r...ahendrickson@chromium.org2011-11-304-13/+16
* Pass gamepad enable switch through to WebKitscottmg@chromium.org2011-11-301-0/+3
* Fix content_shell. We really need an automated test soon :)jam@chromium.org2011-11-302-3/+5
* Fix the components build on Linux.tony@chromium.org2011-11-301-1/+1
* Prepare for didUpdateLayout moving to WebViewClient.levin@chromium.org2011-11-302-13/+19
* Make some organization in RenderWidgetHost clearer.levin@chromium.org2011-11-301-10/+12
* Remove child_process.h includes from chrome (specifically WaitForDebugger). I...jam@chromium.org2011-11-301-0/+8
* [Mac] Move ScopedSendingEvent from content/common/mac to base/mac.shess@chromium.org2011-11-3011-182/+4
* Make drag and drop work on webpage. Also slightly modify drag drop workflow.varunjain@chromium.org2011-11-301-0/+11
* Revert 112232 - Added hotkey support to 8508009pkotwicz@chromium.org2011-11-301-3/+0
* Added hotkey support to 8508009pkotwicz@chromium.org2011-11-301-0/+3
* Fix an incorrect comment in the Java Bridge when calling array methodssteveblock@chromium.org2011-11-301-45/+47
* Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboarddarin@chromium.org2011-11-305-99/+124