summaryrefslogtreecommitdiffstats
path: root/content/common
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakjam@chromium.org2011-03-221-1/+1
* Move some more renderer messages to content. Also move a couple of files whi...jam@chromium.org2011-03-222-1/+223
* This is a thread that runs in the browser process that can issue GL calls wit...apatrick@chromium.org2011-03-213-3/+6
* Plumbing to support loading from the "most appropriate" appcache.michaeln@google.com2011-03-213-0/+15
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-213-0/+183
* Add progress notifications for extension updates (from: 6665014)dennisjeffrey@chromium.org2011-03-211-0/+15
* Move audio messages to their own file.jam@chromium.org2011-03-213-0/+134
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-3/+3
* Move geolocation, desktop notification, and device orientation into their own...jam@chromium.org2011-03-195-0/+197
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-192-0/+101
* Do not put off destroying of the IOSurface in the GPU process.amarinichev@chromium.org2011-03-191-5/+5
* event trace plumbing for multi-process supportjbates@chromium.org2011-03-184-0/+112
* Move FilePathWatcher class from chrome/browser/... to content/common...dmaclach@chromium.org2011-03-182-6/+6
* Move FilePathWatcher class from chrome/browser/... to content/common...dmaclach@chromium.org2011-03-187-0/+1592
* Move the renderer_web* files to content.jam@chromium.org2011-03-181-0/+18
* Add separate ContentClient interfaces for gpu/plugin/renderer processes. Sin...jam@chromium.org2011-03-172-20/+22
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-173-8/+8
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-1722-0/+1432
* Move a bunch of files from chrome\common to content\common.jam@chromium.org2011-03-178-0/+987
* Move gpu_feature_flags from chrome\common to content\common.jam@chromium.org2011-03-173-0/+163
* Move all the message files in chrome that belong in content.jam@chromium.org2011-03-1617-2/+1299
* Remove last dependencies on chrome\common from chrome\plugin.jam@chromium.org2011-03-163-1/+54
* Comb up ownership things.dilmah@chromium.org2011-03-161-2/+2
* Get rid of some more dependencies on chrome\common from plugin, in preparatio...jam@chromium.org2011-03-152-0/+38
* Fixes crash if instant is enabled and you block JS.sky@chromium.org2011-03-151-0/+5
* Make ContentBrowserClient not be owned by ContentClient, so that the latter d...jam@chromium.org2011-03-151-4/+7
* fav icon -> favicon. Pass 8: content/avi@chromium.org2011-03-151-1/+1
* Add newline at end of filejam@chromium.org2011-03-151-1/+1
* Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, an...jam@chromium.org2011-03-152-10/+8
* Move injection_test_dll.h to content\common to get rid of a dependency on chr...jam@chromium.org2011-03-141-0/+27
* Add ContentClient destructor for Clang.creis@google.com2011-03-142-1/+6
* Prevent memory leak for ChromeContentBrowserClient.creis@google.com2011-03-141-3/+4
* Move plugin messages to content.jam@chromium.org2011-03-144-12/+787
* Fix to make the clang bots happy.zmo@google.com2011-03-142-0/+3
* Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...zmo@google.com2011-03-144-56/+15
* Connect up --disable-gl-multisampling to command bufferjbauman@chromium.org2011-03-141-0/+1
* Add a ContentBrowserClient interface to let content code delegate to embedder.creis@google.com2011-03-142-0/+18
* Move AppCache common code to content and split off AppCache messages into the...jam@chromium.org2011-03-1410-0/+768
* Move the blob related code to content, and also move the blob messages to the...jam@chromium.org2011-03-146-0/+213
* Move database files from chrome\commmon to content\common, in preparation for...jam@chromium.org2011-03-136-0/+219
* Move some message files and hi_res_timer_manager to content, in preparation f...jam@chromium.org2011-03-136-1/+141
* Change common_message_generator code block.tsepez@chromium.org2011-03-121-3/+6
* Move worker_messages to content in preparation of moving worker.jam@chromium.org2011-03-124-7/+187
* Use IPEndPoint for P2P IPC messagessergeyu@chromium.org2011-03-125-31/+34
* Remove Gears from Chrome.aa@chromium.org2011-03-117-50/+11
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-1123-0/+2454
* IndexedDB: Add --indexeddb-use-leveldb flag, and pipe through to WebIDBFactor...hans@chromium.org2011-03-112-0/+4
* Move GPU messages to content. I've also switched the IPC structs to use the ...jam@chromium.org2011-03-109-0/+790
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-1/+5
* Move property bag to content.avi@chromium.org2011-03-103-0/+293