| Commit message (Expand) | Author | Age | Files | Lines |
* | Returns an error immediately without sending IPC message when a font family n... | yusukes@google.com | 2009-12-18 | 3 | -1/+10 |
* | Roll DEPS for skia 451:457. USE_NEW_BUILDER was removed, since it's now enab... | senorblanco@chromium.org | 2009-12-17 | 1 | -3/+0 |
* | Roll DEPS for Skia 450:451. Enable USE_NEW_BUILDER in Skia. Mark as failing | senorblanco@chromium.org | 2009-12-04 | 4 | -21/+12 |
* | Preserve optimized scrolling in the presence of multiple animating rects. | darin@chromium.org | 2009-12-04 | 4 | -21/+27 |
* | arm: Add thumb target and associated fixes | joel@chromium.org | 2009-12-04 | 1 | -6/+3 |
* | Roll DEPS for Skia 447:449. | senorblanco@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | Roll DEPS for Skia 435:447. Some tests need rebaselines due to change in lin... | senorblanco@chromium.org | 2009-12-01 | 1 | -0/+1 |
* | Roll DEPS for Skia 424:428, and enable Skia SSE2 optimizations for Linux and ... | senorblanco@chromium.org | 2009-11-17 | 1 | -8/+50 |
* | Fix thumb build | joel@chromium.org | 2009-11-17 | 1 | -0/+5 |
* | Enable Skia SSE2 optimizations for Windows build. Linux build will require s... | senorblanco@chromium.org | 2009-11-11 | 1 | -0/+4 |
* | Reverting 31629. | senorblanco@chromium.org | 2009-11-11 | 1 | -8/+0 |
* | Enable Skia SSE2 optimizations. | senorblanco@chromium.org | 2009-11-11 | 1 | -0/+8 |
* | Reverting 31228. | senorblanco@chromium.org | 2009-11-06 | 1 | -6/+0 |
* | Rolling DEPS to Skia 418 and enabling SSE2 optimizations to gather perf and s... | senorblanco@chromium.org | 2009-11-06 | 1 | -0/+6 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -4/+5 |
* | This change was supposed to go into my Skia 367 merge, but somehow I missed it. | senorblanco@chromium.org | 2009-11-05 | 1 | -4/+0 |
* | Restoring r29827. The skia file is new to this attempt, and may be what was c... | pamg@google.com | 2009-11-04 | 1 | -0/+1 |
* | arm: more NEON opts | piman@chromium.org | 2009-11-03 | 1 | -0/+9 |
* | Enable NEON support in skia when building for armv7 | piman@chromium.org | 2009-11-03 | 1 | -0/+5 |
* | [Landing for Jonathon Dixon] Tiny code simplification/optimization: remove un... | senorblanco@chromium.org | 2009-10-16 | 1 | -3/+2 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -63/+64 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 1 | -64/+63 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -63/+64 |
* | Linux: Fix early font free during printing. | estade@chromium.org | 2009-10-09 | 2 | -49/+59 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 2 | -10/+41 |
* | Roll DEPS for Skia 364:376. The bad news is, this breaks 1854 layout tests o... | senorblanco@chromium.org | 2009-10-06 | 1 | -0/+1 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Makes canvas_paint_linux use the event region, not the event | sky@chromium.org | 2009-10-05 | 1 | -11/+16 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -8/+8 |
* | Move cairo font handling from printing to skia to avoid circular dependency. | mmoss@chromium.org | 2009-09-28 | 2 | -4/+150 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 9 | -1089/+81 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 9 | -81/+1089 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 9 | -1089/+81 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Lands http://codereview.chromium.org/193032 for Charlie: | sky@chromium.org | 2009-09-15 | 1 | -1/+6 |
* | Embed fonts information into resulting PDF file for printing. | maruel@chromium.org | 2009-09-11 | 1 | -17/+43 |
* | Second fix for the Issue 12530. Modified Match() function so that it allows t... | yusukes@google.com | 2009-09-11 | 1 | -2/+9 |
* | Pass printing result to the browser. | maruel@chromium.org | 2009-09-08 | 4 | -48/+51 |
* | Avoids the use of "namespace using-directives" in a few places. | thakis@chromium.org | 2009-09-07 | 2 | -10/+6 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 3 | -3/+3 |
* | Delete all precompiled support. It is causing more harm than good, especially... | maruel@chromium.org | 2009-09-04 | 2 | -15/+0 |
* | Adjust color spaces so that Mac Chrome renders colors properly. | amanda@chromium.org | 2009-09-03 | 1 | -4/+2 |
* | Linux: fix fd leak added in r25083 | agl@chromium.org | 2009-09-02 | 1 | -0/+1 |
* | Linux: use mmap fonts. | agl@chromium.org | 2009-09-01 | 1 | -24/+37 |
* | Adding a skia utils for Gtk. | jcampan@chromium.org | 2009-09-01 | 3 | -1/+52 |
* | Revert "Linux: use mmap fonts." | agl@chromium.org | 2009-08-28 | 1 | -37/+24 |
* | Linux: use mmap fonts. | agl@chromium.org | 2009-08-28 | 1 | -24/+37 |
* | Add a helper to resource bundle to get an NSImage back. | thomasvl@chromium.org | 2009-08-26 | 1 | -0/+3 |
* | Revert r24085 and r24086, restoring skia asserts to debug-only (test complete). | senorblanco@chromium.org | 2009-08-23 | 1 | -5/+2 |
* | Captain Ahab seems to have capsized his boat. What a bonehead. | senorblanco@chromium.org | 2009-08-23 | 1 | -1/+1 |