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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Making window.focus() work in Chrome.
jcivelli@chromium.org
2010-08-11
2
-0
/
+5
*
Adds support for showing the match preview on views. It's behind the
sky@chromium.org
2010-08-11
3
-35
/
+218
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
16
-30
/
+31
*
Cleanup: Get rid of TreeNodeChildrenReordered.
tfarina@chromium.org
2010-08-11
1
-9
/
+2
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
13
-0
/
+13
*
Revert 55602 - Attempt at making BrowserKeyboardAccessibility lets flaky. If an
sky@chromium.org
2010-08-10
1
-101
/
+79
*
Initialize most_recent_profile_ in constructor.
ctguil@chromium.org
2010-08-10
1
-1
/
+2
*
Attempt at making BrowserKeyboardAccessibility lets flaky. If an
sky@chromium.org
2010-08-10
1
-79
/
+101
*
Fixing filebrowser so it opens with a panel with no location bar. making it ...
dhg@chromium.org
2010-08-10
1
-1
/
+2
*
Add a session storage node to the cookies tree view for collected cookies.
jochen@chromium.org
2010-08-10
1
-0
/
+1
*
Autofill: Two small fixes.
tfarina@chromium.org
2010-08-10
2
-19
/
+12
*
Whitespace change to trigger bots.
viettrungluu@chromium.org
2010-08-10
1
-1
/
+1
*
Add missing windows.h
davidben@chromium.org
2010-08-10
1
-0
/
+1
*
Make GTK certificate selection dialog a constrained window
davidben@chromium.org
2010-08-10
1
-2
/
+7
*
Fix crasher with download bar.
jcivelli@chromium.org
2010-08-09
2
-1
/
+16
*
Making sure the BrowserBubble does not notify its delegate after it's been de...
jcivelli@chromium.org
2010-08-09
2
-23
/
+22
*
Fixes bug where the billing address combobox would not show newly
sky@chromium.org
2010-08-09
2
-14
/
+26
*
Adds some experimental stuff for tab preview: ability to determine max
sky@chromium.org
2010-08-09
2
-30
/
+63
*
FBTF: Remove unneeded headers from base/ (part 5)
thestig@chromium.org
2010-08-07
4
-5
/
+0
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
1
-1
/
+0
*
In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow...
johnnyg@chromium.org
2010-08-06
6
-8
/
+8
*
Make status bubble behave properly in RTL languages.
mirandac@chromium.org
2010-08-06
1
-13
/
+14
*
Uninitialized member in BrowserKeyboardAccessibility.
finnur@chromium.org
2010-08-06
1
-2
/
+3
*
Improvements to accessibility extension api support for "views":
dmazzoni@chromium.org
2010-08-06
5
-60
/
+193
*
FBTF: Remove unneeded headers from base/ (part 3)
thestig@chromium.org
2010-08-06
2
-2
/
+0
*
Make reload accelerators more consistent across platforms.
derat@chromium.org
2010-08-06
1
-2
/
+1
*
Allow search engine dialog to have only two choices (Vietnam and Iran have on...
mirandac@chromium.org
2010-08-06
1
-9
/
+18
*
Enable better NVDA support for custom menus.
ctguil@chromium.org
2010-08-06
1
-1
/
+3
*
[ChromeOS] Fix accelerator keys in login wizard and html dialog.
suzhe@chromium.org
2010-08-05
1
-0
/
+8
*
Uninitialize member var in SearchEngineChoice.
finnur@chromium.org
2010-08-05
1
-1
/
+2
*
Remove unused member variable from RenderViewContextMenuViews.
finnur@chromium.org
2010-08-05
1
-3
/
+0
*
Clean up download code:
phajdan.jr@chromium.org
2010-08-05
1
-5
/
+6
*
Fixes bug in tab dragging when rtl where the dragged tab was
sky@chromium.org
2010-08-05
1
-0
/
+2
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
5
-6
/
+2
*
[Linux Views] Refactor accelerator handler related code.
suzhe@chromium.org
2010-08-04
1
-0
/
+7
*
Fix Firefox import lock dialog on Windows.
mirandac@chromium.org
2010-08-04
2
-4
/
+2
*
Augment the About box flow to automatically install any new version we find o...
finnur@chromium.org
2010-08-04
2
-48
/
+31
*
Remove usage of GetSwitchValue for most of chrome/browser/.
evan@chromium.org
2010-08-04
1
-4
/
+4
*
Fix problem where AccessibilityEventRouterGtk could crash a unit test,
dmazzoni@chromium.org
2010-08-03
1
-2
/
+1
*
Add accessible labels for the icon buttons in the wrench menu.
dmazzoni@chromium.org
2010-08-03
1
-0
/
+6
*
Makes cut/copy/paste buttons centered with respect to the
sky@chromium.org
2010-08-03
1
-2
/
+2
*
Fix the Windows build.
brettw@chromium.org
2010-08-03
1
-2
/
+2
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-1
/
+2
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
8
-0
/
+8
*
Add "Load all plugins on this page" button to blocked plugins bubble if click...
bauerb@chromium.org
2010-08-03
2
-1
/
+24
*
Revert 54643 - Fix --kiosk to work regardless of the startup pref setting or ...
pkasting@chromium.org
2010-08-03
1
-11
/
+0
*
When picking a filename to save, check whether the user's extension is regist...
pkasting@chromium.org
2010-08-03
2
-93
/
+42
*
Fix --kiosk to work regardless of the startup pref setting or supplied URLs.
pkasting@chromium.org
2010-08-03
1
-0
/
+11
*
Win: Don't give some downloads duplicate extensions like .arj.arj
thakis@chromium.org
2010-08-02
2
-2
/
+29
*
Fixes bug where border highlight was drawn wrong for
sky@chromium.org
2010-08-02
1
-3
/
+8
[next]