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
/
common
/
extensions
/
extension.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix problem with test on Linux Views Toolkit.
finnur@chromium.org
2010-02-13
1
-2
/
+4
*
Initial work on making extensions work in incognito mode.
mpcomplete@chromium.org
2010-02-11
1
-1
/
+3
*
Wires TabContents to app extensions.
sky@chromium.org
2010-02-05
1
-4
/
+4
*
Implement launch disposition for extension-apps.
rafaelw@chromium.org
2010-02-05
1
-0
/
+12
*
Replace the "origins" key in the manifest with "extent". The items in the ext...
aa@chromium.org
2010-01-29
1
-23
/
+30
*
Allow extensions to add, remove, or change their page action popup.
skerner@chromium.org
2010-01-28
1
-24
/
+43
*
Page actions should be able to change the popup on a per-tab basis.
skerner@chromium.org
2010-01-27
1
-2
/
+2
*
Drop the code allowing privacy blacklists to be shipped in extensions.
phajdan.jr@chromium.org
2010-01-20
1
-20
/
+0
*
Reland 36337: Add launch configuration to apps. Create a desktop shortcut if ...
aa@chromium.org
2010-01-15
1
-2
/
+16
*
Revert 36337 and 36338. Compile failure.
aa@chromium.org
2010-01-15
1
-16
/
+2
*
Add launch configuration to apps. Create a desktop shortcut
aa@chromium.org
2010-01-15
1
-2
/
+16
*
initial manifest hooks for app experiment
erikkay@chromium.org
2010-01-12
1
-0
/
+54
*
Allow an empty list of page actions.
skerner@chromium.org
2010-01-11
1
-14
/
+17
*
Revert 35802 - Failed Valgrind - Allow an empty list of page actions.
rsesek@chromium.org
2010-01-08
1
-17
/
+14
*
Allow an empty list of page actions.
skerner@chromium.org
2010-01-08
1
-14
/
+17
*
Fix issue where we weren't requiring the command-line flag for
erikkay@chromium.org
2010-01-07
1
-10
/
+10
*
Reland: Add a minimum_chrome_version key to the manifest.
aa@chromium.org
2010-01-06
1
-0
/
+43
*
Revert 35602 - Add a "minimum_chrome_version" key to the manifest.
arv@chromium.org
2010-01-06
1
-43
/
+0
*
Add a "minimum_chrome_version" key to the manifest.
aa@chromium.org
2010-01-06
1
-0
/
+43
*
Extensions: file handling clean up.
estade@chromium.org
2009-12-18
1
-26
/
+25
*
Add the right-click context menu for Browser actions and Page Actions.
finnur@chromium.org
2009-12-17
1
-0
/
+45
*
Localizing manifest for installed or unpacked extensions.
cira@chromium.org
2009-12-16
1
-12
/
+2
*
Revert "Allow silent extension installations from the extensions gallery - Pa...
rafaelw@chromium.org
2009-12-08
1
-26
/
+0
*
Allow silent extension installations from the extensions gallery - Part 1.
rafaelw@chromium.org
2009-12-07
1
-0
/
+26
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-51
/
+35
*
Introduce a new 'all_frames' property to content scripts and
aa@chromium.org
2009-11-25
1
-1
/
+14
*
Make notifications permission available in the extension manifest and hook up...
johnnyg@chromium.org
2009-11-24
1
-0
/
+2
*
disable extension toolstrips by default, adding
erikkay@chromium.org
2009-11-24
1
-5
/
+5
*
Move base64 from 'net/base' into 'base'.
hayato@chromium.org
2009-11-24
1
-3
/
+3
*
Revert change that disallowed content scripts access to
aa@chromium.org
2009-11-22
1
-11
/
+2
*
Special case the gallery to not show the scary download roadblock.
aa@chromium.org
2009-11-20
1
-3
/
+0
*
Ignore requests to run content scripts on file:// urls.
finnur@chromium.org
2009-11-18
1
-2
/
+1
*
Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...
cira@chromium.org
2009-11-18
1
-0
/
+8
*
Don't allow content scripts to execute on file:// urls.
finnur@chromium.org
2009-11-18
1
-2
/
+12
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Improve text on management UI. Still waiting for a treatment
aa@chromium.org
2009-11-12
1
-0
/
+3
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
1
-1
/
+51
*
Re-commit "Add new user script injection point:
aa@chromium.org
2009-11-03
1
-0
/
+2
*
Revert r30784
aa@chromium.org
2009-11-03
1
-2
/
+0
*
Add new user script injection point "document_idle" and make it the default.
aa@chromium.org
2009-11-03
1
-0
/
+2
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
1
-0
/
+9
*
Only dispatch tab events when there is someone listening.
aa@chromium.org
2009-10-29
1
-2
/
+5
*
Neither name nor title are required for page- or browser-actions. Update loader
pam@chromium.org
2009-10-28
1
-5
/
+12
*
Fix bug where many extensions don't install due to sandbox.
aa@chromium.org
2009-10-27
1
-1
/
+1
*
Replace ExtensionAction with ExtensionAction2.
aa@chromium.org
2009-10-27
1
-7
/
+7
*
Move page actions over to ExtensionAction2 and get rid of
aa@chromium.org
2009-10-27
1
-97
/
+10
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
1
-8
/
+93
*
The Management UI now fetches the icon for each extension
finnur@chromium.org
2009-10-21
1
-2
/
+1
*
Minimize dependency of user scripts.
mad@chromium.org
2009-10-20
1
-2
/
+4
*
Fix chrome_url_overides to work with packed extensions.
erikkay@chromium.org
2009-10-17
1
-5
/
+11
[next]