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
/
browser_process_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup AutomationProviderList to fix shutdown crashes on ChromeOS auto tests
stevenjb@google.com
2011-09-16
1
-4
/
+3
*
Make sure no Browsers exist on shutdown.
willchan@chromium.org
2011-09-16
1
-0
/
+1
*
Revert DidEndMainMessageLoop changes from my earlier checkin since they cause...
jam@chromium.org
2011-09-15
1
-0
/
+2
*
Create a very simple TabContentsView (and not fully implemented yet) and add ...
jam@chromium.org
2011-09-15
1
-7
/
+1
*
Fix the memory access race on the WaitableEvent in EndSession.
gbillock@chromium.org
2011-09-15
1
-4
/
+9
*
Improve fast-shutdown path to prevent flakiness
jar@chromium.org
2011-09-15
1
-2
/
+21
*
Add assertion to make sure we're not adding more Browsers.
willchan@chromium.org
2011-09-14
1
-0
/
+1
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Fix Linux Views build breakage.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
1
-1
/
+1
*
Modifying prefetch to account for multi-profile.
rlp@chromium.org
2011-09-10
1
-1
/
+0
*
Rename the Chrome BrowserMainParts implementations to all start with Chrome. ...
jam@chromium.org
2011-09-08
1
-1
/
+1
*
Start moving code from BrowserMain to content, so that it can be reused by al...
jam@chromium.org
2011-09-07
1
-1
/
+1
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+1
*
Add PluginServiceFilter interface and ChromePluginServiceFilter.
bauerb@chromium.org
2011-09-02
1
-1
/
+4
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-1
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+1
*
Revamp the multi-profiles testing infrastructure.
rsesek@chromium.org
2011-08-31
1
-1
/
+3
*
Add "enabled" state to the ClientSideDetectionService.
joaodasilva@chromium.org
2011-08-23
1
-44
/
+12
*
Revert "Modifying prefetch to account for multi-profile."
avi@chromium.org
2011-08-19
1
-0
/
+1
*
Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile.
avi@chromium.org
2011-08-19
1
-1
/
+0
*
Revert 97446 - Modifying prefetch to account for multi-profile.
avi@chromium.org
2011-08-19
1
-0
/
+1
*
Modifying prefetch to account for multi-profile.
rlp@chromium.org
2011-08-19
1
-1
/
+0
*
Factor out dependncy on download throttling from core download code.
jam@chromium.org
2011-08-16
1
-0
/
+8
*
Move the core download files to content.
jam@chromium.org
2011-08-15
1
-1
/
+1
*
No need to have DevToolsManager reference counted
yurys@chromium.org
2011-08-04
1
-1
/
+1
*
Fix broken tree
cpu@chromium.org
2011-08-03
1
-1
/
+1
*
Component update part six, wire sigleton to browser
cpu@chromium.org
2011-08-03
1
-0
/
+19
*
Reland r94047 - Make Profile own ProfileIOData.
willchan@chromium.org
2011-07-29
1
-0
/
+9
*
Move gpu preliminary info collection from IO thread to FILE thread.
zmo@google.com
2011-07-28
1
-0
/
+8
*
Remove obsolete cleanup code for old SafeBrowsing client-side models.
bryner@chromium.org
2011-07-28
1
-4
/
+2
*
DevTools: move devtools_ui into content since it should be able to serve devt...
pfeldman@chromium.org
2011-07-27
1
-11
/
+6
*
DevTools: bulk move of legacy protocol back to chrome/.
pfeldman@chromium.org
2011-07-20
1
-2
/
+2
*
Move MHTML code to content, now that download code is moving there.
jam@chromium.org
2011-07-19
1
-1
/
+1
*
Move the save file code from chrome to content. This is just a file move so t...
jam@chromium.org
2011-07-14
1
-1
/
+1
*
Use BrowserThreadMessageLoopProxy to post messages to
rtenneti@chromium.org
2011-07-14
1
-3
/
+3
*
Make policy removable using ifdefs instead of stubs.
torne@chromium.org
2011-07-14
1
-0
/
+2
*
Make safe browsing work in a multi-profile environment.
mirandac@chromium.org
2011-07-13
1
-5
/
+4
*
Convert ViewMsg_NetworkStateChanged from routed -> control,
adamk@chromium.org
2011-07-12
1
-0
/
+3
*
Make safe browsing optional at compile time.
torne@chromium.org
2011-07-11
1
-3
/
+9
*
Introduce a policy to control the maximal number of connections per proxy ser...
pastarmovj@chromium.org
2011-07-11
1
-0
/
+10
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-2
/
+3
*
Revert 91842 - Introduce a policy to control the maximal number of connection...
johnme@google.com
2011-07-08
1
-10
/
+0
*
Introduce a policy to control the maximal number of connections per proxy ser...
pastarmovj@chromium.org
2011-07-08
1
-0
/
+10
*
Move code to clear web databases on shutdown to the database tracker
jochen@chromium.org
2011-07-08
1
-40
/
+0
*
Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from rout...
adamk@google.com
2011-07-02
1
-3
/
+0
*
Convert ViewMsg_NetworkStateChanged from routed -> control
adamk@google.com
2011-07-01
1
-0
/
+3
*
Make kClearSiteDataOnExit work for Flash plugins in a multi-profile environment.
mirandac@chromium.org
2011-06-30
1
-26
/
+1
*
Move user cloud policy to BrowserProcess (was 6979011)
gfeher@chromium.org
2011-06-29
1
-1
/
+1
*
Wholesale move of debugger sources to content.
joi@chromium.org
2011-06-29
1
-4
/
+4
[next]