| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 59 | -8042/+8042 |
* | Fix a couple "extra qualification" compile errors in method declarations, and... | mmoss@google.com | 2008-08-13 | 3 | -8/+6 |
* | browser_views.lib is build in browser\views\, not directly in browser\. | sgk@google.com | 2008-08-13 | 3 | -3/+3 |
* | Move some files which don't seem to be Win32-specific out of the Win32 blocks. | mmoss@google.com | 2008-08-13 | 1 | -7/+7 |
* | Move remaining OS dependent bits from the main logic on the disk cache. | rvargas@google.com | 2008-08-13 | 20 | -150/+551 |
* | Copy contents of FrameView into BrowserView2. Once the old frames retire, we ... | beng@google.com | 2008-08-13 | 2 | -1/+127 |
* | Tests for BookmarkEditorView. | sky@google.com | 2008-08-13 | 4 | -5/+249 |
* | Move PE format wrapper files to Win32-only sections. | mmoss@google.com | 2008-08-13 | 1 | -2/+2 |
* | daily string update | tc@google.com | 2008-08-13 | 3 | -12/+12 |
* | Disable build targets in base/SConscript that don't work on | tc@google.com | 2008-08-13 | 1 | -8/+7 |
* | Changes printf to fprintf(stderr) in hopes of determining flakiness. | sky@google.com | 2008-08-13 | 1 | -21/+21 |
* | make unit test executable named "base_unittest" | pinkerton@google.com | 2008-08-13 | 1 | -8/+8 |
* | make the GTest executables follow the naming conventions for other platforms. | pinkerton@google.com | 2008-08-13 | 2 | -44/+44 |
* | Removing OFFICIAL_BUILD as we do not really need it when we have CHROME_BUILD... | rahulk@google.com | 2008-08-13 | 1 | -1/+2 |
* | Adding preprocessor definitions to separate Google Chrome from Chromium. | rahulk@google.com | 2008-08-13 | 5 | -2/+27 |
* | Fix Frenglish transliteration. | maruel@google.com | 2008-08-13 | 1 | -4/+4 |
* | First, this removes the dependency of NavigationController on the | brettw@google.com | 2008-08-13 | 19 | -346/+360 |
* | Unify maintenance of NumberFormat objects into a cross-platform Singleton. C... | mmentovai@google.com | 2008-08-13 | 6 | -138/+20 |
* | Moves bookmark bar context menu controller into its own files along | sky@google.com | 2008-08-13 | 7 | -391/+694 |
* | Reference the build script in the project. This has no impact except being cl... | maruel@google.com | 2008-08-13 | 1 | -0/+4 |
* | Add missing observer_list unittest and singleton unittest is for all platforms. | deanm@google.com | 2008-08-13 | 1 | -1/+2 |
* | Kill check handler. It seems to be unused, and is implemented using ugly SEH | deanm@google.com | 2008-08-13 | 6 | -214/+0 |
* | Enable back SavePageTest.SaveHTMLOnly since it was mostly failing on Windows ... | maruel@google.com | 2008-08-13 | 1 | -2/+6 |
* | Disable PrintingLayoutTest.Delayed on Windows 2000 (even though it's already ... | maruel@google.com | 2008-08-13 | 1 | -1/+5 |
* | Don't cast negative values to unsigned. This eliminates warnings in GCC. | deanm@google.com | 2008-08-13 | 2 | -5/+11 |
* | Implement an interface compatible wcslcpy and strlcpy. Possibly slightly | deanm@google.com | 2008-08-13 | 4 | -8/+95 |
* | Two changes to help track down why session restore test is failing: | sky@google.com | 2008-08-13 | 6 | -16/+40 |
* | Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) and... | maruel@google.com | 2008-08-13 | 17 | -597/+903 |
* | Avoid a global std::stack. Instead embed a next pointer in the managers. | deanm@google.com | 2008-08-13 | 2 | -20/+20 |
* | AtExitManager cleanup. | mmentovai@google.com | 2008-08-13 | 2 | -15/+16 |
* | Compile debug_util.cc on all platforms. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Fix the Mac project to build debug_util since r785 added it. | mmentovai@google.com | 2008-08-13 | 2 | -2/+10 |
* | Roll the V8 deps to a V8 version where the old vcproj files have been removed... | sgjesse@google.com | 2008-08-13 | 1 | -1/+1 |
* | Build Linux against base_gfx, and we pass convolver and rect unit tests. | deanm@google.com | 2008-08-13 | 1 | -9/+8 |
* | Add a EOL to the end of convolver_unittest.cc. This eliminates a GCC warning. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Add an EOL to the end of convolver.cc. This eliminates a warning in GCC. | deanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Update base/SConscript to remove Windows only parts from the Linux build. | deanm@google.com | 2008-08-13 | 1 | -10/+15 |
* | Update a comment about AtExitManager for unit tests. Removes a typo. | deanm@google.com | 2008-08-13 | 1 | -2/+1 |
* | Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux | deanm@google.com | 2008-08-13 | 7 | -112/+249 |
* | Implement IntToString-type methods without using a format string. I'm not su... | deanm@google.com | 2008-08-13 | 3 | -24/+137 |
* | Reverted r781 V8 deps roll as it caused major build bot failures. | sgjesse@google.com | 2008-08-13 | 1 | -1/+1 |
* | Removed reference from the WebKit Visual Studio solution to the project libjscre | sgjesse@google.com | 2008-08-13 | 1 | -9/+0 |
* | Roll the V8 deps to a V8 version where the old vcproj files have been removed. | sgjesse@google.com | 2008-08-13 | 1 | -1/+1 |
* | Compile a list of the 34 automated UI test commands we want to run on the dis... | finnur@google.com | 2008-08-13 | 3 | -30/+60 |
* | When I added some new tests in automated_ui_tests I flushed out a crash in th... | finnur@google.com | 2008-08-13 | 1 | -5/+6 |
* | Fix some warnings. | evanm@google.com | 2008-08-13 | 1 | -1/+1 |
* | Quick fix regression from previous change to toolbar - forgot to take into ac... | beng@google.com | 2008-08-13 | 1 | -0/+1 |
* | IPCSyncChannel cleanup: | jabdelmalek@google.com | 2008-08-13 | 2 | -38/+26 |
* | Add a cross-platform sleep API. We don't use TimeDelta | paulg@google.com | 2008-08-13 | 2 | -0/+21 |
* | Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and... | mmentovai@google.com | 2008-08-13 | 7 | -118/+178 |