Sign in
chromium
/
chromium
/
src
/
b346038701a73dbc4c1758fe9baf7b23614fbe60
/
chrome
/
browser
/
background
a845ec3
Remove deprecated extension ready notification from background content service.
by limasdf
· 9 years ago
7743612
Setup DataUseWebContentsObservers for background contents.
by kundaji
· 9 years ago
d9d3ea1
Reduce FOR_EACH_OBSERVER macro usage in chrome/browser
by ericwilligers
· 9 years ago
8255475
Remove stl_util's STLDeleteContainerPairSecondPointers from all of Chromium.
by avi
· 9 years ago
1c232911
Update component extension reload backoff logic.
by apacible
· 9 years ago
aa06031
Migrate chrome/browser files to histogram_macros.h includes.
by asvitkine
· 9 years ago
3b04f32
Convert WindowOpenDisposition to an enum class.
by nick
· 9 years ago
fb3b9fa
Use exponential backoff for component extension reloads.
by apacible
· 9 years ago
4a9b0ef
Change most chrome/ grit includes to use qualified paths.
by thestig
· 9 years ago
49740b5
chrome/browser/background: Change auto to not deduce raw pointers.
by vmpstr
· 9 years ago
ccb4f1e
[bgmode] Add UMA for the uptime before Optimizer-induced restart
by dgn
· 9 years ago
32fa6b3f9
chrome: Use stl utilities from the base namespace
by skyostil
· 9 years ago
af6e861
[Push] Add UMA for background state when receiving push messages
by dgn
· 9 years ago
24d693f
Now that the old task_manager backend is gone, move task_management into its place.
by avi
· 9 years ago
3eaf67e
Add BackgroundModeOptimizer that can restart the browser
by dgn
· 9 years ago
0670b56
[Extensions] Pull ExtensionId into its own file
by rdevlin.cronin
· 9 years ago
23c8fb7e
Moved a bunch of win-specific files to the new win folder in chrome/browser
by pmonette
· 9 years ago
5283579
Use DCHECKs when observing only a single notification.
by thestig
· 9 years ago
fd4c7ba
Remove MessageLoop::current()->RunUntilIdle() in chrome.
by fdoray
· 9 years ago
d9ea6386
Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //chrome
by dcheng
· 9 years ago
283082bd
Remove use of deprecated MessageLoop methods in chrome/.
by fdoray
· 9 years ago
49f1ca9
Avoid notifying about crashed extension during shutdown
by dgn
· 9 years ago
b15e1907
Fix include path for moved thread_task_runner_handle.h header in chrome/
by gab
· 9 years ago
b4709131
Disable BackgroundApplicationListModelTest.ExplicitTest everywhere.
by glider
· 9 years ago
4af4858
Convert //chrome/browser from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
bccd6b8
Consistently refcount SiteInstance in the public content API.
by dcheng
· 9 years ago
ca3f538
Remove c/b/ui/host_desktop.h/cc
by scottmg
· 9 years ago
fe075c8
Replace BrowserProces::AddRefModule/RemoveModule by ScopedKeepAlive
by dgn
· 9 years ago
74deaca
Remove HostDesktopType from AppLaunchParams
by scottmg
· 9 years ago
0237778
Replace Increment/DecrementKeepAliveCount by ScopedKeepAlives
by dgn
· 9 years ago
3563ecaf
Add KeepAliveStateObserver, that allows clients to get
by dgn
· 9 years ago
3d351ad1
Add ScopedKeepAlive to c/b/lifetime
by dgn
· 9 years ago
b8e85606
Refactor ProfileInfoCache for c/b/background and c/b/extensions
by lwchkg
· 10 years ago
85194900
Remove HostDesktopType from Browser::CreateParams
by scottmg
· 10 years ago
5c03fe02
Remove HostDesktopType from FindLastActive[WithProfile]
by scottmg
· 10 years ago
b1fc1b8
Update chrome for new prefs location.
by brettw
· 10 years ago
96f329c
Implements migration support for Cast extension users when the Media Router is enabled.
by mfoltz
· 10 years ago
e73d8520c
Convert Pass()→std::move() in //chrome
by dcheng
· 10 years ago
e4d7b6f
Switch to standard integer types in chrome/browser/, part 1 of 4.
by avi
· 10 years ago
1dd4acd
Remove all the ephemeral apps code.
by benwells
· 10 years ago
8367e72
Fixed Windows system tray icon.
by mgiuca
· 10 years ago
a17c5d4
Remove logic for unused foreground auto-launch mode on Windows.
by gab
· 10 years ago
55d4719b
Fix DCHECK using --keep-alive-for-test.
by mgiuca
· 10 years ago
3ce04b6
Give the main frame a RenderWidget.
by dcheng
· 10 years ago
9295617
Plumb NotifierId to status icon balloons
by johnme
· 10 years ago
2cda493
Clear out vestigal exit funnel instrumentation.
by siggi
· 10 years ago
81256f55
Fix system notifications incorrectly marked as type WEB_PAGE
by johnme
· 10 years ago
d630c30
[Extensions] Make const PermissionSet* const PermissionSet& where possible
by rdevlin.cronin
· 10 years ago
b312b51
Add methods to check for exact gfx::Image equality and make most tests use it
by pkotwicz
· 10 years ago
e2d0fd0
[Extensions] Un-refcount PermissionSet
by rdevlin.cronin
· 10 years ago
92619caa
Cleanup: Remove references to tests that no longer exists / are unused.
by thestig
· 10 years ago
8cb7b71
Background mode: clean up comments in menu creation code.
by mvanouwerkerk
· 10 years ago
7518217
[Eraser] First pass at removing the notification center panel.
by dewittj
· 10 years ago
77cb0ef
[Extensions] Allow revokable permissions
by rdevlin.cronin
· 10 years ago
a744dc2
Use modern loops in background mode code.
by mvanouwerkerk
· 10 years ago
18c38c1
Background mode: delete redundant calls to Enable/Disable.
by mvanouwerkerk
· 10 years ago
36aa8be
Move Singleton and related structs to namespace base
by olli.raula
· 10 years ago
9f50531
Count the number of background mode applications in UMA.
by mvanouwerkerk
· 10 years ago
82038fa9
Log UMA for changes to BackgroundModeEnabled pref and menu item clicks.
by mvanouwerkerk
· 10 years ago
5abba42
Enable background mode if there is at least one Push API subscription.
by mvanouwerkerk
· 10 years ago
c81eb1d
Sort extensions in BackgroundApplicationListModel by id vs. name
by danduong
· 10 years ago
c400791
Remove the DesktopNotificationService in favor of the NotifierStateTracker
by peter
· 10 years ago
09ae7d5
Sort extensions in BackgroundApplicationListModel by id vs. name
by danduong
· 10 years ago
48321ca3
Replace base::string16 with std::string for frame names.
by nasko
· 10 years ago
0259835
chrome/browser: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
by skyostil
· 10 years ago
269b702f
Fix wrong initialization of renderer_initiated_creation parameter.
by lfg
· 10 years ago
7a2a820
New Task Manager - Phase 1.3.1.C: Implement Background Contents Task Providing
by afakhry
· 10 years ago
d195c95
Replace ObserverList->base::ObserverList in chrome
by brettw
· 10 years ago
5dd6bb0
Remove deprecated NOTIFICATION_EXTENSION_READY_DEPRECATED from background_mode_manager.cc by use of ExtensionSystem::Get
by pranay.kumar
· 10 years ago
f073e77
favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/autocomplete, banners, background and bitmap_fetcher modules
by anujk.sharma
· 10 years ago
0becb33
Ensure tests have an active task runner
by skyostil
· 10 years ago
aa60872
Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREF
by raymes
· 10 years ago
8ebeef2
Removing chrome.pushMessaging API and related tests.
by fgorski
· 10 years ago
6ce28f5
Remove RenderViewHost parameter from WebContentsObserver::Did{Start|Stop}Loading.
by fdegans
· 10 years ago
fd474fa
Make LoadMonitoringExtensionHostQueue remove itself as an ExtensionHost observer at the correct time.
by kalman
· 10 years ago
7ff964b
Change Notification.replace_id() to be a std::string(), rename to tag().
by peter
· 10 years ago
8f3cf26
Instrument SerialExtensionHostQueue::ProcessOneHost Codepaths to Find Jank
by robliao
· 10 years ago
d49594b5
[Extensions] Introduce LoadMonitoringExtensionHostQueue.
by kalman
· 10 years ago
a8fd8d3
Refactor Extension initialization logic. Add tracing and an additional latency histogram.
by rkaplow
· 10 years ago
b21fe487
Fix RenderFrameCreated and RenderFrameDeleted WebContentsObserver methods
by nasko
· 11 years ago
d61dfe19
Make BackgroundContentsService start up BackgroundContents with a delay, as for ExtensionHosts.
by yoz
· 11 years ago
22637962
Increases the size of the extension crash notification icon.
by dewittj
· 11 years ago
1c99cbef
Add UMA histogram timers for ProcessManager and BackgroundContentsService startup.
by yoz
· 11 years ago
107a47f
Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.
by bokan
· 11 years ago
83cbcc4
Extensions: Consolidate extension id hashing / searching.
by thestig
· 11 years ago
9447481
Add BackgroundMode UMA stats.
by gab
· 11 years ago
d33a87e2
Refactor BackgroundModeManager's unittest to allow strict mock testing of EnableLaunchOnStartup().
by gab
· 11 years ago
11bef64
Remove rickcam from chrome/browser/background/OWNERS.
by thestig
· 11 years ago
08f751f
Removed duplicated code in extension_function_test_utils
by thiago.santos
· 11 years ago
3b0452d
Cleanup: Update the path to gfx rect headers.
by tfarina
· 11 years ago
3ef9ec9e
Make callers of CommandLine use it via the base:: namespace.
by avi
· 11 years ago
71d0f76
Move BackgroundContents to the directory in which it belongs.
by avi
· 11 years ago
079c5a3
Instrument some of the exit paths likely to suffer hangs.
by siggi
· 11 years ago
c2c29d78
Add the main frame routing ID to WebContentsDelegate, use it in BackgroundContents.
by avi
· 11 years ago
acf80d3
Remove DesktopNotificationService::AddIconNotification.
by peter
· 11 years ago
49e02a9
Resubmit https://codereview.chromium.org/722703002/ because of build breakage.
by cylee
· 11 years ago
6a37b6a4
Temporarily disable extensions and sync while a profile is locked.
by mlerman
· 11 years ago
bad38cd
adding skuhne to OWNERS of components/sessions
by Mr4D
· 11 years ago
96cd75fc
Make "source" a required argument of AppLaunchParams and fill in the argument at all call points.
by cylee
· 11 years ago
a3acbc1
Remove the deprecated function ExtensionService::extensions().
by reillyg
· 11 years ago
Next »