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
*
Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"
tc@google.com
2009-04-21
47
-126
/
+140
*
Refactor DialogDelegate so the DialogButton enum is in cross platform
tc@google.com
2009-04-21
47
-140
/
+126
*
This CL fix issue 2674 - search engine name containing parenthesis is not dis...
xji@chromium.org
2009-04-21
1
-7
/
+2
*
Rename web_contents_view* files to tab_contents_view* to reflect my previous
brettw@chromium.org
2009-04-21
4
-4
/
+4
*
Roll back this change until I can understand why it's having adverse effects.
ben@chromium.org
2009-04-20
2
-53
/
+40
*
Rename WebContentsView* to TabContentsView* in preparation for merging
brettw@chromium.org
2009-04-20
2
-2
/
+2
*
First round of getting text into the omnibox2 popup. Looks ugly and has no bo...
ben@chromium.org
2009-04-20
2
-40
/
+53
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
9
-21
/
+19
*
Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing...
pkasting@chromium.org
2009-04-20
3
-26
/
+59
*
Reverting 14005.
brettw@chromium.org
2009-04-18
9
-19
/
+21
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
9
-21
/
+19
*
Due to some crashes in teardown, change NotificationObservers
mbelshe@google.com
2009-04-17
2
-5
/
+8
*
Move the implementation of AutocompletePopupView from AutocompletePopupWin to...
ben@chromium.org
2009-04-17
5
-161
/
+158
*
Fix 10573: Dismissing Find-in page doesn't set focus
finnur@chromium.org
2009-04-17
1
-2
/
+61
*
On uninstall ask whether to delete profile.
kuchhal@chromium.org
2009-04-17
3
-0
/
+114
*
Remove overlap between TabContents and WebContents. Now all the functions in
brettw@chromium.org
2009-04-17
1
-34
/
+4
*
Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...
pkasting@chromium.org
2009-04-17
5
-133
/
+60
*
Split out the contents view into its own header. rename it to AutocompletePop...
ben@chromium.org
2009-04-16
5
-448
/
+495
*
Start creating results rows, making sure their visual representation is clipp...
ben@chromium.org
2009-04-16
2
-33
/
+351
*
Make Browser::set_window defined all the time, and adds the ability to
sky@chromium.org
2009-04-16
2
-0
/
+13
*
This CL fixes issue 5729 - RTL: TabStrip context menu should be positioned pr...
xji@chromium.org
2009-04-16
1
-1
/
+4
*
Remove ExtensionProcessManager and move its functionality onto
mpcomplete@google.com
2009-04-16
1
-2
/
+1
*
Adds notification for when info bubble is created.
sky@chromium.org
2009-04-16
1
-0
/
+7
*
ad an argument to MoveTabContentsAt() that switches whether the moved tab is ...
rafaelw@chromium.org
2009-04-16
1
-2
/
+3
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
7
-83
/
+12
*
Use tab to group "Show saved passwords" and "Exceptions"
hclam@chromium.org
2009-04-15
14
-658
/
+622
*
Make the omnibox popup look nicer. Add dropshadow images (not final). Experim...
ben@chromium.org
2009-04-15
6
-32
/
+274
*
For some Indian locales, the automatic font fallback by Windows UI components...
jungshik@google.com
2009-04-15
6
-30
/
+32
*
Fix regression I introduced where Stop/Go button would toggle state instantly...
pkasting@chromium.org
2009-04-15
4
-41
/
+18
*
Fixes regression in painting info bubble. This is the result of
sky@chromium.org
2009-04-15
1
-9
/
+10
*
Clean up icon loader/manager in preparation for porting.
estade@chromium.org
2009-04-14
1
-4
/
+3
*
Remove the usage of GetLastActiveBrowserWindow
huanr@chromium.org
2009-04-14
1
-1
/
+1
*
A fix for the Find box forwarding scroll messages to the page when it shouldn't.
finnur@chromium.org
2009-04-14
3
-23
/
+35
*
Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo...
pkasting@chromium.org
2009-04-14
1
-4
/
+4
*
Fix status bubble shadow being opaque, which made the bubble appear to be off...
pkasting@chromium.org
2009-04-14
3
-43
/
+38
*
Makes the omnibox show past searches and suggestions for keywords.
sky@chromium.org
2009-04-14
1
-1
/
+1
*
Added undo tab closing item to Tab menu.
idanan@chromium.org
2009-04-14
1
-0
/
+2
*
Remove the DOMUIHost. It is not used by any code.
brettw@chromium.org
2009-04-13
1
-1
/
+1
*
Hook up a bit more plumbing to ExtensionView which should allow popup windows...
erikkay@google.com
2009-04-13
2
-3
/
+5
*
Refactoring; switch the |filter| parameter into something that is more amenab...
avi@chromium.org
2009-04-12
4
-32
/
+70
*
Allow a different omnibox popup to be enabled via the command line (--enable-...
ben@chromium.org
2009-04-10
3
-0
/
+144
*
The dialog delegate for the in-progress download warning was deleted twice. I...
jcampan@chromium.org
2009-04-10
1
-5
/
+3
*
This CL adds a confirmation box when closing the browser with in-progress dow...
jcampan@chromium.org
2009-04-09
2
-0
/
+77
*
Introducing ExtensionProcessManager. This manages the ExtensionViews to
mpcomplete@google.com
2009-04-09
3
-10
/
+22
*
Find window keyboard forwarding, part 2.
finnur@chromium.org
2009-04-09
1
-0
/
+5
*
Implement stop/go button for Linux.
willchan@chromium.org
2009-04-09
2
-6
/
+6
*
Distributor logo and " - App Name" shouldn't be shown on app frame windows.
ben@chromium.org
2009-04-08
3
-4
/
+12
*
When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...
finnur@chromium.org
2009-04-08
18
-59
/
+100
*
Ensure the previous/next button don't get focused when clicked.
jcampan@chromium.org
2009-04-08
1
-0
/
+5
*
Added restore and add tab to the system menu so that these operations
idanan@chromium.org
2009-04-08
1
-3
/
+12
[next]