| Commit message (Expand) | Author | Age | Files | Lines |
* | New experimental Pepper device API. | apatrick@chromium.org | 2010-04-16 | 1 | -0/+10 |
* | Add the linux_use_debugallocation flag. | glider@chromium.org | 2010-04-16 | 1 | -0/+3 |
* | Enable SSE2 compilation for ChromeOS. | fbarchard@chromium.org | 2010-04-16 | 1 | -0/+9 |
* | Measure coverage for NaCl code | gregoryd@google.com | 2010-04-15 | 3 | -5/+5 |
* | POSIX: Implement the fastbuild option. | thestig@chromium.org | 2010-04-14 | 1 | -1/+3 |
* | Enable MMX for Chrome | fbarchard@chromium.org | 2010-04-13 | 1 | -1/+4 |
* | Turn off TCMalloc for Linux to fix plugin crashes. | willchan@chromium.org | 2010-04-09 | 1 | -1/+1 |
* | Build selenium tests on the bots. This test is running on the webkit.org xp ... | nsylvain@chromium.org | 2010-04-08 | 1 | -0/+1 |
* | Add interactive ui tests to the chromeos builder. | nsylvain@chromium.org | 2010-04-07 | 1 | -0/+1 |
* | Linux: simplify dump_app_syms since newer versions of Breakpad no longer gene... | thestig@chromium.org | 2010-04-06 | 1 | -20/+6 |
* | Update dump_symbols to match new file_id code. | agl@chromium.org | 2010-04-05 | 1 | -4/+9 |
* | Fix breakpad (again) | agl@chromium.org | 2010-04-05 | 1 | -2/+22 |
* | Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar... | evan@chromium.org | 2010-04-01 | 2 | -4/+7 |
* | Make build-bisect script work on win. | nirnimesh@chromium.org | 2010-03-31 | 1 | -33/+62 |
* | Disable executable stack on Linux. | willchan@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | Flip seccomp sandbox back off, now that we have some perf numbers. | evan@chromium.org | 2010-03-30 | 1 | -3/+3 |
* | linux: enable seccomp sandbox by default | evan@chromium.org | 2010-03-30 | 1 | -0/+7 |
* | Added GPU unit tests to win, mac and linux builds. They aren't running yet. | apatrick@chromium.org | 2010-03-29 | 1 | -2/+5 |
* | Fix official build as per Microsoft recommendation. | maruel@chromium.org | 2010-03-27 | 1 | -1/+1 |
* | Don't strip main from the browser or helper app executables. This helps | mark@chromium.org | 2010-03-26 | 1 | -5/+25 |
* | Added a test for pepper3d. It ensures that we can successfully load a pepper ... | alokp@chromium.org | 2010-03-26 | 1 | -1/+0 |
* | In build/gyp_chromium, if CHROMIUM_GYP_SYNTAX_CHECK is set to 1, run gyp with... | rsesek@chromium.org | 2010-03-26 | 1 | -0/+6 |
* | Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heap | glider@chromium.org | 2010-03-26 | 2 | -0/+14 |
* | Build fix. Revert -Wextra. | evan@chromium.org | 2010-03-26 | 1 | -1/+2 |
* | Add kochi and dejavu fonts to default package list on linux | jamesr@chromium.org | 2010-03-26 | 1 | -1/+1 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-26 | 1 | -2/+1 |
* | Revert "linux: turn on -Wextra" | evan@chromium.org | 2010-03-25 | 1 | -1/+2 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-25 | 1 | -2/+1 |
* | Remove Oriya from the list of UI languages for now because we're not getting ... | jshin@chromium.org | 2010-03-25 | 1 | -3/+3 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -0/+1 |
* | Fix some gyp errors found with --check. | rsesek@chromium.org | 2010-03-24 | 1 | -6/+1 |
* | Add support for alpha and beta versions of karmic/lucid in install-build-deps.sh | satorux@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Add one build target for TSan/Windows build | timurrrr@chromium.org | 2010-03-23 | 1 | -0/+14 |
* | Remove the grd clobber script on Windows. | phajdan.jr@chromium.org | 2010-03-18 | 1 | -67/+0 |
* | Enable the touch events feature. | gdk@chromium.org | 2010-03-15 | 1 | -0/+3 |
* | Create a toplevel gfx/ dir and seed it with icon_util. | ben@chromium.org | 2010-03-13 | 1 | -0/+5 |
* | Enable TCMalloc on Linux by default. | willchan@chromium.org | 2010-03-12 | 1 | -1/+1 |
* | First cut at implementing wifi bindigns for linux, using glib-dbus to Network... | joth@chromium.org | 2010-03-12 | 1 | -17/+17 |
* | Remove libdbus-glib-1-2-dbg from install deps, as hardy does not have it and ... | joth@chromium.org | 2010-03-11 | 1 | -1/+1 |
* | Fix up following on from r41182 | joth@chromium.org | 2010-03-11 | 1 | -7/+8 |
* | Support Xcode 3.2.2 (prerelease) for release-mode builds. | mark@chromium.org | 2010-03-10 | 1 | -18/+33 |
* | Add libdbus-glib dependency into install-build-deps.sh | joth@chromium.org | 2010-03-10 | 1 | -5/+5 |
* | chromeos: adding session and emit_login_prompt_ready as deps to chromeos_builder | piman@chromium.org | 2010-03-10 | 1 | -1/+2 |
* | build-bisect: don't crash on bad input to the good/bad prompt | evan@chromium.org | 2010-03-10 | 1 | -6/+6 |
* | Add a gyp target for Xext to linux/system so that Views can depend on it. A r... | davemoore@chromium.org | 2010-03-10 | 1 | -0/+20 |
* | Move apply_locales.py from src/chrome/tools/build/ to src/build/. | tony@chromium.org | 2010-03-09 | 1 | -0/+45 |
* | linux (sysroot): force prefix=/usr in pkg-config | piman@chromium.org | 2010-03-05 | 1 | -1/+1 |
* | ARM: add arm_fpu option to specify which version of vfp to use | piman@chromium.org | 2010-03-05 | 1 | -1/+5 |
* | Yet another try to hotfix the ARM builbots. Sigh. | thestig@chromium.org | 2010-03-04 | 1 | -2/+2 |
* | Ignore missing python library when detecting python architecture and just ret... | thestig@chromium.org | 2010-03-04 | 1 | -4/+8 |