1. 77745c3 Reverse menu anchor position provided to views::MenuItemView for RTL languages. by [email protected] · 14 years ago
  2. 1cb3eb9 Cleanup: by [email protected] · 14 years ago
  3. 6483195 First draft of patch for setting texture_needs_updating_. by [email protected] · 14 years ago
  4. 4d81c24 views: Make View::SetFocusable() a simple setter accessor. by [email protected] · 14 years ago
  5. c7b6a22 Couple more wrench menu issues. The patch I sent around a couple of by [email protected] · 14 years ago
  6. 89805c1 Remove Profile code from HostZoomMap. by [email protected] · 14 years ago
  7. c517428 Refactors code for showing bookmark menus so that it can be used by by [email protected] · 14 years ago
  8. 3a37ad41 ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()). by [email protected] · 14 years ago
  9. afd1e52 Move UserMetrics to content. by [email protected] · 14 years ago
  10. 79e549f Re-land: Refactor Views accessibility. by [email protected] · 14 years ago
  11. f4c2a6f Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
  12. bb837f9 Revert 76825 - Refactor Views accessibility. by [email protected] · 14 years ago
  13. c45dde3 Refactor Views accessibility. by [email protected] · 14 years ago
  14. 21f1168 Update the includes to the old tab_contents.h by [email protected] · 14 years ago
  15. 0a119c9 Dramatically simplify view painting by getting rid of RootView's redundant knowledge of invalid rects.The OS is capable of doing this for us (see: InvalidateRect, etc.), so we should just defer to it.I was also able to remove all of the custom logic in WindowWin::OnNCPaint and replace it with a simple SetMsgHandled check.http://crbug.com/72040TEST=none by [email protected] · 14 years ago
  16. 7907e59 Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect by [email protected] · 14 years ago
  17. 2083860 Rework tree APIs to reflect Google style and more const-correctness.Also, move PrintViewHierarchy/PrintFocusHierarchy out into a separate header. by [email protected] · 14 years ago
  18. 9defbad Clean up RTL methods. by [email protected] · 14 years ago
  19. 97a3114 Rework basic bounds methods on View to match new V2 API: by [email protected] · 14 years ago
  20. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 14 years ago
  21. c051a1b Move l10n_util to ui/base by [email protected] · 14 years ago
  22. 42ce29d Move ResourceBundle, DataPack to ui/base by [email protected] · 14 years ago
  23. 001f08a Remove wstring from views. Part 3: Switch accessibility strings to string16. by [email protected] · 14 years ago
  24. 44cbd9e Move models from app to ui/base/models by [email protected] · 14 years ago
  25. 366069f The UMA stat for the Wrench menu was only firing when Alt+F was pressed, not when mouse clicking. Move the recording of the event down into the funnel. by [email protected] · 14 years ago
  26. 9e790bd Remove the stubbed out headers in chrome/browser/views. by [email protected] · 14 years ago
  27. 6f1d18e Remove wstring from views. Part 2: Switch accelerator strings to string16. by [email protected] · 14 years ago
  28. 7c1b7b4 Remove wstring from l10n_util. Part 7. by [email protected] · 14 years ago
  29. 13658c4 Change Font.GetStringWidth() to take string16 instead of wstring. by [email protected] · 14 years ago
  30. 7443494 A non-GTK version of menus for touchui. by [email protected] · 15 years ago
  31. 8ecad5e Move: by [email protected] · 15 years ago
  32. f46be6e Cleanup: Include browser.h -> ui/browser.h [Part 2]. by [email protected] · 15 years ago
  33. 213dac2 Move browser/views to browser/ui/views by [email protected] · 15 years ago[Renamed from chrome/browser/views/wrench_menu.cc]
  34. 1a3aba8 Split out command IDs from chrome_dll_resource.h. by [email protected] · 15 years ago
  35. 9e82366 Use CommandUpdater for disabling commands that were disabled by plugins. by [email protected] · 15 years ago
  36. 166e304 Add a private pepper API for the pdf plugin to disable copy/print etc. This is needed because pdf documents might disallow copying/printing and it's confusing to have an enabled menu item which does nothing. by [email protected] · 15 years ago
  37. 428f54b Fixes bug in wrench menu where closing with menu open could trigger crash. by [email protected] · 15 years ago
  38. 2cc800b Remove mnemonic and add keyboard shortcut text to the accessible name of text buttons in the wrench menu. by [email protected] · 15 years ago
  39. e06bea6 Fix compile problem. TBR=brettw by [email protected] · 15 years ago
  40. b75b829 Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the rest of Chrome. Allows plugins to have different zoom ranges, and also to update zoom on its own. by [email protected] · 15 years ago
  41. d4c4f25 Adds support for invisible menu items to bookmark menus and wires it by [email protected] · 15 years ago
  42. e12e3f6 Enable better NVDA support for custom menus. by [email protected] · 15 years ago
  43. 955c2f7f Add accessible labels for the icon buttons in the wrench menu. by [email protected] · 15 years ago
  44. e57bfac Makes cut/copy/paste buttons centered with respect to the by [email protected] · 15 years ago
  45. 5214bdd Fixes bug where border highlight was drawn wrong for by [email protected] · 15 years ago
  46. e83326f Convert more callers of the integer/string functions to using by [email protected] · 15 years ago
  47. e78f12a2 Toolbar layout changes for M6 theme. by [email protected] · 15 years ago
  48. 65ecd5b Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). by [email protected] · 15 years ago
  49. 627da3f Mirror wrench menu corner alignment in RTL mode. by [email protected] · 15 years ago
  50. 7e1f2dec UpdateZoomControls honors the global enabled state of the zoom commands. by [email protected] · 15 years ago
  51. e1a02d6 Makes the decrement zoom button appear before the increment button. by [email protected] · 15 years ago
  52. 84e4f8c Changes the wrench menu to calculate the width needed for the zoom by [email protected] · 15 years ago
  53. 3434490 Fixes two bugs in wrench menu when shown rtl: by [email protected] · 15 years ago
  54. 60555ec Fixes bug where clicks any where around the cut/copy/paste menu would by [email protected] · 15 years ago
  55. a00b032 Changes mnemonics for bookmark menus to show the mnemonics if either by [email protected] · 15 years ago
  56. eccda9db Attempt 2 at landing the following. This differs from the first in by [email protected] · 15 years ago
  57. 3a8a4af Revert 50604 - Moves cut/copy/paste and increment/descrement/fullscreen into buttons by [email protected] · 15 years ago
  58. f15a3b0 Moves cut/copy/paste and increment/descrement/fullscreen into buttons on views. by [email protected] · 15 years ago