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
/
password_manager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.
thestig@chromium.org
2011-01-15
1
-1
/
+2
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-1
/
+1
*
Linux: avoid null pointers coming back from some old versions of libgnome-key...
mdm@chromium.org
2011-01-12
1
-7
/
+15
*
Coverity: Fix unchecked return values.
kmadhusu@chromium.org
2011-01-12
1
-1
/
+5
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
4
-4
/
+4
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
1
-3
/
+4
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-3
/
+4
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+0
*
Cleanup: Remove unneeded includes of notification_service.h in other headers.
thestig@chromium.org
2010-12-15
2
-1
/
+2
*
Last few NewRunnableMethod scoped_refptr params to fix.
willchan@chromium.org
2010-12-15
1
-1
/
+1
*
Cleanup: Remove unneeded profile.h usage in headers.
thestig@chromium.org
2010-12-10
2
-1
/
+6
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
1
-14
/
+14
*
Reduce the include footprint of pref_service.h
mnissler@chromium.org
2010-12-03
2
-0
/
+3
*
Move:
ben@chromium.org
2010-12-02
6
-6
/
+6
*
Revert 67997 - Reduce the include footprint of pref_service.h
mnissler@chromium.org
2010-12-02
2
-3
/
+0
*
Reduce the include footprint of pref_service.h
mnissler@chromium.org
2010-12-02
2
-0
/
+3
*
Remove duplicate NotificationObserver mock.
mnissler@chromium.org
2010-12-01
2
-7
/
+8
*
Revert 67326 - Re-landing original change since it didn't seem to fix the fai...
brettw@chromium.org
2010-11-24
2
-0
/
+10
*
Revert 67281 to fix failing FullLogin test - The earlier TabContentsWrapper c...
andybons@chromium.org
2010-11-24
2
-10
/
+0
*
The earlier TabContentsWrapper changes had incomplete support for password ma...
ben@chromium.org
2010-11-24
2
-0
/
+10
*
Make pink's TabContentsWrapper change compile on Windows.
ben@chromium.org
2010-11-18
2
-22
/
+25
*
Implement device management policy provider
danno@chromium.org
2010-11-09
2
-14
/
+2
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.
pkasting@chromium.org
2010-10-21
1
-1
/
+1
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
2
-1
/
+3
*
Integration tests for password sync.
albertb@chromium.org
2010-10-14
3
-47
/
+85
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
2
-2
/
+2
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-2
/
+2
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
7
-7
/
+7
*
Set the source of the password store notifications to the PasswordStore
albertb@chromium.org
2010-10-11
4
-23
/
+25
*
Rename ChromeThread to BrowserThread Part8:
tfarina@chromium.org
2010-10-09
10
-124
/
+150
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-1
/
+2
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
2
-3
/
+5
*
Save passwords for HTTP+FTP authentication.
cbentzel@chromium.org
2010-09-22
2
-11
/
+48
*
Add tests to verify that non-ASCII passwords (and other password form data) c...
mdm@chromium.org
2010-09-14
1
-23
/
+68
*
Linux: fix retrieving passwords with non-ASCII characters from the default pa...
mdm@chromium.org
2010-09-12
1
-1
/
+1
*
FBTF: Remove unneeded headers from base/ (part 8)
thestig@chromium.org
2010-09-08
1
-2
/
+1
*
Add policy to control 'show password' facility in the password manager.
mnissler@chromium.org
2010-09-07
1
-0
/
+1
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-3
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
6
-6
/
+6
*
Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.
viettrungluu@chromium.org
2010-08-19
2
-3
/
+1
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
3
-4
/
+1
*
FBTF: Remove "obviously" unneeded standard C++ library #includes.
viettrungluu@chromium.org
2010-08-15
2
-4
/
+0
*
FBTF: Forward declare everything possible in testing_profile.h
erg@google.com
2010-08-13
2
-0
/
+4
*
Add token serialization to token_service.
chron@chromium.org
2010-08-12
3
-34
/
+5
*
Linux: fix several bugs in KWallet password store support.
mdm@chromium.org
2010-08-10
2
-4
/
+36
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
1
-1
/
+0
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
5
-3
/
+7
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-2
/
+2
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
2
-3
/
+5
[next]