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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test forcing the display of the controller's view.
pinkerton@chromium.org
2009-04-20
3
-0
/
+11
*
Trivial cleanup of a recently added function:
pkasting@chromium.org
2009-04-20
2
-20
/
+21
*
Add a FieldTrial and histograms for measuring impact of http prioritization.
willchan@chromium.org
2009-04-20
3
-21
/
+42
*
Better alignment of the omnibox edit entry.
deanm@chromium.org
2009-04-20
5
-80
/
+127
*
Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing...
pkasting@chromium.org
2009-04-20
3
-26
/
+59
*
Add a unit test for BaseView. Add a helper to get the contentView more easily.
pinkerton@chromium.org
2009-04-20
3
-1
/
+60
*
Make sure that the window is repositioned and if applicable visible before re...
ananta@chromium.org
2009-04-20
1
-3
/
+3
*
Reverting 14005.
brettw@chromium.org
2009-04-18
71
-993
/
+1338
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
71
-1338
/
+993
*
Create a test program for generating false positive statistics
paulg@google.com
2009-04-17
1
-0
/
+280
*
A subset of the bookmarks API- missing events- missing unit tests- missing ab...
erikkay@google.com
2009-04-17
7
-121
/
+562
*
Due to some crashes in teardown, change NotificationObservers
mbelshe@google.com
2009-04-17
6
-39
/
+44
*
Initial implementation of the FindBar on Mac.
rohitrao@chromium.org
2009-04-17
14
-23
/
+497
*
Move the implementation of AutocompletePopupView from AutocompletePopupWin to...
ben@chromium.org
2009-04-17
7
-165
/
+162
*
Remove a hack that's no longer needed.
pinkerton@chromium.org
2009-04-17
1
-7
/
+0
*
Valgrind reports memory leak in unit test. This is true since we had re-used...
brg@chromium.com
2009-04-17
1
-26
/
+38
*
Fixes saving files that don't have valid extensions.
avi@chromium.org
2009-04-17
2
-1
/
+5
*
Implement a unit test for the toolbar controller. Plumb the profile into the ...
pinkerton@chromium.org
2009-04-17
6
-19
/
+143
*
Reduce the false positive rate for SafeBrowsing gethash requests.
paulg@google.com
2009-04-17
4
-4
/
+27
*
Fix break due to disabling Toolbar5Importer test.
scherkus@chromium.org
2009-04-17
1
-1
/
+1
*
Disabled Toolbar5ImporterTest.BookmarkParse due to failing valgrind/purify te...
scherkus@chromium.org
2009-04-17
1
-1
/
+3
*
Fix 10573: Dismissing Find-in page doesn't set focus
finnur@chromium.org
2009-04-17
2
-61
/
+65
*
Add a comment explaining the ownership model between AppModalDialog
tc@google.com
2009-04-17
1
-1
/
+4
*
Refactor NineBox to take 9 image ids instead of having to create
tc@google.com
2009-04-17
5
-129
/
+103
*
EscapeQueryParamValue differs from encodeURIComponent in that it doesn't esca...
glen@chromium.org
2009-04-17
1
-5
/
+4
*
History observer was observing the wrong profile in incognito mode.
glen@chromium.org
2009-04-17
1
-2
/
+4
*
Delete dialog after calling completion routines.
pinkerton@chromium.org
2009-04-17
1
-0
/
+1
*
Makes SupportsFeature virtual and adds a virtual destructor to Browser.
sky@chromium.org
2009-04-17
1
-2
/
+2
*
On uninstall ask whether to delete profile.
kuchhal@chromium.org
2009-04-17
4
-18
/
+137
*
added windows.getWindows() and tabs.moveTab()
rafaelw@chromium.org
2009-04-17
3
-17
/
+139
*
Remove overlap between TabContents and WebContents. Now all the functions in
brettw@chromium.org
2009-04-17
4
-204
/
+162
*
Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...
pkasting@chromium.org
2009-04-17
6
-138
/
+65
*
Split out the contents view into its own header. rename it to AutocompletePop...
ben@chromium.org
2009-04-16
5
-448
/
+495
*
Make sure to delete the tab when we remove it from the tab strip. Also remov...
jhawkins@chromium.org
2009-04-16
1
-1
/
+5
*
Start creating results rows, making sure their visual representation is clipp...
ben@chromium.org
2009-04-16
2
-33
/
+351
*
Re-introducing the toolbar importer code.This is the same code that was remov...
brg@chromium.com
2009-04-16
6
-0
/
+1268
*
Fix the process creation problem. This forces transitions between
brettw@chromium.org
2009-04-16
3
-5
/
+66
*
Refactor the tab button logic into TabButtonGtk.
jhawkins@chromium.org
2009-04-16
8
-300
/
+388
*
Make Browser::set_window defined all the time, and adds the ability to
sky@chromium.org
2009-04-16
3
-1
/
+16
*
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
15
-208
/
+136
*
URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...
michaeln@google.com
2009-04-16
2
-11
/
+16
*
Implement app modal dialogs on mac.
pinkerton@chromium.org
2009-04-16
2
-9
/
+106
*
Add a test helper to pull out some common code. Add a test for tab controller...
pinkerton@chromium.org
2009-04-16
6
-28
/
+252
*
Recommit previous change with GYP files fixed.
erg@google.com
2009-04-16
11
-49
/
+571
*
Remove deprecated version of UITest::DieFileDie().
thestig@chromium.org
2009-04-16
1
-1
/
+1
*
Add a new notification for automation customers that the
amit@chromium.org
2009-04-16
1
-13
/
+24
*
Have ResourceBundle own GdkPixbufs.
tc@google.com
2009-04-16
10
-97
/
+81
*
Bold matched portions of text in Linux Omnibox.
deanm@chromium.org
2009-04-16
2
-55
/
+104
*
Adds notification for when info bubble is created.
sky@chromium.org
2009-04-16
1
-0
/
+7
[next]