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
*
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
*
Build sync by default on all platforms. This also turns off sync on both Lin...
zork@chromium.org
2009-10-23
1
-1
/
+1
*
Add functions to purge the Web Database memory and get the service without cr...
pkasting@chromium.org
2009-10-23
1
-0
/
+8
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-72
/
+22
*
"Fix" a NOTIMPLEMENTED on Linux by using the default password store.
evan@chromium.org
2009-10-20
1
-8
/
+6
*
Delete unused themes from disk on shutdown.
tony@chromium.org
2009-10-19
1
-0
/
+1
*
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
nick@chromium.org
2009-10-17
1
-3
/
+3
*
Add UI for changing timezones.
chocobo@google.com
2009-10-15
1
-3
/
+3
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
1
-3
/
+3
*
Browser side support (sans UI) for desktop notifications.
johnnyg@chromium.org
2009-10-12
1
-0
/
+16
*
Revert r28645 - "Render sync code inactive..."
tim@chromium.org
2009-10-10
1
-0
/
+7
*
Render sync code inactive without any way to enable.
tim@chromium.org
2009-10-10
1
-7
/
+0
*
Add the ability to unload the HistoryBackend.
pkasting@chromium.org
2009-10-08
1
-0
/
+8
*
Committing change 255087 for Roger:
tommi@chromium.org
2009-10-08
1
-0
/
+11
*
Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th...
pkasting@chromium.org
2009-10-02
1
-43
/
+38
*
Wires up views on linux dialogs to use gtk ones.
sky@chromium.org
2009-09-29
1
-1
/
+1
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
1
-1
/
+1
*
Misc. Cleanup related to OOP Profile Import
jeremy@chromium.org
2009-09-25
1
-0
/
+1
*
Convert the BrowerThemeProvider pointer from being ref counted to
tony@chromium.org
2009-09-25
1
-7
/
+4
*
Fix appcache_service and request_context referencing.
michaeln@google.com
2009-09-22
1
-22
/
+31
*
Set OS X cache directory to ~/Library/Caches/[app name]/[profile name]
mark@chromium.org
2009-09-16
1
-2
/
+36
*
Convert the sqlite cookie database and web database to use the new sqlite
brettw@chromium.org
2009-09-15
1
-1
/
+0
*
Lands http://codereview.chromium.org/193032 for Charlie:
sky@chromium.org
2009-09-15
1
-0
/
+14
*
1) Tell the AppCacheService which request context to use when fetching resour...
michaeln@google.com
2009-09-15
1
-2
/
+4
*
Rename X-Force-TLS to Strict-Transport-Security.
abarth@chromium.org
2009-09-05
1
-14
/
+19
*
ForceTLS: persist to disk
agl@chromium.org
2009-09-04
1
-4
/
+8
*
Reverting r25382: blame Windows
agl@chromium.org
2009-09-03
1
-8
/
+4
*
ForceTLS: persist to disk
agl@chromium.org
2009-09-03
1
-4
/
+8
*
Plumb request interception into the appcache library for both chrome and test...
michaeln@google.com
2009-09-01
1
-0
/
+32
*
Enable extensions by default.
aa@chromium.org
2009-08-29
1
-1
/
+1
*
Adds a FaviconService class tied to the profile.
arv@google.com
2009-08-28
1
-0
/
+24
*
Exposes a chrome.devtools object to extensions. This allows extensions to ca...
mpcomplete@chromium.org
2009-08-24
1
-0
/
+15
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-0
/
+12
*
Some personalization cleanup:
tim@chromium.org
2009-08-15
1
-12
/
+26
*
Use $XDG_CACHE_HOME for the cache on Linux. This only works for the default p...
thestig@chromium.org
2009-08-11
1
-3
/
+7
[next]