summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Updating TODO list; turns out that the fade is working but too quickly for my...avi@google.com2009-03-201-1/+0
* Rewrite tab layout to a centralized method rather than moving things around a...pinkerton@chromium.org2009-03-201-61/+74
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-196-21/+368
* Fixing build by initializing all variables; TBR.avi@google.com2009-03-191-0/+6
* Make the status bubble avoid the mouse.avi@google.com2009-03-192-8/+96
* Fix mac build break.estade@chromium.org2009-03-181-1/+0
* Remove BrowserWindow::Init().estade@chromium.org2009-03-182-6/+0
* Mac bookmark work. jrg@chromium.org2009-03-1815-36/+626
* First pass at Mac status bubble.avi@google.com2009-03-174-1/+297
* Use URLFixerUpper to clean up potential url before going there.shess@chromium.org2009-03-161-1/+7
* Replace a NOTIMPLEMENTED() with a bug.pinkerton@chromium.org2009-03-161-1/+1
* Linux accelerators cleanup:estade@chromium.org2009-03-162-2/+2
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+1
* Adjust the plus button offset to match Windows more.avi@google.com2009-03-131-1/+1
* Reverting 11640.finnur@chromium.org2009-03-131-1/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+1
* Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...pinkerton@chromium.org2009-03-123-44/+71
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-126-42/+221
* Bring over more code from cole to improve the appearance of tabs. Start build...pinkerton@chromium.org2009-03-111-106/+132
* Getting rid of dead code.pinkerton@chromium.org2009-03-111-12/+2
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-112-1/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-2/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-059-61/+61
* Fix 16/wide build bustange on non-Windows.brettw@chromium.org2009-03-041-1/+1
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-036-2/+38
* Does two changes to appease chrome bot runs:sky@google.com2009-02-282-0/+5
* Add "stop" image to project. Clean up project so app/theme is a proper group ...pinkerton@chromium.org2009-02-277-4/+36
* Ensure classes only referenced by .xib files end up in the executablemark@chromium.org2009-02-271-0/+2
* Remove a few more NOTIMPLEMENTED methods.pinkerton@chromium.org2009-02-271-1/+2
* Fix the tab strip controller to use a list of controllers rather than relying onpinkerton@chromium.org2009-02-274-43/+34
* We have localization (w00t!). Using it.avi@chromium.org2009-02-261-3/+8
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-255-26/+34
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-242-6/+10
* Fix references to moved filespinkerton@chromium.org2009-02-232-4/+4
* Move Cocoa-specific files into the cocoa folderpinkerton@chromium.org2009-02-234-0/+479
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-206-14/+70
* Hook up the resize rect for Mac and enable its use in the renderer (mac-only). pinkerton@chromium.org2009-02-194-0/+50
* Significantly rework coordinate handling for the Cocoa views. Fixes tons of r...avi@chromium.org2009-02-174-29/+51
* Default to using the current tab when opening a url until we hook up more adv...pinkerton@chromium.org2009-02-171-1/+1
* Unstub some more of the Browser object, including the part that sets it as th...pinkerton@chromium.org2009-02-173-3/+39
* Sad Tab view for the Mac.avi@chromium.org2009-02-172-0/+96
* Implement SetStarredState on LocationBar for Mac.pinkerton@chromium.org2009-02-174-2/+26
* Pump events to the renderer. Doesn't work currently due to activation issues.avi@chromium.org2009-02-122-0/+124
* IB outlets only get filled in during awakening, not initialization. D'oh!avi@chromium.org2009-02-122-1/+4
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...pinkerton@chromium.org2009-02-124-0/+42
* Implement more of the TabContentsDelegate to hook up loading URLs from the lo...pinkerton@chromium.org2009-02-111-3/+29
* Hook views up.avi@chromium.org2009-02-102-0/+5
* Speling fix.avi@chromium.org2009-02-092-4/+4
* Add a method to CommandUpdater to remove an observer from all commands at once.pinkerton@chromium.org2009-02-061-5/+1