| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 7 | -0/+7 |
* | [Mac]Implement ViewID support. (third approach) | suzhe@chromium.org | 2010-07-20 | 1 | -0/+5 |
* | [Mac] Convert content settings to LocationBarDecoration, cleanup. | shess@chromium.org | 2010-07-17 | 1 | -1/+1 |
* | [Mac] Simplify getting page-action info-bubble point. | shess@chromium.org | 2010-07-14 | 1 | -19/+9 |
* | [Mac] Finish up extension infobar UI implementation. | andybons@chromium.org | 2010-07-13 | 4 | -15/+180 |
* | [Mac] Tighten up the top chrome (move the buttons closer, reduce the toolbar ... | andybons@chromium.org | 2010-07-08 | 2 | -2/+2 |
* | [Mac] Base implementation of extension infobars on the mac. | andybons@chromium.org | 2010-06-28 | 4 | -11/+146 |
* | [Mac] Push location bar implementation into subdir. | shess@chromium.org | 2010-06-25 | 1 | -1/+1 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -2/+2 |
* | [Mac] Adds back in the right divider at alcor's request. Tightens up the righ... | andybons@chromium.org | 2010-06-22 | 2 | -4/+32 |
* | [Mac] UI changes for the Browser Actions toolbar container. | andybons@chromium.org | 2010-06-21 | 3 | -72/+8 |
* | Fix mouse handling extension-hosted plugins on the Mac | stuartmorgan@chromium.org | 2010-06-18 | 1 | -0/+12 |
* | Mac/clang: Possibly contentious changes. | thakis@chromium.org | 2010-06-15 | 7 | -21/+21 |
* | Mac/clang: Uncontentious fixes. | thakis@chromium.org | 2010-06-11 | 4 | -6/+4 |
* | [Mac] Simplify generating composited browser-action image. | shess@chromium.org | 2010-06-09 | 1 | -20/+4 |
* | [Mac] Adapt browser-action image-drawing to ignore flipped. | shess@chromium.org | 2010-06-09 | 1 | -10/+11 |
* | [Mac] Updates the unit test with some minor tweaks to the Browser Actions con... | andybons@chromium.org | 2010-06-02 | 3 | -6/+23 |
* | [Mac] Fixes a bug where uninstalling visible extensions when others are hidde... | andybons@chromium.org | 2010-05-27 | 1 | -14/+22 |
* | Reduce header dependencies in chrome/ | phajdan.jr@chromium.org | 2010-05-11 | 2 | -0/+4 |
* | Remove Draggability of browser extensions in incognito mode | feldstein@chromium.org | 2010-04-30 | 4 | -2/+26 |
* | [Mac] Small change to get the BrowserActionApiTest.IncognitoDragging test run... | kkania@chromium.org | 2010-04-30 | 1 | -7/+5 |
* | Mac: Remove ToolbarButtonCell (and associated files). | viettrungluu@chromium.org | 2010-04-27 | 1 | -1/+1 |
* | Mac cleanup: Put consts and enums in info_bubble_view.h in a namespace. | viettrungluu@chromium.org | 2010-04-24 | 5 | -13/+17 |
* | Minor style fixes. | viettrungluu@chromium.org | 2010-04-24 | 2 | -5/+6 |
* | Fix crash when closing incognito window with extension | feldstein@chromium.org | 2010-04-20 | 2 | -20/+34 |
* | [Mac] Clean up references to parentWindow_ when closing an extension popup. | rohitrao@chromium.org | 2010-04-20 | 1 | -0/+8 |
* | 10.6 SDK build fix. | mark@chromium.org | 2010-04-15 | 1 | -1/+2 |
* | [Mac] Fix MouseDown/MouseUp error for Steve animation effects | thomasvl@chromium.org | 2010-04-14 | 2 | -2/+2 |
* | A common pattern for Chrome is for dialogs to "own themselves" | jrg@chromium.org | 2010-04-13 | 1 | -1/+7 |
* | detect preferences errors | erikkay@chromium.org | 2010-04-06 | 1 | -1/+1 |
* | Add the new extension install dialog for mac. | aa@chromium.org | 2010-04-03 | 3 | -0/+564 |
* | Enable inspection of extension popups | feldstein@chromium.org | 2010-04-01 | 7 | -14/+231 |
* | Revert 43282 - [Mac] Prep for animating the Browser Action Buttons in and out. | andybons@chromium.org | 2010-04-01 | 3 | -41/+25 |
* | [Mac] Prep for animating the Browser Action Buttons in and out. | andybons@chromium.org | 2010-03-31 | 3 | -25/+41 |
* | Attempt 2 at landing this. Patch is exactly same as last time around. | sky@chromium.org | 2010-03-30 | 1 | -3/+4 |
* | [Mac] Get rid of the custom run loop for dragging the Browser Actions contain... | andybons@chromium.org | 2010-03-30 | 3 | -32/+28 |
* | Revert 43005 - Adds ability for ImageLoadingTracker to cache images. | sky@chromium.org | 2010-03-29 | 1 | -4/+3 |
* | [Mac] Constrain the user (for now) to only be able to reorder the visible but... | andybons@chromium.org | 2010-03-29 | 3 | -11/+22 |
* | Adds ability for ImageLoadingTracker to cache images. | sky@chromium.org | 2010-03-29 | 1 | -3/+4 |
* | [Mac] If the user clicks a Browser Action button when its popup is visible, t... | andybons@chromium.org | 2010-03-29 | 3 | -1/+19 |
* | [Mac] Enables drag N' drop for the buttons within the Browser Actions contain... | andybons@chromium.org | 2010-03-26 | 3 | -22/+217 |
* | [Mac] Clean up the icon loading code for extensions after finnur's change (r4... | andybons@chromium.org | 2010-03-25 | 3 | -54/+17 |
* | [Mac] Finish up the resizing code for the Browser Actions container complete ... | andybons@chromium.org | 2010-03-24 | 6 | -278/+411 |
* | Eliminate all UI thread decoding of extension images. | finnur@chromium.org | 2010-03-24 | 2 | -11/+9 |
* | Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t... | finnur@chromium.org | 2010-03-23 | 1 | -2/+1 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Adds the source ImageLoadingTracker to OnImageLoaded. I need this in a | sky@chromium.org | 2010-03-22 | 1 | -1/+2 |
* | [Mac] Draw the icons within the browser actions overflow menu. Also... | andybons@chromium.org | 2010-03-22 | 3 | -40/+137 |
* | Use the new number-of-browser-actions pref instead of width-in-pixels to | mpcomplete@chromium.org | 2010-03-22 | 1 | -16/+20 |
* | [Mac] Implement a basic overflow menu for hidden Browser Action buttons. | andybons@chromium.org | 2010-03-18 | 10 | -164/+188 |