summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Set WidgetGtk.delegate_ = NULL in CloseNow() to fix chromium-os:5604.stevenjb@google.com2010-09-271-2/+4
* Append "(Incognito)" to the accessible title of the browser window.ctguil@chromium.org2010-09-273-4/+10
* Reland r60342.dtseng@chromium.org2010-09-242-0/+6
* A quick fix for Issue 45091.hbono@chromium.org2010-09-241-1/+5
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-232-3/+5
* Revert "Set focus to a ConfirmInfoBar. This serves to alerts screen reader u...maruel@chromium.org2010-09-232-6/+0
* Set focus to a ConfirmInfoBar. This serves to alerts screen reader users tha...dtseng@chromium.org2010-09-232-0/+6
* Fixing the problem where accessibility events for password fields did not set...chaitanyag@chromium.org2010-09-212-0/+5
* Make windows menu accelerators work in owner-draw mode.asargent@chromium.org2010-09-151-9/+5
* Fix focus traversal order in dialogs.jcivelli@chromium.org2010-09-141-1/+3
* Fixes bug in bookmark menus where using arrow keys would selectsky@chromium.org2010-09-132-3/+29
* The fix for http://code.google.com/p/chromium-os/issues/detail?id=5987scottbyer@google.com2010-09-101-1/+5
* Fixes bug in changing to side tabs that could result in making windowsky@chromium.org2010-09-091-0/+11
* [Win] Add per-plugin exceptions to content settings.bauerb@chromium.org2010-09-092-15/+26
* views: Add initial Throbber example.tfarina@chromium.org2010-09-094-1/+104
* Added entry points to view/View to dispatch and process TouchEvents.rjkroege@google.com2010-09-089-9/+401
* Changes the max width for bookmark menus back to 400 and leaves themsky@chromium.org2010-09-072-9/+10
* Fixes bookmark menus to deal with multiple menus sharing the samesky@chromium.org2010-09-072-48/+123
* Alway return interface from ViewAccessibility::get_accChild.ctguil@chromium.org2010-09-032-168/+71
* Factoring out views related unit-tests in their own exe.jcivelli@chromium.org2010-09-032-0/+90
* Re-lands 58186:bryeung@chromium.org2010-09-0344-210/+215
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-0244-215/+210
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-0244-210/+215
* Connect native view accessibles back to the accessibility tree.ctguil@chromium.org2010-09-021-5/+4
* Sending try jobs to linux_view is a strong signal that we should also send th...thestig@chromium.org2010-09-021-2/+2
* Adds support for invisible menu items to bookmark menus and wires itsky@chromium.org2010-09-011-4/+7
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-0144-215/+210
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-0144-210/+215
* Fix a regression in r56766oshima@chromium.org2010-09-011-0/+2
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-2710-29/+33
* Misc. minor cleanup.pkasting@chromium.org2010-08-271-2/+1
* GTTF: Make our handling of Windows pre-processor symbols more consistent.phajdan.jr@chromium.org2010-08-261-5/+0
* Makes the download shelf auto-close after the user opens all downloadssky@chromium.org2010-08-262-11/+32
* Fix regression caused by http://codereview.chromium.org/2768006/showscottbyer@chromium.org2010-08-251-0/+9
* Fixed error message bubbles according to the latest mocksdpolukhin@chromium.org2010-08-232-0/+9
* Remove wstrings from bookmarks, part 12.viettrungluu@chromium.org2010-08-225-12/+17
* Disable the stop button when the user is hovering it and the page finishes lo...pkasting@chromium.org2010-08-203-4/+29
* Add in a browser test for dialog resizing, which was catching an issue with t...scottbyer@chromium.org2010-08-206-20/+75
* Display an infobar when content settings were created.jochen@chromium.org2010-08-204-21/+31
* Cleanup: Remove dead code, use early returns to reduce indenting, shorten.pkasting@chromium.org2010-08-192-112/+70
* Another take on menu's. This uses the hosting menu scroll view container as ...dtseng@chromium.org2010-08-195-4/+22
* Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...pkasting@chromium.org2010-08-181-1/+1
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-181-1/+2
* Refactors mouse watching out of TabStrip into a standalone class.sky@chromium.org2010-08-173-0/+230
* Status menu change per chromium-os:5517xiyuan@chromium.org2010-08-172-2/+19
* Misc. cleanup: simplify some code, add a few commentspkasting@chromium.org2010-08-131-9/+3
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-1328-65/+74
* Implement BrowserWindow deactivate on Linux (views and GTK).jcivelli@chromium.org2010-08-121-1/+1
* Lands http://codereview.chromium.org/3167002 for rjkroege:sky@chromium.org2010-08-112-0/+85