| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-evaluate the visibility of the "Bookmarks go here..." text visibility when... | mrossetti@chromium.org | 2010-05-24 | 2 | -3/+19 |
* | Add a comment explaining why we call Browser::InProgressDownloadResponse asyn... | bauerb@chromium.org | 2010-05-24 | 1 | -0/+2 |
* | Call Browser::InProgressDownloadResponse asynchronously on Mac. | bauerb@chromium.org | 2010-05-24 | 2 | -3/+11 |
* | Add unused return warnings to the release() methods of some scoped Mac objects | stuartmorgan@chromium.org | 2010-05-24 | 1 | -1/+2 |
* | Don't populate WebDropData with file URLs when dragging files. | dcheng@chromium.org | 2010-05-24 | 11 | -63/+104 |
* | Adds ability to determine if a tab was explicitly closed by the | sky@chromium.org | 2010-05-21 | 1 | -1/+4 |
* | Simple code rearranging to better group by function area and protocol. | mrossetti@chromium.org | 2010-05-20 | 3 | -1583/+1601 |
* | Revert 47675. | mirandac@chromium.org | 2010-05-20 | 2 | -2/+2 |
* | Elide the EV bubble when it's extremely long. This limits it to half the loc... | pkasting@chromium.org | 2010-05-20 | 2 | -4/+6 |
* | [Mac] Add a preference for the tab key cycling between just form fields, or l... | rsesek@chromium.org | 2010-05-20 | 2 | -0/+18 |
* | Prevent valgrind errors due to incomplete animations by providing a test sett... | mrossetti@chromium.org | 2010-05-20 | 5 | -5/+29 |
* | Submitting http://codereview.chromium.org/2081006/show on behalf of rkc@chrom... | zelidrag@chromium.org | 2010-05-20 | 1 | -0/+1 |
* | Cleanup a bunch of TODO(shess). | shess@chromium.org | 2010-05-19 | 5 | -15/+2 |
* | Another bookmark sync issue. | jrg@chromium.org | 2010-05-19 | 1 | -0/+4 |
* | Move data types used in the importer process to common/, in preparation for i... | mirandac@chromium.org | 2010-05-19 | 2 | -3/+4 |
* | [Mac] Implement NSObject zombies. | shess@chromium.org | 2010-05-19 | 2 | -0/+433 |
* | Speculative bookmark crash fix. | jrg@chromium.org | 2010-05-19 | 4 | -4/+59 |
* | If the off-the-side menu is showing and one of its bookmarks is removed then ... | mrossetti@chromium.org | 2010-05-18 | 2 | -0/+18 |
* | Rename "mixed content" to "insecure content" in as many places as possible, t... | pkasting@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | [Mac] Make the size text field in the font settings editable. | rsesek@chromium.org | 2010-05-18 | 1 | -1/+2 |
* | Don't delete and re-add bookmark nodes which have been edited, instead, updat... | mrossetti@chromium.org | 2010-05-18 | 1 | -17/+19 |
* | Implement drag from bookmark manager to bookmark bar or a folder thereof. Imp... | mrossetti@chromium.org | 2010-05-18 | 15 | -335/+1136 |
* | Replace hard-coded strings in CookiesWindowControllerTest with their GRIT val... | rsesek@chromium.org | 2010-05-17 | 1 | -10/+22 |
* | Provide accessibility support for Window_win. | ctguil@chromium.org | 2010-05-17 | 2 | -3/+5 |
* | [Mac] stop the animation during window close and clear the animation delegate... | thomasvl@chromium.org | 2010-05-17 | 1 | -0/+11 |
* | Fix a Memcheck:Cond caused by not setting |cert_id_| in the PageInfoWindowMac... | rsesek@chromium.org | 2010-05-14 | 1 | -1/+2 |
* | [Mac] Rewrite the page info window to be built dynamically. | rsesek@chromium.org | 2010-05-14 | 6 | -188/+412 |
* | GTK: expand status bar when user hovers over a link for long enough. | estade@chromium.org | 2010-05-14 | 2 | -5/+0 |
* | Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromi... | zelidrag@chromium.org | 2010-05-14 | 2 | -2/+9 |
* | [Large; Chromium OS] Work to host the cloud print dialog when built | maruel@chromium.org | 2010-05-14 | 2 | -1/+3 |
* | Make sure the Omnibox is hidden when toolbar is collapsed. | finnur@chromium.org | 2010-05-13 | 1 | -0/+2 |
* | [Mac] Automatically wrap the Customize Sync dialog to fit contents | akalin@chromium.org | 2010-05-13 | 2 | -0/+20 |
* | [Mac] If the clear all button is wider then the content view, size up the bub... | thomasvl@chromium.org | 2010-05-12 | 1 | -4/+18 |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 1 | -4/+4 |
* | Reduce header dependencies in chrome/ | phajdan.jr@chromium.org | 2010-05-11 | 5 | -0/+7 |
* | Update comments to clarify purpose of a function. | mrossetti@chromium.org | 2010-05-10 | 1 | -0/+6 |
* | Discontinue tracking folder menus as soon as any bookmark is clicked. | mrossetti@chromium.org | 2010-05-10 | 3 | -13/+40 |
* | [Mac] Plumb the pinned tab flag through TabController so the context menu use... | rsesek@chromium.org | 2010-05-10 | 3 | -4/+7 |
* | Collapse toolbars in app tabs. | aa@chromium.org | 2010-05-08 | 1 | -0/+1 |
* | Refactor menu window height, position, and presence of scrolling arrows code ... | mrossetti@chromium.org | 2010-05-07 | 4 | -150/+266 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Crashes, bookmark text, menu hiding. | jrg@chromium.org | 2010-05-07 | 2 | -2/+74 |
* | Get rid of a couple more wstrings. | viettrungluu@chromium.org | 2010-05-07 | 1 | -5/+0 |
* | Icon-only (titleless) bookmarks are squeezed closer. | jrg@chromium.org | 2010-05-07 | 2 | -3/+45 |
* | Mousing over the bookmark bar now behaves properly when traversing a non-fold... | mrossetti@chromium.org | 2010-05-06 | 3 | -40/+76 |
* | some more fixes for ignored scoped_ptr::release() calls | estade@chromium.org | 2010-05-06 | 3 | -9/+11 |
* | Mac: add a l10n_util::GetNSStringF() which gets offsets as well. | viettrungluu@chromium.org | 2010-05-06 | 1 | -6/+5 |
* | Removed drek left over from an earlier expirement. | mrossetti@chromium.org | 2010-05-06 | 1 | -3/+0 |
* | The button was being told to highlight but then it was not being told it need... | mrossetti@chromium.org | 2010-05-06 | 1 | -0/+4 |
* | Make the app launcher bubble fit its contents. | jcivelli@google.com | 2010-05-05 | 1 | -2/+4 |