| Commit message (Expand) | Author | Age | Files | Lines |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -0/+2 |
* | Consolidate ui::NativeEvent and base::NativeEvent | oshima@google.com | 2011-10-05 | 1 | -0/+1 |
* | 1 Add ScopedGetDC and ScopedSelectObject | yosin@chromium.org | 2011-10-04 | 1 | -0/+1 |
* | Upstream: Android's base.gyp and base.gypi | michaelbai@google.com | 2011-10-03 | 1 | -3/+55 |
* | add missing, but used headers | ensonic@google.com | 2011-09-28 | 1 | -0/+10 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -2/+2 |
* | Fixes aura build on windows. TBRing since build is broken without this | sky@chromium.org | 2011-09-21 | 1 | -1/+1 |
* | Reland 102005 and 102009: aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-21 | 1 | -6/+17 |
* | Revert 102005 - aura: Explicitly disable GTK. | sky@chromium.org | 2011-09-20 | 1 | -17/+6 |
* | Revert 102009 - Follow up fix from r102005: Fix static build of base_unittests. | sky@chromium.org | 2011-09-20 | 1 | -1/+1 |
* | Follow up fix from r102005: Fix static build of base_unittests. | sadrul@chromium.org | 2011-09-20 | 1 | -1/+1 |
* | aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-20 | 1 | -6/+17 |
* | Fix duplicate rule for LASTCHANGE | piman@chromium.org | 2011-09-19 | 1 | -1/+1 |
* | Remove base/scoped_ptr.h | akalin@chromium.org | 2011-09-18 | 1 | -1/+0 |
* | Fourth attempt at the following. Unreviewed, this was originally reviewed in... | pkasting@chromium.org | 2011-09-15 | 1 | -0/+3 |
* | base: Get rid of references to gtk_util.* from base.gypi. | tfarina@chromium.org | 2011-09-12 | 1 | -2/+0 |
* | Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} | jeremy@chromium.org | 2011-09-11 | 1 | -0/+2 |
* | Refactor ScopedJavaRef | joth@chromium.org | 2011-09-09 | 1 | -2/+10 |
* | aura: A few changes to have aura_demo compile and run on linux. | sadrul@chromium.org | 2011-09-07 | 1 | -1/+1 |
* | Base: Switch base_i18n to be a separate dll (component build) | rvargas@google.com | 2011-08-31 | 1 | -4/+2 |
* | Revert 98885 - Third attempt at the following. Unreviewed, this was original... | rsleevi@chromium.org | 2011-08-31 | 1 | -3/+0 |
* | Third attempt at the following. Unreviewed, this was originally reviewed in ... | pkasting@chromium.org | 2011-08-30 | 1 | -0/+3 |
* | Move base/resource_util.* into base/win/ since it's windows specific. | tony@chromium.org | 2011-08-25 | 1 | -5/+2 |
* | Rename event_recorder.cc to event_recorder_win.cc. | tony@chromium.org | 2011-08-22 | 1 | -2/+1 |
* | [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo... | rsesek@chromium.org | 2011-08-18 | 1 | -0/+3 |
* | Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi... | rsesek@chromium.org | 2011-08-18 | 1 | -3/+0 |
* | [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo... | rsesek@chromium.org | 2011-08-18 | 1 | -0/+3 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 1 | -5/+0 |
* | Adding Wayland message loop and gyp build deps | dnicoara@chromium.org | 2011-08-11 | 1 | -0/+8 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | mnissler@chromium.org | 2011-08-11 | 1 | -3/+0 |
* | Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. | pkasting@chromium.org | 2011-08-10 | 1 | -0/+3 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | fischman@chromium.org | 2011-08-08 | 1 | -3/+0 |
* | Clean up SSL false start blacklist code. Numerous changes, including: | pkasting@chromium.org | 2011-08-08 | 1 | -0/+3 |
* | Add AutoJObject and AutoGlobalJObject | bulach@chromium.org | 2011-08-08 | 1 | -0/+6 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | windows: Remove vestigal support for /Wp64 | evan@chromium.org | 2011-07-28 | 1 | -1/+0 |
* | Define FOO_IMPLEMENTATION unconditionally. Even though they only matter when | darin@chromium.org | 2011-07-20 | 1 | -6/+3 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -13/+36 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 1 | -36/+13 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 1 | -13/+36 |
* | Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir... | tfarina@chromium.org | 2011-06-25 | 1 | -4/+7 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 1 | -7/+4 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 1 | -4/+7 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -4/+11 |
* | Base: cleanup for base.dll. | rvargas@google.com | 2011-06-20 | 1 | -4/+1 |
* | Remove msvs_guids from app, base, breakpad and build. | tony@chromium.org | 2011-06-13 | 1 | -2/+0 |
* | Revert 86899 - Base: cleanup for base.dll. Move base_switches back to the | rvargas@google.com | 2011-05-26 | 1 | -13/+12 |
* | Base: cleanup for base.dll. Move base_switches back to the | rvargas@google.com | 2011-05-26 | 1 | -12/+13 |
* | Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now | elijahtaylor@google.com | 2011-05-25 | 1 | -2/+0 |