| Commit message (Expand) | Author | Age | Files | Lines |
* | Update some #includes for headers that have been moved to the new Platform di... | pilgrim@chromium.org | 2013-02-06 | 3 | -3/+3 |
* | cc: Fix paint time collection for continuous painting mode | egraether@chromium.org | 2013-02-06 | 1 | -1/+1 |
* | Partial revert of r180417. | alph@chromium.org | 2013-02-06 | 2 | -0/+22 |
* | Return a FileEntry object from onFileSynced events so both input and output t... | calvinlo@chromium.org | 2013-02-06 | 2 | -0/+30 |
* | Construct and initialize compositor view in content | jamesr@chromium.org | 2013-02-06 | 2 | -3/+4 |
* | WebKit shared timer should be rescheduled after resuming from a modal loops, ... | rosca@adobe.com | 2013-02-06 | 2 | -2/+9 |
* | ExternalClearKey: Use 2 threads for decoding in libvpx. | tomfinegan@chromium.org | 2013-02-06 | 1 | -1/+3 |
* | Unsafe array length fix for GetNormalizedPath() function. | calvinlo@chromium.org | 2013-02-06 | 3 | -3/+59 |
* | Deoptionalize WebLayerTreeView::setViewportSize | jamesr@chromium.org | 2013-02-06 | 2 | -5/+2 |
* | Control fling curves with parameters in RendererPreferences | rjkroege@chromium.org | 2013-02-06 | 7 | -34/+136 |
* | Add about:flags experiment to enable/disable fixed position element compositing. | shawnsingh@chromium.org | 2013-02-06 | 2 | -7/+0 |
* | Revert 180688 due to faiulres on asan bots | brianderson@chromium.org | 2013-02-05 | 3 | -59/+3 |
* | Use WebKit's resource priorities instead of computing our own. | simonjam@chromium.org | 2013-02-05 | 3 | -0/+5 |
* | Revert 180583 | gavinp@chromium.org | 2013-02-05 | 7 | -123/+84 |
* | Add unittests for Cross-FileSystem Copy/Move (for local filesystem). | kinuko@chromium.org | 2013-02-05 | 2 | -1/+548 |
* | Disable plugins/get-file-url.html on the Webkit ASan bot (issue 166932) | glider@chromium.org | 2013-02-05 | 1 | -0/+1 |
* | Add Utility functions to Normalize and check for Absolute Virtual Paths. | calvinlo@chromium.org | 2013-02-05 | 3 | -3/+59 |
* | Fix possible crash in RecursiveOperationDelegate and throttle # of parallel t... | kinuko@chromium.org | 2013-02-05 | 4 | -20/+59 |
* | Add a tcmalloc dependency to cc_unittests and webkit_compositor_bindings_unit... | glider@chromium.org | 2013-02-05 | 1 | -0/+9 |
* | Fix maxTimeSeekable() so it returns 0 when the pipeline doesn't have a durati... | acolwell@chromium.org | 2013-02-05 | 1 | -0/+5 |
* | Remove reference counting from media::AudioRenderer and friends. | scherkus@chromium.org | 2013-02-05 | 1 | -4/+6 |
* | Enabling External Clear Key CDM on Mac OS | dkovalev@chromium.org | 2013-02-05 | 2 | -1/+15 |
* | Remove reference counting from media::VideoRenderer and friends. | scherkus@chromium.org | 2013-02-05 | 1 | -3/+3 |
* | Make TestWebIDBFactory allocate a separate WebIDBFactory per thread. | darin@chromium.org | 2013-02-05 | 7 | -84/+123 |
* | Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ... | scherkus@chromium.org | 2013-02-05 | 3 | -35/+17 |
* | Retrieve renderer process memory sizes from browser via IPC. | alph@chromium.org | 2013-02-04 | 2 | -22/+0 |
* | cc: Add flag to use raster cheapness estimator | skyostil@chromium.org | 2013-02-04 | 1 | -0/+1 |
* | Renamed WebMediaStreamComponent and WebMediaStreamDescriptor to WebMediaStrea... | tommyw@chromium.org | 2013-02-04 | 1 | -4/+4 |
* | Skip plugins/get-empty-url.html on the Webkit Linux ASan bot (issue 166932) | glider@chromium.org | 2013-02-04 | 1 | -0/+1 |
* | Add NativeFileUtil unit tests | yoichio@chromium.org | 2013-02-04 | 2 | -3/+339 |
* | MessageLoop's RUN method will pass a const ref to PendingTask when | rtenneti@chromium.org | 2013-02-03 | 1 | -2/+3 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 281 | -1978/+2026 |
* | cc: Avoid expensive RenderingStats collection. | danakj@chromium.org | 2013-02-02 | 3 | -0/+6 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 2 | -4/+3 |
* | Make most code on mac compile with enable_web_intents=0 | thakis@chromium.org | 2013-02-01 | 1 | -0/+10 |
* | Skip plugins/fullscreen-plugins-dont-reload.html on the Webkit ASan bot (issu... | glider@chromium.org | 2013-02-01 | 1 | -0/+1 |
* | Make webkit_glue build on Win64 | jschuh@chromium.org | 2013-02-01 | 1 | -1/+2 |
* | More test expectations for the Webkit ASan bot. | glider@chromium.org | 2013-02-01 | 1 | -0/+2 |
* | Convert top controls to use DIP instead of PX. | tedchoc@chromium.org | 2013-02-01 | 1 | -4/+4 |
* | Revert 179967 | alecflett@chromium.org | 2013-02-01 | 3 | -13/+2 |
* | Avoid leaking TestWebIDBFactory instances, and reset | darin@chromium.org | 2013-01-31 | 3 | -2/+13 |
* | Pass in media message loop to AudioRendererImpl and enforce calling on the ri... | scherkus@chromium.org | 2013-01-31 | 1 | -1/+3 |
* | Avoid integer overflows in BlobURLRequestJob. | aedla@chromium.org | 2013-01-31 | 2 | -19/+51 |
* | Skip plugins/embed-prefers-plugins-for-images.html on the Webkit ASan bot | glider@chromium.org | 2013-01-31 | 1 | -0/+1 |
* | Skip plugins/embed-inside-object.html on the Webkit ASan bot | glider@chromium.org | 2013-01-31 | 1 | -0/+1 |
* | Skip plugins/embed-attributes-style.html on the Webkit ASan bot (issue 166932) | glider@chromium.org | 2013-01-31 | 1 | -0/+2 |
* | Some layout_tests expectations for the Webkit ASan bot: | glider@chromium.org | 2013-01-31 | 1 | -2/+35 |
* | SetWindowLongPtrA takes a GWLP_WNDPROC | jschuh@chromium.org | 2013-01-31 | 1 | -1/+1 |
* | Updating XTBs based on .GRDs from branch 1364 | kerz@chromium.org | 2013-01-31 | 52 | -1/+105 |
* | Enable textarea resizer in test_shell. | tony@chromium.org | 2013-01-31 | 1 | -1/+0 |