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
/
metrics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 76468 - Added back thread watcher changes.
rtenneti@chromium.org
2011-03-02
3
-244
/
+119
*
Added back thread watcher changes.
rtenneti@chromium.org
2011-03-02
3
-119
/
+244
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
2
-3
/
+3
*
Revert 76199 - Trying changes to see the perfomance impact on Mac.
rtenneti@chromium.org
2011-02-28
3
-189
/
+115
*
Trying changes to see the perfomance impact on Mac.
rtenneti@chromium.org
2011-02-28
3
-115
/
+189
*
Revert 76168 - Trying changes to see the perfomance impact on Mac.
rtenneti@chromium.org
2011-02-26
3
-72
/
+43
*
Trying changes to see the perfomance impact on Mac.
rtenneti@chromium.org
2011-02-26
3
-43
/
+72
*
Revert 76156 - Added back thread watcher changes.
rtenneti@chromium.org
2011-02-26
3
-73
/
+43
*
Added back thread watcher changes.
rtenneti@chromium.org
2011-02-26
3
-43
/
+73
*
Revert 76154 - Revert 76015 - Added back thread watcher changes by
rtenneti@chromium.org
2011-02-26
3
-73
/
+43
*
Revert 76015 - Added back thread watcher changes by
rtenneti@chromium.org
2011-02-26
3
-43
/
+73
*
Abstracted out setting up of Notifications. Common
rtenneti@chromium.org
2011-02-26
2
-30
/
+42
*
Back out thread watcher changes.
rtenneti@chromium.org
2011-02-25
5
-42
/
+42
*
Disabling Crash Renderers test, it fails always on offical trunk builders
kerz@chromium.org
2011-02-24
1
-1
/
+1
*
Thread Hang detector - enable it for Windows only and ifdef'ed
rtenneti@chromium.org
2011-02-24
1
-3
/
+4
*
Stop thread watching on Mac to fix memory usage
rtenneti@chromium.org
2011-02-24
1
-0
/
+6
*
Fixed the memory leak of callback Task in PostPingMessage.
rtenneti@chromium.org
2011-02-24
1
-12
/
+16
*
Fix OOL issues for linux from the last few days.
erg@google.com
2011-02-23
2
-1
/
+3
*
First cut at a WATCHDOG thread that monitors threads for their
rtenneti@chromium.org
2011-02-23
5
-30
/
+1109
*
Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ...
apatrick@chromium.org
2011-02-22
1
-6
/
+9
*
Get rid of browser_prefs::RegisterAllPrefs()
mnissler@chromium.org
2011-02-21
1
-13
/
+14
*
metrics: hash the path bytes directly for plugin filename
evan@chromium.org
2011-02-07
1
-2
/
+7
*
Fix a possible access to a deleted MetricsLog object.
bryner@chromium.org
2011-02-01
1
-4
/
+6
*
Add support for collecting non-Chrome crash stats in Chrome OS.
petkov@chromium.org
2011-01-21
5
-14
/
+113
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-8
/
+8
*
Remove sleep_timeout_ms and fix all the callers.
tfarina@chromium.org
2011-01-11
1
-2
/
+3
*
Moves everything related to launching and terminating the browser from UITest...
nirnimesh@chromium.org
2011-01-08
1
-1
/
+1
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-2
/
+2
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
2
-9
/
+9
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-2
/
+2
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-5
/
+4
*
Allow calling UserMetrics function from any thread.
jam@chromium.org
2010-12-23
2
-2
/
+13
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
4
-18
/
+33
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
4
-33
/
+18
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
4
-18
/
+33
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
4
-33
/
+18
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
4
-18
/
+33
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-0
/
+5
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-5
/
+0
*
Move GUID utils to src/chrome/common.
sergeyu@chromium.org
2010-12-15
1
-1
/
+1
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-3
/
+5
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-4
/
+6
*
Sanitize PrefStore interface.
mnissler@chromium.org
2010-12-09
1
-5
/
+4
*
Move:
ben@chromium.org
2010-12-02
2
-2
/
+2
*
No-op change to trigger another build.
finnur@chromium.org
2010-11-30
1
-1
/
+1
*
Remove redundant (and problematic) default initializaiton
jar@chromium.org
2010-11-22
1
-1
/
+0
*
Cleanup histogram synchronizer
jar@chromium.org
2010-11-20
2
-171
/
+188
*
Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim.
apatrick@chromium.org
2010-11-17
1
-3
/
+3
[next]