Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
4329aa77def905894dcfc064233e55f54ec4a407
/
base
/
message_loop.cc
e888849
ifdef OS_NAME -> if defined(OS_NAME) ifndef OS_NAME -> if !defined(OS_NAME)
by dbeam@chromium.org
· 12 years ago
41712b0
MessageLoop's RUN method will pass a const ref to PendingTask when
by rtenneti@chromium.org
· 13 years ago
64f0250
Relanding "Add apk for running content_browsertests"
by nileshagrawal@chromium.org
· 13 years ago
e8012e1
Revert 179189
by nileshagrawal@chromium.org
· 13 years ago
c3f5291
Add apk for running content_browsertests
by nileshagrawal@chromium.org
· 13 years ago
e21b2aa
Provide an iOS message pump for IO implementation.
by blundell@chromium.org
· 13 years ago
7c950a8
Histogram type support in HistogramBase and remove SetRangeDescription function
by kaiwang@chromium.org
· 13 years ago
5685aad
Remove base/metrics/* code from NaCl IPC proxy build.
by bbudge@chromium.org
· 13 years ago
7cc8033
Trace PostTasks from post to run.
by jbates@chromium.org
· 13 years ago
03c65ac
[Chromoting] Launch the host process elevated via ShellExecuteEx().
by alexeypa@chromium.org
· 13 years ago
ac93be3
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
by smckay@chromium.org
· 13 years ago
bf667ea
A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
by hbono@chromium.org
· 13 years ago
5103391
Convert ProtocolHandlerRegistry to be a ProfileKeyedService.
by smckay@chromium.org
· 13 years ago
3c57dc6
Move StatisticsRecorder out of histogram.cc/h for further refactoring.
by kaiwang@chromium.org
· 13 years ago
dcc4902
Adds MessageLoopUIApplication for use on iOS.
by rohitrao@chromium.org
· 13 years ago
5d5b281
Add base::RunLoop and update ui_test_utils to use it to reduce flakiness
by jbates@chromium.org
· 13 years ago
c9fdf90
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of TimeDelta.
by tedvessenes@gmail.com
· 13 years ago
1900498
Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.
by asanka@chromium.org
· 13 years ago
99ed6d7
Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.
by tedvessenes@gmail.com
· 13 years ago
b798bb4
PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.cc
by dmichael@chromium.org
· 13 years ago
5ba842b
Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc
by rch@chromium.org
· 13 years ago
e8ba0fd
PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc
by dmichael@chromium.org
· 13 years ago
675d888
Add base::ThreadTaskRunnerHandler class.
by sergeyu@chromium.org
· 13 years ago
59a0855
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
by oshima@chromium.org
· 13 years ago
90b2dfb
base: Remove should_leak_tasks_ from MessageLoop
by satorux@chromium.org
· 13 years ago
5a97c21
Allow task tracing in official chrome.
by jbates@chromium.org
· 13 years ago
e194f3d
base::Bind: Remove Task.
by jhawkins@chromium.org
· 14 years ago
2116fc9
Convert various ReleaseSoon methods to use base::Bind()
by dcheng@chromium.org
· 14 years ago
3690474
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
by dcheng@chromium.org
· 14 years ago
658a87f
Add function support for Sleep with TimeDelta input.
by tedvessenes@gmail.com
· 14 years ago
7bf887b
Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
by dcheng@chromium.org
· 14 years ago
47685c1
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
by dcheng@chromium.org
· 14 years ago
bfd272d
Refactor MessagePumpX to dispatch events inside of the source Dispatch function.
by piman@chromium.org
· 14 years ago
b5c974b
Detect child tasks born during a profiled tasks
by jar@chromium.org
· 14 years ago
6e97967
Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source Dispatch function."
by oshima@chromium.org
· 14 years ago
71bf06b
Refactor MessagePumpX to dispatch events inside of the source Dispatch function.
by piman@chromium.org
· 14 years ago
6716159d
Remove obsolete usage of TOUCH_UI.
by saintlou@chromium.org
· 14 years ago
2af12f2
base: Refactor PendingTask out of MessageLoop.
by jhawkins@chromium.org
· 14 years ago
b24883c
Allow linker initialization of lazy instance
by joth@chromium.org
· 14 years ago
b536eef
Adjust interfaces to indicate when tracking is in progress
by jar@chromium.org
· 14 years ago
fe2201e
Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0.
by willchan@chromium.org
· 14 years ago
4be2cb0
Enable tracking of objects by default
by jar@chromium.org
· 14 years ago
c8b867c
Revert 107895 - Fully enable about:tracking by default
by joth@chromium.org
· 14 years ago
173e386
Fully enable about:tracking by default
by jar@chromium.org
· 14 years ago
b8bb852
Revert 107793 - Fully enable about:tracking by default
by jar@chromium.org
· 14 years ago
1fd7194
Fully enable about:tracking by default
by jar@chromium.org
· 14 years ago
5faed3c
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by brettw@chromium.org
· 14 years ago
8167d20
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by brettw@chromium.org
· 14 years ago
951e6ff
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by brettw@chromium.org
· 14 years ago
666ef9c
Support JSON encoding of data for about:tracking information
by jar@chromium.org
· 14 years ago
08ff65e
rename Run in MessageLoopForUI to RunWithDispatcher
by oshima@google.com
· 14 years ago
c89ed90
Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call time, not the current MessageLoop at the Closure's creation time. This brings the behaviour of QuitClosure in line with QuitTask.
by kalman@chromium.org
· 14 years ago
573d418
base::Bind: Cleanup in automation.
by jhawkins@chromium.org
· 14 years ago
79a58c3
Update task tracking to not depend on message_loop_ singleton
by jar@chromium.org
· 14 years ago
c7bc27c
Add RunAllPendingWithDispatcher
by oshima@google.com
· 14 years ago
b84db52
Add trace code to track all posted tasks in message_loop and WorkerThreads (non-official builds only).
by jbates@chromium.org
· 14 years ago
847a572
Reland 102005 and 102009: aura: Explicitly disable GTK.
by sadrul@chromium.org
· 14 years ago
edefce0
Revert 102005 - aura: Explicitly disable GTK.
by sky@chromium.org
· 14 years ago
393e10c
aura: Explicitly disable GTK.
by sadrul@chromium.org
· 14 years ago
3d894b4
aura: A few changes to have aura_demo compile and run on linux.
by sadrul@chromium.org
· 14 years ago
5fcf787
Remove Purify and Quantify.Doing so will reduce substantially the size of the project files.
by jeanluc@chromium.org
· 14 years ago
ba04861
Add MessageLoopProxy::current
by nduca@chromium.org
· 14 years ago
63a7b5d
Adding Wayland message loop and gyp build deps
by dnicoara@chromium.org
· 14 years ago
686190b
Android's paths and message loop implementation with JNI
by michaelbai@google.com
· 14 years ago
12fa092
Support Closure in ALL the loops!
by ajwong@chromium.org
· 14 years ago
1516898
re-landing r93629
by oshima@google.com
· 14 years ago
00dd4b7
Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg%29%28shared%29/builds/4098/steps/compile/logs/stdio#error1
by leandrogracia@chromium.org
· 14 years ago
826aff5
Consolidate access to X Display
by oshima@google.com
· 14 years ago
4cf795b
Do a LBYL when getting an X display from GTK.
by backer@chromium.org
· 14 years ago
0b3eb88
Misc fixes to tracked objects
by joth@chromium.org
· 14 years ago
f7f3b26
Refactor the glib message-pump, and use it as the base for a gtk message pump and an X message pump.
by sadrul@chromium.org
· 14 years ago
efd4aaf
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
by thestig@chromium.org
· 14 years ago
8716404
Tag all tracked objects, including Tasks, with the program counter at the site of FROM_HERE.
by apatrick@chromium.org
· 14 years ago
bee85b3
Reland old fix that was reverted incorrectly.
by mbelshe@chromium.org
· 14 years ago
47db370
Added CHECK for tasks passed to PostTask being null.
by apatrick@chromium.org
· 14 years ago
94d2a58
Add support for base::Closure in the MessageLoop, and reimplement the whole sucker on top of base::Closure. After this, all Task objects that are posted will be wrapped in a closure prior to dispatch.
by ajwong@chromium.org
· 14 years ago
3457114
Use lock-free lazy initialization for static histogram references
by jar@chromium.org
· 14 years ago
c542fec
When we process the tickler message in our windows message pump, we should not dispatch
by ananta@chromium.org
· 14 years ago
c2064f1
Fix style mistakes in r75477.
by ajwong@chromium.org
· 14 years ago
440e076
Run event executor on the ui thread to remove the need to explicitly XFlush() the XTest calls.
by ajwong@chromium.org
· 14 years ago
3a39767
Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads.
by willchan@chromium.org
· 15 years ago
abe477a
Remove obsolete base/lock.h and fix up callers to use the new header file and
by brettw@chromium.org
· 15 years ago
67a2543
Make the order of methods in the cc files match the headers in base/.
by erg@google.com
· 15 years ago
490200b
MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrind.h & RUNNING_ON_VALGRIND
by timurrrr@chromium.org
· 15 years ago
6396558
Move thread local stuff from base to base/threading and consistently use the
by brettw@chromium.org
· 15 years ago
42f95b5
Properly lock access to static variables.
by mad@chromium.org
· 15 years ago
3495d4a
touchui: build fix for the buildbot.
by sadrul@chromium.org
· 15 years ago
cff2c64
touchui: turn on the new message pump.
by sadrul@chromium.org
· 15 years ago
1f1c217
Help make Base compile under NaCl
by abarth@chromium.org
· 15 years ago
03b44d5
Moved the calls to the MessageLoop destruction observers to after the pending tasks are deleted.
by sanjeevr@chromium.org
· 15 years ago
226880a
Convert some DCHECKs to DCHECK_EQ.
by thestig@chromium.org
· 15 years ago
9b0fb06
Switch to using TimeTicks rather than Time in message loops
by jar@chromium.org
· 15 years ago
94f7383
Try to improve message_loop efficiency when backlogged
by jar@chromium.org
· 15 years ago
e6bb34b
Do not use the new message pump for TOUCH_UI yet.
by bryeung@google.com
· 15 years ago
ddb849c
Revert 62695 - Revert 62644 - During shutdown delete any pending tasks if running under Heapchecker.
by thestig@chromium.org
· 15 years ago
eb5f68f
Added task to Observer methods
by davemoore@chromium.org
· 15 years ago
3080f44
Add a message pump for touchui=1
by rjkroege@google.com
· 15 years ago
7d9ec95
Revert 63397 - Add a message pump for touchui=1
by rjkroege@google.com
· 15 years ago
1b42340
Add a message pump for touchui=1
by rjkroege@google.com
· 15 years ago
4035507
Revert 63332 - Test of performance value of reducing calls to Now().
by jar@chromium.org
· 15 years ago
Next »