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
*
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
*
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
[next]