summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window_cocoa.mm
Commit message (Expand)AuthorAgeFilesLines
* Hook up the resize rect for Mac and enable its use in the renderer (mac-only). pinkerton@chromium.org2009-02-191-3/+9
* Fix two problems with bookmarking and fullscreen mode:pkasting@chromium.org2009-02-181-5/+0
* Fix window close and application quit on Mac to call the proper Browser machi...pinkerton@chromium.org2009-02-181-0/+5
* Stub more Mac functions to fix another build breakpkasting@chromium.org2009-02-181-0/+9
* Stub a function for Mac to get it to compile with my recent change.pkasting@chromium.org2009-02-171-0/+4
* Implement SetStarredState on LocationBar for Mac.pinkerton@chromium.org2009-02-171-1/+1
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...pinkerton@chromium.org2009-02-121-1/+2
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-121-1/+5
* Reverting 9493.kuchhal@chromium.org2009-02-101-5/+1
* Relanding of http://codereview.chromium.org/16488.mad@chromium.org2009-02-101-1/+5
* Reverting 9408.brettw@chromium.org2009-02-091-5/+1
* Add a new resizer corner.mad@chromium.org2009-02-091-1/+5
* Add Recycle() method to scoped autorelease pool to allow cleaning out any junkpinkerton@chromium.org2009-02-091-0/+1
* Create a stub LocationBar object on Mac to communicate between the bar and th...pinkerton@chromium.org2009-02-061-1/+23
* Re-land this from earlier... unit tests no longer crash.ben@chromium.org2009-01-271-5/+1
* Revert change 8693 because it breaks the unit_tests.nsylvain@chromium.org2009-01-271-1/+5
* Extract a cross-platform LocationBar interface accessible via the BrowserWind...ben@chromium.org2009-01-271-5/+1
* Two things:ben@chromium.org2009-01-241-0/+6
* Don't expose the go and star button views directly through the BrowserWindow ...ben@chromium.org2009-01-231-11/+13
* Move automation specific accessors to their own interface to make their purpo...ben@chromium.org2009-01-221-0/+4
* Get browser window showing using a Browser object and accompanying scaffoldin...pinkerton@google.com2009-01-211-0/+141