| Commit message (Expand) | Author | Age | Files | Lines |
* | win: sealed -> final rename, part 3/3. | thakis@chromium.org | 2014-04-07 | 1 | -9/+2 |
* | win: Now that we're on msvs2013, spell final 'final' not 'sealed'. | thakis@chromium.org | 2014-04-04 | 1 | -2/+4 |
* | Remove the LIKELY() macro. | viettrungluu@chromium.org | 2014-03-24 | 1 | -9/+0 |
* | Remove the NSSTRING_FORMAT() macro. | viettrungluu@chromium.org | 2014-03-24 | 1 | -13/+0 |
* | Add a macro NSSTRING_FORMAT for Objective-C formatting function | sdefresne@chromium.org | 2014-02-28 | 1 | -0/+12 |
* | Use branch prediction hints to make trace events cheaper | skyostil@chromium.org | 2014-02-13 | 1 | -0/+18 |
* | Fix NaCl-related build errors in MemorySanitizer builds. | earthdok@chromium.org | 2014-02-07 | 1 | -1/+1 |
* | Include the MSan interface header in base/compiler_specific.h. | earthdok@chromium.org | 2014-02-03 | 1 | -3/+1 |
* | compiler_specific.h: define FINAL as final when using Clang on Windows | hans@chromium.org | 2014-02-03 | 1 | -3/+3 |
* | Move DumpProcessWithoutCrash to base, so we can use it from net and content | jochen@chromium.org | 2013-12-18 | 1 | -0/+9 |
* | Correctly define OVERRIDE / FINAL when building with g++ 4.7 and C++11 support | ch.dumez@samsung.com | 2013-12-06 | 1 | -0/+8 |
* | Mojo: First stab at making MessagePipes work across OS pipes. | viettrungluu@chromium.org | 2013-11-07 | 1 | -0/+22 |
* | Add FINAL to base/compiler_specific.h. | jered@chromium.org | 2013-05-10 | 1 | -0/+14 |
* | base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-05-01 | 1 | -11/+0 |
* | Update ALLOW_THIS_IN_INITIALIZER_LIST macro to reflect its deprecatation. | scherkus@chromium.org | 2013-04-26 | 1 | -10/+7 |
* | Annotate ThreadData::PushToHeadOfList for MemorySanitizer. | eugenis@chromium.org | 2013-03-20 | 1 | -0/+15 |
* | Upgrade AlignedMemory to support dynamic allocations. | dalecurtis@chromium.org | 2012-07-26 | 1 | -2/+4 |
* | Revert 147988 - Upgrade AlignedMemory to support dynamic allocations. | acolwell@chromium.org | 2012-07-24 | 1 | -4/+2 |
* | Upgrade AlignedMemory to support dynamic allocations. | dalecurtis@chromium.org | 2012-07-23 | 1 | -2/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySing... | jbates@chromium.org | 2012-02-23 | 1 | -0/+19 |
* | Add a stackframe named 'CrashIntentionally' to crashes from about:crash. | eroman@chromium.org | 2012-02-14 | 1 | -2/+11 |
* | Make the comment above NON_EXPORTED_BASE talk about static data. | jam@chromium.org | 2012-02-09 | 1 | -3/+3 |
* | Comment on WARN_UNUSED_RESULT about how to defeat it. | shess@chromium.org | 2011-05-20 | 1 | -0/+1 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -0/+16 |
* | Add shutdown trace functions | davemoore@chromium.org | 2011-05-09 | 1 | -1/+3 |
* | Roll clang to r124477. | thakis@chromium.org | 2011-02-07 | 1 | -3/+2 |
* | Disable OVERRIDE for clang for a while. | thakis@chromium.org | 2011-01-27 | 1 | -2/+3 |
* | Support OVERRIDE for clang. | thakis@chromium.org | 2011-01-07 | 1 | -0/+2 |
* | Add an OVERRIDE macro to our list of compiler-specific annotations. | evan@chromium.org | 2010-10-08 | 1 | -11/+31 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -0/+21 |
* | Platform cleanup in browser/ and porting of few files. | phajdan.jr@chromium.org | 2008-12-17 | 1 | -0/+2 |
* | Generate a warning if the return value of FilePath::Append is ignored. | agl@chromium.org | 2008-11-21 | 1 | -2/+8 |
* | Wrap MSVC-specific pragmas. As -Wunknown-pragmas has been disabled for wtf, | deanm@chromium.org | 2008-11-21 | 1 | -0/+5 |
* | Unignore most warnings on POSIX in build/SConscript.main. | evanm@google.com | 2008-09-16 | 1 | -0/+8 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix the final gcc warnings in base and net. Provide some macros to selective... | mmentovai@google.com | 2008-08-21 | 1 | -0/+80 |