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
*
Convert ElideUrl to return a string16 instead of a wstring.
tony@chromium.org
2010-10-27
1
-4
/
+3
*
Convert gfx::ElideText from using wstrings to string16.
tony@chromium.org
2010-10-21
1
-3
/
+4
*
Make the Downloads Shelf keyboard-accessible (via F6) and accessible to
dmazzoni@chromium.org
2010-10-21
1
-0
/
+4
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
1
-5
/
+2
*
This is a second attempt of http://codereview.chromium.org/3175038
davemoore@chromium.org
2010-09-13
1
-2
/
+5
*
Revert 59147 - Allow overriding of X error functions
davemoore@chromium.org
2010-09-10
1
-5
/
+2
*
Allow overriding of X error functions
davemoore@chromium.org
2010-09-10
1
-2
/
+5
*
Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...
viettrungluu@chromium.org
2010-08-30
1
-4
/
+5
*
Remove wstrings from bookmarks, part 17.
viettrungluu@chromium.org
2010-08-29
1
-8
/
+6
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Move theme files in chrome/browser/ into a themes/ subdir.
evan@chromium.org
2010-08-25
1
-1
/
+1
*
Convert GetDisplayStringInLTRDirectionality from wstring to string16.
tony@chromium.org
2010-08-18
1
-1
/
+2
*
Fix a couple of bookmark bar problems:
pkasting@chromium.org
2010-08-17
1
-9
/
+20
*
Misc. clean up: Rewrap, simplify. Refactored two separate files' calls of Ta...
pkasting@chromium.org
2010-08-17
1
-7
/
+6
*
Make theme change notifications auto-propagate through the view hierarchy, in...
pkasting@chromium.org
2010-07-27
1
-1
/
+1
*
Attemp 2 at:
sky@chromium.org
2010-07-21
1
-10
/
+1
*
Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...
pinkerton@chromium.org
2010-07-20
1
-1
/
+10
*
Makes the toolbar visible for apps again. Here's the set of patches I
sky@chromium.org
2010-07-20
1
-10
/
+1
*
Set the options dialog as the parent window of the sync wizard when the
albertb@chromium.org
2010-07-16
1
-1
/
+1
*
Implement support for disabling sync through configuration management.
mnissler@chromium.org
2010-07-14
1
-1
/
+1
*
Remove the bookmark menu.
pkasting@chromium.org
2010-07-01
1
-6
/
+4
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-4
/
+1
*
Removes debugging code added in hopes of finding crasher. The crash
sky@chromium.org
2010-06-29
1
-23
/
+3
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-25
1
-4
/
+2
*
Revert 50784 - Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-2
/
+4
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-24
1
-4
/
+2
*
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
[next]