index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
controls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Menu2Delegate interface and fold methods onto Menu2Model instead.
ben@chromium.org
2009-06-09
9
-50
/
+137
*
This CL adds some more FocusManager unit-tests.
jcampan@chromium.org
2009-06-09
6
-1
/
+14
*
forgot this file in last CL
ben@chromium.org
2009-06-08
1
-0
/
+44
*
A new menu system for views.
ben@chromium.org
2009-06-08
8
-0
/
+1210
*
Makes it possible for Widget's on GTK to have a transparent
sky@chromium.org
2009-06-08
1
-5
/
+11
*
Fixes bug introduced during menu refactoring. Specifically the
sky@chromium.org
2009-06-05
3
-4
/
+16
*
Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...
ben@chromium.org
2009-06-04
5
-14
/
+26
*
Reland of r17500:
glen@chromium.org
2009-06-04
2
-3
/
+36
*
Add ability to theme our buttons.
glen@chromium.org
2009-06-04
2
-1
/
+20
*
Fix broken separator sizing and positioning.
ben@chromium.org
2009-06-03
1
-1
/
+2
*
Some previous refactoring I did of the accelerator code had introduced regres...
jcampan@chromium.org
2009-06-03
4
-12
/
+10
*
Recent refactoring of the combobox had broken focus.
jcampan@chromium.org
2009-06-03
2
-0
/
+5
*
Revert r17500
glen@chromium.org
2009-06-03
2
-36
/
+3
*
Theme our bookmark bar buttons.
glen@chromium.org
2009-06-03
2
-3
/
+36
*
Reduce header dependencies in base/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Properly initialize the native wrapper to NULL to avoid a crash. Also re-enab...
ben@chromium.org
2009-06-02
1
-1
/
+1
*
Gets ComboBox to compile on linux.
sky@chromium.org
2009-06-02
2
-0
/
+2
*
Make separator portable. Simpler than other native controls so no wrapper int...
ben@chromium.org
2009-06-02
2
-22
/
+99
*
Make Combobox portable
ben@chromium.org
2009-06-02
12
-268
/
+617
*
Reverting 17368.
thestig@google.com
2009-06-02
2
-99
/
+22
*
Make separator portable. Simpler than other native controls so no wrapper int...
ben@chromium.org
2009-06-01
2
-22
/
+99
*
Fixes a couple of related bugs:
sky@chromium.org
2009-06-01
1
-10
/
+27
*
Split out the views table functions into separate header files. Many users only
brettw@chromium.org
2009-05-31
11
-217
/
+298
*
Fixes to get gtk/views to bring up browser window w/out crashing
davemoore@chromium.org
2009-05-30
3
-4
/
+8
*
More views on gtk work: NativeViewPhotoboothGtk, adds a missing method
sky@chromium.org
2009-05-29
1
-0
/
+4
*
Fixes a slew of random link/compile errors for views on gtk.
sky@chromium.org
2009-05-29
1
-1
/
+1
*
Ignore the insert key so we don't switch into overtype mode (which surprises ...
pkasting@chromium.org
2009-05-29
1
-0
/
+4
*
Gets button_dropdown compiling on linux.
sky@chromium.org
2009-05-29
1
-6
/
+6
*
Fix a memory leak... the wrapped platform helper isn't a view, so it's not au...
ben@chromium.org
2009-05-29
3
-6
/
+7
*
Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...
ben@chromium.org
2009-05-29
26
-557
/
+674
*
Get textfield to compile on linux.
sky@chromium.org
2009-05-29
2
-1
/
+11
*
IE and Firefox always translate (alt+numpad 7) as an accelerator. We should ...
pkasting@chromium.org
2009-05-28
1
-4
/
+5
*
Stub out textfield on GTK
ben@chromium.org
2009-05-28
6
-4
/
+135
*
Make Textfield more portable.
ben@chromium.org
2009-05-28
6
-1189
/
+1328
*
Makes MenuButton compile and fixes bug in GtkWidget I happened upon.
sky@chromium.org
2009-05-27
1
-1
/
+13
*
Move text_field.cc and rename the class to Textfield in preparation for porting.
ben@chromium.org
2009-05-27
9
-113
/
+110
*
Landing tyoshino patch.
jcampan@chromium.org
2009-05-27
1
-0
/
+4
*
Make toolbar compile on linux.
ben@chromium.org
2009-05-27
2
-2
/
+2
*
A quick fix for Issue 11863 (Take 2).
hbono@chromium.org
2009-05-26
1
-0
/
+16
*
Stubs out FocusManager and Menu so they compile on Linux.
sky@chromium.org
2009-05-26
2
-0
/
+134
*
Change the native type passed to Menu to get the system menu. The system menu
brettw@chromium.org
2009-05-26
2
-2
/
+2
*
Gets link to compile on linux.
sky@chromium.org
2009-05-23
2
-2
/
+21
*
Makes FindBarWin buildable on linux. FindBarWin should be renamed to
sky@chromium.org
2009-05-23
1
-4
/
+14
*
Some more porting of browser_views.
brettw@chromium.org
2009-05-22
1
-6
/
+3
*
Remove some dependencies on Windows-specific files in BrowserView. The usage
brettw@chromium.org
2009-05-22
2
-0
/
+9
*
Middle clicking on a bookmark from the bookmark manager now
brettw@google.com
2009-05-22
2
-0
/
+24
*
Parts of my previous changelist didn't make it through.
ben@chromium.org
2009-05-21
5
-5
/
+4
*
Add forgotted files from previous change. This makes a semi-cross-platform
brettw@chromium.org
2009-05-21
2
-4
/
+49
*
Revert 16567.
ben@chromium.org
2009-05-21
5
-4
/
+5
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
5
-5
/
+4
[next]