Sign in
chromium
/
chromium
/
src.git
/
02df55d639b71a51c5f1baf512cce9ca00737b20
/
content
/
browser
/
browser_main_loop.cc
e68b6f9
Rename *FileIO TaskScheduler worker pools to *Blocking.
by fdoray
· 8 years ago
4e0e67f
Refactor MemoryCoordinatorProxy
by bashi
· 8 years ago
69e8419
Enable startup tracing from command line flags in components/tracing
by ssid
· 8 years ago
882a7c5
Delete SurfaceTexturePeer
by tguilbert
· 8 years ago
552e9de
[ScreenOrientation] Hide ScreenOrientationProvider inside WebContentsImpl.
by leon.han
· 8 years ago
ef762c9
Switch Speech Recognition to asynchronous callback-based AudioManager interactions.
by olka
· 8 years ago
beb5158
Desktop Linux: Store clipboard prior to destroying BrowserMainLoop
by pkotwicz
· 8 years ago
48ce2ae
Move //content/browser/device_sensor/ into device/sensors
by ke.he
· 8 years ago
8185d97
mus: Make --use-mus-in-renderer the default for --mash.
by sadrul
· 8 years ago
14e09ca
Remove the MessageLoop::DestructionObserver from mojo bindings.
by sammc
· 8 years ago
087876b
Removing SpeechRecognitionManager::HasAudioInputDevices() and ShowAudioInputSettings()
by olka
· 8 years ago
27b5996c
Add SchedulerWorker backward-compatibility mode.
by fdoray
· 8 years ago
eefdba8
Remove TaskTraits::with_file_io().
by fdoray
· 8 years ago
e5180e0e
Remove mojo::edk::test::ScopedIPCSupport
by rockot
· 8 years ago
da097d3
Set process phases in the StackSamplingProfiler.
by bcwhite
· 8 years ago
2cad8b66
Tweaks to new BrowserThreadImpl/BrowserMainLoop logic.
by gab
· 8 years ago
b7f74ea4
TaskTraits: Rename WithSyncPrimitives() to WithBaseSyncPrimitives().
by fdoray
· 8 years ago
32fc16c8
Enable connection to Mojo services from Blink
by blundell
· 8 years ago
2626c19
mus: aura::Env should be destroyed last in the mus client.
by sadrul
· 8 years ago
acfcc22
Update TaskTraits in browser_main_loop.cc.
by fdoray
· 8 years ago
cf82397
Remove discardable_memory::DSMM::{Create,Get}Instance()
by penghuang
· 8 years ago
2cee40a
Merge MemoryCoordinator and MemoryCoordinatorImpl into one class
by bashi
· 8 years ago
bbfdf0517
Revert of Enable connection to Mojo services from Blink (patchset #19 id:360001 of https://codereview.chromium.org/2460723003/ )
by jam
· 8 years ago
8e3745a
Enable connection to Mojo services from Blink
by blundell
· 8 years ago
d6843e4
Hosting the discardable memory service in the mus process.
by penghuang
· 8 years ago
7b5334b8
Redirect BrowserThread::FILE at USER_VISIBLE instead of BACKGROUND priority.
by gab
· 8 years ago
3ee0e44
Experiment with redirecting all BrowserThreads (but UI/IO) to TaskScheduler
by gab
· 8 years ago
967340a
Web MIDI: introduce MidiService class
by toyoshim
· 8 years ago
a0bcfe1
ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate
by fsamuel
· 8 years ago
d8cd11c
Cleanup AudioDeviceThread to avoid accidental misuse.
by dalecurtis
· 8 years ago
b354f88
Implement a runtime headless mode for Linux
by skyostil
· 8 years ago
afc6f8a4
Revert of Implement a runtime headless mode for Linux (patchset #20 id:380001 of https://codereview.chromium.org/1991953002/ )
by skyostil
· 8 years ago
eb0f3b0
Implement a runtime headless mode for Linux
by skyostil
· 8 years ago
5ba56be
media: Rename CdmService to CdmRegistry
by xhwang
· 8 years ago
75d671b
content: Move shader cache factory singleton into a separate file.
by sadrul
· 8 years ago
89636c3
Adds ability to specify how aura::Env is created in content
by sky
· 8 years ago
a3533cd7
Revert of gpu: Move ShaderDiskCache into //gpu/ipc/host component. (patchset #5 id:80001 of https://codereview.chromium.org/2555693005/ )
by gab
· 8 years ago
4a4522e
gpu: Move ShaderDiskCache into //gpu/ipc/host component.
by sadrul
· 8 years ago
bee6a64
Move gamepad_service out of content/ and into device/
by ke.he
· 8 years ago
bf5a32e
Move Task Scheduler Initialization From chrome/browser to Content
by robliao
· 8 years ago
a256eec
Fix MediaPlayerRenderer --in-process-gpu crash
by tguilbert
· 8 years ago
65f77fb
Factor out AudioOutputDelegate from AudioRendererHost.
by maxmorin
· 8 years ago
342762b
discardable_memory: Using mojo IPC to replace Chrome IPC
by penghuang
· 9 years ago
3e776235
Remove SurfaceTextureManager
by tguilbert
· 9 years ago
23eeee4
Revert of discardable_memory: Using mojo IPC to replace Chrome IPC (patchset #23 id:490001 of https://codereview.chromium.org/2485623002/ )
by rockot
· 9 years ago
a083f971
discardable_memory: Using mojo IPC to replace Chrome IPC
by penghuang
· 9 years ago
d1e683e
Disable ui::Clipboard on the FILE thread.
by fdoray
· 9 years ago
fe53c2c6
Reland of Android: support multiple displays on C++ side
by timav
· 9 years ago
50a3834
Disallow posting tasks to SequencedWorkerPools by default.
by fdoray
· 9 years ago
4b46108
Convert enable_plugins to a buildflag header.
by brettw
· 9 years ago
47c895a
Revert of Disallow posting tasks to SequencedWorkerPools by default. (patchset #25 id:480001 of https://codereview.chromium.org/2445763002/ )
by fsamuel
· 9 years ago
8fd2221
Disallow posting tasks to SequencedWorkerPools by default.
by fdoray
· 9 years ago
ece0408
Revert of Android: support multiple displays on C++ side (patchset #32 id:690001 of https://codereview.chromium.org/2416403002/ )
by timav
· 9 years ago
8f211d4
Revert of Disallow posting tasks to SequencedWorkerPools by default. (patchset #24 id:460001 of https://codereview.chromium.org/2445763002/ )
by estade
· 9 years ago
4606ada
Disallow posting tasks to SequencedWorkerPools by default.
by fdoray
· 9 years ago
3da850c
Android: support multiple displays on C++ side
by timav
· 9 years ago
051a903
Add StateOn{Moderate,Critical}NotificationReceived metrics
by bashi
· 9 years ago
aeb8129
Remove BrowserThread::UnsafeGetMessageLoopForThread()
by gab
· 9 years ago
0bb0ba8
gpu shader cache: Clarify lifetime/ownership/threadiness of objects.
by sadrul
· 9 years ago
d81c1a6
Move discardable memory to //components from //content
by penghuang
· 9 years ago
41c89184
Add MemoryCoordinatorProxy::SetCurrentMemoryStateForTesting
by hajimehoshi
· 9 years ago
3524bd7
Introduce MemoryCoordinatorProxy in base
by hajimehoshi
· 9 years ago
529cb14c
Add MemoryCoordinatorImpl
by bashi
· 9 years ago
3860a85
Replace remaining shell references with service manager
by rockot
· 9 years ago
58dd2fa
Disable MemoryPressureListener when memory coordinator is enabled
by bashi
· 9 years ago
400ea35b
Rename shell namespace to service_manager
by rockot
· 9 years ago
734fb66
Move services/shell to services/service_manager
by rockot
· 9 years ago
59e31971
//media/midi: use top level namespace midi rather than media.midi
by toyoshim
· 9 years ago
c5fcdd0
Move ENABLE_PEPPER_CDMS to a buildflag header.
by brettw
· 9 years ago
2d7d8a5e
Revert of Move ENABLE_PEPPER_CDMS to a buildflag header. (patchset #5 id:80001 of https://codereview.chromium.org/2411433002/ )
by alph
· 9 years ago
38647c2
Enable win32k lockdown for PPAPI processes.
by wfh
· 9 years ago
e23a62a
Move ENABLE_PEPPER_CDMS to a buildflag header.
by brettw
· 9 years ago
a6fd373b
Raise FD limit on Mac for simple cache backend performance.
by gavinp
· 9 years ago
d32292b
Rename a bunch of Mojo Application stuff to reference Services.
by ben
· 9 years ago
ff46163
Rename MojoShellContext -> ServiceManagerContext.
by ben
· 9 years ago
1964e86
Add a --no-zygote command line flag
by skyostil
· 9 years ago
eb3de88
Revert of Check that all shared workers are terminated. (patchset #2 id:170001 of https://c… (patchset #1 id:1 of https://codereview.chromium.org/2364113003/ )
by falken
· 9 years ago
62ba78ff
X11: Use a better visual for OpenGL
by thomasanderson
· 9 years ago
c6c6dca9
[TimeZoneMonitor] Decouple //content/browser/time_zone_monitor* to //device/.
by leon.han
· 9 years ago
7142fe6
Reland of Check that all shared workers are terminated. (patchset #2 id:170001 of https://c… (patchset #1 id:1 of https://codereview.chromium.org/2338113002/ )
by falken
· 9 years ago
f08485bf
Add ScopedSurfaceRequestManager
by tguilbert
· 9 years ago
4f7f438
[TimeZoneMonitor] Clean //content/browser/time_zone_monitor* dependency on other codes in //content
by leon.han
· 9 years ago
2639679
Revert "Reland of Check that all shared workers are terminated. (patchset #2 id:170001 of https://codereview.chromium.org/2254963002/ )"
by falken
· 9 years ago
8ecea2e7
blimp: Set up the CompositorDependencies for blimp in Chrome.
by khushalsagar
· 9 years ago
641bb02
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 9 years ago
53e4ec78
Revert of Revert "Revert of content: Fix Context creation logic in ContextProviderFactoryImpl. (patchset #10 … (patchset #2 id:20001 of https://codereview.chromium.org/2297273004/ )
by khushalsagar
· 9 years ago
f279cb2
Revert "Revert of content: Fix Context creation logic in ContextProviderFactoryImpl. (patchset #10 id:180001 of https://codereview.chromium.org/2250473005/ )"
by khushalsagar
· 9 years ago
258820db
Revert of content: Fix Context creation logic in ContextProviderFactoryImpl. (patchset #10 id:180001 of https://codereview.chromium.org/2250473005/ )
by mvanouwerkerk
· 9 years ago
becb5a6
content: Fix Context creation logic in ContextProviderFactoryImpl.
by khushalsagar
· 9 years ago
953291a
Make HistoryBackend a client of memory coordinator
by bashi
· 9 years ago
3033081
Change includes of histogram.h to histogram_macros.h.
by asvitkine
· 9 years ago
d1109b1
Reland of Check that all shared workers are terminated. (patchset #2 id:170001 of https://codereview.chromium.org/2254963002/ )
by horo
· 9 years ago
c82dd5be
Remove the BeginSaveFile and BeginDownload methods from ResourceDispatcherHostImpl
by ananta
· 9 years ago
463ac7e
Revert of Check that all shared workers are terminated. (patchset #1 id:1 of https://codereview.chromium.org/2222063002/ )
by manzagop
· 9 years ago
a78e33d
gpu: Use GpuMemoryBufferManager from GpuService when possible.
by sadrul
· 9 years ago
73296c57
Create the SaveFileManager instance in browser_main_loop
by ananta
· 9 years ago
cd6ea329
Add RAIL tracing category to Chrome tracing.
by alexandermont
· 9 years ago
84e4f0e
On Linux rework driver_version/vendor extraction from gl version
by j.isorce
· 9 years ago
c41614771
Move device monitors out of //media/capture into //media/device_monitors
by mcasas
· 9 years ago
529173d
Check that all shared workers are terminated.
by alokp
· 9 years ago
Next »