| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the Geoposition helper struct public | bartfab@chromium.org | 2012-05-02 | 3 | -137/+5 |
* | Create swapped-out opener RVHs after a process swap. | creis@chromium.org | 2012-05-02 | 1 | -0/+7 |
* | Make URLRequestThrottlerManager a member of URLRequestContext. | joi@chromium.org | 2012-05-02 | 3 | -97/+163 |
* | DevTools: AppendFile implementation. | loislo@chromium.org | 2012-05-02 | 1 | -0/+6 |
* | Add constructor to get extras, service, ports from WebIntent object. | gbillock@chromium.org | 2012-05-02 | 1 | -0/+1 |
* | GpuMemoryManager suggests values for renderer Contents Texture Managers' pref... | mmocny@chromium.org | 2012-05-01 | 9 | -204/+368 |
* | Allow textures to be moved from one GL context group to another. | apatrick@chromium.org | 2012-05-01 | 4 | -1/+15 |
* | Add a suppression for GLHelper blocking the UI thread. | mazda@chromium.org | 2012-05-01 | 1 | -0/+3 |
* | Policy tweaks to address syscall failures seen in 20.0.115.1 | cevans@chromium.org | 2012-04-30 | 1 | -0/+6 |
* | Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type. | jsbell@chromium.org | 2012-04-30 | 12 | -23/+223 |
* | Shift media_stream::StreamOptions to align with the new getUserMedia spec | yujie.mao@intel.com | 2012-04-30 | 2 | -16/+8 |
* | Revert 134527 - Revert 134480 - Revert 134428 - GpuMemoryManager suggests val... | mmocny@chromium.org | 2012-04-30 | 9 | -365/+204 |
* | Revert 134480 - Revert 134428 - GpuMemoryManager suggests values for renderer... | mmocny@chromium.org | 2012-04-30 | 9 | -204/+365 |
* | Revert 134428 - GpuMemoryManager suggests values for renderer Contents Textur... | nsylvain@chromium.org | 2012-04-28 | 9 | -365/+204 |
* | RefCounted types should not have public destructors, content/browser part 2 | rsleevi@chromium.org | 2012-04-28 | 13 | -228/+239 |
* | Route calls to tcmalloc MallocExtension through allocator agnostic interface | jamesr@chromium.org | 2012-04-28 | 1 | -5/+2 |
* | GpuMemoryManager suggests values for renderer Contents Texture Managers' pref... | mmocny@chromium.org | 2012-04-28 | 9 | -204/+365 |
* | Chromium-side dispatch for explicit intents. | gbillock@chromium.org | 2012-04-27 | 1 | -0/+1 |
* | Fix debug asserts when --ui-use-gpu-process is specified. | mazda@chromium.org | 2012-04-27 | 1 | -1/+5 |
* | Don't make checkdeps ignore includes to directories that are brought in via d... | jam@chromium.org | 2012-04-27 | 1 | -0/+1 |
* | Use IndexedDBKeyRange type for IDB IPC. | jsbell@chromium.org | 2012-04-27 | 2 | -54/+13 |
* | add methods to URLFetcherDelegate to get download data from URLFetcherCore: | kuan@chromium.org | 2012-04-27 | 2 | -0/+24 |
* | User Gesture plumbed from Renderer to Browser's FullscreenController::Request... | scheib@chromium.org | 2012-04-26 | 1 | -1/+2 |
* | re-use WebUIs | estade@chromium.org | 2012-04-26 | 1 | -5/+3 |
* | Switch chrome and chromiumDRT over to using the new WebKit API for dispatching | michaeln@google.com | 2012-04-26 | 1 | -0/+4 |
* | Delete background tab IOSurfaces on Mac. | jbates@chromium.org | 2012-04-26 | 2 | -28/+83 |
* | aura: Change shared context to be offscreen for arm | piman@chromium.org | 2012-04-25 | 2 | -1/+2 |
* | Move Referrer into CommonParamTraits | gavinp@chromium.org | 2012-04-25 | 1 | -6/+0 |
* | Fixed a bug in URLFetcherCore that caused random failures if stopped (because... | primiano@chromium.org | 2012-04-25 | 1 | -0/+5 |
* | Show gpu process stats in about:tcmalloc | jamesr@chromium.org | 2012-04-25 | 3 | -0/+32 |
* | IndexedDB: chromium side of IDBCursor.advance(). | alecflett@chromium.org | 2012-04-24 | 5 | -0/+50 |
* | texture_image_transport: have a current context when we're releasing textures | piman@chromium.org | 2012-04-24 | 2 | -17/+20 |
* | DomStorage async IPC message definitions and browser-side handlers. These mes... | michaeln@google.com | 2012-04-24 | 1 | -4/+41 |
* | IndexedDB: remove proxy and IPC code for the IDBKey-based get/getKey. | alecflett@chromium.org | 2012-04-23 | 7 | -148/+9 |
* | IndexedDB: API rename to allow return type of keyPath accessors to change | jsbell@chromium.org | 2012-04-23 | 4 | -4/+4 |
* | Add @cpu and @jschuh as owners for content/common/sandbox_policy.cc | jschuh@chromium.org | 2012-04-23 | 1 | -0/+4 |
* | Fix DXVA2 video decoding which was broken with recent process handle brokerin... | ananta@chromium.org | 2012-04-21 | 2 | -15/+29 |
* | Allow kill(self) for the GPU watchdog. | cevans@chromium.org | 2012-04-20 | 1 | -6/+34 |
* | Valgrind: Fix uninitialized variable from r133076. | thestig@chromium.org | 2012-04-19 | 1 | -0/+1 |
* | ignore WebUISend messages from old pages | estade@chromium.org | 2012-04-19 | 1 | -2/+4 |
* | Remove references to renderer from URLFetcherCore | akalin@chromium.org | 2012-04-19 | 3 | -30/+49 |
* | Handle three syscalls seen so far in crash logs. | cevans@chromium.org | 2012-04-19 | 1 | -1/+15 |
* | Fixup the DomStorage IPC messsages. | michaeln@google.com | 2012-04-19 | 1 | -15/+16 |
* | aura: Add flush() to make sure delete operations make it through when we intend. | piman@chromium.org | 2012-04-19 | 1 | -1/+19 |
* | Remedy irratic focus behavior when accessibility clients set focus. | dtseng@chromium.org | 2012-04-19 | 1 | -1/+4 |
* | IndexedDB: Support get/getKey(keyRange) | alecflett@chromium.org | 2012-04-19 | 7 | -0/+144 |
* | Fix CHECK() loading Pepper Flash when inside the suid sandbox. | cevans@chromium.org | 2012-04-18 | 1 | -3/+5 |
* | aura/texture transport: Keep ref to texture infos to avoid races with the UI | piman@chromium.org | 2012-04-17 | 2 | -55/+75 |
* | Revert 131655 - Windows: Reduce GPU process sandbox to XP level on Windows Se... | apatrick@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 16 | avi@chromium.org | 2012-04-17 | 1 | -2/+2 |