| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |