Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
2d4c331bcc0aab17c7a5995b9af81d6998a85aa4
2d4c331
Store log messages in global activity tracker.
by bcwhite
· 8 years ago
c8199ff
CheckedNumeric cleanups
by jschuh
· 8 years ago
ab9b353
Add heap allocator usage to task profiler.
by siggi
· 8 years ago
4dcb41d
Get rid of ugly decltype in IntToString
by jschuh
· 8 years ago
76e3710
TaskScheduler: Initialize TaskTraits with the priority of the current thread.
by fdoray
· 8 years ago
97b2e64
TaskScheduler: Set the IO allowed bit in TaskTracker::RunTask().
by fdoray
· 8 years ago
9b69714
Add thread checker to base::RunLoop.
by ahest
· 8 years ago
b81f7b7
Clean up error message in schema-based policy validation
by emaxx
· 8 years ago
87ffb4b
Fix silent truncations when extracting values from CheckedNumeric
by jschuh
· 8 years ago
a35929a
As YAPS server does not handle affiliation_ids correctly yet, we need to have a flag that would allow us to avoid that check during development.
by antrim
· 8 years ago
5cfab97
TaskScheduler: Add internal::GetTaskPriorityForCurrentThread().
by fdoray
· 8 years ago
1c7cab0
[tracing] Whitelist sync MDP.
by dskiba
· 8 years ago
f5c6169
Make test filters play nice
by katthomas
· 8 years ago
352c134
Added function to provide the short board name of the device
by igorcov
· 8 years ago
17bc964
android: Realign stack pointer on JNI entry.
by torne
· 8 years ago
30f6427
Store field trial parameters in shared memory
by lawrencewu
· 8 years ago
644d4f4
Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes
by rlanday
· 8 years ago
1af92ae
Convert profile import IPCs to Mojo
by tibell
· 8 years ago
b5d98a3
Update base::scoped_refptr<> docs
by tnagel
· 8 years ago
f87bd88
Fix TODO Typo
by robliao
· 8 years ago
f6be8ad
Remove MessageLoop destruction observer from mojo::Watcher.
by yzshen
· 8 years ago
2e935ae
TaskScheduler: Add base::PostTask(WithTraits)AndReplyWithResult().
by fdoray
· 8 years ago
f220376
Move OS_WIN specific logic in MessagePumpDefault::Run into waitable_event_win.cc
by stanisc
· 8 years ago
45355cd
Mojo C++ bindings: fix [D]CHECKs in MultiplexRouter and SyncHandleRegistry.
by yzshen
· 8 years ago
623d42c
Mojo C++ bindings: remove the single-threaded Router.
by yzshen
· 8 years ago
f5b01dd
Mandate unique_ptr for base::IDMap in IDMapOwnPointer mode.
by rlanday
· 8 years ago
65df53e
Move PostTaskAndReplyWithResult() adapters to a separate header.
by fdoray
· 8 years ago
e846365
Share field trial allocator on zygote-using Linuxes
by lawrencewu
· 8 years ago
4ef4818
base: Print sub-second resolution timestamps
by djkurtz
· 8 years ago
12d1fd6
Stop accepting a null reply in base::PostTaskAndReplyWithResult().
by fdoray
· 8 years ago
ebd255e
android: JavaRef type behaviour improvements.
by torne
· 8 years ago
cc20ec5
Add back missing ALWAYS_INLINE to saturated math
by enne
· 8 years ago
01c8572
Fix use of base/numerics in IntToString
by jschuh
· 8 years ago
59264c1
Remove destruction observer from base::FilePathWatcherKQueue.
by fdoray
· 8 years ago
eeb20dc
Move IMMEDIATE_CRASH and OOM_CRASH from wtf to base.
by Chris Palmer
· 8 years ago
da9db99
Fix more integer underflow cases in base::Time::FromExploded.
by davidben
· 8 years ago
0066625
Struct traits for gfx::Range and gfx::RangeF.
by moshayedi
· 8 years ago
26866e2
TaskScheduler: Add TaskTraits::WithWait().
by fdoray
· 8 years ago
4e08bca
Provide a Mojo equivalent of ThreadSafeSender.
by jcivelli
· 8 years ago
ba05520
Devirtualize DictionaryValue::Remove and DictionaryValue::RemovePath
by dcheng
· 8 years ago
01e0bc1
mojo/gpu: Remove dead gpu code.
by sadrul
· 8 years ago
1771f72
Loosen restrictions on CheckedNumeric bitwise operators
by jschuh
· 8 years ago
4e736ce
Allow custom comparators for the MRUCache
by rsleevi
· 8 years ago
f13187f
Add support for turning pointers back to references.
by bcwhite
· 8 years ago
cc46461
WTF/std normalization: replace WTF::Vector::first() with ::front()
by pilgrim
· 8 years ago
e953be6
Add a mojo struct corresponding and typemapped to base::File.
by sammc
· 8 years ago
1cbbc2f
Remove FileUtilProxy:DeleteFile().
by fdoray
· 8 years ago
ccd5b95
Modernize TimerTests prior to https://codereview.chromium.org/2491613004
by gab
· 8 years ago
f4c2e23
[tracing] Use EstimateMemoryUsage() in deduplicators.
by dskiba
· 8 years ago
b219208
logging: Provide a specific MakeCheckOpValueString overload for functions
by raphael.kubo.da.costa
· 8 years ago
c787a55
Remove debug code for field trial crashes
by lawrencewu
· 8 years ago
4566580
[Mac] Report statistics more regularly in Mac memory pressure monitor
by lgrey
· 8 years ago
856e8a2
Remove unnecessary gendered language in //mojo.
by sammc
· 8 years ago
a02560a
Add CheckedNumeric::AssignIfValid() method
by jschuh
· 8 years ago
08abba4
Bump field trial allocator size to 128 KiB
by lawrencewu
· 8 years ago
9409ce3
Support overriding the CheckedNumeric value extraction functions
by jschuh
· 8 years ago
81ec19c
Use CreateAndSetDefaultTaskScheduler() in ScopedTaskScheduler.
by fdoray
· 8 years ago
d8c90b2
Account only main WinHeap in MemoryDumpProvider on Windows.
by kraynov
· 8 years ago
13c558c
Fix histogram pid value
by rbyers
· 8 years ago
e6e6195
Support external task cancellation mechanisms in base::Callback::IsCancelled
by tzik
· 8 years ago
55256af
Add bitwise operators for unsigned CheckedNumeric types
by jschuh
· 8 years ago
9d3cb53
Add variadic helper functions for CheckedNumeric math operations
by jschuh
· 8 years ago
184a8f2
components: Cleanup class/struct fwd declarations
by jbriance
· 8 years ago
2ef2afe
Move WTF::SpinLock to base::SpinLock.
by palmer
· 8 years ago
5681d1d
Add process lifetime annotations to stack samples.
by bcwhite
· 8 years ago
fdca05f
Enable shared memory for field trials
by lawrencewu
· 8 years ago
41d2732
Stop checking that FilePathWatcher is used from a MessageLoopForIO.
by fdoray
· 8 years ago
0e49a2a
Remove unused include.
by thakis
· 8 years ago
2e717d1
Fix Thread::SetMessageLoop(nullptr).
by gab
· 8 years ago
1458336
Remove IPC::BrokerableAttachment.
by sammc
· 8 years ago
a65b327
Remove ipc/unix_domain_socket_util.*
by sammc
· 8 years ago
a92fad1
Mojo EDK: Correctly handle EMSGSIZE on Mac.
by sammc
· 8 years ago
14a7bb5
Remove remaining base dependencies from base/numerics
by jschuh
· 8 years ago
0675d18
Fix adding duplicate trials to allocator (finally)
by lawrencewu
· 8 years ago
0d5d7d6
Android: Terminate old application objects
by wnwen
· 8 years ago
36d776f
Use TIMER_SLACK_MAXIMUM on the TaskScheduler service thread.
by fdoray
· 8 years ago
064b27d
Reland of Enforce 32/64 bit compatibility for persistent objects. (patchset #1 id:1 of https://codereview.chromium.org/2521513005/ )
by piman
· 8 years ago
0aa51a1
Fix getting initially active trials with shared memory.
by asvitkine
· 8 years ago
89f4bc9
Port messages sent by WebIDBCursorImpl to Mojo.
by reillyg
· 8 years ago
32dbbe4
Revert of Enforce 32/64 bit compatibility for persistent objects. (patchset #7 id:260001 of https://codereview.chromium.org/2490303002/ )
by piman
· 8 years ago
03b6a1c
Add debug info for field trial allocation crash
by lawrencewu
· 8 years ago
3d19992
Enforce 32/64 bit compatibility for persistent objects.
by bcwhite
· 8 years ago
83887ee
Improve compile error when invoking OnceCallback::Run on a non-rvalue.
by dcheng
· 8 years ago
cb6d9ef
Mojo EDK: Clean shutdown for ScopedIPCSupport in tests
by rockot
· 8 years ago
0fe517e
Add struct_traits and typemap for blink::WebGamepad
by ke.he
· 8 years ago
b5c13da
Convert simple CheckedNumeric functions to constexpr
by jschuh
· 8 years ago
c8b4bcf
Move const PortName data out of header file
by brucedawson
· 8 years ago
a17b470
Create base::test::ScopedTaskScheduler.
by fdoray
· 8 years ago
08fb0b8
Move the remaining CheckedNumeric logic out of the macro
by jschuh
· 8 years ago
44755fb
Add a URLRequest FTP fuzzer.
by mmenke
· 8 years ago
0e6c6af
Disallow posting tasks to SequencedWorkerPools by default.
by fdoray
· 8 years ago
ba2af10
[Sync] Implement MemoryDumpProvider.
by dskiba
· 8 years ago
fb864bf
Revert of Add check_build_deps step to gclient runhooks (patchset #2 id:20001 of https://codereview.chromium.org/2505413003/ )
by anthonyvd
· 8 years ago
1c02d05
Add check_build_deps step to gclient runhooks
by thomasanderson
· 8 years ago
a286584
tracing: fix races in CategoryRegistry
by primiano
· 8 years ago
9338f63
Mojo C++ bindings: switch services/ui/public/interfaces mojom target to use STL types.
by yzshen
· 8 years ago
fe91194
Turn off shared memory flag again
by lawrencewu
· 8 years ago
53d5002
[CustomTabs] Report the navigation start as absolute time
by droger
· 8 years ago
5bb8279
Remove WorkerPoolImp's destructor
by raphael.kubo.da.costa
· 8 years ago
446a7ae
Move SaturatedArithmetic from Blink to base
by enne
· 8 years ago
Next »