| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mac] Workaround for Mavericks AppKit accessibility bug in NSCollectionView. | tapted@chromium.org | 2013-12-03 | 1 | -0/+7 |
* | Move more uses of string16 to specify base:: | brettw@chromium.org | 2013-12-03 | 24 | -397/+430 |
* | Fix key navigation to cut/copy/paste zoom button on wrench menu | oshima@chromium.org | 2013-12-03 | 5 | -34/+85 |
* | Use a forward-declare of views::View in views/border.h | tapted@chromium.org | 2013-12-02 | 6 | -4/+7 |
* | Update OWNERS files | joth@chromium.org | 2013-12-02 | 1 | -1/+2 |
* | [Toolbar] Base toolbar button class with background images for button states | gbillock@chromium.org | 2013-12-02 | 2 | -6/+9 |
* | Add gyp file to build apple_sample_code. | tfarina@chromium.org | 2013-12-02 | 1 | -3/+0 |
* | Changes sequence of docked animations when evicting windows from dock. Window... | varkha@chromium.org | 2013-12-02 | 4 | -9/+38 |
* | events: Remove KeyEvent::Copy(). | sadrul@chromium.org | 2013-12-02 | 6 | -22/+5 |
* | Add CanCloseDialog to WebDialogDelegate to allow blocking closing of dialog i... | jennyz@chromium.org | 2013-12-02 | 3 | -0/+15 |
* | Fixing focus highlight on high DPI devices for accessibility | skuhne@chromium.org | 2013-12-02 | 16 | -103/+86 |
* | Add the OFN_NOCHANGEDIR flag when opening the multiple file dialog | mmenke@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | CustomButtons only clear state on gesture tap cancel and gesture end. | tdresser@chromium.org | 2013-12-02 | 2 | -3/+47 |
* | Fix longpressing on characters with hintText. | rsadam@chromium.org | 2013-12-02 | 1 | -1/+14 |
* | Flick feature to type hintText for the virtual keyboard. | rsadam@chromium.org | 2013-12-02 | 2 | -11/+92 |
* | events: Introduce EventTargeter. | sadrul@chromium.org | 2013-12-02 | 13 | -5/+214 |
* | win: A potential fix for touch-event processing. | sadrul@chromium.org | 2013-12-02 | 1 | -1/+2 |
* | Fix flaky AppsSearchResultsControllerTest.UninstallReperformsSearch | tapted@chromium.org | 2013-12-02 | 1 | -3/+10 |
* | Remove code checking whether native_event or not. | komatsu@chromium.org | 2013-12-02 | 1 | -16/+3 |
* | Simplify the communication between InputMethodManager and IBusBridge. | komatsu@chromium.org | 2013-12-02 | 2 | -37/+35 |
* | Added basic accessibility to TreeView. | zelidrag@chromium.org | 2013-12-02 | 2 | -0/+23 |
* | Refactoring of IBusText. | komatsu@chromium.org | 2013-12-02 | 2 | -45/+32 |
* | Enable to propagate fabricated key events to InputMethodEngine. | komatsu@chromium.org | 2013-12-02 | 2 | -16/+0 |
* | Delete unused arguments for candidate window. | komatsu@chromium.org | 2013-12-02 | 3 | -20/+4 |
* | Change CharacterComposer::FilterKeyPress arguments to ui::KeyEvent. | yoichio@chromium.org | 2013-12-02 | 4 | -175/+193 |
* | Move EmptyString, kWhitespace and the BOM to base. | brettw@chromium.org | 2013-12-02 | 2 | -3/+3 |
* | Make dragging apps out of the app launcher work for aura. | koz@chromium.org | 2013-12-02 | 4 | -18/+47 |
* | Unify ProcessUnfilteredFabricatedKeyPressEvent to ProcessFabricatedKeyPressEv... | komatsu@chromium.org | 2013-11-30 | 2 | -37/+17 |
* | Simplify the arguments of ProcessKeyEventDone and delete unused functions. | komatsu@chromium.org | 2013-11-30 | 3 | -66/+2 |
* | Delete DispatchFabricatedKeyEventPostIME from InputMethodBase. | komatsu@chromium.org | 2013-11-30 | 5 | -23/+10 |
* | Change InputMethodIBus::ExecuteCharacterComposer arguments to ui::KeyEvent. | yoichio@chromium.org | 2013-11-29 | 2 | -24/+14 |
* | Add support for color input datalist on Android | keishi@chromium.org | 2013-11-29 | 12 | -189/+338 |
* | Revert 237857 "Revert 237848 "Use LatencyInfoSwapPromise to trac..." | dbeam@chromium.org | 2013-11-29 | 3 | -4/+23 |
* | [IME API] Implement input view which reuses virtual keyboard window. | shuchen@chromium.org | 2013-11-29 | 5 | -10/+50 |
* | Linux Aura: Hide title-bar buttons when window is maximized on Unity. | mgiuca@chromium.org | 2013-11-29 | 1 | -0/+3 |
* | Revert 237848 "Use LatencyInfoSwapPromise to track LatencyInfo t..." | dbeam@chromium.org | 2013-11-29 | 3 | -23/+4 |
* | Invalidate native custom element support for virtual keyboard | bshe@chromium.org | 2013-11-29 | 1 | -0/+1 |
* | Cleans up the swipe code on the virtual keyboard. | rsadam@chromium.org | 2013-11-29 | 1 | -51/+111 |
* | Use LatencyInfoSwapPromise to track LatencyInfo through compositor | miletus@chromium.org | 2013-11-29 | 3 | -4/+23 |
* | Use ui::KeyEvent for ProcessKeyEvent. | komatsu@chromium.org | 2013-11-28 | 5 | -65/+36 |
* | "Ending" gesture events don't retarget on capture (WIP) | tdresser@chromium.org | 2013-11-28 | 4 | -4/+41 |
* | Add 'code' of DOM UIEvents field to ui::KeyEvent. | komatsu@chromium.org | 2013-11-28 | 15 | -0/+174 |
* | Use ui::KeyEvent as the base key event container. | komatsu@chromium.org | 2013-11-28 | 8 | -92/+90 |
* | Add allocator dependency to events_unittests. | eugenis@chromium.org | 2013-11-28 | 1 | -0/+7 |
* | RenderTextWin: Break line on a newline character ('\n') | ckocagil@chromium.org | 2013-11-28 | 3 | -7/+79 |
* | Restore display rect after getting the height | ckocagil@chromium.org | 2013-11-28 | 1 | -2/+5 |
* | Reland 237479: "Retains focus if notification is closed with keyboard." | dewittj@chromium.org | 2013-11-28 | 1 | -0/+13 |
* | [ash] drag and drop from app list to shelf is not working in secondary monitor. | simonhong@chromium.org | 2013-11-28 | 2 | -6/+10 |
* | Clean up RootWindowHostX11 a bit. | dongseong.hwang@intel.com | 2013-11-27 | 4 | -48/+2 |
* | Delete unnecessary functions in IBusPanelCandidateWindowHandlerInterface. | komatsu@chromium.org | 2013-11-27 | 3 | -21/+0 |