| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r27137: "Create renderers for ExtensionHosts one at a time to avoid | mpcomplete@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Simplify life for people trying to pick a "readable" foreground color by not ... | pkasting@chromium.org | 2009-09-24 | 2 | -22/+8 |
* | Create renderers for ExtensionHosts one at a time to avoid blocking the UI. | mpcomplete@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Reverting 27113, it breaks the ChomeOS build. | jcampan@chromium.org | 2009-09-24 | 2 | -5/+12 |
* | Refactoring some of the NativeViewHost and NativeControl focus management so ... | jcampan@chromium.org | 2009-09-24 | 2 | -12/+5 |
* | Regression: Shift modifier on Find was reversed. | finnur@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Changes from listening to focus-out/focus-in for active status to | sky@chromium.org | 2009-09-24 | 2 | -12/+5 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 7 | -55/+48 |
* | A refactor broke the find bar...characters like ! and ( | davemoore@google.com | 2009-09-23 | 4 | -4/+23 |
* | Implements file contents support in OSExchangeData and DropTarget | sky@chromium.org | 2009-09-23 | 1 | -2/+5 |
* | Add more view ids and gtk widget names to so gtkparasite is | tony@chromium.org | 2009-09-23 | 4 | -0/+5 |
* | Coverity: Initialize the remaining DropInfo members in the constructor. | jhawkins@chromium.org | 2009-09-23 | 1 | -4/+17 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 7 | -48/+55 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 7 | -55/+48 |
* | There is a race condition when the HtmlDialogView is closed which causes a cr... | ananta@chromium.org | 2009-09-23 | 1 | -9/+25 |
* | Fix views build. | estade@chromium.org | 2009-09-23 | 1 | -1/+1 |
* | Download in progress dialog: | estade@chromium.org | 2009-09-23 | 1 | -7/+12 |
* | Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments on | sky@chromium.org | 2009-09-22 | 1 | -1/+1 |
* | Automated ui test porting + cleanup: | estade@chromium.org | 2009-09-22 | 1 | -24/+17 |
* | Gets the drop arrow to show when dragging URLs over the tab strip. | sky@chromium.org | 2009-09-22 | 3 | -16/+30 |
* | Implements a NOTIMPLEMENTED in GoButton. | sky@chromium.org | 2009-09-22 | 2 | -13/+1 |
* | Makes tab dragging on views restrict the drag to the main window. | sky@chromium.org | 2009-09-22 | 2 | -18/+35 |
* | hide toolstrips in full screen mode | erikkay@chromium.org | 2009-09-22 | 3 | -1/+27 |
* | Makes TabIconView use IDR_PRODUCT_LOGO_16 on non-windows platforms. | sky@chromium.org | 2009-09-21 | 1 | -1/+1 |
* | Fix clipping issue on extension shelf (when detached). | finnur@chromium.org | 2009-09-21 | 1 | -2/+13 |
* | allow the handle to be hidden when moles are expanded | erikkay@chromium.org | 2009-09-21 | 3 | -90/+143 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 3 | -8/+8 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 3 | -8/+8 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 3 | -8/+8 |
* | Fix BrowserFrameWin::OnMoving bad_override coverity error. | mattm@chromium.org | 2009-09-18 | 2 | -2/+2 |
* | Change BrowserBubble to use Close instead of CloseNow. This should make | erikkay@chromium.org | 2009-09-18 | 5 | -15/+15 |
* | Fix a crash canceling a completed, auto-opened download. | paul@chromium.org | 2009-09-18 | 2 | -8/+41 |
* | Remove the intializaton of the Download Manager when bringing up | tony@chromium.org | 2009-09-18 | 1 | -3/+0 |
* | Lands http://codereview.chromium.org/203029 for Thiago: | sky@chromium.org | 2009-09-18 | 2 | -9/+13 |
* | Fix a bug where we access a view after deletion. | paul@chromium.org | 2009-09-18 | 1 | -3/+7 |
* | Revert "Strict transport security: add checkbox to clear state." | agl@chromium.org | 2009-09-18 | 2 | -23/+3 |
* | While fixing bug 22070 (Toolstrip theme background not updated when resizing ... | finnur@chromium.org | 2009-09-18 | 3 | -43/+29 |
* | Fix the Linux Views build, sigh. We need a trybot. | pkasting@chromium.org | 2009-09-17 | 1 | -2/+3 |
* | Try to make ImageBubbles draw correctly on Linux Views as well. This also fi... | pkasting@chromium.org | 2009-09-17 | 2 | -68/+92 |
* | Handle some startup errors encountered by ModelAssociator (such as | tim@chromium.org | 2009-09-16 | 5 | -0/+17 |
* | Try to fix Linux Views build. | pkasting@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | Convert InfoBubble to using BubbleBorder. This also replaces the border grap... | pkasting@chromium.org | 2009-09-16 | 7 | -440/+472 |
* | Part 1 of 'Polish dragging of ToolStrips'. This CL restricts the motion of th... | sidchat@chromium.org | 2009-09-16 | 1 | -1/+23 |
* | This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTR | xji@chromium.org | 2009-09-16 | 1 | -11/+16 |
* | Another try to fix a build break caused by r26312. | hbono@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | A quick build fix caused by r26312. | hbono@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | More miscellaneous cleanup bits to try and move info_bubble.* closer to my lo... | pkasting@chromium.org | 2009-09-16 | 3 | -67/+51 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 8 | -54/+76 |
* | Land review 193091: Avoid unnecessary conversions between wchar_t | aa@chromium.org | 2009-09-15 | 1 | -3/+3 |
* | Unified the color definitions for the dividers so that extension shelf is usi... | finnur@chromium.org | 2009-09-15 | 4 | -14/+15 |