| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Aura to UI subdir. | ben@chromium.org | 2011-09-14 | 1 | -2/+2 |
* | Revert "Relanding 100792" | oshima@google.com | 2011-09-14 | 19 | -145/+657 |
* | [Web Intents] Change WebIntentPicker to Bubble from ConstrainedDialog. | binji@chromium.org | 2011-09-14 | 15 | -171/+173 |
* | CrOS: Use square borders for dialogs, allow content flush to edge | jamescook@chromium.org | 2011-09-14 | 2 | -3/+22 |
* | Delete a bunch of redundant code for trimming tooltips. | evan@chromium.org | 2011-09-14 | 1 | -1/+1 |
* | Update the keyboard's bounds when the views desktop's bounds are changed. | vollick@chromium.org | 2011-09-14 | 3 | -13/+58 |
* | [Mac] New multi-profile main menubar UI. | rsesek@chromium.org | 2011-09-14 | 3 | -22/+280 |
* | Fix kEllipsis to be null-terminated, as required by the string16 constructor. | glider@chromium.org | 2011-09-14 | 1 | -1/+1 |
* | Implemented status section functionality for about:policy. | simo@google.com | 2011-09-14 | 2 | -16/+202 |
* | A second attempt at CL 7488045: Adding BidiChecker tests with fake bidi. | jeremy@chromium.org | 2011-09-14 | 2 | -24/+146 |
* | Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t... | jochen@chromium.org | 2011-09-14 | 12 | -55/+58 |
* | [Mac] Fix hang in omnibox when undoing multiple non-coalesced text operations. | isherman@chromium.org | 2011-09-14 | 2 | -2/+37 |
* | ConstrainedSFChooseIdentityPanel (SSLClientCertificateSelectorCocoa) should | mark@chromium.org | 2011-09-14 | 3 | -7/+27 |
* | views: Factor WidgetFocusManager out of FocusManager class. | tfarina@chromium.org | 2011-09-14 | 3 | -0/+3 |
* | Handle web intents content settings update properly. | groby@chromium.org | 2011-09-13 | 1 | -0/+7 |
* | Show or hide settings button depending on whether the panel is on focus or th... | jianli@chromium.org | 2011-09-13 | 4 | -0/+51 |
* | Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel... | ben@chromium.org | 2011-09-13 | 1 | -4/+0 |
* | Third try at committing this. | erikwright@chromium.org | 2011-09-13 | 2 | -48/+0 |
* | Print Preview: Fixing suggested filename in save dialog | dpapad@chromium.org | 2011-09-13 | 3 | -10/+5 |
* | Fix crash in extension settings when trying to enable/disable a crashed exten... | finnur@chromium.org | 2011-09-13 | 1 | -1/+5 |
* | Switch from chrome://extensions to chrome://settings/extensionSettings. | finnur@chromium.org | 2011-09-13 | 4 | -12/+10 |
* | [Linux] Observer initiating tab for destruction in hung-renderer dialog. | shess@chromium.org | 2011-09-13 | 1 | -3/+34 |
* | [Mac] Break stale controller refs in infobar close. | shess@chromium.org | 2011-09-13 | 4 | -16/+77 |
* | sync: pass the gaia password through a rough ASP regex | tim@chromium.org | 2011-09-13 | 1 | -0/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fix layout of global error bubble view on windows | sail@chromium.org | 2011-09-13 | 1 | -1/+5 |
* | Relanding 100792 | oshima@google.com | 2011-09-13 | 19 | -657/+145 |
* | Unit test for adding global errors to the wrench menu | sail@chromium.org | 2011-09-13 | 4 | -8/+108 |
* | Refactoring dialogs to add KDE support in a subsequent CL. | dfilimon@google.com | 2011-09-13 | 3 | -97/+173 |
* | Fix Mac gcc compile | isherman@chromium.org | 2011-09-13 | 1 | -0/+2 |
* | extract out removal of the g_log_bug53991 global. | dpranke@chromium.org | 2011-09-13 | 1 | -6/+0 |
* | Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews." | oshima@google.com | 2011-09-13 | 19 | -145/+657 |
* | ntp: remove TODO after some tests | estade@chromium.org | 2011-09-12 | 1 | -7/+3 |
* | Use TabContentsViewViews for RenderWidgetHostViweViews. | oshima@google.com | 2011-09-12 | 19 | -657/+145 |
* | ntp4: knock out TODO about not regenerating entire page | estade@chromium.org | 2011-09-12 | 1 | -18/+7 |
* | [Mac] Various changes to |TabStripDragController| to diagnose / fix crash. | asvitkine@chromium.org | 2011-09-12 | 4 | -24/+16 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-09-12 | 4 | -3/+12 |
* | Allow Chrome-in-Aura to start. | ben@chromium.org | 2011-09-12 | 4 | -2/+117 |
* | Revert 100327 - sync: pass the gaia password through a rough ASP regex | tim@chromium.org | 2011-09-12 | 1 | -3/+0 |
* | This splits the use of GaiaOAuthFetcher such that UI elements are handled by ... | rickcam@chromium.org | 2011-09-12 | 2 | -2/+32 |
* | Nuke the deprecated ctor of TabMenuModel. | tfarina@chromium.org | 2011-09-12 | 3 | -48/+6 |
* | Moved from http://codereview.chromium.org/7811020/ (same CL but was on a read... | caitkp@chromium.org | 2011-09-12 | 1 | -0/+5 |
* | Revert 100710 - Refactoring dialogs to add KDE support in a subsequent CL. | dpapad@chromium.org | 2011-09-12 | 3 | -165/+97 |
* | sync: Rename keepEverythingSynced to syncAllDataTypes. | tfarina@chromium.org | 2011-09-12 | 1 | -2/+2 |
* | Revert 100708 - Unit test for adding global errors to the wrench menu | sail@chromium.org | 2011-09-12 | 1 | -91/+0 |
* | Unit tests for chrome/browser/ui/global_error_service.cc | sail@chromium.org | 2011-09-12 | 1 | -0/+190 |
* | Refactoring dialogs to add KDE support in a subsequent CL. | dfilimon@google.com | 2011-09-12 | 3 | -97/+165 |
* | Unit test for adding global errors to the wrench menu | sail@chromium.org | 2011-09-12 | 1 | -0/+91 |
* | [cros] Keyboard navigation and minor fixes for change picture screen. | ivankr@chromium.org | 2011-09-12 | 3 | -32/+80 |
* | touchui: Use NativeWidgetViews for Bubble. | sadrul@chromium.org | 2011-09-12 | 2 | -0/+19 |