| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Linux: make the "change proxy settings" button able to start several proxy co... | mdm@chromium.org | 2009-08-20 | 2 | -4/+35 |
* | Print more info in IsStringASCII assertions. | phajdan.jr@chromium.org | 2009-08-20 | 1 | -4/+4 |
* | Don't compile with TraceLog support on by default. | deanm@chromium.org | 2009-08-20 | 1 | -0/+7 |
* | Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds on | mark@chromium.org | 2009-08-20 | 1 | -5/+15 |
* | Ensure that SyncWaiter (base/waitable_event_posix.cc) condition variables | mark@chromium.org | 2009-08-20 | 1 | -37/+42 |
* | Port more browser focus tests to linux. | estade@chromium.org | 2009-08-19 | 1 | -26/+26 |
* | Move IDMap back to base/ where it is needed. | phajdan.jr@chromium.org | 2009-08-19 | 3 | -0/+270 |
* | Reverting 23645. | jhawkins@chromium.org | 2009-08-18 | 2 | -11/+1 |
* | Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-18 | 2 | -1/+11 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 5 | -37/+24 |
* | Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on... | jshin@chromium.org | 2009-08-18 | 4 | -27/+27 |
* | Add the UI thread to the list of ChromeThreads. | paul@chromium.org | 2009-08-18 | 1 | -0/+4 |
* | Add whitespace so parser doesn't get confused. | eroman@chromium.org | 2009-08-17 | 1 | -3/+3 |
* | Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for | cevans@chromium.org | 2009-08-15 | 3 | -1/+50 |
* | Revert "Reverting 23406" as it didn't break any tests. | jhawkins@chromium.org | 2009-08-14 | 2 | -28/+24 |
* | Add UMR for PrependInteger to exceptions list for base_unittests.exe. | ericroman@google.com | 2009-08-14 | 1 | -0/+14 |
* | Reverting 23406. | levin@chromium.org | 2009-08-14 | 2 | -24/+28 |
* | Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-14 | 2 | -28/+24 |
* | Simple cleanup. | maruel@chromium.org | 2009-08-13 | 2 | -8/+12 |
* | Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux | mark@chromium.org | 2009-08-13 | 2 | -84/+55 |
* | Reliability test porting: stringy stuff. | estade@chromium.org | 2009-08-13 | 2 | -0/+10 |
* | Move IDMap from base/ to common/ | phajdan.jr@chromium.org | 2009-08-12 | 2 | -105/+0 |
* | Refactors OSExchangeData for easier portability. | sky@chromium.org | 2009-08-12 | 2 | -0/+13 |
* | Fix PR_ImplodeTime for Linux x64. | wtc@chromium.org | 2009-08-12 | 2 | -6/+17 |
* | Ensure that CreatorCodeForCFBundleRef returns the "unknown" creator code from | mark@chromium.org | 2009-08-12 | 1 | -1/+1 |
* | Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon... | thakis@chromium.org | 2009-08-11 | 1 | -0/+56 |
* | Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive... | ericroman@google.com | 2009-08-11 | 5 | -0/+598 |
* | Use real creator code for Keychain items. Instead of hard-coding 'rimZ', use | mark@chromium.org | 2009-08-11 | 2 | -19/+46 |
* | Use base::WindowImpl instead of CWindowImpl to reduce dependencies on ATL. | jhawkins@chromium.org | 2009-08-08 | 2 | -3/+13 |
* | Add short circuit case for self assignment, and add virtual destructor | jar@chromium.org | 2009-08-07 | 2 | -3/+8 |
* | Factor out window creation into base::WindowImpl. This class will be used in... | jhawkins@chromium.org | 2009-08-07 | 3 | -0/+324 |
* | Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB). | thestig@chromium.org | 2009-08-06 | 3 | -282/+252 |
* | Remove the Mac-specific implementation of LaunchApp, and share the Linux vers... | stuartmorgan@google.com | 2009-08-06 | 4 | -151/+77 |
* | Linux: add GYP flag to build with system jpeg. | agl@chromium.org | 2009-08-06 | 1 | -0/+4 |
* | GTK: implement bookmark manager copy/paste. | estade@chromium.org | 2009-08-04 | 7 | -28/+159 |
* | linux: improve warnings when NSS/PR shutdowns fail | evan@chromium.org | 2009-08-04 | 1 | -5/+12 |
* | Linux: don't try and read shmmax in the sandbox. | agl@chromium.org | 2009-08-04 | 2 | -0/+23 |
* | Cross-process Message Port implementation. | jam@chromium.org | 2009-08-04 | 1 | -0/+11 |
* | Remove even the logging statement from ~LogMessage. We shouldn't be using LOG... | phajdan.jr@chromium.org | 2009-08-03 | 1 | -7/+6 |
* | Move test_file_util out of libbase. Test code should not be mixed with produc... | phajdan.jr@chromium.org | 2009-08-03 | 1 | -5/+36 |
* | Use intptr_t for casting pointers for 64-bit. | deanm@chromium.org | 2009-08-03 | 1 | -1/+1 |
* | Add defensive code in pickle to preclude realloc of shared header_ memory. | jar@chromium.org | 2009-08-03 | 1 | -2/+7 |
* | Removes an unused function in clipboard_linux as well as unused method | sky@chromium.org | 2009-07-31 | 2 | -18/+0 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 7 | -52/+294 |
* | Do not abort the process if thread owning the log mutex has crashed. | phajdan.jr@chromium.org | 2009-07-31 | 1 | -1/+6 |
* | First cut at Safari Import - Home Page & History Only. | jeremy@chromium.org | 2009-07-31 | 3 | -0/+24 |
* | Fix Mac plugin background snapshots | stuartmorgan@google.com | 2009-07-31 | 1 | -0/+14 |
* | Remove duplication of DieFileDie, and move it to proper location. | phajdan.jr@chromium.org | 2009-07-30 | 3 | -0/+30 |
* | Make Linux versioninfo its own lib so it can be linked in only where needed. | mmoss@chromium.org | 2009-07-29 | 1 | -48/+59 |
* | Reverting 21938 (done with experiment). | willchan@chromium.org | 2009-07-29 | 1 | -1/+0 |