| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge themes/default.pak into chrome.pak for Mac and Linux builds. | tony@chromium.org | 2009-10-30 | 2 | -13/+10 |
* | Fix up extension badge text drawing. | estade@chromium.org | 2009-10-30 | 6 | -9/+13 |
* | Implemented most of HtmlDialogWindowController, which is a Cocoa port | akalin@chromium.org | 2009-10-30 | 1 | -0/+3 |
* | Problem clipping gtk text. | davemoore@chromium.org | 2009-10-30 | 1 | -1/+1 |
* | Convert ReplaceStringPlaceholders(std::string...) to take a | tony@chromium.org | 2009-10-29 | 1 | -0/+4 |
* | Got the about panel to have its text lined up correctly. | davemoore@chromium.org | 2009-10-27 | 3 | -19/+101 |
* | Modify DataPacks so they can return RefCountedStaticMemory objects. | erg@google.com | 2009-10-27 | 2 | -22/+8 |
* | ResourceBundle::GetRawDataResource should fall back to localized resources | mark@chromium.org | 2009-10-27 | 2 | -4/+14 |
* | Add a method to TreeNode to return total number of nodes in a subtree. | munjal@chromium.org | 2009-10-25 | 1 | -0/+11 |
* | Get the About panel to align its links correctly, | davemoore@chromium.org | 2009-10-23 | 2 | -9/+2 |
* | Makes inactive pinned tabs on linux throb when the title changes. I | sky@chromium.org | 2009-10-23 | 1 | -0/+4 |
* | Make sure the RootView is sized to the correct bounds when the opaque frame i... | ben@chromium.org | 2009-10-23 | 1 | -0/+3 |
* | Do some cleanup of file path name handling. | brettw@chromium.org | 2009-10-22 | 1 | -3/+3 |
* | Chromium fix for "Copy Image". (WebCore fix is http://codereview.chromium.org... | avi@chromium.org | 2009-10-22 | 2 | -1/+44 |
* | Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data; | erg@google.com | 2009-10-22 | 4 | -73/+160 |
* | Implement dragging icon for dragging bookmarks in views/gtk. | skrul@google.com | 2009-10-21 | 4 | -4/+37 |
* | GTK: Display explanatory message on sad tab page. | estade@chromium.org | 2009-10-21 | 1 | -4/+3 |
* | linux: rearrange clipboard code | evan@chromium.org | 2009-10-20 | 3 | -46/+45 |
* | app depends on x11 because of active_window_watcher_x. | evan@chromium.org | 2009-10-20 | 1 | -0/+1 |
* | Add missing files to app.gyp. | mark@chromium.org | 2009-10-20 | 1 | -3/+6 |
* | Plug a font leak. | davemoore@chromium.org | 2009-10-19 | 1 | -1/+3 |
* | Do work necessary to make Views About panel work on Chrome OS. This is to be ... | davemoore@chromium.org | 2009-10-19 | 3 | -24/+54 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 6 | -62/+54 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 3 | -3/+73 |
* | Reverted 29258. | akalin@chromium.org | 2009-10-16 | 3 | -73/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 3 | -3/+73 |
* | Reverted 29255. | akalin@chromium.org | 2009-10-16 | 3 | -73/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 3 | -3/+73 |
* | Reverted 29253. | akalin@chromium.org | 2009-10-16 | 3 | -73/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 3 | -3/+73 |
* | TBR: nick@chromium.org | akalin@chromium.org | 2009-10-16 | 3 | -73/+3 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 3 | -3/+73 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | Make the ThemeProvider methods const. | pkasting@chromium.org | 2009-10-13 | 1 | -11/+12 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 2 | -1/+4 |
* | Remove typos for gtk_native_view_id_manager in app.gyp. Make complains: Circu... | thestig@chromium.org | 2009-10-13 | 1 | -2/+0 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 2 | -2/+2 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 8 | -1/+730 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Add support for Swahili and Amharic. | mal@chromium.org | 2009-10-09 | 3 | -0/+24 |
* | Get rid of mac_app_names.h. Replace it with real constants from | mark@chromium.org | 2009-10-08 | 1 | -8/+5 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 2 | -1/+2 |
* | Fix SQL preloading. I did Run() with a SELECT which produces data, so it | brettw@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 12 | -2/+1451 |