| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 2 | -0/+12 |
* | Disabling flaky StatsTableTest.MultipleThreads on Linux too. | robertshield@google.com | 2009-04-23 | 1 | -3/+2 |
* | The PPID is in kp_eproc, not kp_proc. (The field we were previously looking a... | avi@google.com | 2009-04-23 | 1 | -1/+1 |
* | Submitting http://codereview.chromium.org/87039 on behalf of hamaji. | erikkay@google.com | 2009-04-23 | 2 | -3/+20 |
* | Protect RandUint64 against EINTR. | phajdan.jr@chromium.org | 2009-04-23 | 3 | -3/+24 |
* | Fix problem with bookmark bar introduced by window sharing; pref | jrg@chromium.org | 2009-04-23 | 1 | -0/+6 |
* | Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d... | pinkerton@chromium.org | 2009-04-22 | 1 | -1/+1 |
* | Ensures we don't leak handles in ProcessUtil::GetAppOutput. | jcampan@chromium.org | 2009-04-22 | 1 | -7/+7 |
* | StopWatchingFileDescriptor needs to free struct event. | dkegel@google.com | 2009-04-22 | 3 | -11/+108 |
* | Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ... | pinkerton@chromium.org | 2009-04-22 | 1 | -4/+16 |
* | Reverting 14152. | thestig@chromium.org | 2009-04-21 | 5 | -9/+21 |
* | Stop using and remove deprecated file_util::TrimTrailingSeparator(). | thestig@chromium.org | 2009-04-21 | 5 | -21/+9 |
* | Fix a leak when we fail to load a gdkpixbuf. I meant to do this in | tc@google.com | 2009-04-21 | 1 | -0/+24 |
* | Stop using and remove deprecated file_util::TrimFilename(). | thestig@chromium.org | 2009-04-21 | 2 | -12/+0 |
* | This CL adds a utility method that lets you start a process and block until t... | jcampan@chromium.org | 2009-04-21 | 3 | -7/+122 |
* | Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in... | sgk@google.com | 2009-04-21 | 6 | -28/+56 |
* | More solid detection of browser process in chrome_process_util_linux.cc: | phajdan.jr@chromium.org | 2009-04-21 | 2 | -5/+12 |
* | Implement file_util::CountFilesCreatedAfter() for posix environments. | evan@chromium.org | 2009-04-21 | 3 | -6/+42 |
* | plugins: move NativeLibrary into base. | evan@chromium.org | 2009-04-21 | 5 | -0/+171 |
* | posix: port PrependCommand to Windows and use for the plugin launcher. | evan@chromium.org | 2009-04-20 | 2 | -1/+10 |
* | Landing this patch for Jamesr. | mad@chromium.org | 2009-04-20 | 2 | -0/+20 |
* | Add a FieldTrial and histograms for measuring impact of http prioritization. | willchan@chromium.org | 2009-04-20 | 1 | -1/+1 |
* | Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing... | pkasting@chromium.org | 2009-04-20 | 2 | -0/+7 |
* | Disable StatsTableTest.MultipleThreads since it is flaky under heavy load. | maruel@chromium.org | 2009-04-20 | 1 | -0/+5 |
* | Disable the test ConditionVariableTest.MultiThreadConsumerTest until it is st... | maruel@chromium.org | 2009-04-20 | 1 | -1/+2 |
* | Cleanup in LaunchApp: | phajdan.jr@chromium.org | 2009-04-18 | 1 | -17/+11 |
* | Retrial of the first step to port file_util::CountFilesCreatedAfter() | erikkay@google.com | 2009-04-18 | 7 | -19/+47 |
* | Add GetAppOutput function, a better replacement for popen. | phajdan.jr@chromium.org | 2009-04-17 | 3 | -0/+92 |
* | Minor tweaks to deal with the split between CFBundleVersion | jrg@chromium.org | 2009-04-16 | 1 | -1/+6 |
* | Add missing include needed for malloc. | thestig@chromium.org | 2009-04-16 | 1 | -0/+1 |
* | Recommit previous change with GYP files fixed. | erg@google.com | 2009-04-16 | 2 | -68/+0 |
* | Have ResourceBundle own GdkPixbufs. | tc@google.com | 2009-04-16 | 1 | -2/+0 |
* | Reverts the previous two commits. (r13812 and r13811). | erg@google.com | 2009-04-15 | 2 | -0/+70 |
* | Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements. | erg@google.com | 2009-04-15 | 2 | -70/+0 |
* | Disable TimerTest.RepeatingTimer the suspected test in base_unittests which | nirnimesh@chromium.org | 2009-04-15 | 1 | -0/+5 |
* | base_unittests.exe is still timing out in the test | wtc@chromium.org | 2009-04-15 | 1 | -0/+3 |
* | Reverting 13748. | erikkay@google.com | 2009-04-15 | 3 | -21/+18 |
* | Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj... | erikkay@google.com | 2009-04-15 | 3 | -18/+21 |
* | Disable the negative test cases in the test | wtc@chromium.org | 2009-04-15 | 2 | -3/+9 |
* | Few changes to the NTP remove thumbnails: | jcampan@chromium.org | 2009-04-15 | 1 | -2/+5 |
* | Clean up icon loader/manager in preparation for porting. | estade@chromium.org | 2009-04-14 | 1 | -0/+4 |
* | Save and restore the value of GetLastError() when [D]LOG/[D]CHECK etc on Wind... | tommi@google.com | 2009-04-14 | 2 | -0/+28 |
* | Convert the internal GetStringF to use string16. This saves a | tc@google.com | 2009-04-14 | 3 | -50/+54 |
* | Typo in test is exposed as a flaky test | jar@chromium.org | 2009-04-14 | 1 | -1/+1 |
* | Fix cast style. | erg@google.com | 2009-04-13 | 1 | -1/+1 |
* | Report what went wrong when initializing NSS_NoDB_Init. | erg@google.com | 2009-04-13 | 1 | -2/+10 |
* | Disable gcc 4.4 warnings about hash_map and hash_set being | tc@google.com | 2009-04-13 | 1 | -0/+14 |
* | Disables the test SignatureVerifierTest.BasicTest on the purify bot as | sky@chromium.org | 2009-04-13 | 1 | -0/+3 |
* | Reduce flakiness of condition var unit test by reducing timing dependence. | jar@chromium.org | 2009-04-11 | 1 | -40/+75 |
* | Set the svn:eol-style properties of these new files to LF. | wtc@chromium.org | 2009-04-10 | 2 | -10/+10 |