| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gfx::Insets::ToString(). | satorux@chromium.org | 2009-12-16 | 1 | -0/+1 |
* | Link the following tests against tcmalloc: | glider@chromium.org | 2009-12-10 | 1 | -0/+9 |
* | Split app.gyp and add a Win64 version of the app_base target. | gregoryd@google.com | 2009-12-07 | 1 | -209/+3 |
* | Revert "Split app.gyp and add a Win64 version of the app_base target." | ajwong@chromium.org | 2009-12-07 | 1 | -3/+209 |
* | Split app.gyp and add a Win64 version of the app_base target. | gregoryd@google.com | 2009-12-07 | 1 | -209/+3 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 1 | -0/+5 |
* | Share code between Mac and Linux in ResourceBundle. | hayato@chromium.org | 2009-12-03 | 1 | -1/+2 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -0/+8 |
* | Refactor OS-dependent filename exclusion patterns | evan@chromium.org | 2009-11-26 | 1 | -27/+0 |
* | Making grd dependencies more correct for grds in app. | bradnelson@google.com | 2009-11-20 | 1 | -26/+30 |
* | Attempt 2 at: | sky@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | Revert 30903 - Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 1 | -1/+0 |
* | Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | app depends on x11 because of active_window_watcher_x. | evan@chromium.org | 2009-10-20 | 1 | -0/+1 |
* | Add missing files to app.gyp. | mark@chromium.org | 2009-10-20 | 1 | -3/+6 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -3/+5 |
* | Reverted 29258. | akalin@chromium.org | 2009-10-16 | 1 | -5/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -3/+5 |
* | Reverted 29255. | akalin@chromium.org | 2009-10-16 | 1 | -5/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -3/+5 |
* | Reverted 29253. | akalin@chromium.org | 2009-10-16 | 1 | -5/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -3/+5 |
* | TBR: nick@chromium.org | akalin@chromium.org | 2009-10-16 | 1 | -5/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -3/+5 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | Remove typos for gtk_native_view_id_manager in app.gyp. Make complains: Circu... | thestig@chromium.org | 2009-10-13 | 1 | -2/+0 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -0/+10 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -0/+16 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -0/+10 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -0/+12 |
* | Pulls ActiveWindowWatcher into app so that we can use it in | sky@chromium.org | 2009-09-28 | 1 | -0/+2 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 1 | -0/+4 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 1 | -4/+0 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 1 | -0/+4 |
* | Rolling back 26904, didn't take chrome branding into account. | bradnelson@google.com | 2009-09-23 | 1 | -23/+24 |
* | Changing the grd files in chrome/webkit/app to be compiled to seprate | bradnelson@google.com | 2009-09-23 | 1 | -24/+23 |
* | Adding a GYP variable to indicate if a build wants Title Case strings or not. | thomasvl@chromium.org | 2009-09-22 | 1 | -0/+5 |
* | Add all locales to the appropriate generated file lists in .gyp files. | thestig@chromium.org | 2009-09-17 | 1 | -4/+4 |
* | Add xdisplaycheck as a dependency on Linux for tests that use the UI. This wa... | thestig@chromium.org | 2009-09-17 | 1 | -2/+1 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Reverts linux font change again. Slow down isn't as bad as before. But | sky@chromium.org | 2009-09-14 | 1 | -0/+1 |
* | Attempt 2 at converting font from Skia to Pango. The slow down appears to be ... | sky@chromium.org | 2009-09-14 | 1 | -1/+0 |
* | Reverts r26015. It caused a startup regression:( | sky@chromium.org | 2009-09-11 | 1 | -0/+1 |
* | Add a new wrapper for sqlite. This is mostly a large cleanup of the existing | brettw@chromium.org | 2009-09-11 | 1 | -1/+13 |
* | Nukes font_skia and converts font_gtk to use pango. This was | sky@chromium.org | 2009-09-11 | 1 | -1/+0 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -4/+4 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -0/+3 |
* | Parameterize the Google Update appid at build time instead of hard coding it ... | robertshield@chromium.org | 2009-09-01 | 1 | -1/+46 |
* | Moves GtkDndUtil into app. | sky@chromium.org | 2009-08-18 | 1 | -0/+8 |