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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When restoring a closed tab using either ctrl-shift-T or the context menu, put
pam@chromium.org
2009-04-20
15
-7
/
+221
*
First round of getting text into the omnibox2 popup. Looks ugly and has no bo...
ben@chromium.org
2009-04-20
2
-40
/
+53
*
Only create a What You Typed match when it's likely to be relevant. See bug ...
pkasting@chromium.org
2009-04-20
3
-102
/
+121
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
74
-1344
/
+1005
*
Revert change (r10357, http://codereview.chromium.org/21477) that removes the
sverrir@google.com
2009-04-20
1
-13
/
+3
*
Fix linking on linux by explicitly adding gthread.
tc@google.com
2009-04-20
1
-0
/
+2
*
Try fix a disabled AutomatedUITestBase test.
huanr@chromium.org
2009-04-20
4
-16
/
+30
*
Change extension event bindings to auto-detach events when the window unloads.
mpcomplete@google.com
2009-04-20
3
-21
/
+45
*
Test forcing the display of the controller's view.
pinkerton@chromium.org
2009-04-20
3
-0
/
+11
*
Add brand code submission to Google Chrome uninstall metrics.
robertshield@google.com
2009-04-20
5
-5
/
+63
*
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
*
ProxyConfigService for Linux.
sdoyon@chromium.org
2009-04-20
1
-1
/
+12
*
Updating trunk VERSION build from 175.0 to 176.0
jon@chromium.org
2009-04-20
1
-1
/
+1
*
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
4
-1
/
+61
*
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
74
-997
/
+1342
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
74
-1342
/
+997
*
Retrial of the first step to port file_util::CountFilesCreatedAfter()
erikkay@google.com
2009-04-18
4
-16
/
+12
*
Move the ffmpeg loading function into media library.
ajwong@chromium.org
2009-04-18
2
-60
/
+6
*
Several minor changes to API framework.
aa@chromium.org
2009-04-18
7
-86
/
+148
*
Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanup
hclam@chromium.org
2009-04-17
6
-165
/
+128
*
Create a test program for generating false positive statistics
paulg@google.com
2009-04-17
4
-0
/
+288
*
In system level install case go back to copying files instead of moving them.
kuchhal@chromium.org
2009-04-17
1
-10
/
+25
*
Fix a couple of style issues.
michaeln@google.com
2009-04-17
2
-3
/
+3
*
A subset of the bookmarks API- missing events- missing unit tests- missing ab...
erikkay@google.com
2009-04-17
12
-122
/
+903
*
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
17
-42
/
+1047
*
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
*
Adding a comment stating what needs to be recompiled in orderfor changes to t...
finnur@chromium.org
2009-04-17
5
-0
/
+41
*
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
4
-4
/
+16
*
Implement a unit test for the toolbar controller. Plumb the profile into the ...
pinkerton@chromium.org
2009-04-17
7
-19
/
+144
*
Reduce the false positive rate for SafeBrowsing gethash requests.
paulg@google.com
2009-04-17
4
-4
/
+27
*
Add support for startup_tests to tools/valgrind/chrome_tests.py
dkegel@google.com
2009-04-17
1
-5
/
+14
*
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
*
Disable the move/size/maximize entries on the system menu in fullscreen mode....
pkasting@chromium.org
2009-04-17
1
-15
/
+23
*
Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACK
mpcomplete@google.com
2009-04-17
1
-1
/
+5
*
Add a script to make necessary zip files for chromebot
huanr@chromium.org
2009-04-17
1
-0
/
+61
*
Port page_cycler_http to Mac
nirnimesh@chromium.org
2009-04-17
1
-3
/
+10
*
Add missing <string> include for release build.
finnur@chromium.org
2009-04-17
1
-0
/
+2
*
Fix 10573: Dismissing Find-in page doesn't set focus
finnur@chromium.org
2009-04-17
5
-63
/
+189
*
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
[next]