summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Change WindowSizeAutoSaver to store window size only when the window has resi...bauerb@chromium.org2010-08-177-42/+25
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-5/+3
* [Mac] Poke KVO for prefs::kDownloadDefaultDirectory when resetting to default...rsesek@chromium.org2010-08-161-0/+5
* Convert other callsites of AECreateDesc() to use scoped_aedesc<>.rsesek@chromium.org2010-08-161-6/+4
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-158-18/+5
* Convert some obvious wide strings in browser/cocoa.viettrungluu@chromium.org2010-08-143-39/+40
* Convert Task Manager to string16 from wstring, part 1.viettrungluu@chromium.org2010-08-141-11/+11
* Whitespace change to trigger the bots.viettrungluu@chromium.org2010-08-141-1/+1
* Include needed header for r56066; build fix.avi@chromium.org2010-08-131-0/+2
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-134-36/+36
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-1315-13/+37
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-134-14/+10
* [Mac] Removes artificial location padding logic to fix a bug with browser act...andybons@chromium.org2010-08-121-6/+2
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-123-3/+7
* 10.6 SDK compatibility fix for GradientButtonCell following r55906.mark@chromium.org2010-08-121-2/+2
* Fix Translate bar crashersfeldstein@chromium.org2010-08-125-43/+55
* Removed a command which resulted in a crash.andybons@chromium.org2010-08-1212-42/+217
* remove toolstripserikkay@chromium.org2010-08-123-14/+0
* [Mac] Fix aesthetic issues with themes given the new TopChrome changes.andybons@chromium.org2010-08-124-13/+36
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-122-52/+9
* Allow per-plugin content settings.bauerb@chromium.org2010-08-122-9/+52
* Use a sane naming scheme for content setting bubble classes.bauerb@chromium.org2010-08-125-18/+18
* Hook back up the overriding of AXDescriptions. Note that the referenced bug ...dtseng@chromium.org2010-08-111-0/+2
* Implement a tab-modal constrained sheet on OS X for certificate selectiondavidben@chromium.org2010-08-113-25/+88
* Use |+selectedMenuItemColor| for the highlighted state. This respects the sy...rsesek@chromium.org2010-08-111-10/+12
* Remove deprecated code in cocoa_test_helper.h.rsesek@chromium.org2010-08-112-68/+2
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-112-0/+6
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-116-55/+55
* Cleanup: Get rid of TreeNodeChildrenReordered.tfarina@chromium.org2010-08-113-89/+2
* Prevents TranslateInfoBarDelegate from keeping a pointer to a deleted TabCont...jcivelli@chromium.org2010-08-111-8/+7
* Mac tabpose: Add favicons and titles.thakis@chromium.org2010-08-112-19/+163
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-105-0/+5
* [Mac] Add key equivalent for Clear Browsing Data to the Wrench menu.rsesek@chromium.org2010-08-101-0/+1
* Added a method to check if a browser is closing.pinkerton@chromium.org2010-08-1024-0/+2459
* [Mac] Insert the Update Chrome item to existing Wrench menus when notified.rsesek@chromium.org2010-08-103-0/+38
* Add a session storage node to the cookies tree view for collected cookies.jochen@chromium.org2010-08-102-3/+3
* Don't redraw the location bar if there's nothing to redraw.jochen@chromium.org2010-08-104-8/+18
* Revert 55548 - Reland r55382. When blocking cookies, also show an icon in the...jochen@chromium.org2010-08-102-13/+5
* Reland r55382. When blocking cookies, also show an icon in the location bar w...jochen@chromium.org2010-08-102-5/+13
* Whitespace change to trigger bots.viettrungluu@chromium.org2010-08-101-1/+1
* Make GTK certificate selection dialog a constrained windowdavidben@chromium.org2010-08-101-2/+4
* Mac: Highlight selected tile in tabpose.thakis@chromium.org2010-08-092-18/+33
* Mac: more tabposethakis@chromium.org2010-08-094-22/+531
* Mac: Fix kill button and selection in task managerthakis@chromium.org2010-08-073-15/+86
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-074-4/+0
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-1/+0
* [Mac] Do not use |+[NSColor selectedMenuItemColor]| in a gradient due to colo...rsesek@chromium.org2010-08-071-1/+1
* [Mac] Don't fade text on bookmark items if we don't have to.jeremy@chromium.org2010-08-061-1/+1
* [Mac] Make the default background style for InfoBubbleView white, per alcor.rsesek@chromium.org2010-08-062-3/+4
* [Mac] Use the new {EXPECT,ASSERT}_NS{EQ,NE} macros in unit tests where possible.rsesek@chromium.org2010-08-0631-279/+290