summaryrefslogtreecommitdiffstats
path: root/extensions/browser/app_window
Commit message (Expand)AuthorAgeFilesLines
* Plumb the correct owner document through DocumentInit::m_owner.dcheng2016-03-016-8/+19
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-271-4/+6
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-272-0/+3
* Fix AppWindow access to uninitialized AppWindowContents.dtseng2016-02-101-1/+3
* Refactored blocked_loaders_map_ to key by render frame route idcsharrison2016-02-031-16/+3
* Delete base/prefs and update callers to use components.brettw2016-02-032-5/+5
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-032-5/+5
* Delete base/prefs and update callers to use components.brettw2016-02-032-5/+5
* Extension cleanup (mostly includes)treib2016-02-021-0/+1
* Disable AppWindowTest.InitFullscreenAndAlwaysOnTop on Windows. Flaky.tapted2016-01-271-1/+2
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-3/+3
* Switch to standard integer types in extensions/browser/.avi2015-12-2313-10/+27
* Use rvalue reference instead of extensions::DictionaryBuilder::pass()limasdf2015-12-191-4/+4
* Convert Pass()→std::move() in //extensionsdcheng2015-12-184-5/+11
* PlzNavigate: Add helper method for checking if PlzNavigate is enabled.carlosk2015-12-161-2/+2
* Separate RenderViewHost from RenderWidgetHost, part 1: public interface.avi2015-10-151-0/+1
* Use the appropriate variant of IntToString in //extensionsricea2015-09-251-2/+2
* Move all core files in //components/sessions into core/ subdirblundell2015-09-241-1/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* PlzNavigate: fix timing issue in app window creationclamy2015-09-174-0/+40
* Move Singleton and related structs to namespace baseolli.raula2015-09-104-4/+4
* Remove "API proposal for chrome.app.window to intercept all keys."sriramsr2015-09-093-12/+0
* Ensure proper ordering of app window request block/unblockrockot2015-08-156-1/+39
* Remove menu from ash / Windows shelf / taskbar to install ephemeral app.benwells2015-08-143-18/+0
* Move ownership of AppSorting from ExtensionPrefs to ExtensionSystemtreib2015-08-061-5/+2
* Adds missing constructor initializationsvarkha2015-08-031-0/+1
* [Extensions] Use the RenderView id for suspending resource load for app windowsrdevlin.cronin2015-08-011-1/+4
* Remove PopupManager from src/components/web_modal/.rouslan2015-07-272-9/+0
* [Extensions OOPI] Update app window bindings for OOPIrdevlin.cronin2015-07-094-55/+38
* extensions: Replace usage of GetActiveEntry by GetLastCommittedEntry.tfarina2015-07-071-2/+3
* extensions: AppWindowRegistry: add OnAppWindowActivatedlionel.g.landwerlin2015-07-062-0/+6
* Temporarily sets always-on-top property to off when another window is fullscreenvarkha2015-06-292-4/+10
* [Extensions] Kill off ExtensionMsg_AddMessageToConsolerdevlin.cronin2015-06-243-21/+6
* [Extensions OOPI] Change ExtensionMsg_MessageInvoke to use RenderFramesrdevlin.cronin2015-06-231-14/+9
* [Extensions OOPI] Update extension functions to use RFH pt 1rdevlin.cronin2015-06-122-8/+16
* [MacViews] Update AppWindow when the native window changes fullscreen state.jackhou2015-06-111-4/+21
* [Extensions] Clean up the handling of ExtensionHostMsg_Requestrdevlin.cronin2015-06-106-27/+31
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* Removes app badging codekcarattini2015-05-053-65/+2
* Set display mode for extensions::AppWindowmikhail.pozdnyakov2015-04-232-0/+8
* [Extensions UI] Observe developerPrivate events for extension viewsrdevlin.cronin2015-04-172-0/+6
* cleanup/ Remove unused forward declaration from app_window.hlimasdf2015-04-161-6/+0
* Reland: [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-031-1/+1
* Revert "[Extensions] Changt cl uploade ProcessManager to use RenderFrameHosts"Tommy C. Li2015-04-031-1/+1
* [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-021-1/+1
* Reload favicon from HTTP cache on Ctrl+Refreshpkotwicz2015-03-161-4/+6
* Do not register IME app window in launcherbshe2015-03-022-0/+12
* Use ExtensionRegistryObserver instead of deprecated notification.limasdf2015-02-272-50/+30
* Hidden windows should not keep Chrome alive.jackhou2015-02-162-0/+6
* Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.bokan2015-02-033-4/+4