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
/
base
/
observer_list_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Remove most uses of MessageLoopProxy
skyostil
2015-04-30
1
-4
/
+6
*
Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...
stevenjb
2015-04-29
1
-6
/
+4
*
base: Remove use of MessageLoopProxy
skyostil
2015-04-29
1
-4
/
+6
*
Clean up ObserverList Pointers to use nullptr instad of NULL or 0
robliao
2015-04-23
1
-1
/
+1
*
Update {virtual,override} to follow C++11 style in base.
nick
2015-04-22
1
-1
/
+1
*
Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.
reillyg
2015-02-09
1
-13
/
+13
*
ObserverList::HasObserver now takes a const pointer.
mgiuca
2014-11-10
1
-0
/
+3
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
1
-23
/
+14
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
1
-9
/
+9
*
Improve spelling of "notification".
tnagel@chromium.org
2014-05-08
1
-2
/
+2
*
Revert 268203 "There are many ways to get it wrong."
benjhayden@chromium.org
2014-05-05
1
-2
/
+2
*
There are many ways to get it wrong.
tnagel@chromium.org
2014-05-05
1
-2
/
+2
*
Use a direct include of the message_loop header in base/.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-05-31
1
-1
/
+1
*
base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-04-25
1
-1
/
+1
*
base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...
tfarina@chromium.org
2013-02-06
1
-14
/
+14
*
Revert 180547 (didn't help)
thakis@chromium.org
2013-02-04
1
-1
/
+1
*
Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest
thakis@chromium.org
2013-02-04
1
-1
/
+1
*
base: Update the calls from QuitClosure() to QuitWhenIdleClosure().
tfarina@chromium.org
2013-02-04
1
-1
/
+1
*
base: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-10-30
1
-11
/
+11
*
base: Reverse the parameters passed to EXPECT_EQ in ObserverList test.
tfarina@chromium.org
2012-08-23
1
-13
/
+13
*
base: Fix minor warnings reported by cppcheck.
tfarina@chromium.org
2012-08-06
1
-1
/
+2
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
1
-15
/
+24
*
Working around a bug in VS2010 Express compiler causing two objects to be ali...
alexeypa@chromium.org
2012-04-05
1
-1
/
+4
*
Remove MessageLoop::QuitTask() from base.
dcheng@chromium.org
2011-12-09
1
-1
/
+1
*
Make ObserverListThreadSafe key its observers by PlatformThreadId instead of ...
rsesek@chromium.org
2011-11-23
1
-0
/
+51
*
base::Bind: Cleanup in base/observer_list*.
jhawkins@chromium.org
2011-10-12
1
-8
/
+10
*
Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...
adamk@chromium.org
2011-08-09
1
-6
/
+41
*
Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifi...
adamk@chromium.org
2011-08-09
1
-41
/
+6
*
Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...
adamk@chromium.org
2011-08-09
1
-6
/
+41
*
Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error...
akalin@chromium.org
2011-06-09
1
-0
/
+23
*
Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverL...
thakis@chromium.org
2011-06-08
1
-23
/
+0
*
Fix user-after-free error with ObserverList. The problem is that if an Obser...
jam@chromium.org
2011-06-07
1
-0
/
+23
*
Fix bug in ObserverListThreadsafe::RemoveObserver
akalin@chromium.org
2011-06-05
1
-1
/
+34
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-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
/
+3
*
Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...
pkasting@chromium.org
2010-10-19
1
-2
/
+2
*
** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...
tim@chromium.org
2010-10-18
1
-2
/
+2
*
Convert LOG(INFO) to VLOG(1) - base/.
pkasting@chromium.org
2010-10-18
1
-2
/
+2
*
Fix removal of multiple observers in ObserverListThreadSafe.
willchan@chromium.org
2010-09-17
1
-1
/
+44
*
Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-25
1
-2
/
+47
*
Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
1
-47
/
+2
*
Switch NetworkChangeNotifier implementations to use ObserverList.
willchan@chromium.org
2010-02-24
1
-2
/
+47
*
Fix up some style guide violations wrt aligning function arguments.
willchan@chromium.org
2010-02-12
1
-2
/
+2
*
Style cleanup in preparation for auto-linting base/.
erg@google.com
2010-01-26
1
-1
/
+1
*
Improve the run time of base_unittests by about 20s by reducing timeouts in
phajdan.jr@chromium.org
2009-11-05
1
-1
/
+1
*
NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...
maruel@chromium.org
2009-03-03
1
-2
/
+3
*
Fix some leaks in observer_list_unittest
erikkay@google.com
2009-01-05
1
-1
/
+2
*
Adds the ability for ObserverList to not notify observers added during
sky@google.com
2008-10-31
1
-0
/
+40
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
[next]