| Commit message (Expand) | Author | Age | Files | Lines |
* | app: Trim down the dependency list of app_base. | tfarina@chromium.org | 2011-07-01 | 1 | -12/+3 |
* | Resources have moved after http://codereview.chromium.org/7282021/ was LGTM. | saintlou@chromium.org | 2011-06-30 | 1 | -0/+0 |
* | Added large default favicon | saintlou@chromium.org | 2011-06-30 | 1 | -0/+0 |
* | Move app/resources/* to ui/resources/ directory. | tfarina@chromium.org | 2011-06-29 | 81 | -134/+0 |
* | New lighter default favicon | davemoore@chromium.org | 2011-06-29 | 1 | -0/+0 |
* | Move app_base_nacl_win64 to ui_base_nacl_win64 target. | tfarina@chromium.org | 2011-06-28 | 1 | -28/+0 |
* | app: Get rid of app_paths.[cc,h] files. | tfarina@chromium.org | 2011-06-27 | 3 | -85/+0 |
* | app: Get rid of test/ directory. | tfarina@chromium.org | 2011-06-27 | 2 | -28/+0 |
* | Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir... | tfarina@chromium.org | 2011-06-25 | 7 | -618/+0 |
* | Complete revert of r90464. It was partially done in r90471. | maruel@chromium.org | 2011-06-25 | 6 | -0/+612 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 1 | -0/+6 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 7 | -618/+0 |
* | app: Remove the dependency on app_resources from app_unittests. | tfarina@chromium.org | 2011-06-22 | 1 | -1/+0 |
* | Move app/mac/ files to ui/gfx/mac/ directory. | tfarina@chromium.org | 2011-06-22 | 5 | -153/+0 |
* | app: Get rid of AppTestSuite class. | tfarina@chromium.org | 2011-06-20 | 4 | -93/+3 |
* | app: Remove unused scoped_prop.* files. | tfarina@chromium.org | 2011-06-20 | 3 | -78/+0 |
* | ui: Move resource_bundle_unittest.cc from app.gyp to ui_unittests.gypi. | tfarina@chromium.org | 2011-06-20 | 1 | -1/+0 |
* | app: Trim down the dependency list of app_unittests. | tfarina@chromium.org | 2011-06-20 | 1 | -8/+0 |
* | ui: Move more two unittests from app/app.gyp to ui_unittests.gypi. | tfarina@chromium.org | 2011-06-17 | 1 | -8/+0 |
* | ui: Move gtk_dnd_util_unittest.cc from app.gyp to ui_unittests.gypi. | tfarina@chromium.org | 2011-06-17 | 1 | -10/+0 |
* | ui: Move data_pack_unittest.cc from app.gyp to ui_unittests.gypi. | tfarina@chromium.org | 2011-06-17 | 1 | -2/+0 |
* | ui: Move more unittests from app/app.gyp to ui_unittests.gypi. | tfarina@chromium.org | 2011-06-16 | 1 | -3/+0 |
* | Remove references to 'linux2' from our grd files. | tony@chromium.org | 2011-06-15 | 1 | -4/+4 |
* | Remove msvs_guids from app, base, breakpad and build. | tony@chromium.org | 2011-06-13 | 2 | -3/+0 |
* | Move tree_node_* unittests to ui_unittests.gypi. | tfarina@chromium.org | 2011-06-10 | 1 | -2/+0 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 2 | -1/+4 |
* | Files that are in src/ui/base should be compiled into libui_base.a. | tony@chromium.org | 2011-06-02 | 1 | -216/+0 |
* | Revert 87369 - Files that are in src/ui/base should be compiled into libui_ba... | tony@chromium.org | 2011-06-01 | 1 | -0/+216 |
* | Files that are in src/ui/base should be compiled into libui_base.a. | tony@chromium.org | 2011-05-31 | 1 | -216/+0 |
* | Cleanup app_base.gypi so it's easier to remove files in ui/base. | tony@chromium.org | 2011-05-26 | 1 | -75/+30 |
* | Revert 86840 - Cleanup app_base.gypi so it's easier to remove files in ui/base. | tony@chromium.org | 2011-05-26 | 1 | -27/+77 |
* | Cleanup app_base.gypi so it's easier to remove files in ui/base. | tony@chromium.org | 2011-05-26 | 1 | -77/+27 |
* | Remove files that are compiled in both ui_base and app_base. | tony@chromium.org | 2011-05-20 | 2 | -32/+2 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 3 | -3/+3 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 2 | -6/+0 |
* | Revert 85732 (broke build) - Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 2 | -0/+6 |
* | Move SystemMonitor to base/. | willchan@chromium.org | 2011-05-18 | 2 | -6/+0 |
* | The gyp files don't have a way to refer to POSIX-like OS's as a group, so I d... | mark@chromium.org | 2011-05-12 | 3 | -9/+9 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u... | kushi.p@gmail.com | 2011-04-28 | 1 | -3/+3 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-26 | 1 | -0/+5 |
* | Fix a crash that happens if we fail to mmap resources.pak. | tony@chromium.org | 2011-04-19 | 1 | -0/+1 |
* | linux: don't always print dlopen errors from LoadNativeLibrary | evan@chromium.org | 2011-04-18 | 1 | -1/+1 |
* | Cleanup SQLite 3.6.18 import. | shess@chromium.org | 2011-04-12 | 3 | -2/+103 |
* | Replacing base::DIR_TEMP with ScopedTempDir when appropriate. | mkwst@chromium.org | 2011-04-12 | 3 | -35/+17 |
* | Replace larger throbber by correctly scaled ones | oshima@google.com | 2011-04-08 | 1 | -0/+0 |
* | Changes default favicon. | sky@chromium.org | 2011-04-08 | 1 | -0/+0 |
* | Refactor: Move app/gfx/gl ==> ui/gfx/gl | backer@chromium.org | 2011-03-28 | 23 | -5187/+0 |
* | Standardize grit invokes | thomasvl@chromium.org | 2011-03-28 | 1 | -28/+6 |