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
/
location_bar_view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Submitting change from http://codereview.chromium.org/276029/show
mad@chromium.org
2009-11-03
1
-2
/
+3
*
Implement page action popups.
erikkay@chromium.org
2009-11-01
1
-5
/
+97
*
Page action pixel-god appeasement (better positioning and spacing for the pag...
finnur@chromium.org
2009-10-27
1
-2
/
+8
*
Replace ExtensionAction with ExtensionAction2.
aa@chromium.org
2009-10-27
1
-3
/
+3
*
Move page actions over to ExtensionAction2 and get rid of
aa@chromium.org
2009-10-27
1
-74
/
+72
*
CompactNavigationBar for toolkit views build, with some design change per Col...
oshima@chromium.org
2009-10-26
1
-0
/
+3
*
Fix crash when a page action cannot load its icon.
aa@chromium.org
2009-10-26
1
-1
/
+2
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
1
-4
/
+12
*
Remove some #includes where possible.
pkasting@chromium.org
2009-10-23
1
-18
/
+1
*
Readding from scratch instead reverting the revert.
finnur@chromium.org
2009-10-23
1
-1
/
+10
*
Revert 29861 since this fail on the interactive
finnur@chromium.org
2009-10-23
1
-10
/
+1
*
Page actions that don't specify an icon (ie.
finnur@chromium.org
2009-10-23
1
-1
/
+10
*
Fix drawing code for page action badges.
mpcomplete@chromium.org
2009-10-20
1
-28
/
+94
*
Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...
mpcomplete@chromium.org
2009-10-20
1
-0
/
+13
*
Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...
nsylvain@chromium.org
2009-10-20
1
-12
/
+0
*
Implement badges for page actions. Also add badge text color API.
mpcomplete@chromium.org
2009-10-19
1
-0
/
+12
*
Allow slightly larger browser and page action icons.
aa@chromium.org
2009-10-17
1
-1
/
+4
*
Implement new page action API.
mpcomplete@chromium.org
2009-10-16
1
-6
/
+11
*
Update page action manifest parsing to match the new format.
mpcomplete@chromium.org
2009-10-13
1
-2
/
+2
*
Use predefined color names where possible for clarity. Also use "SkColorSetA...
pkasting@chromium.org
2009-10-13
1
-1
/
+1
*
When a GtkWidget was destroyed the NVH would not be detached.
jcampan@chromium.org
2009-10-09
1
-6
/
+0
*
Revert r28489 as it broke the linux build.
aa@chromium.org
2009-10-09
1
-5
/
+1
*
Make the max size for ImageTrackingLoader configurable. This makes it so that...
aa@chromium.org
2009-10-09
1
-1
/
+5
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
1
-2
/
+1
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
1
-5
/
+11
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
1
-11
/
+5
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
1
-1
/
+1
*
Moving ContextualAction class to common/extensions and in the process renamin...
finnur@chromium.org
2009-09-28
1
-4
/
+4
*
Adds the ability for script to resize the menu.
sky@chromium.org
2009-09-28
1
-2
/
+2
*
Implement Browser Actions extensions.
finnur@chromium.org
2009-09-26
1
-3
/
+4
*
Misc. Cleanup related to OOP Profile Import
jeremy@chromium.org
2009-09-25
1
-0
/
+1
*
Use the system WINDOWTEXT color for labels, instead of black. Also use the s...
pkasting@chromium.org
2009-09-25
1
-0
/
+2
*
Simplify life for people trying to pick a "readable" foreground color by not ...
pkasting@chromium.org
2009-09-24
1
-18
/
+6
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
1
-5
/
+11
*
Refactoring some of the NativeViewHost and NativeControl focus management so ...
jcampan@chromium.org
2009-09-24
1
-11
/
+5
*
Convert InfoBubble to using BubbleBorder. This also replaces the border grap...
pkasting@chromium.org
2009-09-16
1
-14
/
+22
*
Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...
pkasting@chromium.org
2009-09-15
1
-4
/
+4
*
Removes some dead NOTIMPLEMENTEDs and enables some code that no longer
sky@chromium.org
2009-09-14
1
-1
/
+1
*
This CL makes the focus remembered across tab switches for Chrome Linux with ...
jcampan@chromium.org
2009-09-14
1
-5
/
+2
*
Some initial cleanup of InfoBubble:
pkasting@chromium.org
2009-09-14
1
-5
/
+2
*
Implements LocationBarView::AvailableWidth for Gtk.
sky@chromium.org
2009-09-14
1
-2
/
+1
*
Add button number to page action event reply object. Fix outdated page action...
mattm@chromium.org
2009-09-11
1
-1
/
+8
*
Force page-action views to update after reloading an extension, by deleting
pam@chromium.org
2009-09-11
1
-0
/
+4
*
Linux: implement Page Actions support.
mattm@chromium.org
2009-09-10
1
-151
/
+13
*
Use system background color for info bubbles. This causes some problems righ...
pkasting@chromium.org
2009-09-04
1
-9
/
+0
*
Use system themes where possible in Omnibox edit and dropdown; in other cases...
pkasting@chromium.org
2009-09-04
1
-42
/
+87
*
Fixing focus in location bar and accelerators on Linux toolkit views.
jcampan@chromium.org
2009-09-03
1
-0
/
+17
*
Adds support and exposure of additional accessibility roles. Includes naming ...
klink@chromium.org
2009-08-22
1
-0
/
+14
*
Implement first cut at the extension installation prompt on Windows.
aa@chromium.org
2009-08-04
1
-3
/
+7
*
LocationBarView::PageActionImageView::LoadImageTask::Run() may pass a NULL im...
mirandac@chromium.org
2009-08-03
1
-1
/
+1
[next]