| Commit message (Expand) | Author | Age | Files | Lines |
* | Desktop Notifications for the mac! | johnnyg@chromium.org | 2010-02-09 | 9 | -0/+897 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 6 | -13/+19 |
* | [Mac] Fix valgrind AutocompleteTextFieldTest. | shess@chromium.org | 2010-02-08 | 1 | -0/+8 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 1 | -0/+23 |
* | [Mac] Fix use-after-free when dragging tabs with page-actions. | shess@chromium.org | 2010-02-06 | 4 | -24/+35 |
* | [Mac] o Adds a slight drop shadow to the drawn images within Browser Action b... | andybons@chromium.org | 2010-02-05 | 7 | -25/+88 |
* | Fix crasher in LocationBarView when browser is closed with page action instal... | mirandac@chromium.org | 2010-02-05 | 4 | -19/+31 |
* | Add bugs, update, and remove TODOs that are no longer valid | pinkerton@chromium.org | 2010-02-05 | 17 | -77/+20 |
* | Mac: fix crash deleting bookmark while bookmark editor is open. | snej@chromium.org | 2010-02-04 | 5 | -6/+195 |
* | Mac: fullscreen mode find bar positioning fix. | viettrungluu@chromium.org | 2010-02-04 | 3 | -34/+35 |
* | Mac: fix Esc-killing-Omnibox-focus problem (after find bar shown). | viettrungluu@chromium.org | 2010-02-03 | 1 | -0/+9 |
* | To comply better with the Apple hig I changed the menu from showing a checkma... | thakis@chromium.org | 2010-02-03 | 1 | -0/+7 |
* | Copy percent-escaped URL when copying all the text from the address bar (Mac) | kinuko@chromium.org | 2010-02-03 | 5 | -79/+34 |
* | [Mac] Adds code for fullscreen mode, including a floating dropdown toolbar an... | rohitrao@chromium.org | 2010-02-03 | 11 | -108/+882 |
* | [Mac] Page action icons were not being properly marked as needing to be redra... | andybons@chromium.org | 2010-02-03 | 1 | -15/+10 |
* | Remove CookieTreeNode(UglyHacks) category because, as the name implies, it's ... | rsesek@chromium.org | 2010-02-03 | 4 | -52/+43 |
* | Adjusts tab strip model to deal with app tabs. There were a couple of | sky@chromium.org | 2010-02-02 | 3 | -6/+6 |
* | [Mac] Make the extension popup a singleton instance to avoid maintaining mult... | andybons@chromium.org | 2010-02-02 | 10 | -92/+69 |
* | Hide plugins in minimized/hidden windows on the Mac | stuartmorgan@chromium.org | 2010-02-02 | 1 | -0/+54 |
* | Wire popup blocking UI to the new machinery and port over the user's old whit... | pkasting@chromium.org | 2010-02-02 | 3 | -545/+0 |
* | Fix Mac browser crash in BookmarkMenuBridge::UpdateMenu. | snej@chromium.org | 2010-02-01 | 1 | -2/+6 |
* | Fix Valgrind error in ExtensionInstalledBubble unit test. | mirandac@chromium.org | 2010-02-01 | 1 | -10/+11 |
* | Show download item menu on mouse down instead of mouse up. | thakis@chromium.org | 2010-02-01 | 5 | -23/+47 |
* | Add temporary download progress overlay to the dock icon for the Mac (real UI... | avi@chromium.org | 2010-02-01 | 3 | -0/+262 |
* | [Mac] Reduce jank in the cookie manager by lazily creating child nodes for th... | rsesek@chromium.org | 2010-02-01 | 4 | -12/+23 |
* | Keep packages from being selected in a Cocoa open single file dialog. | avi@chromium.org | 2010-02-01 | 1 | -0/+24 |
* | OS X: Import settings dialog cleanup. | jeremy@chromium.org | 2010-02-01 | 5 | -67/+58 |
* | Mac: Theme status text of download items. | thakis@chromium.org | 2010-01-31 | 1 | -30/+67 |
* | Initialize arrowPoint so that warnings don't break Mac compile in new extensi... | mirandac@chromium.org | 2010-01-31 | 1 | -1/+1 |
* | ExtensionInstalledBubble for Mac. | mirandac@chromium.org | 2010-01-31 | 13 | -9/+823 |
* | Trivial fix: static -> const. | viettrungluu@chromium.org | 2010-01-30 | 1 | -2/+2 |
* | Mac: fix crash when blank URL lists dragged to/over web content. | viettrungluu@chromium.org | 2010-01-30 | 3 | -30/+70 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 1 | -12/+1 |
* | Make download items drag sources on OS X. | thakis@chromium.org | 2010-01-30 | 11 | -128/+262 |
* | Add basic support for Content Blocked icons in the omnibox. Not yet | pkasting@chromium.org | 2010-01-30 | 2 | -2/+7 |
* | Mac: Selecting a row in taskman should select other rows in the same process. | thakis@chromium.org | 2010-01-29 | 1 | -9/+15 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 2 | -12/+4 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 2 | -4/+12 |
* | Mac bookmark manager: Crash after deleting folder in left pane | snej@chromium.org | 2010-01-29 | 3 | -10/+33 |
* | Mac bookmark mgr: Restore previously selected group when search field is clea... | snej@chromium.org | 2010-01-28 | 4 | -4/+83 |
* | Add import/export extension apis | feldstein@chromium.org | 2010-01-28 | 2 | -2/+18 |
* | Mac bookmark mgr: Remove bold style for root folders. Thin window border. | snej@chromium.org | 2010-01-27 | 1 | -7/+0 |
* | [Mac] Makes BrowserWindowCocoa use the proper window, regardless of current f... | rohitrao@chromium.org | 2010-01-27 | 2 | -17/+25 |
* | Page actions should be able to change the popup on a per-tab basis. | skerner@chromium.org | 2010-01-27 | 2 | -16/+31 |
* | Fix an invalid read in CocoaCookieTreeNode that occurs when filtering cookies... | rsesek@chromium.org | 2010-01-27 | 4 | -19/+61 |
* | [Mac]Implement Cut, Copy and Paste from page menu | suzhe@chromium.org | 2010-01-27 | 2 | -0/+15 |
* | Change hardcoded strings (!) in Mac unittest to match real string changes. | pkasting@chromium.org | 2010-01-27 | 1 | -2/+2 |
* | [Mac] Possibly prevent crashes by properly handling missing/invalid favicons ... | rohitrao@chromium.org | 2010-01-26 | 1 | -1/+10 |
* | [Mac] Give the cookies manager a search field. | rsesek@chromium.org | 2010-01-26 | 3 | -0/+65 |
* | Mac bookmark mgr: Add tooltips to buttons. | snej@chromium.org | 2010-01-26 | 2 | -3/+13 |