| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing various layout issues with the download shelf: | finnur@google.com | 2008-10-21 | 3 | -27/+31 |
* | Temporary disabling accessibility in the renderer to work-around bug 1432077 ... | jcampan@chromium.org | 2008-10-21 | 4 | -0/+17 |
* | Create memory histograms that also depend on the memory-model experiment | jar@google.com | 2008-10-21 | 1 | -10/+36 |
* | Change the default http stack for chrome.exe from winhttp to the new one. | ericroman@google.com | 2008-10-21 | 3 | -6/+5 |
* | Remove WebKeyboardEvent::key_data because we don't actually use it | tc@google.com | 2008-10-21 | 1 | -1/+1 |
* | Include chrome/renderer/SConscript in Linux build. Patch by Paweł Hajdan jr | mark@chromium.org | 2008-10-21 | 7 | -41/+52 |
* | Don't use UuidCreate as a source of randomness, and it's not portable. This ... | deanm@chromium.org | 2008-10-21 | 2 | -22/+5 |
* | Run MetricsResponseTest on the Mac. This test depended on | mark@chromium.org | 2008-10-21 | 6 | -55/+123 |
* | Fix a timing problem that caused the find bar's coordinates to be incorrect. | brettw@google.com | 2008-10-21 | 2 | -7/+2 |
* | Add a sleep to temporarily fix the find in page test. | brettw@google.com | 2008-10-21 | 1 | -0/+5 |
* | Split startup-test graphs into cold and warm, since otherwise the plot axis | pamg@google.com | 2008-10-21 | 1 | -7/+11 |
* | Call GdiAlphaBlend directly instead of the AlphaBlend wrapper in msimg32.dll.... | deanm@chromium.org | 2008-10-21 | 1 | -2/+0 |
* | Fix include path from last checkin. | brettw@google.com | 2008-10-21 | 1 | -1/+1 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 25 | -464/+488 |
* | try rolling this back to see if it helps | ben@chromium.org | 2008-10-21 | 3 | -86/+31 |
* | Fix breakage from r3643. | aa@chromium.org | 2008-10-21 | 1 | -0/+1 |
* | Show the path to the Greasemonkey script that caused an error | aa@chromium.org | 2008-10-21 | 4 | -26/+39 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ... | ananta@chromium.org | 2008-10-20 | 7 | -10/+121 |
* | To go with the retardation of recently closed tabs, remove the yellow from th... | glen@google.com | 2008-10-20 | 1 | -4/+1 |
* | Update the Chromium logo so that it's not clipped and is right-aligned correc... | glen@google.com | 2008-10-20 | 1 | -0/+0 |
* | Restore field trial for memory model | jar@google.com | 2008-10-20 | 2 | -6/+0 |
* | Fix ctrl-k not working. | pkasting@chromium.org | 2008-10-20 | 1 | -1/+1 |
* | More Windows-is-a-crack-baby mitigation. | beng@google.com | 2008-10-20 | 3 | -31/+86 |
* | recommit main | kuchhal@chromium.org | 2008-10-20 | 1 | -8/+7 |
* | Now omaha supports displaying custom error string through registry keys. | kuchhal@chromium.org | 2008-10-20 | 10 | -371/+481 |
* | Switch the default cursive font to 'Comic Sans MS' from 'Script' (that's not ... | jungshik@google.com | 2008-10-20 | 42 | -84/+84 |
* | Disable FieldTrial code to repair UI reliability test regression | jar@google.com | 2008-10-20 | 2 | -0/+6 |
* | Construct a field trial to see if HIGH or MEDIUM memory model "works better" | jar@google.com | 2008-10-19 | 6 | -10/+77 |
* | Issue 3487: We now set the bounds for the links in the About box as soon as w... | finnur@google.com | 2008-10-19 | 1 | -19/+18 |
* | Switch various performance tests to produce output for use by the new generic | pamg@google.com | 2008-10-18 | 6 | -110/+165 |
* | Move more platform-specific stuff from WebContents to the view. | brettw@google.com | 2008-10-18 | 7 | -187/+189 |
* | Fix the test build when BUILD_PERSONALIZATION is enabled. | nick@chromium.org | 2008-10-18 | 1 | -1/+2 |
* | Rolling back CL 3578, discovered hammer.bat had not been updated yet. | bradnelson@chromium.org | 2008-10-18 | 1 | -0/+1 |
* | Allow middle click on the only tab with one window open. | ben@chromium.org | 2008-10-17 | 4 | -10/+53 |
* | Support shortcut show styles for "run maximized", "run minimized" etc. | ben@chromium.org | 2008-10-17 | 4 | -3/+10 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 1 | -1/+0 |
* | Changes BookmarkDragData to allow for multiple nodes. I'm going to | sky@google.com | 2008-10-17 | 5 | -150/+306 |
* | We were still warning about a dangerous download when the user has picked the... | jcampan@chromium.org | 2008-10-17 | 1 | -2/+8 |
* | Straighten out the way the system menu works a bit. We no longer create the m... | ben@chromium.org | 2008-10-17 | 7 | -41/+32 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 13 | -25/+185 |
* | Fix problem where "text/xml" responses get buffered past 512 bytes, causing t... | ericroman@google.com | 2008-10-17 | 1 | -0/+1 |
* | Make ChromeThreadTest and TextDatabaseTest inherit from PlatformTest for | mark@chromium.org | 2008-10-17 | 3 | -6/+24 |
* | more bustage fixes | ben@chromium.org | 2008-10-17 | 1 | -4/+4 |
* | more bustage fixes | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | fix release bustage :-( | ben@chromium.org | 2008-10-17 | 1 | -1/+4 |
* | attempt at fixing release bustage | ben@chromium.org | 2008-10-17 | 1 | -0/+2 |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 24 | -114/+90 |
* | Remove some code I accidentally left in which is causing asserts and crashes. | brettw@google.com | 2008-10-17 | 1 | -6/+0 |
* | Fix a potential crasher in SpellChecker Add to dictionary feature. | sidchat@google.com | 2008-10-17 | 1 | -1/+2 |
* | testing something else | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |