summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Adds some debugging code in hopes of identifying a crasher.sky@chromium.org2011-12-132-0/+11
* Fix a bug where the JavaBridgeDispatcherHost is prematurely deletedsteveblock@chromium.org2011-12-132-1/+8
* Add DEPS file disallowing content/public to depend back to content/.joi@chromium.org2011-12-131-0/+9
* Added size check for MediaStreamDeviceSettings fake UI.mflodman@chromium.org2011-12-131-2/+2
* Remove leftover declaration of DOMStorageContext::DeleteSessionOnlyData.marja@chromium.org2011-12-131-5/+0
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-135-0/+38
* <video> decode in hardware! fischman@chromium.org2011-12-1314-39/+176
* Fix windows gpu bots.piman@chromium.org2011-12-131-3/+23
* first cut at uber pageestade@chromium.org2011-12-133-3/+11
* Send the pending input event ack before the UpdateRect messagejamesr@chromium.org2011-12-132-3/+14
* base::Bind() cleanup in URLFetcherImpl test.dcheng@chromium.org2011-12-131-24/+12
* Compile fix for gcc 4.6 (unused variable).joi@chromium.org2011-12-131-2/+0
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-131-4/+1
* Move the concept of Activation to the Shell.ben@chromium.org2011-12-132-14/+22
* Added code to propagate clicks to parents of the target as well.pkotwicz@chromium.org2011-12-121-0/+4
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-126-91/+32
* Revert 114095 - Move the concept of Activation to the Shell.ben@chromium.org2011-12-122-22/+14
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-0/+1
* Move the concept of Activation to the Shell.ben@chromium.org2011-12-122-14/+22
* Remove the AudioManager singleton.tommi@chromium.org2011-12-1224-224/+336
* Fixes and reenables RendererAccessibilityBrowserTest.*dtseng@chromium.org2011-12-122-9/+10
* EarlyOut_AnimatedTooRecently should only be done in software modenduca@chromium.org2011-12-121-1/+1
* Chrome for arm seems to make the implicit assumption that robertm@google.com2011-12-121-2/+2
* Update Java Bridge to use its own thread in the browser processsteveblock@chromium.org2011-12-123-23/+32
* remove the race related to output_delay_ms_ in ADM and races in the unittests.xians@chromium.org2011-12-123-16/+52
* GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK...erg@chromium.org2011-12-102-0/+10
* Remove custom Task implementation from RenderWidgetHelper::UpdateMsgProxy.dcheng@chromium.org2011-12-101-30/+40
* Remove custom Task implementations and re-exorcise old callbacks from gpu.dcheng@chromium.org2011-12-106-194/+116
* Fix page zoom for plug-in documents (PDF, etc.)csilv@chromium.org2011-12-104-6/+14
* Add a mechanism to launch the utility process from the zygote on Linux.jorgelo@chromium.org2011-12-103-1/+15
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-1015-174/+42
* Revert 113899 - Add missing 'virtual'.fischman@chromium.org2011-12-101-1/+1
* Utility process: move GTK initialization to the plugin loading code path.jorgelo@chromium.org2011-12-101-7/+8
* Add missing 'virtual'.fischman@chromium.org2011-12-101-1/+1
* <video> decode in hardware!fischman@chromium.org2011-12-1015-42/+174
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-1019-48/+48
* Remove static initialization from navigation_controller.ccthakis@chromium.org2011-12-092-6/+15
* Basic tests for DownloadUrl/DownloadUrlToFile.rdsmith@chromium.org2011-12-092-4/+2
* Delay UpdateRect until the SwapBuffers callback when accelerated compositing ...piman@chromium.org2011-12-0914-115/+209
* Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTKpiman@chromium.org2011-12-091-0/+7
* Aura: Send SetActive IPC to the renderer when focused.saintlou@chromium.org2011-12-091-0/+2
* Remove some now unused fullscreen plumbing.darin@chromium.org2011-12-094-17/+0
* Add CONTENT_EXPORT to AudioDevice::RenderCallback class.vrk@google.com2011-12-091-1/+1
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-0913-128/+63
* Simplify AudioRendererImpl by using AudioDevice.vrk@google.com2011-12-095-715/+337
* Remove "open in new tab" items from context menu if the process doesn'ttsepez@chromium.org2011-12-097-22/+71
* Attempt 3 at:sky@chromium.org2011-12-092-2/+18
* Revert 113794 - Revert 113785 - Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-3/+1
* Fix a race condition in the Java Bridge when adding objectssteveblock@chromium.org2011-12-099-64/+146
* Plumb damage rect to browser compositor.backer@chromium.org2011-12-095-5/+25