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
*
Remember that we've white listed a certificate when we switch to a new tab.
abarth@chromium.org
2009-02-13
1
-4
/
+26
*
Revert 9747
abarth@chromium.org
2009-02-13
1
-26
/
+4
*
Remember that we've white listed a certificate when we switch to a new tab.
abarth@chromium.org
2009-02-13
1
-4
/
+26
*
Porting in chrome/
phajdan.jr@chromium.org
2009-02-12
1
-6
/
+6
*
Make tab_restore_service.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-12
1
-1
/
+1
*
Make session_service.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-11
1
-1
/
+1
*
Revert basically everything I've done today as it fails mysteriously
evan@chromium.org
2009-02-10
1
-1
/
+1
*
Bring a bunch more headers into the non-Windows build:
evan@chromium.org
2009-02-10
1
-1
/
+1
*
Adds a command line switch to allow the user to specify the location
rvargas@google.com
2009-02-07
1
-0
/
+9
*
Bring many of the template_url classes into the fold for the Mac. Note that t...
avi@google.com
2009-02-04
1
-1
/
+1
*
Fix a bunch of header includes. I removed some unnecessary headers from a
brettw@chromium.org
2009-02-01
1
-8
/
+0
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-7
/
+11
*
Register .crx file handler to install Chrome extensions.
mpcomplete@google.com
2009-01-30
1
-0
/
+3
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-30
/
+48
*
Add user script support to extensions.
aa@chromium.org
2009-01-25
1
-9
/
+31
*
Move functions required by the rest of the browser from RenderProcessHost to ...
brettw@chromium.org
2009-01-16
1
-1
/
+1
*
Move search code to a subdir
ben@chromium.org
2009-01-16
1
-2
/
+2
*
Fie.
ben@chromium.org
2009-01-15
1
-2
/
+2
*
Move search engines files into subdir
ben@chromium.org
2009-01-15
1
-2
/
+2
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
1
-1
/
+1
*
This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.
aa@chromium.org
2009-01-09
1
-9
/
+9
*
Move user script directory into profile.
aa@chromium.org
2009-01-07
1
-4
/
+3
*
Refactor the two URLRequestContext subclasses in profile.cc into a new shared
aa@chromium.org
2008-12-23
1
-276
/
+28
*
Reverting 6966.
ericroman@google.com
2008-12-13
1
-8
/
+18
*
Use automatic memory management for URLRequestContext's members.
ericroman@google.com
2008-12-13
1
-18
/
+8
*
Cleanup part 6.
pkasting@chromium.org
2008-12-10
1
-4
/
+3
*
Misc proxy service changes.
ericroman@google.com
2008-12-10
1
-4
/
+11
*
Makes the tab restore service persist closed tabs/windows to disk and
sky@google.com
2008-12-06
1
-4
/
+5
*
Introduce ExtensionsService. Load extensions on startup from a directory in
aa@chromium.org
2008-12-05
1
-0
/
+10
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-2
/
+2
*
Remove some Windows-specific stuff from RenderProcessHost by having callers g...
brettw@google.com
2008-11-11
1
-1
/
+1
*
Add option to disable/enable Spell Check. In addition, remove additional code...
sidchat@google.com
2008-10-29
1
-23
/
+57
*
- Make user script loading asynchronous on the file thread.
evanm@google.com
2008-10-28
1
-0
/
+19
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+3
*
Reshuffling the options in the UnderTheHood section. A summary of my changes:...
finnur@google.com
2008-10-27
1
-0
/
+1
*
Change SpellChecker language without restarting the browser.
sidchat@google.com
2008-10-15
1
-15
/
+74
*
Add a command-line switch to change the user agent.BUG=757345
pkasting@chromium.org
2008-09-24
1
-1
/
+1
*
Personalization pointer tweak.
nick@chromium.org
2008-09-24
1
-7
/
+7
*
Add support for "Add to dictionary" in the context menu.
sidchat@google.com
2008-09-17
1
-1
/
+1
*
Remove registration step between NavigationController > Profile.
tim@chromium.org
2008-09-16
1
-27
/
+0
*
Make the GoogleURLTracker only fetch the Google hostname if the user's defaul...
pkasting@chromium.org
2008-09-15
1
-1
/
+5
*
Move the download code to new directories:
paulg@google.com
2008-09-13
1
-1
/
+1
*
Renames BoomarkBarModel to BookmarkModel.
sky@google.com
2008-09-11
1
-17
/
+9
*
Moves bookmark related classes into bookmarks directory. There are no
sky@google.com
2008-09-09
1
-1
/
+1
*
Fixes crash in BookmarkBarView. If the HistoryService fails to load it
sky@google.com
2008-09-04
1
-8
/
+0
*
Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...
darin@google.com
2008-09-03
1
-12
/
+4
*
Makes deleting history no longer delete starred urls. Thiseffectively reenabl...
sky@google.com
2008-08-27
1
-3
/
+13
*
Chrome changes corresponding to my message_loop_type CL.
darin@google.com
2008-08-26
1
-1
/
+1
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-29
/
+4
*
Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist...
timsteele@google.com
2008-08-15
1
-0
/
+22
[next]