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
...
*
Old NTP: Make sure we do not try to load "undefined" for the p13n
arv@google.com
2009-07-28
2
-15
/
+28
*
Linux: it's not actually a bug to have the selection become empty in the URL ...
mdm@chromium.org
2009-07-28
1
-1
/
+1
*
There are instances where the URLRequestAutomationJob::Kill() function can ge...
ananta@chromium.org
2009-07-28
1
-2
/
+4
*
Adds additional MSAA information to fill in a few gaps in the hierarchy.
klink@chromium.org
2009-07-28
3
-4
/
+33
*
Assorted fixes for 64-bit.
deanm@chromium.org
2009-07-28
4
-8
/
+9
*
Fix a BAD_OVERRIDE defect reported by Coverity. Remove
wtc@chromium.org
2009-07-28
1
-1
/
+0
*
Add a NULL check for the pending render view host when we get a close message.
brettw@chromium.org
2009-07-28
1
-1
/
+2
*
linux: extra shadow in prefs dialog
evan@chromium.org
2009-07-28
1
-2
/
+3
*
Reenable use of ExecuteScriptInNewWorld.
mpcomplete@chromium.org
2009-07-28
1
-12
/
+14
*
Disable ShowModalDialogTest.BasicTest. Currently #2 flaky test.
phajdan.jr@chromium.org
2009-07-28
1
-1
/
+2
*
Moved the logical dependency on Blacklist from URLRequestContext
idanan@chromium.org
2009-07-28
4
-7
/
+16
*
Remove *.vsprops files that are no longer referenced (or only have
sgk@google.com
2009-07-28
1
-17
/
+0
*
Turn on metrics reporting on POSIX if user has consented.
jeremy@chromium.org
2009-07-28
3
-8
/
+10
*
Fix proxy settings for Gnome >=2.26
mattm@chromium.org
2009-07-28
1
-3
/
+33
*
When there are no images to replace a blacklisted page, putting filler
arv@google.com
2009-07-28
1
-3
/
+5
*
linux: make --single-process work again for plugins
evan@chromium.org
2009-07-28
1
-2
/
+9
*
Disable first run for the New Tab Cold perf test.
arv@google.com
2009-07-28
2
-1
/
+14
*
Make the minimum extensions update frequency allowed on command line be 30 se...
asargent@chromium.org
2009-07-28
1
-1
/
+1
*
Enable Client ID generation on Linux/OS X. Enables UMA logging.
evan@chromium.org
2009-07-28
1
-6
/
+1
*
Nice looking First-Run dialogs.
jeremy@chromium.org
2009-07-28
3
-40
/
+75
*
Fix the root cause of flakiness in SafeBrowsingProtocolManagerTest.TestGetHas...
phajdan.jr@chromium.org
2009-07-28
3
-16
/
+15
*
Load Multiple Blacklists
idanan@chromium.org
2009-07-28
4
-25
/
+98
*
Remove unused code
thakis@chromium.org
2009-07-28
2
-8
/
+1
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
13
-23
/
+390
*
Redraw download item when its state changed
thakis@chromium.org
2009-07-28
1
-0
/
+2
*
Workaround for GtkFileChooserButton bug: disable mouse wheel scrolling.
estade@chromium.org
2009-07-28
1
-0
/
+40
*
Fix running default browser check/setting in UI thread on Linux.
mattm@chromium.org
2009-07-28
7
-284
/
+322
*
Make the NNTP always request a new theme CSS
glen@chromium.org
2009-07-28
1
-1
/
+6
*
Linux: Fix NSSDecryptor to decrypt Firefox passwords using correct user datab...
willchan@chromium.org
2009-07-28
8
-90
/
+317
*
Generate tab images on browser load (previously we were only doing it on start).
glen@chromium.org
2009-07-28
1
-0
/
+1
*
Refactor out language models for linux gtk views preparation
mhm@chromium.org
2009-07-28
3
-155
/
+176
*
Gtk: Implement font selection options.
mattm@chromium.org
2009-07-28
3
-4
/
+235
*
Make ThumbnailStore broadcast a notification when it has finished reading thu...
meelapshah@chromium.org
2009-07-28
8
-82
/
+199
*
Linux: add internal core dump reporting.
agl@chromium.org
2009-07-28
1
-1
/
+2
*
Fix issue where the width of the sections was not updated correctly.
arv@google.com
2009-07-28
1
-1
/
+1
*
Pull a SandboxedExtensionUnpacker out of ExtensionsService.
aa@chromium.org
2009-07-28
5
-401
/
+473
*
Gtk: DnD extravaganza
estade@chromium.org
2009-07-28
12
-143
/
+196
*
First stab at download item overflow. Also add the image to the left of "Show...
thakis@chromium.org
2009-07-28
4
-11
/
+113
*
Add the shadow above the toolbar (below the tabstrip).
tc@google.com
2009-07-28
1
-6
/
+24
*
NNTP: Make the window tooltip behave more like a real tooltip by
arv@google.com
2009-07-28
4
-43
/
+46
*
Fixes a warning: 'this' in initializer list.
dumi@chromium.org
2009-07-27
1
-2
/
+2
*
Adding HTML5 DB support to Chromium: Chromium changes
dumi@chromium.org
2009-07-27
6
-1
/
+376
*
gtk: Use the requested window bounds when determining the location of the sou...
jhawkins@chromium.org
2009-07-27
3
-7
/
+20
*
Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...
willchan@chromium.org
2009-07-27
1
-0
/
+9
*
Don't create an ExtensionDOMUI for urls with invalid extension IDs.
mpcomplete@chromium.org
2009-07-27
3
-4
/
+28
*
Make possible reloading extensions from the chrome://extensions/ page.
phajdan.jr@chromium.org
2009-07-27
5
-4
/
+41
*
Set window icon on manage search engines dialog.
estade@chromium.org
2009-07-27
2
-1
/
+3
*
GTK: Make the info bubble (and bookmark bubble and first run bubble) bidi.
estade@chromium.org
2009-07-27
3
-36
/
+94
*
Make the theme preview infobar default to installation, and
aa@chromium.org
2009-07-27
2
-19
/
+3
*
gtk: Fix the positioning of the tabstrip drop arrow for RTL locales.
jhawkins@chromium.org
2009-07-27
3
-7
/
+35
[prev]
[next]