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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement initial ClipRect.
ben@chromium.org
2010-07-21
7
-73
/
+112
*
Download code cleanup:
phajdan.jr@chromium.org
2010-07-21
3
-48
/
+71
*
Fix the compile for good. Used a wrong value in one of FRIEND_TEST_ALL_PREFIX...
phajdan.jr@chromium.org
2010-07-21
1
-1
/
+1
*
Fix compile by using FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-21
1
-9
/
+10
*
Revert 53198 - Some first run fixes:
mirandac@google.com
2010-07-21
3
-75
/
+61
*
Load the token from the user settings DB as a blob because it might include
albertb@chromium.org
2010-07-21
2
-4
/
+12
*
Strip & accelerator markers from buttons on the Basics DOMUI pref page
stuartmorgan@chromium.org
2010-07-21
1
-0
/
+7
*
Marking TopSitesTest.DeleteNotifications as DISABLED
dhollowa@chromium.org
2010-07-21
1
-1
/
+3
*
Kerberos authentication backoff cleanup.
ahendrickson@google.com
2010-07-21
2
-5
/
+78
*
Fix incorrect focus cycling issues in ChromeFrame full tab mode. This happens...
ananta@chromium.org
2010-07-21
2
-1
/
+22
*
Attemp 2 at:
sky@chromium.org
2010-07-21
44
-464
/
+36
*
Fix build by using correct UI test function - user_data_dir()
phajdan.jr@chromium.org
2010-07-21
1
-1
/
+1
*
GTTF: Make ui_tests more reliable by using a temporary profile directory
phajdan.jr@chromium.org
2010-07-21
2
-29
/
+29
*
Need to call BootTimesLoader::Get() after AtExitManager is created
davemoore@chromium.org
2010-07-21
1
-3
/
+4
*
Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.
erikchen@google.com
2010-07-21
7
-348
/
+131
*
AutoFill Profiles dialog handles multi-select and delete on Mac (Follow up)
dhollowa@chromium.org
2010-07-21
1
-10
/
+7
*
Some first run fixes:
mirandac@google.com
2010-07-21
3
-61
/
+75
*
Revert 53194 - A different approach to avoid crashes in buggy 3rd party BHOs....
sanjeevr@chromium.org
2010-07-21
8
-306
/
+68
*
Roll WebKit r63781:63817.
senorblanco@google.com
2010-07-21
1
-1
/
+1
*
Update to ppapi@167.
darin@chromium.org
2010-07-21
1
-1
/
+1
*
A different approach to avoid crashes in buggy 3rd party BHOs.This time we're...
tommi@chromium.org
2010-07-21
8
-68
/
+306
*
Remove deprecated CommandLine::GetLooseValues(), rename to args().
evan@chromium.org
2010-07-21
17
-134
/
+145
*
Added file to track login times, and moved functionality to boot_times_loader.
davemoore@chromium.org
2010-07-21
11
-179
/
+139
*
Fine grained registration for various Chrome Frame objects.
stoyan@chromium.org
2010-07-21
1
-28
/
+78
*
Reduce static initializers by removing inline constructors and
davemoore@chromium.org
2010-07-21
8
-43
/
+121
*
Change screen locker window type from popup to window
oshima@chromium.org
2010-07-21
1
-1
/
+1
*
Make sure restart due to Upgrade Notification works, even if the browser was ...
finnur@chromium.org
2010-07-21
1
-8
/
+27
*
Fixes regression in links ending up too small. The problem is that we
sky@chromium.org
2010-07-21
11
-42
/
+47
*
Before creating a content setting, check that you actually *can* create it.
jochen@chromium.org
2010-07-21
1
-1
/
+1
*
[Mac] Use |-performSelector:withDelay:| to execute commands from the Wrench m...
rsesek@chromium.org
2010-07-21
1
-1
/
+12
*
Changed type CookieList to being a vector CanonicalCookies.
rdsmith@google.com
2010-07-21
19
-157
/
+139
*
Whitespace change to trigger GRD rebuild.
agl@chromium.org
2010-07-21
1
-2
/
+1
*
Linux certificate viewer: add SHA256 hash
agl@chromium.org
2010-07-21
2
-5
/
+29
*
Unblackify the upgrade ball.
avi@chromium.org
2010-07-21
3
-16
/
+48
*
Fix about:sandbox's network isolation indication.
agl@chromium.org
2010-07-21
1
-1
/
+1
*
Adjust preference sync code to only sync user modifiable preferences.
mnissler@chromium.org
2010-07-21
19
-158
/
+270
*
Add the actual data being read to the OnBytesRead callback.
cbentzel@chromium.org
2010-07-21
10
-39
/
+321
*
Relanding http://codereview.chromium.org/3044001.
nkostylev@google.com
2010-07-21
6
-20
/
+166
*
LoadTimingObserver: only send timing struct over IPC if necessary. + Added un...
pfeldman@chromium.org
2010-07-21
4
-16
/
+347
*
Updating trunk VERSION from 473.0 to 474.0
chrome-release@google.com
2010-07-21
1
-1
/
+1
*
Resend ibus config data when it reconnects.
zork@chromium.org
2010-07-21
2
-22
/
+28
*
RSS subscription extension: Handle HTML appended after RSS feed.
finnur@chromium.org
2010-07-21
4
-7
/
+60
*
Heapchecker: Suppress leaks from a new DownloadManagerTest.
thestig@chromium.org
2010-07-21
1
-0
/
+22
*
Don't build unit_tests on TSan/Win bot.
timurrrr@chromium.org
2010-07-21
1
-1
/
+0
*
Valgrind Mac: Update suppression for a leak in ExtensionPerfStoreTest.
thestig@chromium.org
2010-07-21
1
-0
/
+10
*
Valgrind Mac: Update a suppression after the changes to get Mac Valgrind to l...
thestig@chromium.org
2010-07-21
1
-2
/
+9
*
Valgrind Mac: Suppress error for BalloonControllerTest.
thestig@chromium.org
2010-07-21
1
-0
/
+30
*
Fetch info about infobars
nirnimesh@chromium.org
2010-07-21
6
-10
/
+262
*
Valgrind Mac: Suppress a leak in CollectedCookiesWindowControllerTest.
thestig@chromium.org
2010-07-21
1
-0
/
+10
*
Generate properly unique IDs for autofill items originating from sync.
nick@chromium.org
2010-07-21
1
-1
/
+3
[next]