| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead variables. | pkasting@chromium.org | 2009-10-27 | 1 | -10/+0 |
* | Fix for issue 24888 | xiyuan@chromium.org | 2009-10-21 | 1 | -0/+24 |
* | Remove comments and const_cast that is no longer necessary with the latest Skia. | brettw@chromium.org | 2009-10-08 | 1 | -4/+1 |
* | Turns out a cleanup change I made a while ago was wrong. This could result i... | pkasting@chromium.org | 2009-10-06 | 1 | -1/+5 |
* | Reverting the NativeViewHostWin focus refactoring. | jcampan@chromium.org | 2009-10-05 | 1 | -4/+9 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -2/+2 |
* | Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). | jcampan@chromium.org | 2009-09-29 | 1 | -9/+4 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 1 | -15/+15 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 1 | -15/+15 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 1 | -15/+15 |
* | Clean up a few bits of files that I'm about to modify. The only visible chan... | pkasting@chromium.org | 2009-09-25 | 1 | -3/+1 |
* | Reverting 27113, it breaks the ChomeOS build. | jcampan@chromium.org | 2009-09-24 | 1 | -4/+9 |
* | Refactoring some of the NativeViewHost and NativeControl focus management so ... | jcampan@chromium.org | 2009-09-24 | 1 | -9/+4 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 1 | -5/+3 |
* | This CL makes the focus remembered across tab switches for Chrome Linux with ... | jcampan@chromium.org | 2009-09-14 | 1 | -0/+4 |
* | Clipboard: | estade@chromium.org | 2009-09-10 | 1 | -1/+3 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 1 | -3/+5 |
* | Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL. | jhawkins@chromium.org | 2009-09-04 | 1 | -8/+9 |
* | Use system themes where possible in Omnibox edit and dropdown; in other cases... | pkasting@chromium.org | 2009-09-04 | 1 | -26/+20 |
* | More work fixing miscellaneous issues in the autocomplete code, probably none... | pkasting@chromium.org | 2009-09-01 | 1 | -1/+1 |
* | Don't use URL-encoded strings when user's input is in progress or the text isn't | jshin@chromium.org | 2009-08-26 | 1 | -3/+9 |
* | Refactors OSExchangeData for easier portability. | sky@chromium.org | 2009-08-12 | 1 | -8/+9 |
* | Make TOOLKIT_VIEWS port use views-based Autocomplete popup. | ben@chromium.org | 2009-07-31 | 1 | -1/+5 |
* | Fix a crash when clicking a popup entry while composing in the Microsoft IME ... | pkasting@chromium.org | 2009-07-10 | 1 | -1/+22 |
* | Copy parsed URL into CF_UNICODETEXT when user select entire of Omnibox. | hamaji@chromium.org | 2009-07-09 | 1 | -12/+15 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -2/+1 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -1/+2 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -2/+1 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -1/+2 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -2/+1 |
* | Use correct calling convention for intercepted call | cpu@google.com | 2009-06-19 | 1 | -2/+4 |
* | Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original... | hamaji@chromium.org | 2009-06-16 | 1 | -1/+4 |
* | Remove the Menu object, converting all the remaining callers to use Menu2. I'... | ben@chromium.org | 2009-06-12 | 1 | -49/+62 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -0/+10 |
* | Better behavior for ctrl-k: If we're already in forced_query mode, re-select ... | pkasting@chromium.org | 2009-06-05 | 1 | -1/+9 |
* | Some previous refactoring I did of the accelerator code had introduced regres... | jcampan@chromium.org | 2009-06-03 | 1 | -7/+43 |
* | Ignore the insert key so we don't switch into overtype mode (which surprises ... | pkasting@chromium.org | 2009-05-29 | 1 | -0/+5 |
* | Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ... | pkasting@chromium.org | 2009-05-29 | 1 | -1/+2 |
* | Gets LocationBarView to compile on linux. PageInfoWindow is nearly | sky@chromium.org | 2009-05-21 | 1 | -2/+2 |
* | A quick fix for Issue 11683. | hbono@chromium.org | 2009-05-15 | 1 | -0/+9 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -2/+2 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 1 | -1/+1 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Clean-up of the accelerator code. | jcampan@chromium.org | 2009-05-14 | 1 | -2/+2 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -2/+2 |