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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extensions Doc:
rafaelw@chromium.org
2009-07-22
6
-341
/
+574
*
Step 2 in abstracting Extension APIs to shared "IDL".
rafaelw@chromium.org
2009-07-22
11
-39
/
+651
*
Fix line endings doc files.
rafaelw@chromium.org
2009-07-22
7
-486
/
+486
*
Small improvements to the hello world tutorial.
kathyw@google.com
2009-07-17
4
-13
/
+36
*
A small start: add icons to the extension manifest.
aa@chromium.org
2009-07-17
5
-11
/
+70
*
First cut at extension docs.
rafaelw@chromium.org
2009-07-15
9
-0
/
+740
*
First extensions doc putback (if Raf doesn't beat me).
kathyw@google.com
2009-07-15
15
-0
/
+410
*
Various minor fixes:
aa@chromium.org
2009-07-15
3
-18
/
+9
*
Refactor extension constants to improve readability, debugging, and to make i...
erikkay@chromium.org
2009-07-13
6
-380
/
+420
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
2
-0
/
+0
*
Add a couple of more extension unit tests for page
finnur@chromium.org
2009-07-02
2
-2
/
+91
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
2
-10
/
+35
*
Allow extension extensions to be case-insensitive.
avi@chromium.org
2009-06-29
2
-0
/
+11
*
two more unit_test fixes for: http://codereview.chromium.org/140018
rafaelw@chromium.org
2009-06-25
1
-0
/
+1
*
Refactored ExtensionsPrefs to store paths relative to the extensions install ...
rafaelw@chromium.org
2009-06-25
1
-5
/
+2
*
Temporary extension UI for the Mac.
avi@chromium.org
2009-06-25
1
-0
/
+13
*
Small piece of extensions auto-update: add an auto-update url member var
asargent@chromium.org
2009-06-18
3
-6
/
+72
*
Small cleanup of constness.
mad@google.com
2009-06-18
4
-14
/
+16
*
Remove tooltip from page_action and just use the name as the tooltip. We don'...
finnur@chromium.org
2009-06-17
2
-15
/
+1
*
Change extension id format back to mp-decimal, and change the
aa@chromium.org
2009-06-13
2
-14
/
+64
*
Verify signed .crx extension installations
rafaelw@chromium.org
2009-06-12
5
-177
/
+105
*
Revert "BUG=12114"
tc@google.com
2009-06-11
5
-105
/
+177
*
BUG=12114
rafaelw@chromium.org
2009-06-11
5
-177
/
+105
*
Remove the prepended manifest from the crx format. Now we just have the heade...
aa@chromium.org
2009-06-10
1
-0
/
+2
*
chrome.exe --package-extension generates .crx from extension directory
rafaelw@chromium.org
2009-06-09
3
-54
/
+107
*
Fix an issue where themes would sporadically fail to install.
mpcomplete@google.com
2009-06-05
4
-18
/
+77
*
Add this ability to install Extensions using preferences. Also known as: port...
finnur@chromium.org
2009-06-05
3
-22
/
+71
*
Add ability to theme our buttons.
glen@chromium.org
2009-06-04
1
-7
/
+20
*
Change plugin handling in extension from "plugin_dir" to a "plugin" list of
mpcomplete@google.com
2009-06-03
2
-18
/
+64
*
Allow themes to change the background of the new tab page. Adds support for d...
glen@chromium.org
2009-06-02
2
-0
/
+15
*
Implements a Zip() utility function. Refactor existing
aa@chromium.org
2009-06-01
1
-2
/
+2
*
Allow themes to be installed without any commandline flag, still require flag...
glen@chromium.org
2009-05-29
2
-62
/
+107
*
Headers cleanup in chrome/common
phajdan.jr@chromium.org
2009-05-29
3
-4
/
+5
*
Remove unused code from ExtensionsService.
mpcomplete@google.com
2009-05-26
8
-2
/
+1348
*
Have the browser process rewrite manifest.json and theme/page action images
mpcomplete@google.com
2009-05-22
2
-20
/
+155
*
Introducing the Utility process, which handles the unpacking and verification
mpcomplete@google.com
2009-05-15
2
-0
/
+257
*
Change chrome-ui to chrome. I didn't go too far in converting existing string...
glen@chromium.org
2009-05-06
2
-6
/
+6
*
Try one more time to check in http://codereview.chromium.org/60112
aa@chromium.org
2009-04-08
2
-0
/
+15
*
Revert "Implement chromium.self in content scripts..."
aa@chromium.org
2009-04-07
2
-15
/
+0
*
Implement chromium.self in content scripts, so that developers don't
aa@chromium.org
2009-04-07
2
-0
/
+15
*
Remove unneeded uses of base/pickle.h. Add some explicit #includes.
thestig@chromium.org
2009-04-03
3
-1
/
+4
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
3
-30
/
+146
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
1
-1
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-10
/
+12
*
Add early-injection capability to user scripts.
aa@chromium.org
2009-02-14
3
-1
/
+32
*
NO CODE CHANGE.
maruel@chromium.org
2009-02-14
1
-101
/
+101
*
Integrate URLPattern with Extension user scripts.
aa@chromium.org
2009-02-05
5
-1
/
+265
*
Introduce UrlPattern. This is basically me resuming work on
aa@chromium.org
2009-02-02
3
-0
/
+382