1. 8f2fc94 Pulling new version of googleurl into the tree. by [email protected] · 16 years ago
  2. 1c96609 Build for Mac in the Release configuration at -O2 by [email protected] · 16 years ago
  3. 95463f5a Cosmetic fixes to clobber_generated_headers.py: by [email protected] · 16 years ago
  4. 1232bb4 Explicitly set {Output,Intermediate}Directory on all configurations, by [email protected] · 16 years ago
  5. 04eadbf Try what I tried in r23343 again by [email protected] · 16 years ago
  6. 66979537 revert unintended change by [email protected] · 16 years ago
  7. a100d76bb Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having by [email protected] · 16 years ago
  8. cc4219a Linux: add GYP flag for -fno-strict-aliasing. by [email protected] · 16 years ago
  9. 5e344a3 Reverting 23343. Review URL: http://codereview.chromium.org/164525 by [email protected] · 16 years ago
  10. 80cdd31 Move the sync related GYP variables and conditions to chrome.gyp from by [email protected] · 16 years ago
  11. ab295637 Use -fno-threadsafe-statics to disable thread-safe static semantics in C++. by [email protected] · 16 years ago
  12. 1bba09c Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux by [email protected] · 16 years ago
  13. 6d20e64f Tweak indentation Review URL: http://codereview.chromium.org/165379 by [email protected] · 16 years ago
  14. a104f5d Fix a typo in install-build-deps.sh. by [email protected] · 16 years ago
  15. 9c4946b Fix build/mac/tweak_app_infoplist build script for git users. Patch by Robert by [email protected] · 16 years ago
  16. a893a5c Save debugging symbols for plugin_carbon_interpose.dylib. by [email protected] · 16 years ago
  17. 12de04f Avoid exit due to "-e" and test failure on non-x86_64. by [email protected] · 16 years ago
  18. 92e1212f ObjC classes generated by the build and used in Xib files is already getting ugly, if they aren't built at build start, IB sometimes throws warnings about unknown things, so... by [email protected] · 16 years ago
  19. 49220eb Re-commit r22981 after backout at r22992. Contains fixes to relocate by [email protected] · 16 years ago
  20. 92ad2cd Build browser/sync files by default using a stubbed-out syncapi by [email protected] · 16 years ago
  21. 961306d Back out r22981, it may have caused Windows test failures. by [email protected] · 16 years ago
  22. bca7c767 Provide a separate app bundle for subprocesses like the renderer on the Mac. by [email protected] · 16 years ago
  23. 6686aeb Fix the expected path logic in clobber_generated_headers.py by [email protected] · 16 years ago
  24. 3dda8a96 Target Cortex A8 for the ARM ChromeOS build of Chrome. by [email protected] · 16 years ago
  25. b6e06452 Fix up broken behavior in install-build-deps.sh. by [email protected] · 16 years ago
  26. a8b56d9 Add a 'tools' list to 'scons_settings' so we'll still get the by [email protected] · 16 years ago
  27. 10bb8c9 Turning on incremental linking for 64-bit machines. by [email protected] · 16 years ago
  28. b0bde37 Bounce through a set so we uniq the string list to avoid having something listed twice (a sub menu ends up with the same title as the menu item it hangs off, so it's easy to get dups within a xib file). by [email protected] · 16 years ago
  29. a4043be Add 'rpm' to dev tools for creating RPM packages. by [email protected] · 16 years ago
  30. 49930c3a Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB). by [email protected] · 16 years ago
  31. 6ae23b8b Add patch to the Linux build deps script. by [email protected] · 16 years ago
  32. 79a9d296 Report apt-get failures in install-build-deps.sh by [email protected] · 16 years ago
  33. e14a9f9 Move the entire application into a dylib (framework) by [email protected] · 16 years ago
  34. 618c071 Allow the lastchange target to get a hard-coded default last change by [email protected] · 16 years ago
  35. f59d567 Add missing parens for format string to work. by [email protected] · 16 years ago
  36. d8aa540 Re-enable the grit hook, and make it more solid in case of failures. by [email protected] · 16 years ago
  37. f926fa0a Adding two new windows configuration types: Purify Release - no tcmalloc by [email protected] · 16 years ago
  38. 10ba0ea Fix infinite loop in grit headers clobbering script. by [email protected] · 16 years ago
  39. b10a91e Add hook to clobber header files generated by grit on Windows. by [email protected] · 16 years ago
  40. 3360054 Revert r22080 and re-enable tcmalloc. by [email protected] · 16 years ago
  41. 912c55c Making /MP on by default for msvs2008. by [email protected] · 16 years ago
  42. 3fef6e6 Make the Visual Studio /MP flag configurable. by [email protected] · 16 years ago
  43. c42a602 Removing tcmalloc from gyp so we can build a version of chrome by [email protected] · 16 years ago
  44. 1e81985 Add a way to inject extra cflags in release builds. by [email protected] · 16 years ago
  45. eaf7672 Add Linux package building target. by [email protected] · 16 years ago
  46. 1eef401 Undo accidental change to common.gypi. by [email protected] · 16 years ago
  47. 7577a5c5 Pull CrxInstaller out of ExtensionsService. by [email protected] · 16 years ago
  48. 72f5652 Dump all .xcconfigs. They're no longer used, all of these settings are in GYP. by [email protected] · 16 years ago
  49. 7e8eb761 Fix gyp condition for ia32 specific flags. by [email protected] · 16 years ago
  50. f3fd1b9 Put the common paths for localizers into variables so we don't have to repeat as much. by [email protected] · 16 years ago
  51. 8a2fcba linux: refactor some common flags in common.gypi by [email protected] · 16 years ago
  52. 45e585d9 Now that testshell depends on imagediff we can start to cleanup the targets added for the bots. Once the bots are bounced to the new configs, this target could go away completely. by [email protected] · 16 years ago
  53. 6f32423 re-do CL 2136 - move image_diff to tools/imagediff, add deps to test_shell by [email protected] · 16 years ago
  54. 330e417 back out CLs 21367, 21366 - no idea why these keep breaking by [email protected] · 16 years ago
  55. e64edf7 re-do CL 21252 - move image_diff to tools, add deps to test_shell by [email protected] · 16 years ago
  56. 946d1b2 Split the IPC code into ipc/ by [email protected] · 16 years ago
  57. 3466f7d Add a custom subclass of GTMUILocalizer that skips the bundle work so we can directly use these from nib files without some extra overhead. by [email protected] · 16 years ago
  58. b0a2f0c Starting mac l10n: by [email protected] · 16 years ago
  59. 89858523 revert change 21252, which broke the mac build for some reason by [email protected] · 16 years ago
  60. 31856be make 'test_shell' target depend on everything needed to pass layout_tests by [email protected] · 16 years ago
  61. 740e2de Add way to override optimization level for release build. by [email protected] · 16 years ago
  62. 5b5ca7cb Pulling in new gyp version. by [email protected] · 16 years ago
  63. 54f1b82 Code changes to get the code to compile under GCC. by [email protected] · 16 years ago
  64. 57313614 Linux: move hardcoded paths to GYP variables. by [email protected] · 16 years ago
  65. 214d0fd Linux: fix for developing on a machine with google-chrome packages installed. by [email protected] · 16 years ago
  66. 64eba22 Add a variable that lets you override the optimization level for release builds (for valgrind -- to avoid inlining, etc.) by [email protected] · 16 years ago
  67. 1c6560af Add -fno-threadsafe-statics to the Linux build. by [email protected] · 16 years ago
  68. c5de7d2 Pulling in new gyp version. by [email protected] · 16 years ago
  69. 1677984 Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos. by [email protected] · 16 years ago
  70. 4378a82 Linux: SUID sandbox support by [email protected] · 16 years ago
  71. e8f6ff4 Beginning of code coverage on Windows. by [email protected] · 16 years ago
  72. 48c7af7 Modifying mini_installer to have different additional options. by [email protected] · 16 years ago
  73. 1bf2ac97 Don't screw up /usr/bin/ld if you can't write to current dir as root. by [email protected] · 16 years ago
  74. 59a5d6d Fix the tree. It looks like the previous change (19561) by [email protected] · 16 years ago
  75. 397fe9d Learned that mini_installer's linker settings cannot actually be shared by [email protected] · 16 years ago
  76. dce5df5 Use C99 standard format macros for 64-bit values. by [email protected] · 16 years ago
  77. e73273b Another go at switching mini_installer to gyp. by [email protected] · 16 years ago
  78. 07506b50 Added stub native web worker support, including build support in preparation by [email protected] · 16 years ago
  79. 569a274 Add a gyp "buildtype" variable to differentiate official release builds. by [email protected] · 16 years ago
  80. adfb98c Disable TR1 for windows (set _HAS_TR1=0). This change requires a clobber build. by [email protected] · 16 years ago
  81. 8279af5 Make symbol signatures upper-case. by [email protected] · 16 years ago
  82. 0c8e774 Revert the addition of -fno-threadsafe-statics. It breaks the build: by [email protected] · 16 years ago
  83. b39fec8 Add -fno-threadsafe-statics to the Linux build. by [email protected] · 16 years ago
  84. 437bf947 Linux: dump_app_syms would fail if the output didn't exist. by [email protected] · 16 years ago
  85. dbcda9b Add a small untility for checking to see if the X server is alive. by [email protected] · 16 years ago
  86. 57848548 Fetch the SVN revision number correctly regardless of line endings by [email protected] · 16 years ago
  87. 030bdf76 Add Compact Language Detection (CLD) library to Chrome. This works in Windows only currently. by [email protected] · 16 years ago
  88. c251248 Cleanups from post-submit suggestions. by [email protected] · 16 years ago
  89. 14ab3ef8 Change delayload attribute from string to list in gyp files by [email protected] · 16 years ago
  90. a6a53d0 Extract breakpad symbol files for Linux official builds. by [email protected] · 16 years ago
  91. 03966920 Always build breakpad tools with Linux official build. by [email protected] · 16 years ago
  92. b66b7bd by [email protected] · 16 years ago
  93. c87aa98 Support Jaunty by dropping package xcb-xlib0. by [email protected] · 16 years ago
  94. 7670df0 Add lib32asound2-dev into 32-bit build dependencies. by [email protected] · 16 years ago
  95. 8b8832e0 Convert tcmalloc (and its modified libcmt) to building with gyp. by [email protected] · 16 years ago
  96. 4d602eb Add unit_tests (Chrome browser unit tests) to Mac/Linux coverage. by [email protected] · 16 years ago
  97. b550225 Grab the correct element from the match group of the git regex. by [email protected] · 16 years ago
  98. 0232433 Fix make build by providing a hint as to when to expand the filename. by [email protected] · 16 years ago
  99. 198d68d Fetch last change (revision) info in a separate action that can run by [email protected] · 16 years ago
  100. e69d3395 Change PasswordStoreDefault to access the WebDataService from the UI thread only. by [email protected] · 16 years ago