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_process_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove browser::FindOrCreateTabbedBrowser usage in extensions browser test code.
jam@chromium.org
2012-07-18
1
-1
/
+1
*
Move ExtensionSystem into extensions namespace
rdevlin.cronin@chromium.org
2012-07-11
1
-1
/
+1
*
One possible fix.
miket@chromium.org
2012-07-02
1
-1
/
+1
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-1
/
+2
*
Allow ChromeOS file selection dialog to be shown from shell windows.
benwells@chromium.org
2012-06-25
1
-3
/
+2
*
Show an extension info bubble when a script badge is clicked.
yoz@chromium.org
2012-06-22
1
-1
/
+5
*
TabContentsWrapper -> TabContents, part 12.
avi@chromium.org
2012-06-12
1
-1
/
+1
*
Get rid of the last RenderViewHostDelegate usage in chrome.
jam@chromium.org
2012-05-23
1
-3
/
+3
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-15
/
+22
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-1
/
+3
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-1
/
+2
*
Add histogram measurements for event pages:
mpcomplete@chromium.org
2012-05-12
1
-1
/
+17
*
Pull shell window stuff out of ExtensionHost and put in ShellWindow
benwells@chromium.org
2012-05-10
1
-27
/
+24
*
Fix imbalanced keepalive count for event pages when dealing with other views.
mpcomplete@chromium.org
2012-05-03
1
-3
/
+16
*
Move the second delay with event pages to occur after dispatching the unload
mpcomplete@chromium.org
2012-05-03
1
-11
/
+9
*
Add an arbitrary delay before unloading lazy background pages.
yoz@chromium.org
2012-05-02
1
-8
/
+46
*
Remove EPM:all_hosts_ and use all_extension_views_ instead.
benwells@chromium.org
2012-04-26
1
-19
/
+37
*
Fix bug with transient pages where they would stay alive permanently due to a
mpcomplete@chromium.org
2012-04-23
1
-2
/
+2
*
Fix a bug with transient background pages where opening and closing a popup
mpcomplete@chromium.org
2012-04-20
1
-5
/
+0
*
Fix bug where transient pages would miss events dispatched while it was
mpcomplete@chromium.org
2012-04-19
1
-9
/
+10
*
Fix a bug where calling window.close() from a transient page with an open
mpcomplete@chromium.org
2012-04-05
1
-0
/
+10
*
Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...
mpcomplete@chromium.org
2012-04-02
1
-32
/
+49
*
Fix screensaver display issue on ChromeOS.
rkc@chromium.org
2012-03-23
1
-6
/
+21
*
Keep lazy background pages open while they're being inspected.
mpcomplete@chromium.org
2012-03-21
1
-5
/
+39
*
Fix extension event pages in incognito split mode.
mpcomplete@chromium.org
2012-03-13
1
-5
/
+11
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-0
/
+1
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Keep lazy background page alive while there are pending network requests or
mpcomplete@chromium.org
2012-03-06
1
-22
/
+74
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-4
/
+4
*
Cleanup: IWYU for BrowserThread.
thestig@chromium.org
2012-03-03
1
-8
/
+8
*
Change the way lazy background pages shutdown.
mpcomplete@chromium.org
2012-02-27
1
-6
/
+67
*
Persist lazy background event listeners to the Prefs file.
mpcomplete@chromium.org
2012-02-15
1
-20
/
+3
*
Unrevert again r119770 - "Event pages: remember events that the page register...
mpcomplete@chromium.org
2012-02-07
1
-3
/
+20
*
Revert "Unrevert 119770 - "Event pages: remember events that the page registe...
mpcomplete@chromium.org
2012-02-07
1
-20
/
+3
*
Unrevert 119770 - "Event pages: remember events that the page registered for,
mpcomplete@chromium.org
2012-02-06
1
-3
/
+20
*
Revert 119770 - Event pages: remember events that the page registered for, ev...
aa@chromium.org
2012-02-02
1
-20
/
+3
*
Event pages: remember events that the page registered for, even after it
mpcomplete@chromium.org
2012-01-30
1
-3
/
+20
*
Define the public interface for content browser SiteInstance. This interface ...
ananta@chromium.org
2012-01-25
1
-4
/
+6
*
Replace lazy-background switch with a manifest entry controlled by the
mpcomplete@chromium.org
2012-01-24
1
-7
/
+2
*
Disallow navigation in platform apps.
mihaip@chromium.org
2012-01-19
1
-0
/
+4
*
Move RenderViewHostDelegate to content/public and content namespace.
joi@chromium.org
2012-01-18
1
-2
/
+2
*
Hide BrowsingInstance from all but SiteInstance, as intended by design.
joi@chromium.org
2012-01-18
1
-21
/
+14
*
Introduce background.scripts feature for extension manifests.
aa@chromium.org
2012-01-10
1
-2
/
+3
*
Don't use browser windows for platform app shell windows.
mihaip@chromium.org
2012-01-09
1
-0
/
+13
*
Revert 116834 - Don't use browser windows for platform app shell windows.
aa@chromium.org
2012-01-08
1
-13
/
+0
*
Don't use browser windows for platform app shell windows.
mihaip@chromium.org
2012-01-07
1
-0
/
+13
*
Revert 116803 - Don't use browser windows for platform app shell windows.
sky@chromium.org
2012-01-07
1
-13
/
+0
*
Don't use browser windows for platform app shell windows.
mihaip@chromium.org
2012-01-07
1
-0
/
+13
*
Cleanup extension permissions module.
jstritar@chromium.org
2012-01-06
1
-1
/
+2
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-2
/
+3
[next]