summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to app/ben@chromium.org2009-05-0524-31/+31
* Refactors HWNDView into two classes for reuse on GTK.sky@chromium.org2009-05-055-174/+276
* Landing the CL from Yusukes.jcampan@chromium.org2009-05-053-0/+18
* Move *Animation to app/ben@chromium.org2009-05-055-22/+4
* Get rid of the ClipboardService class and header... it is nothing but a shell...ben@chromium.org2009-05-053-15/+15
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-055-12/+13
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-0514-14/+14
* Fix BackSpace not working in Find box.finnur@chromium.org2009-05-041-2/+7
* Lands the fix for bug 8088 from m0 (http://codereview.chromium.org/100022).sky@chromium.org2009-05-042-16/+5
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* roll back r15177ben@chromium.org2009-05-0484-589/+16
* Reverting 15180.ben@chromium.org2009-05-049-98/+98
* Reverting 15182.ben@chromium.org2009-05-045-114/+114
* Reverting 15183.ben@chromium.org2009-05-041-1/+1
* Only include views_resources.h on Windows, since it looks like Linux is still...ben@chromium.org2009-05-041-1/+1
* Bustage fix:ben@chromium.org2009-05-045-114/+114
* Bustage fix for mac and linux:ben@chromium.org2009-05-049-98/+98
* Extract all views resources into:ben@chromium.org2009-05-0484-16/+589
* Allowing the client to handle escape and keyup events.tommi@google.com2009-05-023-10/+37
* Add chrome/chromium icons as PNGs.ben@chromium.org2009-05-022-5/+12
* People should just use GetWindow() instead of calling GetWidget()->GetWindow()ben@chromium.org2009-05-011-1/+1
* Adds a GetWindow method to View.ben@chromium.org2009-04-302-0/+10
* Patch for accelerator clean-up from Hamaji.jcampan@chromium.org2009-04-303-46/+21
* Make task_manager_resource_providers.cc compile on POSIX.phajdan.jr@chromium.org2009-04-301-1/+1
* Make "Reopen closed tab" be "Reopen closed window" when a window is the top i...pkasting@chromium.org2009-04-292-0/+12
* Patch by Shinichiro Hamaji <hamaji@google.com>:ben@chromium.org2009-04-293-1/+17
* Two changes:sky@chromium.org2009-04-298-32/+42
* Removes the use of Windows-specific types for accessibility roles and states ...klink@chromium.org2009-04-2815-117/+119
* Relanding this. jcampan@chromium.org2009-04-271-38/+64
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-271-2/+2
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-276-1/+20
* Reverting 14489.jcampan@chromium.org2009-04-241-67/+38
* This CL makes sure we unregister our Windows window classes when shut-down.jcampan@chromium.org2009-04-241-38/+67
* Checkbox/RadioButton labels have to reserve space for the focus rects, even i...ben@chromium.org2009-04-243-1/+10
* Fix a bug where radio buttons would become unselected when clicked (more spec...jcampan@chromium.org2009-04-242-1/+6
* Make messages in javascript's alert copyable.tc@google.com2009-04-242-0/+20
* The previous behavior of not focusing the HWND when focusing a checkbox/radio...jcampan@chromium.org2009-04-242-6/+0
* Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...robertshield@google.com2009-04-235-20/+0
* Don't allow the browser window to be resized so small that layout starts brea...pkasting@chromium.org2009-04-235-0/+20
* Fix focus rects for checkboxes and radio buttons:ben@chromium.org2009-04-229-46/+80
* Make sure radio buttons can't be toggled like checkboxes.ben@chromium.org2009-04-223-1/+11
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-215-64/+64
* This CL fixes xji@chromium.org2009-04-211-12/+36
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-214-50/+55
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-214-55/+50
* Try again to fix "maximized window size wrong after unlock". This is a blind...pkasting@chromium.org2009-04-211-20/+11
* Disable the move/size/maximize entries on the system menu in fullscreen mode....pkasting@chromium.org2009-04-171-15/+23
* Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...pkasting@chromium.org2009-04-175-133/+278
* The new unit-test that test mouse-wheel rerouting and that was added in my la...jcampan@chromium.org2009-04-151-1/+3
* The text-fields were not rerouting mouse-wheel messages, causing the window u...jcampan@chromium.org2009-04-152-0/+133