| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash when |View::AddChildView()| is called on an existing child. | asvitkine@chromium.org | 2012-01-27 | 2 | -1/+43 |
* | Inline |CanvasSkia::DrawGdkPixbuf()| into its only caller. | asvitkine@chromium.org | 2012-01-27 | 3 | -25/+7 |
* | aura: Add event queues in the GestureRecognizer. | sadrul@chromium.org | 2012-01-26 | 5 | -16/+82 |
* | Animation observers must opt in to get notified when the animator is destroyed. | vollick@chromium.org | 2012-01-26 | 8 | -8/+55 |
* | aura: No shadow for transparent window. | xiyuan@chromium.org | 2012-01-26 | 3 | -1/+15 |
* | Use translated root location in WebInputEvent | oshima@chromium.org | 2012-01-26 | 8 | -54/+110 |
* | Fix the HtmlDialogView initial focus issue. | jennyz@chromium.org | 2012-01-26 | 1 | -2/+2 |
* | Aura: Allow compact window mode to be turned on/off at runtime | jamescook@chromium.org | 2012-01-25 | 1 | -0/+10 |
* | chmod a-x on canvas_skia_skia.cc | rlarocque@chromium.org | 2012-01-25 | 1 | -0/+0 |
* | Draw new tab button with tab background | sail@chromium.org | 2012-01-25 | 1 | -1/+2 |
* | linux: Make PlatformFontPango handle family lists. | derat@chromium.org | 2012-01-25 | 3 | -28/+56 |
* | Add implementation of CanvasSkia based on RenderText. | asvitkine@chromium.org | 2012-01-25 | 2 | -1/+377 |
* | Stronger synchronization for resize on osmesa. | backer@chromium.org | 2012-01-25 | 4 | -142/+78 |
* | Transition to base/mac/bundle_locations.h step 3 | jeremy@chromium.org | 2012-01-25 | 1 | -2/+3 |
* | Revert 119018 - Draw new tab button with tab background | sail@chromium.org | 2012-01-25 | 1 | -3/+2 |
* | Draw new tab button with tab background | sail@chromium.org | 2012-01-25 | 1 | -2/+3 |
* | Do not send a key press/release event to ibus-daemon when xkb IME is in use. | yusukes@chromium.org | 2012-01-25 | 6 | -1/+28 |
* | [Coverity] Fixed uninit member vars | groby@chromium.org | 2012-01-25 | 1 | -2/+5 |
* | Always use webkit compositor | piman@chromium.org | 2012-01-25 | 2 | -2/+12 |
* | Fix tests of TextInputType in NativeTextfieldViews | benrg@chromium.org | 2012-01-25 | 2 | -8/+16 |
* | Updating XTBs based on .GRDs from branch 963 | kerz@chromium.org | 2012-01-25 | 1 | -1/+1 |
* | Remove GetVisibleText method and obscured/password bit from TextfieldViewsModel | benrg@chromium.org | 2012-01-25 | 4 | -50/+2 |
* | Wires up disabling visibility animations for aura, and explicitly | sky@chromium.org | 2012-01-24 | 3 | -3/+8 |
* | aura: Mark a test FAILS on windows. | sadrul@chromium.org | 2012-01-24 | 1 | -1/+7 |
* | aura: Make sure gesture events don't get transformed erroneously. | sadrul@chromium.org | 2012-01-24 | 2 | -1/+40 |
* | [Coverity] pass strings by const-ref | tbreisacher@chromium.org | 2012-01-24 | 1 | -2/+2 |
* | Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly. | asvitkine@chromium.org | 2012-01-24 | 10 | -42/+25 |
* | event_mac.cc doesn't exist | dhollowa@chromium.org | 2012-01-24 | 1 | -1/+1 |
* | Update selection when the menu is updated. | oshima@chromium.org | 2012-01-24 | 5 | -31/+77 |
* | Revert 118853 because TransformGesture fails on win_aura | sadrul@chromium.org | 2012-01-24 | 2 | -40/+1 |
* | Disconnect signal connectors before destroying gtk widget. | oshima@chromium.org | 2012-01-24 | 2 | -8/+23 |
* | Add support for horizontal text alignment to RenderText. | asvitkine@chromium.org | 2012-01-24 | 4 | -47/+98 |
* | aura: Make sure gesture events don't get transformed erroneously. | sadrul@chromium.org | 2012-01-24 | 2 | -1/+40 |
* | Do not send an IBus IPC message for updating a cursor location. | yusukes@chromium.org | 2012-01-24 | 2 | -5/+3 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2012-01-24 | 3 | -5/+7 |
* | Support touch scroll gestures in menus. | vollick@google.com | 2012-01-24 | 9 | -6/+221 |
* | Revert 118834 - Support touch scroll gestures in menus. | vollick@google.com | 2012-01-24 | 9 | -221/+6 |
* | Support touch scroll gestures in menus. | vollick@google.com | 2012-01-24 | 9 | -6/+221 |
* | Aura: apply UI font list to cros. | xji@chromium.org | 2012-01-24 | 9 | -18/+90 |
* | Rename visual style "password" to "obscured" | benrg@chromium.org | 2012-01-24 | 15 | -67/+68 |
* | Revert 118789 - Always use webkit compositor | piman@chromium.org | 2012-01-24 | 2 | -12/+2 |
* | Always use webkit compositor | piman@chromium.org | 2012-01-24 | 2 | -2/+12 |
* | Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. | fischman@chromium.org | 2012-01-23 | 2 | -10/+6 |
* | Uses mechanism similar to tab.cc to paint the unique geometry of the find bar. | pkotwicz@chromium.org | 2012-01-23 | 4 | -18/+52 |
* | aura/views: Use colors from NativeTheme in the omnibox popup. | sadrul@chromium.org | 2012-01-23 | 5 | -7/+74 |
* | Add test case for CenterWindow in Aura. CenterWindow was changed in | alicet@chromium.org | 2012-01-23 | 2 | -0/+68 |
* | Skia DEPS roll to 3077 | epoger@chromium.org | 2012-01-23 | 1 | -1/+0 |
* | aura: Move focus to the parent window when the focusd window closes. | sadrul@chromium.org | 2012-01-22 | 2 | -1/+16 |
* | aura: Remove window from its parent a little early. | sadrul@chromium.org | 2012-01-22 | 4 | -6/+42 |
* | Change class -> struct to avoid compile error in clang. | mukai@chromium.org | 2012-01-21 | 1 | -1/+1 |