summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/location_bar
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Properly position the Page Info bubble when there's the EV cert bubble.rsesek@chromium.org2010-10-224-8/+29
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-211-2/+2
* Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed().rsesek@chromium.org2010-10-211-1/+1
* [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in...rohitrao@chromium.org2010-10-141-0/+3
* [Mac] Initial Instant implementation.rohitrao@chromium.org2010-10-122-29/+76
* Removes the #ifdef around Instant-related AutocompleteEditController methods....rohitrao@chromium.org2010-10-102-0/+22
* The test exposed similar problems on Linux and Mac as I fixed on Windows.finnur@chromium.org2010-10-101-2/+10
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-8/+0
* [Mac] Convert the page info window to a bubble.rsesek@chromium.org2010-09-304-0/+27
* Mac: Ignore omnibox selection changes that come from programmatic eventsisherman@chromium.org2010-09-242-21/+27
* Update omnibox popup when selection changes.isherman@chromium.org2010-09-171-0/+11
* Bunch of match preview tweaks:sky@chromium.org2010-09-142-0/+6
* Hide page actions and star, like we already do for content settings, when the...pkasting@chromium.org2010-08-312-15/+20
* Revert 57877 - Hide page actions and star, like we already do for content set...pkasting@chromium.org2010-08-302-20/+15
* Fix compile failure.pkasting@chromium.org2010-08-301-1/+1
* Hide page actions and star, like we already do for content settings, when the...pkasting@chromium.org2010-08-302-15/+20
* Disable test that's been crashing.dmazzoni@chromium.org2010-08-271-0/+5
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Ensure that a browser action is never passed to a function which expects a pa...skerner@chromium.org2010-08-232-1/+5
* Revert 56908 (CL was only submitted to merge it to the branch) - Mac: Disable...thakis@chromium.org2010-08-201-5/+3
* Mac: Disable first-run bubble for m6.thakis@chromium.org2010-08-201-3/+5
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-182-1/+2
* [Mac] Retain a reference within a scoped_nsobject of a Page Action's context ...andybons@chromium.org2010-08-182-6/+12
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+0
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-2/+2
* Use a sane naming scheme for content setting bubble classes.bauerb@chromium.org2010-08-122-3/+3
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-102-0/+2
* 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
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* [Mac] Use the new {EXPECT,ASSERT}_NS{EQ,NE} macros in unit tests where possible.rsesek@chromium.org2010-08-063-14/+17
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-1/+1
* [Mac] Adjust browser-action and content-setting popup pointsshess@chromium.org2010-08-032-3/+23
* [Mac] M6 Omnibox positioning changes.shess@chromium.org2010-08-035-29/+91
* [Mac] Un-tweak omnibox height and spacing and font.shess@chromium.org2010-07-302-7/+4
* [Mac] Give page actions a default image when preview enabled.shess@chromium.org2010-07-301-1/+10
* [Mac] Make popup-blocked animation animate to content-setting icon.shess@chromium.org2010-07-302-0/+19
* Move browser/first_run* into into a subdirectory.evan@chromium.org2010-07-291-1/+1
* [Mac] First pass at final sizing of toolbar items.shess@chromium.org2010-07-296-25/+64
* Modified resources for M6 theme. This doesn't actually modify layout yet, ju...pkasting@chromium.org2010-07-282-3/+3
* [Mac] Elide long Omnibox contents.shess@chromium.org2010-07-271-0/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2613-0/+13
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-241-0/+3
* [Mac] Clamp EV bubble to max width.shess@chromium.org2010-07-236-1/+124
* Conditionally draw a bezel below text fields, used for the omnibox.pinkerton@chromium.org2010-07-211-0/+4
* Attemp 2 at:sky@chromium.org2010-07-211-2/+0
* Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...pinkerton@chromium.org2010-07-201-0/+2
* [Mac]Implement ViewID support. (third approach)suzhe@chromium.org2010-07-201-0/+5
* Makes the toolbar visible for apps again. Here's the set of patches Isky@chromium.org2010-07-201-2/+0