| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 1 | -0/+264 |
* | Collapse bookmark bars into a single bar per window, rather than one per tab. | pinkerton@chromium.org | 2009-04-14 | 1 | -41/+5 |
* | Put a focus ring on the url bar. | pinkerton@chromium.org | 2009-04-09 | 1 | -37/+17 |
* | Flatten down to a single toolbar per window, significantly simplifying the ta... | pinkerton@chromium.org | 2009-04-09 | 3 | -631/+765 |
* | Hook up close button in tabs. Patch from rohitrao@google.com. | pinkerton@chromium.org | 2009-03-27 | 1 | -8/+88 |
* | Bookmark menu work. Notes: | jrg@chromium.org | 2009-03-25 | 1 | -3/+4 |
* | Implement focusing location bar with cmd-L on mac. Removes some more platform... | pinkerton@chromium.org | 2009-03-19 | 1 | -4/+30 |
* | Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t... | pinkerton@chromium.org | 2009-03-19 | 1 | -1/+1 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 2 | -143/+103 |
* | Don't rely on subview ordering to be equivalent to tab ordering. Allows us to... | pinkerton@chromium.org | 2009-03-12 | 2 | -8/+58 |
* | Add a TabController class to manage a TabView (with corresponding xib). Rewri... | pinkerton@chromium.org | 2009-03-12 | 1 | -0/+426 |
* | Initial pass at copy/paste. Menu items are always enabled. This matches Windo... | avi@chromium.org | 2009-03-11 | 1 | -7/+7 |
* | Add missing tests to the GYP+Xcode build. | mark@chromium.org | 2009-03-02 | 3 | -0/+0 |
* | Add "stop" image to project. Clean up project so app/theme is a proper group ... | pinkerton@chromium.org | 2009-02-27 | 2 | -22/+34 |
* | Change url bar text according to the model when updating the toolbar. Fix vta... | pinkerton@chromium.org | 2009-02-25 | 1 | -17/+6 |
* | Roll our own grow box since the OS one wants to indent by 3px due to the text... | pinkerton@chromium.org | 2009-02-20 | 2 | -53/+98 |
* | Hook views up. | avi@chromium.org | 2009-02-10 | 1 | -17/+12 |
* | Enable/disable buttons when the corresponding command updates in the model. | pinkerton@chromium.org | 2009-02-06 | 1 | -5/+52 |
* | Hook up tab close menu item and plumb tab closing scaffolding through UI laye... | pinkerton@chromium.org | 2009-02-05 | 1 | -12/+39 |
* | fix a stale outlet in the File's Owner from renaming. No way to fix this in t... | pinkerton@google.com | 2009-01-29 | 1 | -8/+0 |
* | rest of the rename, accidentally leftout. TBR. | pinkerton@chromium.org | 2009-01-29 | 1 | -9/+17 |
* | hookup tabs to the model and handle new tab creation | pinkerton@google.com | 2009-01-29 | 2 | -165/+8 |
* | Add some more menu items from cole | pinkerton@google.com | 2009-01-26 | 1 | -244/+455 |
* | fix button cell to use cell's tag for appearance, not the button's cell which... | pinkerton@google.com | 2009-01-26 | 1 | -14/+28 |
* | ui refresh from cole. make it look chromey and get the basic framework for th... | pinkerton@google.com | 2009-01-23 | 2 | -436/+936 |
* | remove the NSToolbar, improve the appearance a little bit. ObjC style member ... | pinkerton@google.com | 2009-01-22 | 1 | -795/+311 |
* | add basic command handling for browser window and for where there are no wind... | pinkerton@google.com | 2009-01-21 | 1 | -2/+22 |
* | Get browser window showing using a Browser object and accompanying scaffoldin... | pinkerton@google.com | 2009-01-21 | 1 | -0/+1200 |
* | mac bootstrapping of browser main and app startup bits | pinkerton@google.com | 2009-01-16 | 1 | -9/+54 |
* | bootstrap app target for browser/renderer. | pinkerton@google.com | 2008-12-05 | 1 | -0/+2449 |