index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extensions
/
browser
/
app_window
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plumb the correct owner document through DocumentInit::m_owner.
dcheng
2016-03-01
6
-8
/
+19
*
Make extensions::DictionaryBuilder and extensions::ListValue unmovable.
dcheng
2016-02-27
1
-4
/
+6
*
extensions: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-27
2
-0
/
+3
*
Fix AppWindow access to uninitialized AppWindowContents.
dtseng
2016-02-10
1
-1
/
+3
*
Refactored blocked_loaders_map_ to key by render frame route id
csharrison
2016-02-03
1
-16
/
+3
*
Delete base/prefs and update callers to use components.
brettw
2016-02-03
2
-5
/
+5
*
Revert of Delete base/prefs and update callers to use components. (patchset #...
msw
2016-02-03
2
-5
/
+5
*
Delete base/prefs and update callers to use components.
brettw
2016-02-03
2
-5
/
+5
*
Extension cleanup (mostly includes)
treib
2016-02-02
1
-0
/
+1
*
Disable AppWindowTest.InitFullscreenAndAlwaysOnTop on Windows. Flaky.
tapted
2016-01-27
1
-1
/
+2
*
Remove ui/gfx/screen_type_delegate.h
scottmg
2016-01-27
1
-3
/
+3
*
Switch to standard integer types in extensions/browser/.
avi
2015-12-23
13
-10
/
+27
*
Use rvalue reference instead of extensions::DictionaryBuilder::pass()
limasdf
2015-12-19
1
-4
/
+4
*
Convert Pass()→std::move() in //extensions
dcheng
2015-12-18
4
-5
/
+11
*
PlzNavigate: Add helper method for checking if PlzNavigate is enabled.
carlosk
2015-12-16
1
-2
/
+2
*
Separate RenderViewHost from RenderWidgetHost, part 1: public interface.
avi
2015-10-15
1
-0
/
+1
*
Use the appropriate variant of IntToString in //extensions
ricea
2015-09-25
1
-2
/
+2
*
Move all core files in //components/sessions into core/ subdir
blundell
2015-09-24
1
-1
/
+1
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-1
/
+1
*
PlzNavigate: fix timing issue in app window creation
clamy
2015-09-17
4
-0
/
+40
*
Move Singleton and related structs to namespace base
olli.raula
2015-09-10
4
-4
/
+4
*
Remove "API proposal for chrome.app.window to intercept all keys."
sriramsr
2015-09-09
3
-12
/
+0
*
Ensure proper ordering of app window request block/unblock
rockot
2015-08-15
6
-1
/
+39
*
Remove menu from ash / Windows shelf / taskbar to install ephemeral app.
benwells
2015-08-14
3
-18
/
+0
*
Move ownership of AppSorting from ExtensionPrefs to ExtensionSystem
treib
2015-08-06
1
-5
/
+2
*
Adds missing constructor initializations
varkha
2015-08-03
1
-0
/
+1
*
[Extensions] Use the RenderView id for suspending resource load for app windows
rdevlin.cronin
2015-08-01
1
-1
/
+4
*
Remove PopupManager from src/components/web_modal/.
rouslan
2015-07-27
2
-9
/
+0
*
[Extensions OOPI] Update app window bindings for OOPI
rdevlin.cronin
2015-07-09
4
-55
/
+38
*
extensions: Replace usage of GetActiveEntry by GetLastCommittedEntry.
tfarina
2015-07-07
1
-2
/
+3
*
extensions: AppWindowRegistry: add OnAppWindowActivated
lionel.g.landwerlin
2015-07-06
2
-0
/
+6
*
Temporarily sets always-on-top property to off when another window is fullscreen
varkha
2015-06-29
2
-4
/
+10
*
[Extensions] Kill off ExtensionMsg_AddMessageToConsole
rdevlin.cronin
2015-06-24
3
-21
/
+6
*
[Extensions OOPI] Change ExtensionMsg_MessageInvoke to use RenderFrames
rdevlin.cronin
2015-06-23
1
-14
/
+9
*
[Extensions OOPI] Update extension functions to use RFH pt 1
rdevlin.cronin
2015-06-12
2
-8
/
+16
*
[MacViews] Update AppWindow when the native window changes fullscreen state.
jackhou
2015-06-11
1
-4
/
+21
*
[Extensions] Clean up the handling of ExtensionHostMsg_Request
rdevlin.cronin
2015-06-10
6
-27
/
+31
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
2
-2
/
+2
*
Removes app badging code
kcarattini
2015-05-05
3
-65
/
+2
*
Set display mode for extensions::AppWindow
mikhail.pozdnyakov
2015-04-23
2
-0
/
+8
*
[Extensions UI] Observe developerPrivate events for extension views
rdevlin.cronin
2015-04-17
2
-0
/
+6
*
cleanup/ Remove unused forward declaration from app_window.h
limasdf
2015-04-16
1
-6
/
+0
*
Reland: [Extensions] Change ProcessManager to use RenderFrameHosts
rdevlin.cronin
2015-04-03
1
-1
/
+1
*
Revert "[Extensions] Changt cl uploade ProcessManager to use RenderFrameHosts"
Tommy C. Li
2015-04-03
1
-1
/
+1
*
[Extensions] Change ProcessManager to use RenderFrameHosts
rdevlin.cronin
2015-04-02
1
-1
/
+1
*
Reload favicon from HTTP cache on Ctrl+Refresh
pkotwicz
2015-03-16
1
-4
/
+6
*
Do not register IME app window in launcher
bshe
2015-03-02
2
-0
/
+12
*
Use ExtensionRegistryObserver instead of deprecated notification.
limasdf
2015-02-27
2
-50
/
+30
*
Hidden windows should not keep Chrome alive.
jackhou
2015-02-16
2
-0
/
+6
*
Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.
bokan
2015-02-03
3
-4
/
+4
[next]