| Commit message (Expand) | Author | Age | Files | Lines |
* | SCons build: Generate the chromium_strings* and google_chrome_string* | sgk@google.com | 2008-08-29 | 1 | -2/+21 |
* | Fix a test to avoid a MSVC warning as error about constant truncation. | deanm@google.com | 2008-08-29 | 1 | -2/+10 |
* | Fix SCons-based webkit build on Windows (broken by the Linux | sgk@google.com | 2008-08-29 | 1 | -10/+21 |
* | Import upstream atomicop tests. | deanm@google.com | 2008-08-29 | 3 | -0/+234 |
* | Remove navigation_performance_viewer.{cc,h} from the SCons build, | sgk@google.com | 2008-08-29 | 3 | -112/+1 |
* | We don't need to support win2k, so we can always use rand_s. We can also use... | deanm@google.com | 2008-08-29 | 1 | -25/+2 |
* | Bring back SimpleThread, but with a Delegate interface. | deanm@google.com | 2008-08-29 | 6 | -0/+306 |
* | fix base_unittets bustage observed on mac/linux | darin@google.com | 2008-08-29 | 1 | -2/+4 |
* | Get a good piece of port building under Linux. | erg@google.com | 2008-08-29 | 6 | -93/+105 |
* | fix purify error | darin@google.com | 2008-08-28 | 1 | -0/+1 |
* | Provide what looks like the minimal platform specific interface for skia. Thi... | erg@google.com | 2008-08-28 | 10 | -4/+237 |
* | Fixes crash in ClearBrowsingDataView that can only occur during the | sky@google.com | 2008-08-28 | 2 | -6/+19 |
* | Reading the comments on a later change, it seems I should have only used a co... | dsh@google.com | 2008-08-28 | 1 | -1/+1 |
* | We should not EXPECT to get a browser object or a window object, we should AS... | finnur@google.com | 2008-08-28 | 3 | -13/+18 |
* | Forgotten unit test chanes. | brettw@google.com | 2008-08-28 | 4 | -9/+17 |
* | Make a step on refactoring navigation. The eventual plan is to have the Navig... | brettw@google.com | 2008-08-28 | 12 | -255/+299 |
* | Fix tests that break with Chromium build. | rahulk@google.com | 2008-08-28 | 3 | -3/+20 |
* | If we receive an HTTP authentication header with a non-ASCII | wtc@google.com | 2008-08-28 | 1 | -3/+3 |
* | Don't run the big script every time. | erg@google.com | 2008-08-28 | 1 | -1/+1 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 28 | -259/+469 |
* | Attempt at fixing crash in TaskManager. I'm skeptical this is it, but | sky@google.com | 2008-08-28 | 1 | -2/+2 |
* | Forgotten a rebaselined testcase. | dglazkov@google.com | 2008-08-28 | 1 | -0/+29 |
* | Fix for the redness in the interactive test. We were using GetActiveWindow to... | finnur@google.com | 2008-08-28 | 1 | -6/+5 |
* | Another layout test fix. Technically, this is a test_shell tweak to avoid fra... | dglazkov@google.com | 2008-08-28 | 9 | -18/+9 |
* | The GetWindowRect must return the rect of the container HWND; not the actual ... | erg@google.com | 2008-08-28 | 9 | -12/+36 |
* | This call is incorrect because calling it here allows any subframe to update ... | mmoss@google.com | 2008-08-28 | 1 | -4/+0 |
* | Enable logging on memory tests for debugging. | mbelshe@google.com | 2008-08-28 | 1 | -0/+2 |
* | WorkerPool implementation for Mac, using NSOperationQueue | mmentovai@google.com | 2008-08-28 | 4 | -1/+148 |
* | Split the AutocompletePopup into model and view classes, step 1. | pkasting@google.com | 2008-08-28 | 5 | -821/+791 |
* | No code change, just changing a comment (a nit from my previous review). This... | finnur@google.com | 2008-08-28 | 1 | -3/+3 |
* | fix typo | rahulk@google.com | 2008-08-28 | 1 | -1/+1 |
* | Set svn:eol-style = LF and normalize newlines as on other files | mmentovai@google.com | 2008-08-28 | 5 | -35/+38 |
* | Adding a test to catch regressions where the Find box moves when you open and... | finnur@google.com | 2008-08-28 | 12 | -71/+274 |
* | Fixes regression where we were no longer deleting TabContents when | sky@google.com | 2008-08-28 | 2 | -11/+21 |
* | Use distribution specific branding for binaries version stamp. | rahulk@google.com | 2008-08-28 | 4 | -7/+12 |
* | Bring EventHandlerMac.mm over from WebKit to port so that we can turn off som... | avi@google.com | 2008-08-28 | 1 | -0/+641 |
* | The main thread of test_shell.exe needs to have a UI message loop. | darin@google.com | 2008-08-28 | 1 | -1/+1 |
* | Fix problem of safebrowsing database removing an add for a hostname when it g... | jabdelmalek@google.com | 2008-08-28 | 2 | -2/+31 |
* | Add region-specific suggest URLs for Yahoo_xx search engines where suggest se... | jungshik@google.com | 2008-08-28 | 1 | -45/+86 |
* | Check the return value of GetFontUnicodeRange. If it fails, call EnsureFontLo... | jungshik@google.com | 2008-08-28 | 1 | -1/+14 |
* | Ensure Cocoa sets up its multithreaded environment | mmentovai@google.com | 2008-08-28 | 5 | -10/+74 |
* | Run some disk cache unit tests on the Mac | mmentovai@google.com | 2008-08-28 | 10 | -34/+59 |
* | Change Chrome references to Chromium on about:memory page. | rahulk@google.com | 2008-08-28 | 2 | -4/+4 |
* | Remove Google Chrome specific strings from common resources file and use them... | rahulk@google.com | 2008-08-27 | 126 | -2151/+319 |
* | [1 of 3] Get rid of test_shell/resources/fonts/* | ericroman@google.com | 2008-08-27 | 2 | -44/+0 |
* | fix build break | rahulk@google.com | 2008-08-27 | 1 | -4/+0 |
* | fix build break | rahulk@google.com | 2008-08-27 | 1 | -1/+2 |
* | Rollback 148 that got submitted by mistake and is not ready yet. | rahulk@google.com | 2008-08-27 | 42 | -0/+2142 |
* | Add new generated_resources.grd file (with all references to Google Chrome re... | rahulk@google.com | 2008-08-27 | 42 | -2142/+0 |
* | Add distribution specific strings. | rahulk@google.com | 2008-08-27 | 44 | -0/+2432 |