1. 6673317 Mac: clang build by [email protected] · 15 years ago
  2. 58680ce Support for building Chrome using Clang. by [email protected] · 15 years ago
  3. 6369221 Linux: make compile-time dependency on gnome-keyring optional. by [email protected] · 15 years ago
  4. 7ca6ce1 linux: Pass -pipe to gcc. by [email protected] · 15 years ago
  5. 1d87c28 Linux Reliability: Strip test binaries and libraries. by [email protected] · 15 years ago
  6. 35f51d4 Add Farsi support by [email protected] · 15 years ago
  7. 9a5e7286 Reland r57812 (Add the new Mac manifest to the application bundle) and remove dummy translations by [email protected] · 15 years ago
  8. 4a03a91 Removes a preprocessor definition that is no longer required. by [email protected] · 15 years ago
  9. c913cb8 Linux: Enable symbol dumping on 64-bit Breakpad. by [email protected] · 15 years ago
  10. 64e2d4a4 This CL introduces the stack shadowing mechanism that should help TCMalloc's by [email protected] · 15 years ago
  11. 2a77a9d Linux: Remove obsolete linux_chromium_* variables. by [email protected] · 15 years ago
  12. 4e4d604 GTTF: Make our handling of Windows pre-processor symbols more consistent. by [email protected] · 15 years ago
  13. c87efd4 Linux: Switch to DWARF for official builds. Good riddence. by [email protected] · 15 years ago
  14. 36532f33 Linux: Fix Breakpad variables in build/common.gypi. by [email protected] · 15 years ago
  15. c4e4d15 Define V8_REPORT_EXECUTABLE_MEMORY_USAGE on all platforms for all builds. by [email protected] · 15 years ago
  16. 6c244119 Remove -rdynamic from the linux debug build. by [email protected] · 15 years ago
  17. 2fb843b Revert 55766 - Enable -fPIC by default on x64 by [email protected] · 15 years ago
  18. ff979e0 Enable -fPIC by default on x64 by [email protected] · 15 years ago
  19. 93012ca Lands http://codereview.chromium.org/3166002 for bryeung: by [email protected] · 15 years ago
  20. 27c2e49 linux: pass --as-needed to linker by [email protected] · 15 years ago
  21. c902f2cba linux: pass -Wl,-O1 to the linker by [email protected] · 15 years ago
  22. 1e40513c Checking in CL http://www.codereview.chromium.org/2836058 on behalf of zbehan@: by [email protected] · 15 years ago
  23. 0094fbee Lands http://codereview.chromium.org/2944021 for rjkroege: by [email protected] · 15 years ago
  24. 34799f9d install-build-deps.sh fixes for Lucid and Chromium OS. by [email protected] · 15 years ago
  25. 1cc2fa7 Mac: Enable fastbuild. by [email protected] · 15 years ago
  26. 7a812dd6 Added support to GLEW for dynamically looking up the core WGL entry by [email protected] · 15 years ago
  27. 302433879 Canvas refactoring part 2. by [email protected] · 15 years ago
  28. 6f51b27e Enable gpu on all targets by [email protected] · 15 years ago
  29. 365632b Make right-clicking the omnibox with nothing selected select all (just like left-clicking). by [email protected] · 15 years ago
  30. 8974e04 -. Add new variables for multi dll build: by [email protected] · 15 years ago
  31. 080e86f [Mac] force -Wextra on for all chromium code. Not bothering with a local switch since there shouldn't be a reason to allow overrides of this. by [email protected] · 15 years ago
  32. 46ce5b56 Revert 49982 - patch by [email protected] · 15 years ago
  33. c21e0e8 patch by [email protected] · 15 years ago
  34. 4c4c2e533 Add support for turning on -Wextra on the mac. Doesn't compile that way, but makes it easier to enable it in a build to start working toward it. by [email protected] · 15 years ago
  35. 542bf24a Enable remoting unittests to run on build bots by [email protected] · 15 years ago
  36. 97a28e72 Second try of building a version of base with -fPIC for internal plugin. Credit to bradnelson. by [email protected] · 15 years ago
  37. 37ccae0 Revert 49503 - Fix build failure from previous change. by [email protected] · 15 years ago
  38. 91dd8299 Fix build failure from previous change. by [email protected] · 15 years ago
  39. c0bac53 Enable chromoting in the build by default by [email protected] · 15 years ago
  40. 556c5d7 Reland r49135: Linux: enable compiling GNOME Keyring and KWallet integration. It's still unused. by [email protected] · 15 years ago
  41. b9363b2 Added EGL based GLContext. by [email protected] · 15 years ago
  42. a78da50e Added ANGLE to Windows build. by [email protected] · 15 years ago
  43. d67c9ea Add chromoting option for gyp. TEST=none BUG=none by [email protected] · 15 years ago
  44. 9b16e2b2 Revert r49135: Linux: enable compiling GNOME Keyring and KWallet integration. Some of the bots (memory, ARM) didn't get the new package installed yet. by [email protected] · 15 years ago
  45. dfe3aeae Linux: enable compiling GNOME Keyring and KWallet integration. It's still unused. by [email protected] · 15 years ago
  46. c211142 Generate .dSYM bundles for loadable_modules as well. by [email protected] · 15 years ago
  47. f55bd486 Enable warning 4389 as an error on windows builds. This will make by [email protected] · 15 years ago
  48. 2fbc339 Revert "Another dependency the bbot missed!!!" by [email protected] · 15 years ago
  49. bd635c0 Enable warning 4389 as an error on windows builds. This will make by [email protected] · 15 years ago
  50. 1dd52964 Fix bad_alloc linkage error on chromeos valgrind bots. part 1. by [email protected] · 15 years ago
  51. ee85751 Update dynamic annotations and move them to base/third_party by [email protected] · 15 years ago
  52. d01120e6 Added #ifdef to allow Chromium to enable proprietary codecs. by [email protected] · 15 years ago
  53. 4d91cbc Committing for jeffbailey. by [email protected] · 15 years ago
  54. 2ae6e02 Quick fix: explicitly specify /Ob0 to avoid inlining if InlineFunctionExpansion==0; add 'default' value by [email protected] · 15 years ago
  55. 6b0507b Make RuntimeLibrary adjustable for Win/Debug build by [email protected] · 15 years ago
  56. ed15459 remove the logic to compute enable_gles since it's broken; add enable_eglimage by [email protected] · 15 years ago
  57. ac120ff Add a gyp flag for disabling sse2. This makes it easier for by [email protected] · 15 years ago
  58. 06c75618 gyp: unify toolkit_views usage by [email protected] · 15 years ago
  59. b3f23ba Fix the toolkit_views gyp variable define mania. by [email protected] · 15 years ago
  60. 1a8374f8 add ENABLE_GLES flag for conditional complilation of GLES related code by [email protected] · 15 years ago
  61. 1c65785 bsd: refactor XDG bits of linux_util into a shared file. by [email protected] · 15 years ago
  62. abc0071 Re-enable TCMalloc on Linux. BUG=36687 by [email protected] · 15 years ago
  63. 9821d0d New experimental Pepper device API. by [email protected] · 15 years ago
  64. 39ca7de Add the linux_use_debugallocation flag. by [email protected] · 15 years ago
  65. 0183dbb Enable SSE2 compilation for ChromeOS. by [email protected] · 15 years ago
  66. 37c8419 POSIX: Implement the fastbuild option. by [email protected] · 15 years ago
  67. dc259ce5 Enable MMX for Chrome BUG=41259,19113 TEST=build code that uses mmx intrinsics. by [email protected] · 15 years ago
  68. 256865a Turn off TCMalloc for Linux to fix plugin crashes. BUG=38692 by [email protected] · 15 years ago
  69. 93f21e4 Solaris: various edits towards compiling Chromium on Solaris. Changed __Solaris__ to __sun. Defined NAME_MAX as MAXNAMLEN for systems where it is undefined. by [email protected] · 15 years ago
  70. 138241f Disable executable stack on Linux. by [email protected] · 15 years ago
  71. cc2d7cd Flip seccomp sandbox back off, now that we have some perf numbers. by [email protected] · 15 years ago
  72. 39c4e1a8 linux: enable seccomp sandbox by default by [email protected] · 15 years ago
  73. d8b6060 Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heap by [email protected] · 15 years ago
  74. 0fa1708 Build fix. Revert -Wextra. by [email protected] · 15 years ago
  75. 98254d2 linux: turn on -Wextra by [email protected] · 15 years ago
  76. b3f0f4b Revert "linux: turn on -Wextra" by [email protected] · 15 years ago
  77. 95250e4 linux: turn on -Wextra by [email protected] · 15 years ago
  78. cf1ab6f Remove Oriya from the list of UI languages for now because we're not getting Oriya translation updated any more. by [email protected] · 15 years ago
  79. d26b4418ab Fix some gyp errors found with --check. by [email protected] · 15 years ago
  80. 42808d1 Enable TCMalloc on Linux by default. BUG=36687 by [email protected] · 15 years ago
  81. 53e0f64 ARM: add arm_fpu option to specify which version of vfp to use by [email protected] · 15 years ago
  82. efd6846 Detect python version using /usr/lib/libpython$(ver).so.1.0 instead of /usr/bin/python$(ver). /usr/bin/python may not be installed, i.e. on ARM buildbots. by [email protected] · 15 years ago
  83. 4d83eb7 Build pyauto only if the architecture of python binary matches. by [email protected] · 15 years ago
  84. a76fe1a Fixed pyauto build for chromeos. Added proper sysroot and ability to specify python version. by [email protected] · 16 years ago
  85. eafc0b45 Separate neon flags from armv7, because some platforms have armv7a but no neon. by [email protected] · 16 years ago
  86. 61a9b2d8 Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define. by [email protected] · 16 years ago
  87. bc9e80e Linux: Remove -fno-asynchronous-unwind-tables. We need the eh_frame section to obtain backtraces on 64-bit. by [email protected] · 16 years ago
  88. 18cff3d media: remove redundant gyp excludes by [email protected] · 16 years ago
  89. e603d95 Ignore .m files in addition to .mm on non-Macs. by [email protected] · 16 years ago
  90. a6e2213 Let the chromium_code variable be applied in target scope in addition to .gyp by [email protected] · 16 years ago
  91. d854331 Move build/external_code.gypi into build/common.gypi. by [email protected] · 16 years ago
  92. c14d8e77 Let the chromium_code variable be applied in target scope in addition to .gyp by [email protected] · 16 years ago
  93. 225c8f5 linux: build with -Wextra by [email protected] · 16 years ago
  94. 84352455e7 Changes necessary to compile gpu demos on linux. It is not functional yet just compiling. by [email protected] · 16 years ago
  95. 43f28f83 [GPU] Get GPU process running on the mac by [email protected] · 16 years ago
  96. 50462ec Use refactored filename rules in net.gyp. by [email protected] · 16 years ago
  97. c76723a linux: enable pepper plugin by [email protected] · 16 years ago
  98. b656d73 Revert 36399 - linux: enable pepper_test_plugin by [email protected] · 16 years ago
  99. 65df058 GYP: recognize OpenBSD/amd64 as x64 as it's called in this world by [email protected] · 16 years ago
  100. 3df6e3a linux: always set visibility=hidden by [email protected] · 16 years ago