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_event_router.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ExtensionEventRouter and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-23
1
-628
/
+0
*
Fix bug where lazy events were getting dispatched to all extensions.
koz@chromium.org
2012-07-18
1
-5
/
+6
*
Move ExtensionSystem into extensions namespace
rdevlin.cronin@chromium.org
2012-07-11
1
-4
/
+4
*
Moved ExtensionPrefs and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-10
1
-5
/
+7
*
Filtered events.
koz@chromium.org
2012-07-05
1
-183
/
+240
*
Revert 145145 - Filtered events.
dharani@chromium.org
2012-07-03
1
-240
/
+183
*
Filtered events.
koz@chromium.org
2012-07-02
1
-183
/
+240
*
Split mode incognito extension can get misleading pref changed events from re...
mitchellwrosen@chromium.org
2012-06-26
1
-1
/
+2
*
Revert 143896 - Filtered events.
benwells@chromium.org
2012-06-25
1
-240
/
+183
*
Filtered events.
koz@chromium.org
2012-06-25
1
-183
/
+240
*
Filtered events.
koz@chromium.org
2012-06-25
1
-240
/
+183
*
Filtered events.
koz@chromium.org
2012-06-25
1
-183
/
+240
*
Initial work to remove the notion of all extension message payloads as strings.
gdk@chromium.org
2012-06-18
1
-14
/
+67
*
Rename IPC::Channel and IPC::Sender in src/chrome.
brettw@chromium.org
2012-06-15
1
-1
/
+1
*
Remove CHECK that's causing a crash in chromeos.
mpcomplete@chromium.org
2012-06-13
1
-5
/
+4
*
Moving the tabs_module API into a separate directory in api/
vabr@chromium.org
2012-06-08
1
-1
/
+0
*
Add some NULL-checks for ExtensionHost::extension to fix a crash bug.
mpcomplete@chromium.org
2012-06-07
1
-0
/
+3
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-1
/
+1
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-2
/
+3
*
Improving the process model extension API
nasko@chromium.org
2012-05-17
1
-5
/
+10
*
Revert order of EXTENSION_LOADED and EXTENSION_INSTALLED notifications back to
mpcomplete@chromium.org
2012-05-01
1
-2
/
+4
*
Fix bug where transient pages would miss events dispatched while it was
mpcomplete@chromium.org
2012-04-19
1
-9
/
+16
*
Have LazyBackgroundTaskQueue notify consumers when the transient page fails to
mpcomplete@chromium.org
2012-04-16
1
-0
/
+3
*
Clear pending events for transient pages when it crashes.
mpcomplete@chromium.org
2012-04-13
1
-3
/
+0
*
Fix a bug where calling window.close() from a transient page with an open
mpcomplete@chromium.org
2012-04-05
1
-9
/
+4
*
Move some of the new transient background page stuff into the extensions
mpcomplete@chromium.org
2012-04-05
1
-1
/
+1
*
Add ExtensionSytem::Get(Profile*) as a wrapper around
mpcomplete@chromium.org
2012-04-05
1
-4
/
+2
*
Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...
aa@chromium.org
2012-04-04
1
-1
/
+1
*
Move transient background events from chrome.experimental.extension to chrome...
mihaip@chromium.org
2012-04-04
1
-2
/
+3
*
Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
1
-1
/
+1
*
Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
1
-1
/
+1
*
Revert 130462 - Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
1
-1
/
+1
*
Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
1
-1
/
+1
*
Fix some issues with extension messaging for transient pages.
mpcomplete@chromium.org
2012-04-03
1
-17
/
+5
*
Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...
mpcomplete@chromium.org
2012-04-02
1
-4
/
+9
*
Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten...
yoz@chromium.org
2012-04-02
1
-2
/
+6
*
Add experimental.alarms API to allow lazy background pages to wake themselves...
mpcomplete@chromium.org
2012-03-28
1
-4
/
+2
*
Keep lazy background pages open while they're being inspected.
mpcomplete@chromium.org
2012-03-21
1
-4
/
+3
*
Refactor folders in chrome/browser/extensions/api
cduvall@chromium.org
2012-03-18
1
-1
/
+1
*
Lazy background pages now load in response to message passing.
mpcomplete@chromium.org
2012-03-16
1
-74
/
+12
*
Fix extension event pages in incognito split mode.
mpcomplete@chromium.org
2012-03-13
1
-97
/
+140
*
Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed s...
akalin@chromium.org
2012-03-09
1
-4
/
+1
*
Reland 124817 - Take extensions out of Profile into a profile-keyed service, ...
yoz@chromium.org
2012-03-09
1
-1
/
+4
*
Keep lazy background page alive while there are pending network requests or
mpcomplete@chromium.org
2012-03-06
1
-9
/
+9
*
Revert 124817 - Take extensions out of Profile into a profile-keyed service, ...
vandebo@chromium.org
2012-03-03
1
-4
/
+1
*
Take extensions out of Profile into a profile-keyed service, ExtensionSystem.
yoz@chromium.org
2012-03-03
1
-1
/
+4
*
Update extension events, routing, and delivery to use user gesture.
gbillock@chromium.org
2012-03-02
1
-9
/
+30
*
Change the way lazy background pages shutdown.
mpcomplete@chromium.org
2012-02-27
1
-17
/
+26
*
Persist lazy background event listeners to the Prefs file.
mpcomplete@chromium.org
2012-02-15
1
-27
/
+92
*
Unrevert again r119770 - "Event pages: remember events that the page register...
mpcomplete@chromium.org
2012-02-07
1
-47
/
+86
[next]