| Commit message (Expand) | Author | Age | Files | Lines |
* | Make BrowserProcess::GetApplicationLocale thread safe and migrate | tony@chromium.org | 2009-12-10 | 8 | -21/+28 |
* | Share the code that builds the page menu in a common model, make Mac and Win ... | pinkerton@chromium.org | 2009-12-09 | 1 | -0/+2 |
* | Change most callers of NativeScrollbar size functions to use a dedicated func... | pkasting@chromium.org | 2009-12-09 | 3 | -0/+42 |
* | Linux: improve format of text/html copy paste data. | estade@chromium.org | 2009-12-08 | 2 | -7/+26 |
* | Split app.gyp and add a Win64 version of the app_base target. | gregoryd@google.com | 2009-12-07 | 4 | -209/+377 |
* | Revert "Split app.gyp and add a Win64 version of the app_base target." | ajwong@chromium.org | 2009-12-07 | 4 | -368/+209 |
* | Split app.gyp and add a Win64 version of the app_base target. | gregoryd@google.com | 2009-12-07 | 4 | -209/+368 |
* | Fixes bug in textfield on views/gtk where we weren't properly | sky@chromium.org | 2009-12-04 | 1 | -1/+17 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 6 | -0/+452 |
* | Share code between Mac and Linux in ResourceBundle. | hayato@chromium.org | 2009-12-03 | 6 | -162/+141 |
* | Setting the ICU default locale is made explicit. This leads to a few more | jshin@chromium.org | 2009-12-03 | 2 | -36/+36 |
* | Linux: when reading html from clipboard, interpret BOM to mean | estade@chromium.org | 2009-12-02 | 1 | -1/+10 |
* | Fixes bug where Chrome was not rendering fonts at the size it should | sky@chromium.org | 2009-12-01 | 2 | -0/+24 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 9 | -0/+446 |
* | Refactor OS-dependent filename exclusion patterns | evan@chromium.org | 2009-11-26 | 1 | -27/+0 |
* | Fix issue 7618 | xiyuan@chromium.org | 2009-11-25 | 2 | -18/+43 |
* | Load chrome.dll as a resource dll so that resources can be loaded by the brow... | tommi@chromium.org | 2009-11-25 | 1 | -2/+2 |
* | Move some theme images to being serviced on the IO thread. For | tony@chromium.org | 2009-11-24 | 2 | -2/+2 |
* | Remove ResourceBundle::LoadImageResourceBytes since it appears to | tony@chromium.org | 2009-11-23 | 3 | -11/+1 |
* | Adjusts font sizes to be readable on Chrome OS. | sky@chromium.org | 2009-11-23 | 1 | -9/+0 |
* | Making grd dependencies more correct for grds in app. | bradnelson@google.com | 2009-11-20 | 1 | -26/+30 |
* | Re-enable TextEliderTest.ElideTextLongStrings. | estade@chromium.org | 2009-11-20 | 2 | -3/+9 |
* | Mac language/locale cleanup | thomasvl@chromium.org | 2009-11-19 | 3 | -12/+84 |
* | Set prop app id for chromium/application shortcut. | xiyuan@chromium.org | 2009-11-19 | 1 | -12/+2 |
* | Simplify some code that loops over all pixels of a bitmap. | pkasting@chromium.org | 2009-11-19 | 1 | -32/+17 |
* | Small cleanups: | pkasting@chromium.org | 2009-11-18 | 1 | -55/+41 |
* | Fix lint errors in app/ and turn on presubmit check. | erg@google.com | 2009-11-17 | 11 | -16/+41 |
* | Do not open a new connection if one has already been opened. | dumi@chromium.org | 2009-11-17 | 1 | -0/+5 |
* | Apply the latest translated strings to trunk. | mal@chromium.org | 2009-11-15 | 49 | -4/+53 |
* | Linux: Convert Cookies options page from a list into a tree. | mattm@chromium.org | 2009-11-11 | 2 | -0/+8 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 1 | -1/+1 |
* | Reverting 31646. | pkasting@chromium.org | 2009-11-11 | 2 | -17/+1 |
* | Try to make widgets clean up after themselves a bit better: | pkasting@chromium.org | 2009-11-11 | 2 | -1/+17 |
* | Added a flag to the Canvas class which allows forcing an RTL directionality | idana@chromium.org | 2009-11-11 | 2 | -5/+19 |
* | Unrevert 31478 Add UI for turning on/off network devices. | mpcomplete@chromium.org | 2009-11-10 | 3 | -0/+106 |
* | Revert 31478 - Add UI for turning on/off network devices. | mpcomplete@chromium.org | 2009-11-10 | 3 | -106/+0 |
* | Revert 31358 | idana@chromium.org | 2009-11-10 | 1 | -1/+1 |
* | Block Amharic on Windows XP for now. Win XP does not come with Amharic fonts.... | jshin@chromium.org | 2009-11-09 | 1 | -3/+4 |
* | Add UI for turning on/off network devices. | chocobo@google.com | 2009-11-09 | 3 | -0/+106 |
* | We shouldn't use BIDI_DEFAULT_(RTL|LTR) if we know the directionality of the ... | cira@chromium.org | 2009-11-07 | 1 | -1/+1 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -5/+5 |
* | Converting the Cookies options page from a TableView to a TreeView | ian@chromium.org | 2009-11-06 | 1 | -2/+2 |
* | Remove Clipboard::WriteFile{,s} which is unused on mac and windows and unimpl... | estade@chromium.org | 2009-11-05 | 8 | -157/+0 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 2 | -3/+13 |
* | Enable localization of default downloaded filename. | tony@chromium.org | 2009-11-04 | 1 | -2/+3 |
* | Attempt 2 at: | sky@chromium.org | 2009-11-04 | 7 | -18/+94 |
* | Revert 30903 - Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 7 | -94/+18 |
* | Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 7 | -18/+94 |
* | Fixed font height on OS X. Also added some unittests. | akalin@chromium.org | 2009-11-03 | 3 | -6/+12 |
* | Remove themes/default.dll and merge the resources into chrome.dll. | tc@google.com | 2009-11-02 | 6 | -57/+12 |