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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Canvas refactoring part 2.
ben@chromium.org
2010-06-23
1
-2
/
+4
*
Fixes bug in bookmark bar view if profile changed. If the profile
sky@chromium.org
2010-06-16
1
-9
/
+18
*
Adds some logging in hopes of tracking down a crasher.
sky@chromium.org
2010-06-04
1
-1
/
+21
*
ExtApps: Show the bookmark bar again on NTP (except inside the App Launcher p...
finnur@chromium.org
2010-05-26
1
-5
/
+2
*
Relanding 48042.
jcivelli@chromium.org
2010-05-25
1
-5
/
+2
*
Revert 48042: it breaks unit-tests and UI tests on ChromeOS
jcivelli@chromium.org
2010-05-24
1
-2
/
+5
*
Disabling app launcher and enabling apps by default on ChromeOS .
jcivelli@chromium.org
2010-05-24
1
-5
/
+2
*
Revert 47675.
mirandac@chromium.org
2010-05-20
1
-1
/
+1
*
Elide the EV bubble when it's extremely long. This limits it to half the loc...
pkasting@chromium.org
2010-05-20
1
-4
/
+3
*
Move data types used in the importer process to common/, in preparation for i...
mirandac@chromium.org
2010-05-19
1
-1
/
+1
*
The BookmarkBarView should not be visible for extension apps.
finnur@chromium.org
2010-05-13
1
-2
/
+8
*
Re-land r47079: Shorten several appsrelated flags.
aa@chromium.org
2010-05-13
1
-1
/
+1
*
Revert 47079 - Shorten several appsrelated flags. "256 characters should be e...
aa@chromium.org
2010-05-12
1
-1
/
+1
*
Shorten several apps-related flags. "256 characters should be enough for anyo...
aa@chromium.org
2010-05-12
1
-1
/
+1
*
For extension apps, disable the bookmark bar from the launcher page.
finnur@chromium.org
2010-05-11
1
-1
/
+10
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
1
-1
/
+1
*
Get rid of some dead bookmark context menu code.
viettrungluu@chromium.org
2010-05-06
1
-2
/
+1
*
Refactors animation to allow for cleaner subclassing. I'm doing this
sky@chromium.org
2010-05-05
1
-1
/
+1
*
Use GetDisplayStringInLTRDirectionality() in more places to simplify code.
pkasting@chromium.org
2010-05-05
1
-2
/
+1
*
Relanding http://codereview.chromium.org/1746009/show
jcivelli@chromium.org
2010-04-29
1
-1
/
+1
*
Revert 45936 - The app launcher now uses the location bar (instead of the aut...
jcivelli@chromium.org
2010-04-29
1
-1
/
+1
*
The app launcher now uses the location bar (instead of the autocomplete edit)...
jcivelli@google.com
2010-04-29
1
-1
/
+1
*
Remove unused local variables now that subclasses don't need to track their o...
pkasting@chromium.org
2010-04-23
1
-3
/
+0
*
Fixes possible crash if the window hosting a menu was closed while the
sky@chromium.org
2010-04-16
1
-0
/
+6
*
Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...
pkasting@chromium.org
2010-04-03
1
-14
/
+0
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-2
/
+4
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Move importer data types into a separate file to prepare for moving importer
mirandac@chromium.org
2010-03-22
1
-1
/
+2
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-3
/
+4
*
Move text_elider from app/gfx to app/
ben@chromium.org
2010-03-19
1
-1
/
+1
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
1
-44
/
+40
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
Bookmark context menu unforking:
estade@chromium.org
2010-02-08
1
-1
/
+1
*
Adding drag-drop support in and out of the Browser Action overflow menu.
finnur@chromium.org
2010-02-04
1
-8
/
+2
*
Fixes regression where bookmark bar context menu wouldn't show when
sky@chromium.org
2010-01-11
1
-0
/
+4
*
sync: Add two functions to sync_ui_util header and update the callers accordi...
akalin@chromium.org
2010-01-06
1
-22
/
+3
*
Add a UI helper method to just get the sync status without needing labels.
akalin@chromium.org
2009-12-14
1
-0
/
+1
*
Downward drag after mouse-down is now causing bookmark bar folders to open, r...
zelidrag@google.com
2009-12-04
1
-0
/
+25
*
Implement keyboard access between bookmarks and main toolbar.
mhm@chromium.org
2009-12-04
1
-23
/
+7
*
Makes the chevron throb after a user sync'ed his bookmarks (if the overflow m...
tim@chromium.org
2009-11-30
1
-35
/
+49
*
Fixes views/gtk build. ImporterView is windows specific.
sky@chromium.org
2009-11-30
1
-1
/
+6
*
Adds link to bookmark bar that when clicked imports bookmarks. I also
sky@chromium.org
2009-11-30
1
-5
/
+9
*
Changed SyncStatusUIHelper namespace class into a real namespace (sync_ui_uti...
akalin@chromium.org
2009-11-25
1
-4
/
+4
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-2
/
+2
*
Revert 32012-32017
mhm@chromium.org
2009-11-15
1
-7
/
+23
*
fix nits
mhm@chromium.org
2009-11-15
1
-1
/
+2
*
Fix nits
mhm@chromium.org
2009-11-15
1
-2
/
+3
*
rebase
mhm@chromium.org
2009-11-15
1
-23
/
+5
*
Revert 31960 -- Bookmark tests seemed to fail after this went in.
levin@chromium.org
2009-11-13
1
-47
/
+35
[next]