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
/
profile.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't inject content scripts into incognito browsers.
rafaelw@chromium.org
2009-12-23
1
-2
/
+2
*
[More BTP includes.]
erg@google.com
2009-12-18
1
-2
/
+2
*
Revert "Preload the visited link db on the file thread if the file exists."
tony@chromium.org
2009-12-17
1
-95
/
+10
*
TBR: Revert to fix Chromos.
erg@google.com
2009-12-17
1
-2
/
+2
*
Uninstall themes when all theme infobars are gone; not on each infobar's dest...
erg@google.com
2009-12-17
1
-2
/
+2
*
Preload the visited link db on the file thread if the file exists.
tony@chromium.org
2009-12-17
1
-10
/
+95
*
Use GetSwitchValueASCII, so we don't use the deprecated versions.
evan@chromium.org
2009-12-17
1
-3
/
+1
*
Try 2: Completely redo how themes are stored on disk and processed at install...
erg@google.com
2009-12-14
1
-0
/
+1
*
Revert "Completely redo how themes are stored on disk and processed at install
erg@google.com
2009-12-11
1
-1
/
+0
*
SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.
agl@chromium.org
2009-12-11
1
-19
/
+19
*
Completely redo how themes are stored on disk and processed at install time.
erg@google.com
2009-12-11
1
-0
/
+1
*
Remember zoom on a per-host basis.
pkasting@chromium.org
2009-12-04
1
-1
/
+19
*
Mac: Rename DIR_CACHE to DIR_USER_CACHE, which is already used on Linux.
thestig@chromium.org
2009-12-03
1
-2
/
+1
*
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...
thestig@chromium.org
2009-12-02
1
-2
/
+15
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-12-02
1
-0
/
+1
*
Keep incognito notification preferences separate from regular ones, and don't...
johnnyg@chromium.org
2009-12-01
1
-1
/
+8
*
Add -profile command line switch
davemoore@chromium.org
2009-11-30
1
-41
/
+2
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
1
-1
/
+0
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Integrate BlacklistManager with Profile.
phajdan.jr@chromium.org
2009-11-30
1
-23
/
+16
*
Fix incognito with LocalStorage.
jorlow@chromium.org
2009-11-25
1
-1
/
+1
*
Remove --enable-user-script and associated tests.
aa@chromium.org
2009-11-24
1
-18
/
+5
*
The appcache system uses two threads, an IO thread and a DB thread.
michaeln@google.com
2009-11-23
1
-0
/
+1
*
Fix mac ui test valgrind.
estade@chromium.org
2009-11-20
1
-2
/
+0
*
Move Mac to using renderer spellchecker.
estade@chromium.org
2009-11-19
1
-116
/
+11
*
Implement a NTP resource cache. Instead of re-generating the
tony@chromium.org
2009-11-19
1
-0
/
+15
*
Cleanup some callers now that the restriction that ChromeURLRequestContextGet...
eroman@chromium.org
2009-11-19
1
-12
/
+3
*
Fix race conditions where an object's constructor uses PostTask on itself. T...
jam@chromium.org
2009-11-17
1
-1
/
+3
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-2
/
+2
*
Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r...
eroman@chromium.org
2009-11-16
1
-8
/
+1
*
Spellchecker: call init *after* constructor.
estade@chromium.org
2009-11-16
1
-1
/
+3
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-2
/
+2
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-2
/
+2
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
1
-2
/
+2
*
Turn on sync for OS X (behind an --enable-sync switch).
akalin@chromium.org
2009-11-12
1
-7
/
+5
*
Disabled extensions should be uninstallable.
finnur@chromium.org
2009-11-10
1
-1
/
+1
*
Couple of prospective fix for memory test flakiness: addref/release the url r...
estade@chromium.org
2009-11-10
1
-1
/
+1
*
Adding support for DatabaseTracker messages to
dumi@chromium.org
2009-11-09
1
-0
/
+17
*
Fix a leak caught by valgrind following r31199
estade@chromium.org
2009-11-06
1
-1
/
+0
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
1
-2
/
+66
*
Add a stub implementation of PersonalDataManager, the connection between the ...
jhawkins@chromium.org
2009-11-06
1
-0
/
+12
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-33
/
+18
*
Connect the various pieces for notifications... hook up NotificationUIManager...
johnnyg@chromium.org
2009-10-30
1
-3
/
+1
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
1
-5
/
+1
*
Factor search vs. navigate classification into its own file to make it more b...
pkasting@chromium.org
2009-10-29
1
-1
/
+15
*
Design changes in browser/privacy_blacklist needed to integrate
phajdan.jr@chromium.org
2009-10-29
1
-5
/
+6
*
Remove the browser_sync flag.
zork@chromium.org
2009-10-27
1
-5
/
+1
*
Resubmit http://codereview.chromium.org/314016 with views fixed
zork@chromium.org
2009-10-26
1
-1
/
+1
*
Reverting 29961.
glen@chromium.org
2009-10-23
1
-1
/
+1
[next]