| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-14 | 1 | -2/+3 |
* | Rename CommandLine::GetArgs(), update callers. | msw@chromium.org | 2011-07-13 | 3 | -7/+6 |
* | Nix CommandLine::GetSwitchCount. | msw@chromium.org | 2011-07-13 | 2 | -8/+0 |
* | Add ability to disable gtk event pumping in MessagePumpX | oshima@google.com | 2011-07-13 | 2 | -7/+21 |
* | tcmalloc: disable the warning about ignoring return values | evan@chromium.org | 2011-07-13 | 1 | -0/+5 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 5 | -19/+42 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-13 | 3 | -43/+16 |
* | Base: Don't delete the previous command line when calling | rvargas@google.com | 2011-07-13 | 2 | -1/+15 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 5 | -42/+19 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 5 | -19/+42 |
* | Revert "Clean up users of a deprecated base::LaunchApp API." | evan@chromium.org | 2011-07-12 | 3 | -16/+43 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-12 | 3 | -43/+16 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 4 | -6/+27 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-12 | 2 | -24/+13 |
* | Explicitly ShutdownOnUIThread the HostContentSettingsMap when destroying the ... | bauerb@chromium.org | 2011-07-12 | 2 | -0/+12 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 2 | -12/+0 |
* | Upstream android debug and log related files | michaelbai@google.com | 2011-07-07 | 11 | -7/+137 |
* | Extend TTS extension API to support richer events returned from the engine | dmazzoni@chromium.org | 2011-07-07 | 1 | -1/+2 |
* | Move kLocalePak into ui/base/ from base/. Fixes component build of views_desk... | sadrul@chromium.org | 2011-07-06 | 2 | -5/+0 |
* | posix: remove LaunchAppInNewProcessGroup | evan@chromium.org | 2011-07-06 | 1 | -16/+0 |
* | Fix Time::Explode on Windows and PepperMessageFilter::OnGetLocalTimeZoneOffset. | yzshen@chromium.org | 2011-07-06 | 1 | -18/+32 |
* | Added ability to run a command, getting output and exit status on POSIX. | benwells@chromium.org | 2011-07-06 | 3 | -22/+106 |
* | Mac: Split SystemMonitor initialization so it's not blocked by the Sandbox. | jeremy@chromium.org | 2011-07-04 | 3 | -17/+40 |
* | Ensure tests check the return of SpawnChild() when they may wait without time... | rsleevi@chromium.org | 2011-07-02 | 1 | -0/+1 |
* | Change MessagePumpLibevent::Run to process I/O events before doing idle | wtc@chromium.org | 2011-07-01 | 2 | -0/+12 |
* | net: Add NET_API to more code to enable building | rvargas@google.com | 2011-06-30 | 1 | -3/+6 |
* | base: refactor LaunchApp variants into a single function | evan@chromium.org | 2011-06-30 | 3 | -197/+243 |
* | Don't use a macro for getting at the process environment. | evan@chromium.org | 2011-06-30 | 1 | -3/+23 |
* | Revert 91137 - Change MessagePumpLibevent::Run to process I/O events before d... | torne@chromium.org | 2011-06-30 | 2 | -10/+0 |
* | Change MessagePumpLibevent::Run to process I/O events before doing idle | wtc@chromium.org | 2011-06-30 | 2 | -0/+10 |
* | Upstream process and thread related code. | michaelbai@google.com | 2011-06-29 | 4 | -4/+19 |
* | base: Use TEST() macro in Value unittests. | tfarina@chromium.org | 2011-06-28 | 3 | -32/+29 |
* | Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm mark... | fischman@chromium.org | 2011-06-28 | 2 | -41/+5 |
* | I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR... | bradchen@google.com | 2011-06-28 | 2 | -5/+41 |
* | Apply CSP to chrome: and about: pages | tsepez@chromium.org | 2011-06-28 | 3 | -45/+5 |
* | Added last_modified field to TemplateURL and database. Updated unit tests, in... | stevet@chromium.org | 2011-06-28 | 3 | -0/+99 |
* | Move the thread test helper to base/test | jochen@chromium.org | 2011-06-28 | 3 | -0/+84 |
* | Fix comment in base/auto_reset.h to refer to AutoReset instead of | mark@chromium.org | 2011-06-28 | 1 | -9/+8 |
* | Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks... | fischman@chromium.org | 2011-06-28 | 2 | -40/+4 |
* | New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. | bradchen@google.com | 2011-06-27 | 2 | -4/+40 |
* | Upstream android string implementation etc. | michaelbai@google.com | 2011-06-27 | 5 | -16/+46 |
* | Coverity fixes CID=15870,13529 Check pointer before assign, resource leak. | gbillock@chromium.org | 2011-06-27 | 2 | -4/+11 |
* | Coverity Fixlet: UNINIT_CTOR | scr@chromium.org | 2011-06-27 | 1 | -2/+2 |
* | Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. | ajwong@chromium.org | 2011-06-26 | 11 | -4/+399 |
* | Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir... | tfarina@chromium.org | 2011-06-25 | 4 | -4/+418 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 8 | -13/+227 |
* | Clean up of -Wunused-but-set-variable (gcc 4.6) | pph34r@gmail.com | 2011-06-25 | 2 | -7/+3 |
* | TCPServerSocketLibevent should call StopWatchingFileDescriptor() | wtc@chromium.org | 2011-06-25 | 1 | -1/+1 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 4 | -417/+4 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 4 | -4/+417 |