| Commit message (Expand) | Author | Age | Files | Lines |
* | Always show file extensions in the shelf. | glen@chromium.org | 2008-11-03 | 3 | -10/+73 |
* | Refactor building unit_tests with SCons for the new structure: | sgk@google.com | 2008-11-03 | 4 | -263/+256 |
* | Add widely-used variants of en, fr, de and it. | jungshik@google.com | 2008-11-02 | 1 | -2/+14 |
* | Rollback r4382 because I'm daft (submitted the wrong thing) | glen@chromium.org | 2008-11-01 | 3 | -8/+8 |
* | Update some spell-checker strings | glen@chromium.org | 2008-11-01 | 1 | -2/+2 |
* | Unescape and use the filename when we have no title to display for a given en... | glen@chromium.org | 2008-11-01 | 3 | -8/+8 |
* | Changed the notification for the rlz | cpu@google.com | 2008-11-01 | 1 | -3/+3 |
* | Fix interactive test crashes. | beng@google.com | 2008-11-01 | 1 | -0/+1 |
* | Expire cookies by last access date, rather than creation date. | pkasting@chromium.org | 2008-11-01 | 2 | -9/+68 |
* | Second attempt at fixing dist crash... more accurately control the lifetime o... | ben@chromium.org | 2008-11-01 | 2 | -3/+3 |
* | Make multiline labels respect the inset. | levin@chromium.org | 2008-11-01 | 5 | -28/+487 |
* | On first run process the master prefs json, only one entry matters to us. | cpu@google.com | 2008-10-31 | 6 | -22/+93 |
* | This fixes the VerifyHistoryLength ui test flakiness. The test initiates page... | ananta@chromium.org | 2008-10-31 | 4 | -8/+20 |
* | This fixes bug http://code.google.com/p/chromium/issues/detail?id=3881, which | ananta@chromium.org | 2008-10-31 | 1 | -2/+2 |
* | Takes steps to make our PlatformScreen implementation more portable. | darin@chromium.org | 2008-10-31 | 6 | -85/+90 |
* | Some code in MessageBoxView was focusing the first focusable element in the v... | jcampan@chromium.org | 2008-10-31 | 5 | -25/+33 |
* | Localization tweaks. | sky@google.com | 2008-10-31 | 2 | -2/+2 |
* | Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-... | klink@chromium.org | 2008-10-31 | 8 | -2/+63 |
* | Fix a bug where languages that have a long string for the | paulg@google.com | 2008-10-31 | 47 | -79/+165 |
* | Fix regression of b/issue?id=1280317. We need to do a case-insensitive | mpcomplete@google.com | 2008-10-31 | 1 | -4/+9 |
* | 2nd part of the reorganize options under 'UnderTheHood' (bug 3655): | finnur@google.com | 2008-10-31 | 44 | -82/+161 |
* | Add the comment for why we detach plugin windows when the WebContents is | brettw@google.com | 2008-10-31 | 1 | -4/+15 |
* | Part 2 of the CL to unfork our changes to FrameLoader.cpp to support the | mpcomplete@google.com | 2008-10-31 | 2 | -3/+24 |
* | Background: | nsylvain@chromium.org | 2008-10-31 | 1 | -1/+5 |
* | A fix for Issue 3234 in chromium "Input type password: IME is not disabled." | hbono@chromium.org | 2008-10-31 | 1 | -7/+3 |
* | A fix for Issue 3156 in chromium: "OmniBox: NavSuggest doesn't work fine when... | hbono@chromium.org | 2008-10-31 | 1 | -0/+20 |
* | Attempt to fix dist crashes or at least make them crash with more understanda... | ben@chromium.org | 2008-10-31 | 1 | -2/+5 |
* | Fix RTL issues in the About box (bug 3756). | finnur@google.com | 2008-10-31 | 5 | -100/+170 |
* | Adding preferences and clear browsing data for form autofill. | jcampan@chromium.org | 2008-10-31 | 12 | -17/+105 |
* | Display "No suggestions found" for misspelled words with no suggestions. | sidchat@google.com | 2008-10-31 | 1 | -0/+5 |
* | fix build | kuchhal@chromium.org | 2008-10-31 | 1 | -2/+2 |
* | Remove an hack to enable the parent window. It seems to cause crashes in the ... | maruel@chromium.org | 2008-10-31 | 1 | -2/+0 |
* | Consolidate same constant defined in three different places. No change in chr... | kuchhal@chromium.org | 2008-10-31 | 5 | -43/+53 |
* | NO CODE CHANGE. Just force a build to see how badly broken is the tree. | maruel@chromium.org | 2008-10-31 | 1 | -4/+3 |
* | Make ImageBuffer creation and handling conform to proper WebKit form rather t... | brettw@google.com | 2008-10-31 | 1 | -3/+2 |
* | Adds the ability for ObserverList to not notify observers added during | sky@google.com | 2008-10-31 | 1 | -0/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which | ananta@chromium.org | 2008-10-31 | 1 | -1/+1 |
* | Make it so that you can refresh and see changes in Greasemonkey | aa@chromium.org | 2008-10-30 | 4 | -33/+55 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 2 | -5/+6 |
* | Make clear browsing data dialog wider in finnish, so that the 'clearing..' te... | glen@chromium.org | 2008-10-30 | 1 | -1/+1 |
* | Include webkit licence changes, make page prettier with expando licence secti... | glen@chromium.org | 2008-10-30 | 1 | -31/+236 |
* | Fix for HTTP AUTH prompts allowing save-password infobars to be shown after a... | glen@chromium.org | 2008-10-30 | 3 | -7/+14 |
* | When acting as a drop target, the webview keeps a cache of | tc@google.com | 2008-10-30 | 2 | -7/+33 |
* | Adds an imported string that will be used when we handle importing of | sky@google.com | 2008-10-30 | 1 | -1/+4 |
* | Tests were failing because mini_installer.exe was not found. Added logic to g... | anantha@chromium.org | 2008-10-30 | 2 | -13/+27 |
* | Disable some failing UI tests for now. | pkasting@chromium.org | 2008-10-30 | 1 | -2/+2 |
* | SCons config for recent bookmark changes. | sgk@google.com | 2008-10-30 | 3 | -2/+6 |
* | Roll deps to pull in new third_party/WebKit | ojan@google.com | 2008-10-30 | 1 | -1/+3 |
* | Modified the mini installer tests to work for both Google Chrome and Chromium. | anantha@chromium.org | 2008-10-30 | 5 | -52/+86 |
* | Accumulated SCons changes for Windows chrome build, round II: | sgk@google.com | 2008-10-30 | 16 | -96/+109 |