- 193c351 FTP: fix navigating to files listed under non-ASCII characters by [email protected] · 15 years ago
- 3e56955 Divert TRACE_EVENT macros to use Event Tracing for Windows on Windows builds. by [email protected] · 15 years ago
- 656475d27 Created a stock implementation of the MessageLoopProxy interface than can be used to create an implementation that targets the current thread's message loop. by [email protected] · 15 years ago
- 1c65785 bsd: refactor XDG bits of linux_util into a shared file. by [email protected] · 15 years ago
- 11991c3 GTK: Improve xfce detection. by [email protected] · 15 years ago
- bcff05a Refactor FileVersionInfo into an interface with platform implementations. by [email protected] · 15 years ago
- ef8f5ba Move allocator dependency to base for profiler.cc. by [email protected] · 15 years ago
- b7c6924 Move the Nigori classes from base to sync. by [email protected] · 15 years ago
- 1b47ce2 First pass of a Nigori implementation for Chrome. Only unassisted key by [email protected] · 15 years ago
- 39422e3 Implement random key generation and AES encryption using NSS. by [email protected] · 15 years ago
- 8f6f202 Fix Linux shared library build. by [email protected] · 15 years ago
- 41c78fa PBKDF2 implemetation using NSS. by [email protected] · 15 years ago
- 7cf1b6ce Move RTL related functions from app/l10n_util to base/i18n/rtl by [email protected] · 15 years ago
- 9f95844 Die on an OOM situation in many more cases. by [email protected] · 15 years ago
- 49c6319 Reverting 41834; ui tests are asploding. by [email protected] · 15 years ago
- 73a964f0 Die on an OOM situation in many more cases. by [email protected] · 15 years ago
- d6f9c9e Move FileWatcher from src/base/ to src/chrome/browser/ and switch by [email protected] · 15 years ago
- e0fc2f1 Move base/gfx contents to gfx/ by [email protected] · 15 years ago
- ef73044e POSIX: don't allocate memory after forking. by [email protected] · 15 years ago
- a0607da9 Revert "POSIX: don't allocate memory after forking." by [email protected] · 15 years ago
- cd3cf12 POSIX: don't allocate memory after forking. by [email protected] · 15 years ago
- da2566e1 Implements AeroPeek of Windows 7. by [email protected] · 15 years ago
- b0a5bf2 Add a FileWatcher to base/. by [email protected] · 15 years ago
- 2041cf34 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by [email protected] · 16 years ago
- b5c72b82 Solaris: Second set adding in Solaris as an OS option by [email protected] · 16 years ago
- 19f60a5 Roll gyp DEPS, and mostly revert r38366 which was fixed better in gyp. by [email protected] · 16 years ago
- 353cf10 linux: remove needless base/i18n gtk dep by [email protected] · 16 years ago
- a437825 Remove DirectoryWatcher and the only thing using it. by [email protected] · 16 years ago
- 752b9f9a Make LASTCHANGE work properly for make build. by [email protected] · 16 years ago
- 8d57882 OpenBSD/FreeBSD ifdefs and GYP changes for base/ by [email protected] · 16 years ago
- 0477554f Move two generic string split functions from sync API to their own API in base/string_split. by [email protected] · 16 years ago
- 0716cba Added the ToolsSanityTest test case to base_unittests. by [email protected] · 16 years ago
- f017cc9 Try 2: Completely redo how themes are stored on disk and processed at install time. by [email protected] · 16 years ago
- 75cbb35 Revert "Completely redo how themes are stored on disk and processed at install by [email protected] · 16 years ago
- 5973945 Completely redo how themes are stored on disk and processed at install time. by [email protected] · 16 years ago
- ef4fa407 Split base.gyp and add base_nacl_win64 target by [email protected] · 16 years ago
- baeb22f5 Rename AtomicFlag to CancelFlag, change its semantics a bit by [email protected] · 16 years ago
- 9e9b6e8e Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers. by [email protected] · 16 years ago
- 7c87290f Tries to catch callbacks expecting scoped_refptr<T> and getting T* using template magic by [email protected] · 16 years ago
- 097ae5a Make SystemMonitor not a Singleton and move it out of base by [email protected] · 16 years ago
- 96a1e3a Convert the existing .gyp configuration to use the new base\allocator by [email protected] · 16 years ago
- 182c44fa Implement SyncSocket class for Posix targets (Linux, Mac), and enable the by [email protected] · 16 years ago
- 4ebb4f1 Refactor OS-dependent filename exclusion patterns by [email protected] · 16 years ago
- 2b07b841 Integrate the base logging with Event Tracing for Windows. This allows ETW to control the log level and log feature flags from outside the process, and all log messages can be transported into ETW trace sessions.As is this provides an event trace provider class thatmanages the log level on control callbacks and shunts the formatted log messages to ETW when warranted.The provider observes one feature flag, which when turned on causes it to capture and log a stack trace at the log site, which can be helpful when diagnosing errors from logs.This CL also initializes ETW logging for chrome.dll, but only if the environment variable "CHROME_ETW_LOGGING" is set. The ETW machinery may create a thread in every process registering a trace provider, and the environment variable makes this overhead optional. by [email protected] · 16 years ago
- 3c4e3015 Enable TCMalloc on Linux by default. by [email protected] · 16 years ago
- 0840cc7 This adds the first version of SyncSocket to base, along with a trivial unittest. by [email protected] · 16 years ago
- 978df34 Move base64 from 'net/base' into 'base'. by [email protected] · 16 years ago
- 5f5ac6a posix: split OS-specific bits out of sys_info_posix by [email protected] · 16 years ago
- 5d1937bb posix: refactor duplicated path-handling code by [email protected] · 16 years ago
- 5be7da24 Use AutoReset (formerly ScopedBool) where possible. by [email protected] · 16 years ago
- 6d1729e Moved bits.h from O3D to Chrome base. TEST=none BUG=none by [email protected] · 16 years ago
- 4535097 TBR: willchan by [email protected] · 16 years ago
- edcca49 Experiment: enable TCMalloc on Linux by default. by [email protected] · 16 years ago
- fd220e60 More safe browsing cleanup work: by [email protected] · 16 years ago
- b9f9383 Split *AndAdjustOffset() functions into their own header, to restore utf_string_conversions.h to a simple, readable state. by [email protected] · 16 years ago
- 2c55605 Revert 31765 - Experiment: enable TCMalloc on Linux by default. by [email protected] · 16 years ago
- 79fca46 Experiment: enable TCMalloc on Linux by default. by [email protected] · 16 years ago
- 5ca27443 Implement the memory leak annotations for heap leak checker. by [email protected] · 16 years ago
- 01699e2 linux: TCMalloc-based C++ heap profiler. by [email protected] · 16 years ago
- a2494cb Fix NSString conversions to treat a null NSString as a string of length 0, instead of crashing. This allows Cocoa to use null objects as empties, as is its wont, and we only run a check when needed. by [email protected] · 16 years ago
- ce85f60 Fix various problems with inline autocomplete and URLs that change length during fixup: by [email protected] · 16 years ago
- aaa47ee Cleans up our autorelease pool handling by making sure that an autorelease pool isn't created while the app is handling an event sent via -[NSApp sendEvent]. by [email protected] · 16 years ago
- c2ad1e3 Implement FormStructure and an initial method, EncodeUploadRequest. This also adds SHA1HashString, a utility method to get the SHA-1 hash of an input string, with appropriate unit tests. by [email protected] · 16 years ago
- a340697 Attempt 2 at: by [email protected] · 16 years ago
- 6c856ae Revert 30903 - Gets find bar animation/clipping to work on views/gtk. by [email protected] · 16 years ago
- b7aaf42 Gets find bar animation/clipping to work on views/gtk. by [email protected] · 16 years ago
- 276aa6a Lower priorities of background tabs on linux. by [email protected] · 16 years ago
- a9527c20 Reset the Mac message pump's delayed work timer upon waking from system sleep. by [email protected] · 16 years ago
- 8b386ced Add GrabWindowSnapshot method to mac_util class, and a unit test. by [email protected] · 16 years ago
- 49aeee5 About box auto-update improvements. by [email protected] · 16 years ago
- 93d49d7 Move the json-related files into a separate json directory. This hopefully also by [email protected] · 16 years ago
- 6de2799 First fix to minimize copying of image data. by [email protected] · 16 years ago
- 1c9cc40 Add AtomicFlag class to base/... by [email protected] · 16 years ago
- d34d79f Remove the base_gfx project since it no longer has an external dependencies. by [email protected] · 16 years ago
- 4f9bd8b84 Remove obsolete source excludes in base/gfx. The files have been moved to app/gfx/ by [email protected] · 16 years ago
- a678f3f include CHROMEOS files and defintions in TOOLKIT_VEIWS build. by [email protected] · 16 years ago
- 010ea08a Move native_widget_types and gtk_native_view_id_manager from base/gfx to by [email protected] · 16 years ago
- d6e58c6e Remove the dependency on i18n/icu_string_conversions from base/string_util.h. by [email protected] · 16 years ago
- d8617a6 Add logging macros that automatically append the last system error in string form. by [email protected] · 16 years ago
- fb895c6 Move more ICU-dependent stuff from base into base/i18n. Some test stuff also by [email protected] · 16 years ago
- d0767cb54 Separate out some more ICU from base and into base/i18n. by [email protected] · 16 years ago
- 86281ad Move classes depending on Skia out of base/gfx and into app/gfx. Rename by [email protected] · 16 years ago
- 308379a5 Refactor ASN1 parsing/serialization by [email protected] · 16 years ago
- 047a03f Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by [email protected] · 16 years ago
- e90ed8a Implement signature_creator_mac. Also moved CSSM memory functions to a common shared location. by [email protected] · 16 years ago
- f5c990c Add comments setting emacs and vim tab width and expansion variables. by [email protected] · 16 years ago
- 3075a7f Move nsimage_cache into base so that it can be accessed from outside of chrome. by [email protected] · 16 years ago
- 90f3990 Move the clipboard stuff out of base and into app/clipboard. I renamed by [email protected] · 16 years ago
- 468fec9 Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes by [email protected] · 16 years ago
- 2973ab5 Move the ICU string conversions into its own file. This new file is included by [email protected] · 16 years ago
- 0691bdf4 Implement RSAPrivateKey for Mac OS X by [email protected] · 16 years ago
- c6c2b47 Remove IdleTimer, which no one uses. by [email protected] · 16 years ago
- 59326aac Implement ScopedRunnableMethodFactory using WeakPtr. by [email protected] · 16 years ago
- c566c610 [Relanding erg's change with fix for toolkit_views shortcuts and by [email protected] · 16 years ago
- 71a9f84 Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator. by [email protected] · 16 years ago
- fdf3cff0 Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator" by [email protected] · 16 years ago
- 9719a89 Linux (nss) implementations of RSAPrivateKey and SignatureCreator by [email protected] · 16 years ago
- a032e66e5 Revert 26756 - "Use windows keycodes under linux (and all non-windows platforms)." by [email protected] · 16 years ago
- 400e5ef Use windows keycodes under linux (and all non-windows platforms). by [email protected] · 16 years ago
- a97488f Add xdisplaycheck as a dependency on Linux for tests that use the UI. This way we don't have to explicitly build xdisplaycheck on all the bots where we run tests. by [email protected] · 16 years ago