| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix visible parameter passed to WnidowObserver | oshima@google.com | 2011-10-19 | 3 | -2/+65 |
* | Fixed bugs with Pepper 3D under dynamic GPU switching. | kbr@chromium.org | 2011-10-19 | 1 | -4/+6 |
* | Remove unnecessary use of skia::ScopedPlatformPaint from RenderTextWin. | asvitkine@chromium.org | 2011-10-19 | 1 | -12/+5 |
* | Get KeyEvents to limp in Aura. This assumes the desktop host is going to send... | ben@chromium.org | 2011-10-19 | 5 | -8/+23 |
* | content: Rename the class in web_drag_source_gtk.h to content::WebDragSourceGtk. | erg@chromium.org | 2011-10-19 | 1 | -2/+0 |
* | aura: Requery pointer position after host window resize. | derat@chromium.org | 2011-10-19 | 4 | -4/+18 |
* | aura: Make key and mouse events for renderers work correctly in X11 with RWHV... | sadrul@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | views: Change TextButton API to string16. | tfarina@chromium.org | 2011-10-19 | 2 | -10/+13 |
* | aura: Make tests pass Desktop's dispatcher to message loop. | derat@chromium.org | 2011-10-19 | 1 | -1/+2 |
* | Use pixel sizes in PlatformFontWin instead of point sizes. | asvitkine@chromium.org | 2011-10-19 | 8 | -58/+34 |
* | Gets ScreenAura to correctly calculate work area, and hooks | sky@chromium.org | 2011-10-19 | 7 | -30/+49 |
* | aura: Don't recycle Desktops between tests. | derat@chromium.org | 2011-10-18 | 6 | -63/+74 |
* | Random launcher tweaks: | sky@chromium.org | 2011-10-18 | 4 | -51/+23 |
* | base::Bind: Cleanup x11_util.cc. | jhawkins@chromium.org | 2011-10-18 | 1 | -1/+3 |
* | Downgrade a CHECK to a NOTREACHED in ResourceBundle::LoadLocaleResources. | tony@chromium.org | 2011-10-18 | 2 | -1/+13 |
* | Refactors NativeWebKeyboardEvent to be less ugly. | ben@chromium.org | 2011-10-18 | 1 | -1/+11 |
* | aura: Merge RootWindow into Desktop. | sadrul@chromium.org | 2011-10-18 | 14 | -351/+255 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 1 | -1/+2 |
* | Views Bubble API adjustments and cleanup | msw@chromium.org | 2011-10-18 | 3 | -35/+32 |
* | Aura: Use same views menu setup on win_aura and linux_aura | jamescook@chromium.org | 2011-10-18 | 6 | -53/+215 |
* | Permanent folders changes | noyau@chromium.org | 2011-10-18 | 2 | -5/+75 |
* | aura: Fix cursor visibility, and a crash on mouse-wheel. | sadrul@chromium.org | 2011-10-17 | 3 | -3/+12 |
* | Minimum size for aura window | oshima@google.com | 2011-10-17 | 10 | -46/+384 |
* | Aura: Combine cursor support for Linux and Windows | jamescook@chromium.org | 2011-10-17 | 10 | -48/+316 |
* | Enable Kannada, Farsi and Telugu on CrOS | jshin@chromium.org | 2011-10-17 | 1 | -3/+2 |
* | aura: Add support for touch events. | sadrul@chromium.org | 2011-10-17 | 21 | -20/+413 |
* | Check for extensions in order to fail early. | backer@chromium.org | 2011-10-17 | 7 | -8/+30 |
* | Fix Linux |Font::GetAverageCharacterWidth()| always returning 0. | asvitkine@chromium.org | 2011-10-17 | 2 | -0/+6 |
* | mac: Fix a memory leak in canvas_skia_mac. | thakis@chromium.org | 2011-10-16 | 1 | -1/+1 |
* | Wires keeping the launcher up to date with the browser. I also needed GetBrow... | sky@chromium.org | 2011-10-15 | 9 | -14/+90 |
* | Remove deprecated WebClipboard::readHTML method. | dcheng@chromium.org | 2011-10-14 | 1 | -11/+16 |
* | Grant the GL bindings permission to do file I/O during their initialization. | kbr@chromium.org | 2011-10-14 | 3 | -0/+21 |
* | Throw away motion events if we can't keep up | davemoore@chromium.org | 2011-10-14 | 1 | -2/+21 |
* | Adding gl command to change surface visibility, so that the gpu process can a... | mmocny@chromium.org | 2011-10-14 | 2 | -0/+5 |
* | Aura: Fix scrollbar images on non-ChromeOS platforms | jamescook@chromium.org | 2011-10-14 | 1 | -2/+3 |
* | Fix style_range_.erase() which caused style range not deleted completely and ... | xji@google.com | 2011-10-14 | 2 | -5/+106 |
* | aura: Implement IsFullscreenMode(). | derat@chromium.org | 2011-10-14 | 3 | -10/+43 |
* | Roll skia to r2478. | bsalomon@google.com | 2011-10-14 | 1 | -2/+1 |
* | Copying Scrollbar style from ChromeOS into Aura. It is very likely that the t... | saintlou@chromium.org | 2011-10-14 | 2 | -0/+160 |
* | Shrinks the launcher down to 48 pixels high, changes chromium image | sky@chromium.org | 2011-10-14 | 8 | -6/+169 |
* | aura: Implement cursor-position-related methods in Screen. | derat@chromium.org | 2011-10-14 | 13 | -52/+171 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 23 | -54/+279 |
* | Enable VSync on TOUCH_UI | backer@chromium.org | 2011-10-13 | 1 | -0/+1 |
* | Positions the launcher in the bottom left corner. Adds ShellDelegate | sky@chromium.org | 2011-10-13 | 23 | -282/+485 |
* | Change the default favicon to 16x16, except for tabstrip (32x32), for touchui... | bshe@chromium.org | 2011-10-13 | 1 | -7/+2 |
* | Get more of RenderWidgetHostViewAura running. | ben@chromium.org | 2011-10-13 | 6 | -2/+25 |
* | Fixes transform of holes to match that of the child view in ::Draw | pkotwicz@chromium.org | 2011-10-13 | 2 | -8/+18 |
* | aura: Some changes to Desktop. | sadrul@chromium.org | 2011-10-13 | 5 | -2/+114 |
* | content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts. | erg@chromium.org | 2011-10-13 | 3 | -0/+55 |
* | Make class anonymous and don't assume default FBO is active on Resize. | backer@chromium.org | 2011-10-12 | 3 | -93/+0 |