| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 6 | -12/+12 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 12 | -22/+32 |
* | Add first imported w3c test suites for html-elements and shadow-dom. | dpranke@chromium.org | 2013-12-20 | 2 | -0/+117 |
* | FileAPI: Rename *OnFileThread to *OnFileTaskRunner | nhiroki@chromium.org | 2013-12-20 | 8 | -44/+49 |
* | Part2: Fix a recently introduced (r230246 in m32) use-after-free bug. | michaeln@chromium.org | 2013-12-20 | 1 | -1/+5 |
* | FileAPI: Return success when copying/moving file into the same path | nhiroki@chromium.org | 2013-12-19 | 1 | -2/+4 |
* | Add base:: to string16 in webkit/. | dbeam@chromium.org | 2013-12-19 | 2 | -46/+48 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 6 | -0/+6 |
* | Fix a recently introduced (r230246 in m32) use-after-free bug. | michaeln@chromium.org | 2013-12-18 | 1 | -5/+10 |
* | Support renderbufferStorageMultisampleEXT in webgraphicscontext3d | marcheu@chromium.org | 2013-12-17 | 2 | -0/+21 |
* | Cosmetic change for disk flush interval in Files.app file copying. | kinaba@chromium.org | 2013-12-17 | 2 | -10/+22 |
* | $ optimize_png_files.sh -o2 -r 232777 win8/metro_driver webkit/ | oshima@chromium.org | 2013-12-17 | 2 | -0/+0 |
* | AppCache: Run a quick integrity check on the sqlite database when opening. If... | michaeln@chromium.org | 2013-12-16 | 3 | -1/+43 |
* | Implicitly ensure backbuffer creation on draw | jamesr@chromium.org | 2013-12-13 | 2 | -5/+0 |
* | Remove ifdefs in web_to_cc_animation_delegate_adapter.cc | ajuma@chromium.org | 2013-12-13 | 1 | -8/+0 |
* | Flush after FileSystem API copy when necessary (case for intra-fs copies). | kinaba@chromium.org | 2013-12-13 | 5 | -32/+120 |
* | Update dependencies to use new angle repository. | geofflang@chromium.org | 2013-12-13 | 2 | -2/+2 |
* | Add GL entry points for DiscardBackbufferCHROMIUM | jamesr@chromium.org | 2013-12-13 | 2 | -5/+0 |
* | Mark some inspector layout tests as timing out on ASAN Blink bots | adamk@chromium.org | 2013-12-13 | 1 | -0/+7 |
* | Do not clear document background in Android WebView | boliu@chromium.org | 2013-12-13 | 2 | -0/+2 |
* | Flush after FileSystem API copy when necessary (case for stream-based copies). | kinaba@chromium.org | 2013-12-12 | 2 | -1/+36 |
* | Renderer-compositor bindings for mix-blend-mode | rosca@adobe.com | 2013-12-12 | 4 | -0/+131 |
* | Add mount option parameter to ExternalMountPoints::RegisterFileSystem. | kinaba@chromium.org | 2013-12-11 | 11 | -38/+167 |
* | change test expectations for http/tests/security/naked-global-object.html in ... | dcarney@google.com | 2013-12-11 | 1 | -0/+2 |
* | Move skia command buffer bindings to gpu/skia_bindings | jamesr@chromium.org | 2013-12-11 | 5 | -161/+5 |
* | OpenFileSystem with create=true whenever we need to initialize SyncFS for an ... | kinuko@chromium.org | 2013-12-11 | 1 | -1/+2 |
* | Enable tcmalloc heap-profiler module on Windows. | peria@chromium.org | 2013-12-11 | 1 | -1/+4 |
* | Fix test-only leak in ExternalMountPoints | kinuko@chromium.org | 2013-12-10 | 1 | -3/+9 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 4 | -58/+7 |
* | Add monotonic time and target property to cc::AnimationDelegate notifications | ajuma@chromium.org | 2013-12-09 | 2 | -6/+32 |
* | Rely on lost context callbacks intead of polling | jamesr@chromium.org | 2013-12-08 | 2 | -0/+9 |
* | Remove always-on compositor capabilities | jamesr@chromium.org | 2013-12-06 | 1 | -10/+1 |
* | Don't revoke SyncFileSystem in SyncFileSystemBackend dtor | kinuko@chromium.org | 2013-12-05 | 2 | -0/+9 |
* | Unify WebGraphicsContext3D::insertSyncPoint impls | jamesr@chromium.org | 2013-12-05 | 1 | -4/+1 |
* | Expose GLES2Interface to cc | jamesr@chromium.org | 2013-12-04 | 4 | -0/+16 |
* | Move Touch to base namespace, remove SetLastModifiedTime. | brettw@chromium.org | 2013-12-04 | 3 | -14/+13 |
* | Introduce gpu::Capabilities | boliu@chromium.org | 2013-12-04 | 3 | -16/+22 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 9 | -15/+14 |
* | Revert of https://codereview.chromium.org/66263003/ | tonyg@chromium.org | 2013-12-04 | 4 | -131/+0 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 5 | -6/+6 |
* | Remove DCHECK(context3d_) checks that check nothing. | danakj@chromium.org | 2013-12-04 | 1 | -5/+0 |
* | Renderer-compositor bindings for mix-blend-mode | rosca@adobe.com | 2013-12-04 | 4 | -0/+131 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 2 | -2/+2 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 17 | -44/+44 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 3 | -5/+5 |
* | Plumbing for layout rectangle debug info. Companion to | chrishtr@gmail.com | 2013-12-03 | 2 | -0/+42 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | [Quota] Add DCHECKs for origin parameters | tzik@chromium.org | 2013-12-02 | 3 | -0/+17 |
* | Implemented failIfMajorPerformanceCaveat WebGL context creation attribute. | bajones@chromium.org | 2013-11-28 | 1 | -0/+2 |
* | Remove WEBKIT_HAS_TARGET_IS_PING #ifdef. | davidben@chromium.org | 2013-11-27 | 1 | -2/+0 |