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
/
chrome
/
browser
/
extensions
/
extension_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix inconsistency in browser shortcut handling when a BrowserAction popup is ...
yusukes@chromium.org
2012-06-08
1
-1
/
+1
*
Show the DownloadShelf when a download is triggered in extension bubbles.
benjhayden@chromium.org
2012-06-01
1
-0
/
+2
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-4
/
+4
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-4
/
+7
*
Move NativeWebKeyboardEvent to the content namespace.
jam@chromium.org
2012-05-18
1
-9
/
+11
*
Pull shell window stuff out of ExtensionHost and put in ShellWindow
benwells@chromium.org
2012-05-10
1
-4
/
+0
*
Remove Browser dependency in ExtensionFunctionDispatcher
stevenjb@chromium.org
2012-05-05
1
-4
/
+3
*
Fix bug where transient pages would miss events dispatched while it was
mpcomplete@chromium.org
2012-04-19
1
-0
/
+3
*
Remove unused notification 'NOTIFICATION_EXTENSION_HOST_DOM_CONTENT_LOADED'
mpcomplete@chromium.org
2012-04-19
1
-1
/
+0
*
Keep the transient page alive as long as there is a javascript dialog showing.
mpcomplete@chromium.org
2012-04-10
1
-0
/
+5
*
Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...
mpcomplete@chromium.org
2012-04-02
1
-19
/
+0
*
Reset |associated_web_contents_| in extension host when the web contents goes...
tbarzic@chromium.org
2012-03-30
1
-3
/
+1
*
Keep lazy background pages open while they're being inspected.
mpcomplete@chromium.org
2012-03-21
1
-1
/
+0
*
Move extension pop-ups and notifications to the new auto-resize code.
levin@chromium.org
2012-03-20
1
-6
/
+2
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-4
/
+6
*
Cleanup: Another round of unused forward declaration cleanup.
thestig@chromium.org
2012-03-03
1
-1
/
+0
*
Refine the dialog box to show a extension name when the dialog box is created...
yumiOS.art@gmail.com
2012-02-29
1
-0
/
+5
*
Change the way lazy background pages shutdown.
mpcomplete@chromium.org
2012-02-27
1
-2
/
+23
*
Fix extensions compile issues for Android on sync_unit_tests.
dtrainor@chromium.org
2012-02-23
1
-1
/
+3
*
Revert change to delay network requests on startup for webRequest extensions.
mpcomplete@chromium.org
2012-02-23
1
-3
/
+0
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-1
/
+1
*
Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...
joi@chromium.org
2012-02-20
1
-1
/
+1
*
Move RenderWidgetHostView into content namespace. Fix include paths.
joi@chromium.org
2012-02-20
1
-1
/
+1
*
Add stubbed-out view() implementation for Android.
yfriedman@chromium.org
2012-02-14
1
-16
/
+28
*
Enable devtools via context menu in platform apps and popup extensions.
benwells@chromium.org
2012-02-09
1
-1
/
+0
*
Move js_modal_dialogs.h to content\public\browser.
jam@chromium.org
2012-01-30
1
-1
/
+1
*
Disable ExtensionPopup link, media, and page context menus.
msw@chromium.org
2012-01-26
1
-0
/
+1
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
1
-2
/
+3
*
Disable modal JavaScript dialogs for platform apps.
jstritar@chromium.org
2012-01-24
1
-0
/
+1
*
Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost.
mihaip@chromium.org
2012-01-20
1
-1
/
+0
*
Don't use browser windows for platform app shell windows.
mihaip@chromium.org
2012-01-09
1
-1
/
+4
*
Revert 116834 - Don't use browser windows for platform app shell windows.
aa@chromium.org
2012-01-08
1
-4
/
+1
*
Don't use browser windows for platform app shell windows.
mihaip@chromium.org
2012-01-07
1
-1
/
+4
*
Revert 116803 - Don't use browser windows for platform app shell windows.
sky@chromium.org
2012-01-07
1
-4
/
+1
*
Don't use browser windows for platform app shell windows.
mihaip@chromium.org
2012-01-07
1
-1
/
+4
*
Make ExtensionHost::host_contents() return a WebContents and update calling c...
jam@chromium.org
2012-01-05
1
-2
/
+2
*
Create a Content API interface around NavigationController, and move all the ...
jam@chromium.org
2011-12-29
1
-0
/
+1
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
1
-4
/
+5
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-2
/
+3
*
Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...
jam@chromium.org
2011-12-27
1
-1
/
+1
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-5
/
+5
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
1
-4
/
+3
*
Refactor a couple tab helpers so they aren't dependent on TabContentsWrapper,
mpcomplete@chromium.org
2011-12-21
1
-0
/
+4
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-3
/
+3
*
Small tweaks to ExtensionHost:
mpcomplete@chromium.org
2011-12-20
1
-0
/
+2
*
Add a notification for EXTENSION_HOST_DOM_CONTENT_LOADED and use it to end st...
pam@chromium.org
2011-12-16
1
-0
/
+1
*
Implement RunFileChooser for ExtensionHost, so that file input elements work in
mpcomplete@chromium.org
2011-12-15
1
-0
/
+2
*
Fix regression with extension popup bubbles on Mac.
mpcomplete@chromium.org
2011-12-02
1
-0
/
+6
*
Move view_types.h to view_type.h, since that's the standard name for enums.
jam@chromium.org
2011-12-01
1
-1
/
+1
*
Get rid of view_messages.h include from chrome since TabContentsDelegate used...
jam@chromium.org
2011-11-22
1
-1
/
+0
[next]