Adresa
:
[go:
nahoru
,
domu
]
Sign in
chromium
/
chromium
/
src
/
bc77c6ee8301b867f139b59c71d59fc8435df550
/
dbus
570f47a
Avoid touching dbus::ObjectManager ref count before it's fully cosntructed
by tzik
· 6 years ago
564474a
dbus: Add TryRegisterFallback
by Sonny Sasaka
· 6 years ago
b460dff
dbus: Add API for array of ints
by Abhishek Bhardwaj
· 6 years ago
ce772fa
Remove references to exe_and_shlib_deps in src
by Tom Anderson
· 6 years ago
34928ece
dbus: Clang format files
by Abhishek Bhardwaj
· 6 years ago
b14d33d
Mock more methods of dbus::Bus in dbus::MockBus.
by Ben Chan
· 6 years ago
629ba73c
[MessageLoop] Fix message_loop.h includes
by Gabriel Charette
· 7 years ago
3ea6cb7
Chrome style plugin: enable virtual specifier checks for Gmock objects in //dbus.
by Daniel Cheng
· 7 years ago
a3f2862
dbus: Don't DCHECK unexpected message type, but ignore it
by Sonny Sasaka
· 7 years ago
5398653
Disable some SignalSenderVerificationTests.
by Lei Zhang
· 7 years ago
f1599cb6
dbus: Make MockObjectManager useful
by Sonny Sasaka
· 7 years ago
bd3098c6
Replace std::unordered_map with std::map for dbus::Property
by Sonny Sasaka
· 7 years ago
aea1848
dbus: Filter signal by the sender we are interested in only.
by Sonny Sasaka
· 7 years ago
341e1fb
Allow base::DoNothing() to handle any argument list.
by Peter Kasting
· 7 years ago
591a997
Remove some use of base::Passed
by Claudio DeSouza
· 7 years ago
383640f
Add missing #includes (IWYU).
by Peter Kasting
· 7 years ago
13e8d06
Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive.
by François Degros
· 7 years ago
3d199b1
Convert base::UInt64ToString to base::NumberToString
by Daniel Cheng
· 7 years ago
5ed06e7
Replace base::DoubleToString with base::NumberToString.
by Brett Wilson
· 7 years ago
3740aae
Run clang-tidy modernize-use-equals-{delete,default} on //dbus
by Chris Watkins
· 7 years ago
7f05f78
Delete callback for CallMethod always on the origin thread.
by Hidehiko Abe
· 7 years ago
14d5003
dbus: replace NULL with nullptr
by Ben Chan
· 7 years ago
c7c9c76
dbus: remove space between right angle brackets in template types
by Ben Chan
· 7 years ago
66bdfd8
Remove base::ThreadRestrictions::AssertIOAllowed.
by Francois Doray
· 7 years ago
fe6246c6
Introduce CallMethodWithErrorResponse().
by Hidehiko Abe
· 7 years ago
6de799f
dbus: replace base::MakeUnique with std::make_unique
by Ben Chan
· 7 years ago
76cee9c
Rewrite base::Value::GetType to base::Value::type on Linux
by jdoerrie
· 7 years ago
c089a029
dbus: Check ObjectPath's validity in objects' ctors
by Ryo Hashimoto
· 7 years ago
9dbc169b
dbus: Always append valid bool values
by Ryo Hashimoto
· 7 years ago
f69d99c
Move instance management to D-Bus thread.
by Hidehiko Abe
· 7 years ago
0fc9c71
dbus: Use more OnceCallbacks in ObjectProxy
by Ryo Hashimoto
· 7 years ago
1156b45
Use more C++11 code in dbus/.
by Hidehiko Abe
· 7 years ago
328810b
Remove base::Value::SetDoubleWithoutPathExpansion
by jdoerrie
· 7 years ago
19cdc03
Remove base::Value::SetIntegerWithoutPathExpansion
by jdoerrie
· 7 years ago
1e4eeb8
Remove base::Value::SetBooleanWithoutPathExpansion
by jdoerrie
· 7 years ago
2a363a8
dbus: Let ObjectProxy::CallMethod() take OnceCallback
by Ryo Hashimoto
· 7 years ago
811f6da4
Use WeakPtr to simplify the DBUS Timeout helper.
by Wez
· 7 years ago
8d38f6b
Remove unnecessary indirection for old gmock.
by Hidehiko Abe
· 7 years ago
1185773
[spelling] existance to existence
by dschuyler
· 7 years ago
cb205a5
Remove raw DictionaryValue::Set
by jdoerrie
· 7 years ago
89aa5721
Remove raw base::DictionaryValue::SetWithoutPathExpansion
by jdoerrie
· 7 years ago
6c197efb
Misc refactoring of SessionManagerClient.
by hidehiko
· 7 years ago
6739a693
Rename TaskRunner::RunsTasksOnCurrentThread() in //dbus, //chromeos, //ppapi
by peary2
· 7 years ago
84fa8b0
Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only)
by thomasanderson
· 7 years ago
144c0c9
Spell success correctly.
by thestig
· 7 years ago
f64a25e
Add missing IWYU message_loop.h includes.
by gab
· 7 years ago
72254d5
dbus: Stop collecting DBus.RejectedSignalCount histogram
by hashimoto
· 8 years ago
ebc379c
Migrate to base::FileDescriptionWatcher in dbus/bus.cc.
by fdoray
· 8 years ago
a5676c6
Reland of Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
df600cd
Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ )
by rouslan
· 8 years ago
ebab0de
Change base::Value::ListStorage to std::vector<base::Value>
by jdoerrie
· 8 years ago
4b7c4808
Remove usage of USE_SYSTEM_PROTOBUF
by thomasanderson
· 8 years ago
122c4da
Remove base::StringValue
by jdoerrie
· 8 years ago
23972357
Remove base::FundamentalValue
by jdoerrie
· 8 years ago
5dd4fb3
Use the location where FileDescriptorWatcher is created to track the libevent handlers
by ssid
· 8 years ago
12d9cda
Migrate desktop Linux to histogram_macros.h include.
by asvitkine
· 8 years ago
dc72ee94
Make base::Value::TYPE a scoped enum.
by jdoerrie
· 8 years ago
db24b9e6
Cleanup remaining class/struct fwd declarations
by jbriance
· 8 years ago
23399e45
bluetooth: Expose missing advertise data
by puthik
· 8 years ago
80df07371
Update dbus_statistics to use C++11 more effectively, remove obsolete stl_util use.
by avi
· 8 years ago
0dd82b1
bluetooth: Expose service data from BlueZ
by puthik
· 8 years ago
0ef935c2
dbus: Mock MockObjectProxy::SetNameOwnerChangedCallback().
by derat
· 8 years ago
dc693af
dbus: Remove dbus::FileDescriptor
by hashimoto
· 8 years ago
2ef7d0ed
dbus: Make ObjectManager get objects after service is ready.
by derat
· 8 years ago
fd6b551
dbus: Rewrite ObjectProxy::CallMethodWithErrorCallback's comment
by hashimoto
· 8 years ago
cd1547c
Remove GYP files from some smaller toplevel dirs.
by brettw
· 8 years ago
6ef45cf
Remove calls to deprecated MessageLoop methods on Windows and Linux.
by fdoray
· 8 years ago
8982257
No dbus::FileDescriptor in DebugDaemonClient
by hashimoto
· 8 years ago
66e73f0
chromeos: Avoid org.neard.Manager D-Bus log spam.
by derat
· 8 years ago
387bf88
dbus: Use stl utilities from the base namespace
by skyostil
· 8 years ago
77fb818
Improve dbus::ObjectProxy::WaitForServiceToBeAvailable docs.
by derat
· 8 years ago
8504bff
Remove unused base::Thread::thread_handle() getter.
by gab
· 8 years ago
e1e050c5
Remove calls to MessageLoop::current() in base.
by fdoray
· 8 years ago
2dbbe5b0
Convert some GN test support targets to static libs.
by brettw
· 8 years ago
af82da3
Use ThreadTaskRunnerHandle::Get() in dbus.
by fdoray
· 8 years ago
98e96a7
Rewrite simple uses of base::ListValue::Append() taking a raw pointer var.
by dcheng
· 8 years ago
4558d7ef
Remove inactive accounts from OWNERS: armansito, keybuk, rpaquay
by scheib
· 8 years ago
1a2fd6cd
Remove base/move.h
by dcheng
· 8 years ago
b2235ba1
Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ )
by tzik
· 8 years ago
bb5161a
Remove base/move.h
by dcheng
· 8 years ago
4f046e85
Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //dbus
by dcheng
· 8 years ago
0faddf48
Migrate WaitableEvent to enum-based constructor in dbus/
by gab
· 8 years ago
a12e5a5
Guard dbus component and config with assert(use_dbus)
by mbjorge
· 8 years ago
cef03546
Change PopDataAsValue to return a std::unique_ptr.
by dcheng
· 8 years ago
cb60e70
Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store.
by dcheng
· 8 years ago
95ba444
Move linux pkg_config() calls into separate BUILD.gn files
by agrieve
· 9 years ago
2a19328
Convert //dbus from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
556abd1
Fix a bunch of IWYU violators that don't include scoped_ptr.h
by Daniel Cheng
· 9 years ago
a377c04
dbus changes: add SetGlobalOutputChannelRemix support
by warx
· 9 years ago
a14517ff
Remove logging::LogAtLevel and rewrite its sole caller.
by jbroman
· 9 years ago
17c5716
dbus: Run dbus_unittests parallelly
by hashimoto
· 9 years ago
067d84f52
dbus: Use randomly generated string as a TestService's service name
by hashimoto
· 9 years ago
e4860045
Global conversion of Pass()→std::move() on OS==linux
by dcheng
· 9 years ago
22437c69
Switch to standard integer types in dbus/.
by avi
· 9 years ago
c4ce3bf
Run dbus_unittests serially.
by thestig
· 9 years ago
5ccf985d
Remove the NoAtExitBaseTestSuite anti-pattern.
by jam
· 9 years ago
e1b0277
Remove old C++03 move emulation code.
by dcheng
· 9 years ago
b270236
Fix documentation for ObjectProxy::ConnectToSignal()
by quiche
· 9 years ago
a5523d0
dbus: add support for synchronous PropertySet::Get
by nywang
· 9 years ago
8dbb26e
libchrome: add support for synchronous PropertySet::Set to dbus
by nywang
· 9 years ago
Next »