| Commit message (Expand) | Author | Age | Files | Lines |
* | Add context menus to tabs. | pinkerton@chromium.org | 2009-07-08 | 1 | -7/+303 |
* | Add facitility for Global Keyboard shortcuts. | jeremy@chromium.org | 2009-07-08 | 2 | -12/+64 |
* | Hook up the prefs for the optional home buttons and page/wrench buttons. Move... | pinkerton@chromium.org | 2009-07-07 | 1 | -25/+1307 |
* | Removes the ability to close or minimize the hung renderer dialog | rohitrao@chromium.org | 2009-07-07 | 1 | -4/+4 |
* | Remove popup blocking pref as it's not on windows. | pinkerton@chromium.org | 2009-07-01 | 1 | -61/+22 |
* | Add a keyboard shortcut for opening the download page on Mac. | paul@chromium.org | 2009-06-30 | 1 | -3/+4 |
* | Mac fullscreen mode (with pkasting). | jrg@chromium.org | 2009-06-29 | 1 | -6/+41 |
* | Removes our homespun grow box and replaces it with the | rohitrao@chromium.org | 2009-06-29 | 2 | -29/+6 |
* | Implement Privacy prefs and cookie prefs in "under the hood". | pinkerton@chromium.org | 2009-06-24 | 1 | -83/+222 |
* | Initial implementation of the hung renderer dialog on Mac. | rohitrao@chromium.org | 2009-06-24 | 1 | -0/+664 |
* | Clean up the layout. Remove un-mac'y divider lines. Rework the Under The Hood... | pinkerton@chromium.org | 2009-06-19 | 1 | -814/+160 |
* | Add "Show all downloads" link to download shelf. | thakis@chromium.org | 2009-06-19 | 1 | -6/+307 |
* | Implement restoring closed tab menu item. Reworked cross-platform code to han... | pinkerton@chromium.org | 2009-06-19 | 1 | -3/+30 |
* | Fix build. | thakis@chromium.org | 2009-06-18 | 1 | -992/+0 |
* | Initial download shelf on OS X. | thakis@chromium.org | 2009-06-18 | 1 | -0/+1240 |
* | Hook up the "Save Page..." menu item for Mac. | paul@chromium.org | 2009-06-18 | 1 | -14/+15 |
* | Implements the Page Info window on Mac. | mark@chromium.org | 2009-06-17 | 1 | -0/+799 |
* | Modifies the growbox behavior to be more Mac-like. | rohitrao@chromium.org | 2009-06-09 | 1 | -3/+11 |
* | Implement default search popup. | pinkerton@chromium.org | 2009-06-09 | 1 | -171/+164 |
* | Implement table for custom home pages at startup on Mac. | pinkerton@chromium.org | 2009-06-05 | 1 | -44/+198 |
* | Implemented a large chunk of the "user data" panel. Hooked the "under the hoo... | pinkerton@chromium.org | 2009-06-03 | 1 | -191/+373 |
* | Tweak first run UI. | jeremy@chromium.org | 2009-06-01 | 1 | -15/+18 |
* | Make default browser button wide enough for branded builds. | pinkerton@chromium.org | 2009-05-29 | 1 | -28/+27 |
* | Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile... | pinkerton@chromium.org | 2009-05-29 | 2 | -198/+585 |
* | Initial stab at dialog for "clear browsing data". Needs some UI love from Col... | pinkerton@chromium.org | 2009-05-27 | 1 | -0/+597 |
* | Use correct branding on the "make default browser" button. Create a new local... | pinkerton@chromium.org | 2009-05-27 | 1 | -11/+62 |
* | Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t... | pinkerton@chromium.org | 2009-05-27 | 1 | -47/+35 |
* | Implement temporary First Run Dialog on OS X | jeremy@chromium.org | 2009-05-21 | 1 | -0/+664 |
* | About box development. | jrg@chromium.org | 2009-05-20 | 2 | -10/+645 |
* | Use GTM's l10n class to substitute the correctly branded string for "Quit Chr... | pinkerton@chromium.org | 2009-05-20 | 1 | -16/+16 |
* | Implement a status throbber on the mac, currently using the Win artwork. Made... | pinkerton@chromium.org | 2009-05-19 | 1 | -84/+63 |
* | Adjust size of location bar, update preference panels to new appearance. | pinkerton@chromium.org | 2009-05-18 | 2 | -364/+864 |
* | Implement OS X Encoding Menu. | jeremy@chromium.org | 2009-05-14 | 1 | -21/+13 |
* | Revert "Implement OS X Encoding Menu." | tc@google.com | 2009-05-14 | 1 | -13/+21 |
* | Implement OS X Encoding Menu. | jeremy@chromium.org | 2009-05-14 | 1 | -21/+13 |
* | Remove the "full screen" control as it's broken, the ui review hated it, and ... | pinkerton@chromium.org | 2009-05-12 | 1 | -60/+5 |
* | Hook up the View Source menu item in the mac port. | rohitrao@chromium.org | 2009-05-08 | 1 | -8/+18 |
* | Fix default browser info string to change text and color instead of hiding/sh... | pinkerton@chromium.org | 2009-05-08 | 1 | -30/+54 |
* | Changes tab titles to end in "..." rather than being cut off mid-letter. | rohitrao@chromium.org | 2009-05-07 | 1 | -2/+2 |
* | Implement most of the "basics" pref panel on Mac, including code to set the d... | pinkerton@chromium.org | 2009-05-06 | 1 | -68/+322 |
* | Hook up full-page zoom menu items and fix that zoomed controls don't draw. | thakis@chromium.org | 2009-05-05 | 1 | -2/+29 |
* | Enables key view loop autorecalculation in the BrowserWindow on Mac. This fixes | rohitrao@chromium.org | 2009-05-01 | 1 | -1/+1 |
* | Add notification (and unit test) for closing prefs window so it can be cleane... | pinkerton@chromium.org | 2009-04-30 | 1 | -1/+9 |
* | Add a very basic preferences window controller with unit test. Fix the prefs ... | pinkerton@chromium.org | 2009-04-30 | 1 | -5/+24 |
* | Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use sco... | pinkerton@chromium.org | 2009-04-30 | 2 | -5/+3813 |
* | Support for tabs reaching a threshold before tearing off (magnetism), showing... | pinkerton@chromium.org | 2009-04-28 | 2 | -25/+30 |
* | Add menu tag to View + Encoding menus. | jeremy@chromium.org | 2009-04-27 | 1 | -1/+3 |
* | Now that we have file dialogs, we might as well hook up "Open File" on the Mac. | avi@google.com | 2009-04-27 | 1 | -1/+11 |
* | Fill in a bunch of missing menu items: Stop, Reload, History, Downloads, Clea... | pinkerton@chromium.org | 2009-04-27 | 1 | -8/+229 |
* | Initial implementation of the FindBar on Mac. | rohitrao@chromium.org | 2009-04-17 | 2 | -19/+543 |