summaryrefslogtreecommitdiffstats
path: root/extensions/shell/browser
Commit message (Expand)AuthorAgeFilesLines
* Extensions: Using common ValueStoreFactory for all value stores.cmumford2016-03-242-1/+13
* Add RetainedRef uses where needed.vmpstr2016-03-211-5/+5
* Persist the user's active audio device choice across chromeos session and reb...jennyz2016-03-021-2/+4
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-272-12/+16
* Add some missing std::move()s following a previous refactoringskyostil2016-02-261-2/+2
* Remove some usages of BrowserThread::UnsafeGetMessageLoopForThreadskyostil2016-02-253-8/+8
* Add Bluez initialize call to startup.drustsmith2016-02-232-1/+10
* Delete base/prefs and update callers to use components.brettw2016-02-033-9/+9
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-033-9/+9
* Delete base/prefs and update callers to use components.brettw2016-02-033-9/+9
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-272-5/+0
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-272-4/+3
* Make major tests target build without unused data members on Linux.mlamouri2016-01-161-1/+1
* Cleanup: Remove double semicolons.thestig2016-01-041-1/+1
* Switch to standard integer types in extensions/.avi2015-12-2329-5/+41
* Use rvalue reference instead of extensions::DictionaryBuilder::pass()limasdf2015-12-192-14/+13
* Convert Pass()→std::move() in //extensionsdcheng2015-12-185-23/+26
* Use rvalue reference instead of extensions::ListBuilder::Pass()limasdf2015-12-091-12/+13
* Kill NOTIFICATION_EXTENSION_WILL_BE_INSTALLED_DEPRECATEDlimasdf2015-11-201-1/+1
* Separate RenderViewHost from RenderWidgetHost, part 4: delegateavi2015-10-271-1/+1
* Add extensions code to use common updater in components/update_client/asargent2015-10-153-18/+8
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-121-2/+2
* Removing pneubeck@ from OWNERS.pneubeck2015-10-071-1/+1
* Add public session launch flagkelvinp2015-10-012-0/+5
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-162-3/+5
* Don't Allow Service Workers for Unloaded Extensionsrdevlin.cronin2015-09-102-0/+8
* Move Singleton and related structs to namespace baseolli.raula2015-09-103-3/+3
* Remove "API proposal for chrome.app.window to intercept all keys."sriramsr2015-09-092-5/+0
* Use DCHECK_CURRENTLY_ON in extensions/thestig2015-09-081-1/+1
* Manage HidService lifetime in DeviceClient implementations.reillyg2015-08-282-2/+6
* Manage UsbService lifetime in DeviceClient implementations.reillyg2015-08-282-2/+9
* Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandlersvaldez2015-08-241-1/+2
* Remove menu from ash / Windows shelf / taskbar to install ephemeral app.benwells2015-08-142-5/+0
* Move ownership of AppSorting from ExtensionPrefs to ExtensionSystemtreib2015-08-064-15/+8
* Defer extension process creation until IO data initializedrockot2015-07-292-13/+27
* Fix the UI issue for showing output muted in ash tray after the device wakes ...jennyz2015-07-282-3/+3
* Cleanup: give ChromeAppSorting a BrowserContexttreib2015-07-272-2/+4
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-235-10/+10
* Final batch adding real histogram values for extension events.kalman2015-07-222-6/+6
* Make quota logic obey durable storage permissiondgrogan2015-07-212-0/+7
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-2/+3
* Refactor AO2TS to make it easier to componentizegogerald2015-07-026-48/+125
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-1/+1
* Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...agrieve2015-06-192-62/+1
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-162-1/+62
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-162-62/+1
* [Extensions] Clean up the handling of ExtensionHostMsg_Requestrdevlin.cronin2015-06-105-0/+19
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-102-12/+0
* Allow startup with missing V8 snapshot file.erikcorry2015-06-082-8/+19