| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide touch editing handles on a webpage while scrolling. | varunjain@chromium.org | 2013-06-11 | 3 | -1/+94 |
* | Remove duplicated --wait-for-debugger check | feng@chromium.org | 2013-06-11 | 1 | -10/+0 |
* | Fix DCHECK in browser software compositing. | aelias@chromium.org | 2013-06-11 | 3 | -9/+12 |
* | Cause touch events to be held like mouse events during window resizing | rharrison@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | This patch starts the source of the capturer when the first audiotrack is add... | xians@chromium.org | 2013-06-11 | 11 | -133/+240 |
* | Delegate root layer scroll offset to android_webview. | mkosiba@chromium.org | 2013-06-11 | 11 | -11/+91 |
* | Small improvements to Looper Idle tracing | joth@chromium.org | 2013-06-11 | 1 | -8/+11 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 37 | -45/+44 |
* | IndexedDB: Don't recompute key prefix type when comparing keys | jsbell@chromium.org | 2013-06-11 | 1 | -73/+83 |
* | Add IPC for new WebSocket impl. | ricea@chromium.org | 2013-06-11 | 4 | -0/+132 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 50 | -161/+196 |
* | Add a new WebContentsDelegate::CanDragEnter method. Allows applications using... | marshall@chromium.org | 2013-06-11 | 8 | -15/+100 |
* | Re-enable gesture nav. | sadrul@chromium.org | 2013-06-11 | 3 | -7/+2 |
* | Revert 205443 "headless windows content_shell" | jochen@chromium.org | 2013-06-11 | 1 | -20/+0 |
* | Remove dependency on WebData, WebVector, etc | alecflett@chromium.org | 2013-06-11 | 7 | -208/+147 |
* | TextureImageTransportSurface: Don't recreate the backbuffer on Resize if it's... | piman@chromium.org | 2013-06-11 | 1 | -1/+2 |
* | Remove input throttling option in renderer_preferences | fsamuel@chromium.org | 2013-06-11 | 6 | -19/+1 |
* | Tighten socket(2)/socketpair(2) on ARM GPU. | jorgelo@chromium.org | 2013-06-11 | 1 | -10/+11 |
* | Unified OutputSurface::SwapBuffers. | aelias@chromium.org | 2013-06-11 | 13 | -125/+136 |
* | 2nd try: Split webkit_storage target into webkit_storage_{browser,common,rend... | kinuko@chromium.org | 2013-06-11 | 6 | -7/+16 |
* | Virtual context MakeCurrent tweaks. | sievers@chromium.org | 2013-06-11 | 2 | -13/+22 |
* | Pass FrameMetadata from synchronous compositor to RWHVA | joth@chromium.org | 2013-06-11 | 5 | -27/+62 |
* | Revert 205463 "Split webkit_storage target into webkit_storage_{..." | kinuko@chromium.org | 2013-06-11 | 6 | -16/+7 |
* | Split webkit_storage target into webkit_storage_{browser,common,renderer} | kinuko@chromium.org | 2013-06-11 | 6 | -7/+16 |
* | IndexedDB: Add test cases for unaligned decodes | jsbell@chromium.org | 2013-06-11 | 1 | -55/+82 |
* | Use a direct include of strings headers in content/renderer and content/shell. | avi@chromium.org | 2013-06-11 | 51 | -67/+67 |
* | Use a direct include of strings headers in content/browser/, part 1. | avi@chromium.org | 2013-06-11 | 81 | -99/+99 |
* | Use a direct include of strings headers in content/test/, content/worker/. | avi@chromium.org | 2013-06-11 | 6 | -7/+7 |
* | headless windows content_shell | scottmg@chromium.org | 2013-06-11 | 1 | -0/+20 |
* | Disable promotion of RenderLayers with transitions | ajuma@chromium.org | 2013-06-11 | 1 | -1/+4 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 78 | -98/+98 |
* | Use a direct include of strings headers in content/gpu/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of strings headers in content/child/. | avi@chromium.org | 2013-06-11 | 9 | -9/+9 |
* | Add support for composite to mailbox. | alexst@chromium.org | 2013-06-11 | 2 | -62/+101 |
* | Use a direct include of strings headers in content/app/. | avi@chromium.org | 2013-06-11 | 2 | -4/+4 |
* | Update tests to not use to-be-removed V8 handle operations. | marja@chromium.org | 2013-06-11 | 1 | -56/+88 |
* | Track LatencyInfo through impl-thread scrolling. | jbauman@chromium.org | 2013-06-11 | 10 | -17/+57 |
* | Ignore spurious ResourceHostMsg_DataReceived_ACK IPC messages. | aedla@chromium.org | 2013-06-11 | 2 | -4/+60 |
* | Fix swapbuffers accounting in single-threaded mode | piman@chromium.org | 2013-06-11 | 1 | -3/+5 |
* | IndexedDB: Eliminate extra buffer copy when writing data to leveldb | jsbell@chromium.org | 2013-06-10 | 6 | -27/+37 |
* | Fix stack overflow in confirmTouchEvent() | wangxianzhu@chromium.org | 2013-06-10 | 1 | -2/+2 |
* | Revert 204994 "Configure networks requiring a certificate." | oshima@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 54 | -54/+54 |
* | Remove WebIDBKey, WebIDBKeyRange, WebIDBKeyPath from browser/ and in_process_... | alecflett@chromium.org | 2013-06-10 | 8 | -129/+92 |
* | Enable TsfBridge to re-initialize | Yukawa@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Improve tracing for input events - especially Aura touch | rbyers@chromium.org | 2013-06-10 | 5 | -20/+29 |
* | [content shell] don't synchronously destroy the main window if a plugin crashed | jochen@chromium.org | 2013-06-10 | 1 | -1/+4 |
* | Make FileSystemOperation NOT self-destruct | kinuko@chromium.org | 2013-06-10 | 1 | -0/+2 |
* | mac: Move more 10.7 api stuff into sdk_forward_declarations.h | thakis@chromium.org | 2013-06-10 | 1 | -9/+0 |
* | Fix naked protected member in SpeechRecognizer | janx@chromium.org | 2013-06-10 | 2 | -21/+24 |