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
*
Add to SCons build:
sgk@google.com
2008-11-05
1
-1
/
+3
*
Fixes two bookmark manager bugs:
sky@google.com
2008-11-05
4
-11
/
+39
*
Tell the user that HTML documents can harm their computer because they can.
abarth@chromium.org
2008-11-05
2
-3
/
+10
*
Remove duplicate save_file.cc from the Windows-specific list.
sgk@google.com
2008-11-05
1
-1
/
+0
*
Wrap forward declarations in their relevant namespace
agl@chromium.org
2008-11-05
3
-3
/
+10
*
Add the test certificates. Rename the directory to make the transition easier.
maruel@chromium.org
2008-11-05
2
-2
/
+2
*
Rewrote the clipboard API to be more concurrent. Added a helper class to make...
estade@chromium.org
2008-11-05
5
-53
/
+25
*
Evil hack to prevent a crash with interstitials across different tab contents...
brettw@google.com
2008-11-05
1
-0
/
+23
*
Temporary code to upgrade Chrome open command for existing users.
kuchhal@chromium.org
2008-11-05
1
-1
/
+1
*
This fixes the following bugs1. http://b/issue?id=1447957 For machine insta...
ananta@chromium.org
2008-11-04
1
-21
/
+80
*
Fix typo.
ericroman@google.com
2008-11-04
1
-1
/
+1
*
Refactoring master preference parsing code into installer util so
huanr@chromium.org
2008-11-04
3
-100
/
+34
*
Fix the TemplateURLParserTest tests for use in external buildbots.
maruel@chromium.org
2008-11-04
1
-3
/
+42
*
Toolbar Import - Issue 8801, migrated from public tree to svn enlistment.
brg@chromium.com
2008-11-04
7
-17
/
+946
*
More SCons renaming:
sgk@google.com
2008-11-04
2
-53
/
+39
*
Fix hang in clearing browsing data from incognito mode.
finnur@google.com
2008-11-04
1
-1
/
+1
*
Adds support for autoscrolling on drag to bookmark tree/table.
sky@google.com
2008-11-04
10
-265
/
+437
*
Roll back my last change, it broke a unit test.
brettw@google.com
2008-11-04
1
-17
/
+0
*
Evil wallpaper hack to hide a crash when going back from an interstitial and ...
brettw@google.com
2008-11-04
1
-0
/
+17
*
Rolling back
abarth@chromium.org
2008-11-04
1
-8
/
+1
*
Tell the user that HTML documents can harm their computer because they can.
abarth@chromium.org
2008-11-04
1
-1
/
+8
*
Use ElideUrl for urls. It is much nicer.
maruel@chromium.org
2008-11-04
1
-2
/
+7
*
A fix for Issue 2768 "IME: Current clause of Japanese IME doesn't appear to r...
hbono@chromium.org
2008-11-04
2
-9
/
+16
*
Fixes two bookmark manager bugs. Use Activate instead of MoveToFront
sky@google.com
2008-11-04
1
-1
/
+4
*
Adds support for models to provide addition icons to the tree. Updates
sky@google.com
2008-11-04
2
-1
/
+24
*
Revert change r4523 because Vista doesn't like it.
erg@google.com
2008-11-04
25
-766
/
+1232
*
Remove old bookmarks/bookmark_drag_utils.cc entry.
sgk@google.com
2008-11-04
1
-1
/
+0
*
Redo how we block popups. Rip out the old constrained popup window cruft (whi...
erg@google.com
2008-11-04
25
-1232
/
+766
*
This fixes bug http://code.google.com/p/chromium/issues/detail?id=3907, which
ananta@chromium.org
2008-11-03
1
-1
/
+1
*
Miscellaneous bookmark manager polish:
sky@google.com
2008-11-03
9
-186
/
+371
*
Revert some of my earlier change to see if this fixes dist tests, and revert ...
ben@chromium.org
2008-11-03
3
-4
/
+5
*
More distro installer params work
cpu@google.com
2008-11-03
3
-45
/
+102
*
Make the right side of the bookmarks bar lay out correctly.
glen@chromium.org
2008-11-03
1
-3
/
+4
*
Change some places where we were using javascript: URLs to use
aa@google.com
2008-11-03
6
-46
/
+22
*
check in for one cycle to see if this fixes the dist tests.
ben@chromium.org
2008-11-03
1
-1
/
+2
*
Convert browser.lib to the new naming:
sgk@google.com
2008-11-03
1
-38
/
+22
*
Always show file extensions in the shelf.
glen@chromium.org
2008-11-03
1
-7
/
+64
*
Add widely-used variants of en, fr, de and it.
jungshik@google.com
2008-11-02
1
-2
/
+14
*
Rollback r4382 because I'm daft (submitted the wrong thing)
glen@chromium.org
2008-11-01
3
-8
/
+8
*
Unescape and use the filename when we have no title to display for a given en...
glen@chromium.org
2008-11-01
3
-8
/
+8
*
Changed the notification for the rlz
cpu@google.com
2008-11-01
1
-3
/
+3
*
Fix interactive test crashes.
beng@google.com
2008-11-01
1
-0
/
+1
*
Second attempt at fixing dist crash... more accurately control the lifetime o...
ben@chromium.org
2008-11-01
2
-3
/
+3
*
On first run process the master prefs json, only one entry matters to us.
cpu@google.com
2008-10-31
6
-22
/
+93
*
This fixes the VerifyHistoryLength ui test flakiness. The test initiates page...
ananta@chromium.org
2008-10-31
1
-2
/
+0
*
Takes steps to make our PlatformScreen implementation more portable.
darin@chromium.org
2008-10-31
2
-52
/
+56
*
Some code in MessageBoxView was focusing the first focusable element in the v...
jcampan@chromium.org
2008-10-31
1
-2
/
+7
*
Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-...
klink@chromium.org
2008-10-31
2
-2
/
+12
*
Fix a bug where languages that have a long string for the
paulg@google.com
2008-10-31
4
-79
/
+120
*
Fix regression of b/issue?id=1280317. We need to do a case-insensitive
mpcomplete@google.com
2008-10-31
1
-4
/
+9
[next]