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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix leaks in ExtensionUpdater unit tests
asargent@chromium.org
2009-07-10
2
-6
/
+8
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
10
-0
/
+0
*
Temporarily disable unit tests with leaks until I can check in a fix for them.
asargent@chromium.org
2009-07-10
1
-5
/
+5
*
ExtensionBrowserEventRouter now observes TAB_CONTENTS_DESTROYED. This became ...
rafaelw@chromium.org
2009-07-10
1
-14
/
+18
*
Implementation of Extension Updater.
asargent@chromium.org
2009-07-10
6
-37
/
+1264
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
7
-7
/
+91
*
Properly restart extensions with no visible UI.
phajdan.jr@chromium.org
2009-07-10
1
-1
/
+7
*
Move some more interfaces on RenderViewHostDelegate to separate classes. The
brettw@chromium.org
2009-07-09
2
-3
/
+3
*
Add a rudamentary feed preview to the RSS extension. It
finnur@chromium.org
2009-07-09
3
-1
/
+163
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
6
-162
/
+222
*
ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy of...
rafaelw@chromium.org
2009-07-09
2
-9
/
+4
*
DevTools: remove extensions-related workaround from the docked devtools windo...
pfeldman@chromium.org
2009-07-08
1
-1
/
+13
*
Aha, I think this was racing because INSTALLED is actually fired
aa@chromium.org
2009-07-08
1
-7
/
+2
*
Add some more logging. Still trying to figure out flakey test.
aa@chromium.org
2009-07-08
1
-3
/
+20
*
Add some logging to a flakey browsertest to debug.
aa@chromium.org
2009-07-08
2
-4
/
+11
*
Disable ExtensionBrowserTest.Incognito because it fails too often.
nsylvain@chromium.org
2009-07-07
1
-0
/
+3
*
Fixing a crash in RenderViewGone.
finnur@chromium.org
2009-07-06
1
-4
/
+7
*
Do some refactoring of renderer_host.
brettw@chromium.org
2009-07-06
2
-38
/
+36
*
Add an ExtensionBrowserTest base class that allows in-process browser tests o...
aa@chromium.org
2009-07-04
10
-328
/
+284
*
Create a project for maintaining default extensions.
finnur@chromium.org
2009-07-03
1
-0
/
+0
*
Fix some issues with extension messaging:
mpcomplete@chromium.org
2009-07-02
4
-18
/
+25
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
5
-9
/
+32
*
Create an interface just for update-related functions in ExtensionsService.
asargent@chromium.org
2009-07-01
3
-15
/
+31
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
8
-38
/
+132
*
Adds a browser_test for extension startup, content script
aa@chromium.org
2009-07-01
2
-3
/
+255
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
2
-28
/
+42
*
Refactor extension bindings to share code, avoid exposing hidden variables
mpcomplete@chromium.org
2009-06-30
1
-4
/
+4
*
Fix memleak in GetNodeDictionary.
finnur@chromium.org
2009-06-30
1
-19
/
+18
*
Take two for http://codereview.chromium.org/131094
tim@chromium.org
2009-06-29
2
-13
/
+12
*
a few minor tweaks the bookmarks API:
erikkay@google.com
2009-06-29
4
-11
/
+35
*
Move render_view_host_manager* and site_instance* from tab_contents to render...
brettw@chromium.org
2009-06-29
4
-4
/
+4
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
2
-44
/
+47
*
Fix crash 15371
finnur@chromium.org
2009-06-26
1
-1
/
+2
*
Change ExtensionHost to use notifications
erikkay@chromium.org
2009-06-26
7
-59
/
+32
*
Revert cl 19359 due to browser_tests timeout.
tim@chromium.org
2009-06-26
2
-12
/
+13
*
Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...
tim@chromium.org
2009-06-26
2
-13
/
+12
*
Fix proper MACOSX exlussion.
rvargas@google.com
2009-06-26
1
-3
/
+3
*
Disable ExtensionsService.ExternalInstallPref unittest on mac.
rafaelw@chromium.org
2009-06-26
1
-0
/
+6
*
two more unit_test fixes for: http://codereview.chromium.org/140018
rafaelw@chromium.org
2009-06-25
1
-2
/
+4
*
Fix unit_test breakage from http://codereview.chromium.org/140018
rafaelw@chromium.org
2009-06-25
1
-0
/
+3
*
Refactored ExtensionsPrefs to store paths relative to the extensions install ...
rafaelw@chromium.org
2009-06-25
6
-83
/
+277
*
Fix build.
finnur@chromium.org
2009-06-25
1
-1
/
+1
*
The Provider for External Extensions no longer uses
finnur@chromium.org
2009-06-25
10
-71
/
+215
*
Temporary extension UI for the Mac.
avi@chromium.org
2009-06-25
1
-15
/
+39
*
Relanding this, it was failing to compile because of a FRIEND_CHANGE that had...
jcampan@chromium.org
2009-06-25
1
-1
/
+2
*
Reverting 19233.
jcampan@chromium.org
2009-06-25
1
-2
/
+1
*
Disabling 2 browser tests that fail on the build-bot:
jcampan@chromium.org
2009-06-25
1
-1
/
+2
*
Try to reland r19170 (Pick up extensions (if any) and extensions
kuchhal@chromium.org
2009-06-24
1
-0
/
+2
*
Revert "Pick up extensions (if any) and extensions definitions file for insta...
kuchhal@chromium.org
2009-06-24
1
-2
/
+0
*
Pick up extensions (if any) and extensions definitions file for installation.
kuchhal@chromium.org
2009-06-24
1
-0
/
+2
[next]