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
/
chrome
/
browser
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 6474: Rename the Cancel button to Close in Clear Browsing Data.
finnur@chromium.org
2009-03-21
1
-0
/
+2
*
Allow multiple toolstrips in an extension.
aa@chromium.org
2009-03-21
1
-3
/
+6
*
Adds a bookmark menu. This is experimental. To turn on you need
sky@google.com
2009-03-20
6
-5
/
+254
*
Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I...
ben@chromium.org
2009-03-19
1
-1
/
+1
*
Convert FindInPage wstrings to string16.
tc@google.com
2009-03-19
2
-4
/
+4
*
Bug 4688: First run bubble ignores user's keyboard attempt
finnur@chromium.org
2009-03-18
2
-10
/
+43
*
Remove BrowserWindow::Init().
estade@chromium.org
2009-03-18
2
-52
/
+54
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
Mac bookmark work.
jrg@chromium.org
2009-03-18
5
-41
/
+3
*
Fix bug where an extension toolstrip would sometimes get added twice to the
mpcomplete@google.com
2009-03-17
1
-3
/
+11
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
1
-2
/
+4
*
Fixes crash on showing info bubble.
sky@google.com
2009-03-17
1
-6
/
+4
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
107
-242
/
+239
*
Move focus related files into a new chrome/views/focus subdir
ben@chromium.org
2009-03-17
6
-7
/
+7
*
fix bustage - file moved
ben@chromium.org
2009-03-17
1
-1
/
+1
*
bustage fix - file moved
ben@chromium.org
2009-03-17
5
-5
/
+5
*
bustage fix - file moved
ben@chromium.org
2009-03-17
6
-9
/
+9
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
62
-80
/
+80
*
fix bustage -moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
39
-51
/
+52
*
Rework the Button API to be saner in preparation for NativeControl rejiggerin...
ben@chromium.org
2009-03-16
32
-314
/
+339
*
Removed unneeded includes of base/time.h.
thestig@chromium.org
2009-03-16
2
-2
/
+0
*
Linux accelerators cleanup:
estade@chromium.org
2009-03-16
2
-2
/
+2
*
forgot this file
ben@chromium.org
2009-03-14
1
-1
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
24
-67
/
+74
*
rollback again
ben@chromium.org
2009-03-14
25
-75
/
+68
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
25
-68
/
+75
*
Disallows dragging from the bookmark bar when the bookmark bar is
sky@google.com
2009-03-13
1
-0
/
+8
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
2
-75
/
+222
*
revert
ben@chromium.org
2009-03-13
25
-75
/
+63
*
Rename Window->WindowWin
ben@chromium.org
2009-03-13
25
-63
/
+75
*
Makes drops above the tabstrip work again. This stopped working
sky@google.com
2009-03-13
8
-127
/
+163
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
2
-2
/
+0
*
Reverting 11640.
finnur@chromium.org
2009-03-13
2
-222
/
+75
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
2
-75
/
+222
*
This CL fixes issue 8684 -- RTL Regression: Text should be right aligned for ...
xji@chromium.org
2009-03-13
1
-1
/
+1
*
Remove unneeded uses of logging.h in header files.
thestig@chromium.org
2009-03-12
2
-2
/
+1
*
bustage
ben@chromium.org
2009-03-12
1
-1
/
+1
*
bustage
ben@chromium.org
2009-03-12
1
-253
/
+0
*
Make Widget return a gfx::NativeView instead of a HWND.
ben@chromium.org
2009-03-12
36
-100
/
+363
*
Refactors code for showing bookmarks menus into a standalone class
sky@google.com
2009-03-12
2
-384
/
+55
*
Make toggling fullscreen mode on/off significantly less janky-looking by mean...
pkasting@chromium.org
2009-03-12
3
-16
/
+52
*
Some work in refactoring FindBarWin/FindBarView so
tc@google.com
2009-03-12
5
-188
/
+102
*
Make fullscreen exit bubble link work by preventing the bubble from ever bein...
pkasting@chromium.org
2009-03-12
2
-5
/
+25
*
Moving the storing/restoring of the focus from TabContents to WebContentsView...
jcampan@chromium.org
2009-03-12
1
-6
/
+8
*
Remove some empty source files from the tree.
deanm@chromium.org
2009-03-11
2
-0
/
+0
*
Change SpellChecker::Language to be an ASCII string.
estade@chromium.org
2009-03-11
3
-2
/
+20
*
Changes docking in the following ways:
sky@google.com
2009-03-10
1
-140
/
+80
*
Move the tab images into the TabRenderer class.
jhawkins@chromium.org
2009-03-10
2
-76
/
+86
*
Fix interactive UI tests. It was crashing due to a NULL ExtensionsService in...
mpcomplete@google.com
2009-03-10
1
-1
/
+2
[next]