| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 1 | -3/+2 |
* | roll back r15177 | ben@chromium.org | 2009-05-04 | 1 | -1/+0 |
* | Extract all views resources into: | ben@chromium.org | 2009-05-04 | 1 | -0/+1 |
* | Patch for accelerator clean-up from Hamaji. | jcampan@chromium.org | 2009-04-30 | 1 | -0/+2 |
* | Support PgUp/PgDn in Omnibox for "first entry/last entry" | ukai@chromium.org | 2009-04-29 | 1 | -3/+6 |
* | Reverting 14489. | jcampan@chromium.org | 2009-04-24 | 1 | -7/+0 |
* | This CL makes sure we unregister our Windows window classes when shut-down. | jcampan@chromium.org | 2009-04-24 | 1 | -0/+7 |
* | This CL fixes | xji@chromium.org | 2009-04-21 | 1 | -13/+36 |
* | Make the omnibox popup look nicer. Add dropshadow images (not final). Experim... | ben@chromium.org | 2009-04-15 | 1 | -2/+4 |
* | Color/emphasize correct portions of view-source: URLs. Original patch by Shi... | pkasting@chromium.org | 2009-04-14 | 1 | -8/+9 |
* | Allow a different omnibox popup to be enabled via the command line (--enable-... | ben@chromium.org | 2009-04-10 | 1 | -10/+14 |
* | Fix mouse wheel redirection when omnibox has focus | amit@chromium.org | 2009-04-08 | 1 | -0/+11 |
* | A quick fix for Issue 9596. | hbono@chromium.org | 2009-04-07 | 1 | -3/+3 |
* | Pasting successfully into a TextField should always trigger | finnur@chromium.org | 2009-04-06 | 1 | -2/+6 |
* | A quick fix for Issue 2720. | hbono@chromium.org | 2009-03-19 | 1 | -0/+22 |
* | Revert a change made to try and make purify errors go away now that Erik Kay ... | pkasting@chromium.org | 2009-03-13 | 1 | -5/+2 |
* | Make toggling fullscreen mode on/off significantly less janky-looking by mean... | pkasting@chromium.org | 2009-03-12 | 1 | -0/+7 |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Try to fix a Purify UMR error. This isn't great, but it's better than nothing. | deanm@chromium.org | 2009-03-04 | 1 | -2/+5 |