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
*
Revert r31665: themed mac startup time regression
apavlov@chromium.org
2009-11-11
1
-2
/
+1
*
Set have_inspector_files_ in the UI thread as it is only read from that thread.
apavlov@chromium.org
2009-11-11
1
-1
/
+2
*
Last patch in removing MessageLoop* caching.
jam@chromium.org
2009-11-03
1
-2
/
+1
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-1
/
+1
*
Connect the various pieces for notifications... hook up NotificationUIManager...
johnnyg@chromium.org
2009-10-30
1
-0
/
+8
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-2
/
+1
*
Fix a whole bunch of style nits.
erg@google.com
2009-10-13
1
-2
/
+2
*
Wire up printing on the Mac
stuartmorgan@chromium.org
2009-10-13
1
-1
/
+3
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-1
/
+1
*
Convert users of RenderProcessHost iterator to all use same style. The key m...
pkasting@chromium.org
2009-10-02
1
-7
/
+4
*
Remove all MemoryModel-related code, since we're unlikely to use it again. A...
pkasting@chromium.org
2009-09-30
1
-13
/
+0
*
Reverting 27389.
darin@chromium.org
2009-09-30
1
-2
/
+2
*
Fix crash when using about:ipc with only NTP on Windows.
jrg@chromium.org
2009-09-29
1
-2
/
+3
*
Implement about:ipc dialog for Mac.
jrg@chromium.org
2009-09-28
1
-0
/
+47
*
Reverting 27379, in hopes of fixing browser_tests.
senorblanco@chromium.org
2009-09-28
1
-2
/
+2
*
Assert that thread-safe reference counting is used with
darin@chromium.org
2009-09-28
1
-2
/
+2
*
Enable LeakTracker on release builds.
eroman@chromium.org
2009-09-22
1
-1
/
+10
*
Mask the BrokerServices class behind an ifdef for Windows only; Linux and Mac...
jhawkins@chromium.org
2009-08-21
1
-0
/
+4
*
Don't show "Inspect Element" in the context menu if we can't inspect.
agl@chromium.org
2009-08-21
1
-1
/
+30
*
Change default memory model from MEDIUM to HIGH.
mbelshe@google.com
2009-08-20
1
-1
/
+1
*
Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...
ericroman@google.com
2009-08-11
1
-11
/
+39
*
There is no need for the browser process to have an accelerator handler.This ...
jcampan@chromium.org
2009-07-29
1
-12
/
+0
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
1
-3
/
+3
*
DevTools: Make reloading inspector lead to the complete DevTools Client Windo...
pfeldman@chromium.org
2009-06-05
1
-2
/
+2
*
Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=1647...
jam@chromium.org
2009-05-21
1
-8
/
+0
*
Fix a crash on browser exit after opening TaskManager.
phajdan.jr@chromium.org
2009-05-20
1
-0
/
+8
*
Linux download shelf icons first cut.
estade@chromium.org
2009-05-20
1
-1
/
+1
*
Ensure that IO thread is not called in last actions by SDCH shutdown
jar@chromium.org
2009-05-13
1
-2
/
+9
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-2
/
+2
*
Fix the "pick a new user data dir" dialog on windows.
tc@google.com
2009-05-06
1
-2
/
+4
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Get rid of the ClipboardService class and header... it is nothing but a shell...
ben@chromium.org
2009-05-05
1
-2
/
+2
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-2
/
+2
*
Linux: move X operations from the IO to UI2 thread.
agl@chromium.org
2009-04-22
1
-0
/
+15
*
I managed to break test_shell. Reverting. I'll fix tomorrow.
agl@chromium.org
2009-04-21
1
-15
/
+0
*
Linux: move X operations from the IO to UI2 thread.
agl@chromium.org
2009-04-21
1
-0
/
+15
*
Currently we have two types of devtools UI: Chrome built in developer tools w...
yurys@google.com
2009-03-23
1
-2
/
+1
*
Initial unit tests implementation.
yurys@google.com
2009-03-17
1
-1
/
+2
*
Move focus related files into a new chrome/views/focus subdir
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
1
-1
/
+1
*
DevToolsManager is a service in the browser process that manages all open dev...
yurys@google.com
2009-03-16
1
-0
/
+8
*
Moving the storing/restoring of the focus from TabContents to WebContentsView...
jcampan@chromium.org
2009-03-12
1
-7
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
Refactor render view context menu in preparation for porting.
estade@chromium.org
2009-03-07
1
-1
/
+1
*
Add FilePath setter/getter to pref service. Change callers to use it rather t...
estade@chromium.org
2009-03-04
1
-1
/
+1
*
Remove memory model experiment
jar@chromium.org
2009-02-25
1
-11
/
+0
*
Fix a crash when dns prefetching was being shut down without being started.
phajdan.jr@chromium.org
2009-02-23
1
-1
/
+1
*
Bring download_file, download_manager into POSIX build.
estade@chromium.org
2009-02-22
1
-1
/
+1
*
Make plugin_service.cc compile on Posix.
jhawkins@chromium.org
2009-02-20
1
-1
/
+1
*
Clean up dns prefetch code, and also port it.
phajdan.jr@chromium.org
2009-02-19
1
-0
/
+6
[next]