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
/
bookmark_bar_view_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement UI automation on the Mac.
jrg@chromium.org
2010-04-29
1
-10
/
+10
*
Fixes possible crash if the window hosting a menu was closed while the
sky@chromium.org
2010-04-16
1
-4
/
+75
*
Relanding:
oshima@chromium.org
2010-04-06
1
-23
/
+114
*
Revert "BookmarkBarView tests fixes"
oshima@chromium.org
2010-04-05
1
-105
/
+21
*
Revert the unnecessary change. I forgot to remove this test code when I cre...
oshima@chromium.org
2010-04-05
1
-10
/
+2
*
BookmarkBarView tests fixes
oshima@chromium.org
2010-04-05
1
-23
/
+115
*
Fix sync leaks and some more good stuff.
skrul@chromium.org
2010-03-30
1
-1
/
+0
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Makes it so deleting a bookmark from the context menu doesn't close
sky@chromium.org
2010-01-28
1
-2
/
+76
*
Makes the chevron throb after a user sync'ed his bookmarks (if the overflow m...
tim@chromium.org
2009-11-30
1
-0
/
+1
*
Reverting 31479.
jcampan@chromium.org
2009-11-09
1
-2
/
+6
*
Tentatively reenabling tests now that I fixed a test running before this one
jcampan@chromium.org
2009-11-09
1
-6
/
+2
*
Temporary disabling interactive tests that are failing on the build bot
jcampan@chromium.org
2009-11-07
1
-2
/
+6
*
Test case for fix to bug 26279.
sky@chromium.org
2009-11-02
1
-0
/
+32
*
Fix windows interactive ui test failure introduced in r30687.
jam@chromium.org
2009-11-02
1
-1
/
+8
*
Makes it so that when a folder is open on the bookmark bar and the
sky@chromium.org
2009-10-26
1
-1
/
+2
*
Attempt 2 at landing bookmark menus.
sky@chromium.org
2009-08-26
1
-10
/
+11
*
Reverts menu patch.
sky@chromium.org
2009-08-26
1
-11
/
+10
*
Gets bookmark menu working on linux. There are just a handful of
sky@chromium.org
2009-08-26
1
-10
/
+11
*
Splits the menu classes into individual files in anticipation of
sky@chromium.org
2009-08-20
1
-1
/
+3
*
more linux automation porting: SendKeyPressNotifyWhenDone
estade@chromium.org
2009-08-18
1
-10
/
+11
*
Fixes possible crash in bookmark menus. Specifically if you had a menu
sky@chromium.org
2009-07-31
1
-0
/
+77
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
1
-4
/
+5
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-3
/
+3
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-2
/
+2
*
fix bustage - file moved
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Rework the Button API to be saner in preparation for NativeControl rejiggerin...
ben@chromium.org
2009-03-16
1
-3
/
+3
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-2
/
+2
*
Fixes bogus DCHECK in bookmark_bar_view. I needed to add the check for
sky@google.com
2009-02-25
1
-1
/
+1
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-1
/
+1
*
Changes menu's Dispatcher to translate/dispatch message before
sky@google.com
2008-12-17
1
-5
/
+19
*
Attempt 2 at this. This differs from first version in that I renamed
sky@google.com
2008-12-16
1
-1
/
+2
*
Reverts r7062 as caused failures on interactive tests.
sky@google.com
2008-12-16
1
-1
/
+0
*
Makes the interactive bookmark bar view tests faster by disabling
sky@google.com
2008-12-16
1
-0
/
+1
*
Fixes crash when showing modal dialog from context menu. With this
sky@google.com
2008-11-19
1
-0
/
+67
*
Three menu bugs:
sky@google.com
2008-11-13
1
-0
/
+68
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
1
-1
/
+1
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
1
-75
/
+75
*
Convert GetPreferredSize from:
beng@google.com
2008-10-15
1
-3
/
+1
*
Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.
ben@chromium.org
2008-10-14
1
-23
/
+23
*
Rename legacy methods that were in CamelCase to unix_hacker.
erg@google.com
2008-09-17
1
-7
/
+7
*
Renames BoomarkBarModel to BookmarkModel.
sky@google.com
2008-09-11
1
-9
/
+8
*
Moves bookmark related classes into bookmarks directory. There are no
sky@google.com
2008-09-09
1
-1
/
+1
*
Moves the bookmark bar view test into the interactive tests. To get
sky@google.com
2008-09-02
1
-6
/
+1
*
Makes deleting history no longer delete starred urls. Thiseffectively reenabl...
sky@google.com
2008-08-27
1
-1
/
+1
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Large patch set (159 files total) to cleanup the includes.
maruel@google.com
2008-08-15
1
-0
/
+1
*
A set of tests to exercise chrome menus as well as parts of bookmark
sky@google.com
2008-08-11
1
-0
/
+857