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
/
browser_actions_container.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ExtensionContextMenuModel hold on to a reference to itself
finnur@chromium.org
2010-04-08
1
-2
/
+2
*
Browser action icons not displayed in detached browser window
ctguil@chromium.org
2010-04-05
1
-2
/
+2
*
Fix regression for browser action container width on Toolkit
finnur@chromium.org
2010-04-05
1
-6
/
+15
*
Fix Regression for Accessible Names appearing as NAMELESS.
mhm@chromium.org
2010-04-04
1
-12
/
+4
*
Attempt 2 at landing this. Patch is exactly same as last time around.
sky@chromium.org
2010-03-30
1
-2
/
+3
*
Fix a bug where an open incognito window's browser actions would not update
mpcomplete@chromium.org
2010-03-30
1
-1
/
+1
*
[accessibility] Extension toolbar and infobar container views should not have...
ctguil@chromium.org
2010-03-30
1
-1
/
+5
*
Revert 43005 - Adds ability for ImageLoadingTracker to cache images.
sky@chromium.org
2010-03-29
1
-3
/
+2
*
Adds ability for ImageLoadingTracker to cache images.
sky@chromium.org
2010-03-29
1
-2
/
+3
*
Re-apply r42703 which was reverted because of a conflict with another patch t...
estade@chromium.org
2010-03-26
1
-1
/
+17
*
estade:- This revert is to fix interactive ui test failures which have been b...
ananta@chromium.org
2010-03-26
1
-17
/
+1
*
Views: fix a crash where in the browser actions container.
estade@chromium.org
2010-03-26
1
-1
/
+17
*
Fix BrowserActionsContainerTest.Visibility for chromeos and reenable it.
mpcomplete@chromium.org
2010-03-25
1
-2
/
+3
*
Eliminate all UI thread decoding of extension images.
finnur@chromium.org
2010-03-24
1
-14
/
+9
*
Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...
finnur@chromium.org
2010-03-23
1
-2
/
+1
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Allow Extensions to have MSAA information.
mhm@chromium.org
2010-03-22
1
-1
/
+37
*
Adds the source ImageLoadingTracker to OnImageLoaded. I need this in a
sky@chromium.org
2010-03-22
1
-1
/
+2
*
Refactor ExtensionActionContextMenuModel.
estade@chromium.org
2010-03-22
1
-21
/
+14
*
Use the new number-of-browser-actions pref instead of width-in-pixels to
mpcomplete@chromium.org
2010-03-22
1
-21
/
+29
*
Initial support for inspecting extension popups.
rafaelw@chromium.org
2010-03-17
1
-85
/
+31
*
Making browser bubble notifies to its delegate whether it
jcampan@chromium.org
2010-03-15
1
-20
/
+4
*
Bookmark manager: Open in incognito window.
arv@chromium.org
2010-03-10
1
-2
/
+1
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
1
-7
/
+10
*
Update the extensions management page to match mock attached to bug 36292.
mpcomplete@chromium.org
2010-03-05
1
-6
/
+9
*
Displaying a JavaScript message box (such as an alert) from
jcampan@chromium.org
2010-02-23
1
-1
/
+6
*
Browser Action Container should not shrink when visible extension is disabled.
finnur@chromium.org
2010-02-12
1
-13
/
+34
*
Clone of issue 577015.
twiz@chromium.org
2010-02-12
1
-7
/
+9
*
Initial work on making extensions work in incognito mode.
mpcomplete@chromium.org
2010-02-11
1
-0
/
+26
*
Make context menu in Browser Action overflow menu do something.
finnur@chromium.org
2010-02-11
1
-11
/
+16
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
Preserve order of extensions when they auto-update.
finnur@chromium.org
2010-02-08
1
-7
/
+15
*
Now showing the browser action image (including badge) when dragging and
finnur@chromium.org
2010-02-05
1
-1
/
+28
*
Fixing paint issue with browser actions not being updated in one window when ...
finnur@chromium.org
2010-02-04
1
-0
/
+1
*
Adding drag-drop support in and out of the Browser Action overflow menu.
finnur@chromium.org
2010-02-04
1
-10
/
+64
*
Refactor BrowserActionsContainer so that it can be used
oshima@chromium.org
2010-02-04
1
-13
/
+14
*
Support reordering of Browser Actions within the container. Currently does no...
finnur@chromium.org
2010-02-03
1
-18
/
+192
*
re-try r37061 with fix for browser tests
estade@chromium.org
2010-01-27
1
-109
/
+100
*
Page actions should be able to change the popup on a per-tab basis.
skerner@chromium.org
2010-01-27
1
-2
/
+18
*
Add overflow menu to the browser action container (part 2 of
finnur@chromium.org
2010-01-27
1
-16
/
+38
*
Revert 37061 because it caused ui_tests to not finish.
jorlow@chromium.org
2010-01-26
1
-102
/
+115
*
re-try r37025 with fix for incognito mode
estade@chromium.org
2010-01-25
1
-115
/
+102
*
Revert r37025, which (may have) caused workertest redness
estade@chromium.org
2010-01-25
1
-98
/
+115
*
Views: use ExtensionToolbarModel for ordering of browser action buttons.
estade@chromium.org
2010-01-25
1
-115
/
+98
*
Resize and overflow for browser actions (part 1).
finnur@chromium.org
2010-01-22
1
-33
/
+303
*
Apply style guideline for variable names for browser action container.
mhm@chromium.org
2009-12-30
1
-2
/
+2
*
Add the right-click context menu for Browser actions and Page Actions.
finnur@chromium.org
2009-12-17
1
-8
/
+27
*
[extensions] Position browser action popup correctly for RTL languages.
mhm@chromium.org
2009-12-14
1
-1
/
+3
*
Prevent 2 types of extension crashes.
asargent@chromium.org
2009-12-10
1
-0
/
+4
*
A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...
twiz@google.com
2009-12-10
1
-0
/
+7
[next]