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
*
Updated docs for content script messaging.
mpcomplete@chromium.org
2009-09-01
1
-4
/
+57
*
Update packaging and getting started pages to feature new Extensions page
kathyw@google.com
2009-09-01
8
-78
/
+116
*
Miscellaneous small changes, mostly to the front page and the footer.
kathyw@google.com
2009-09-01
3
-13
/
+18
*
Move events info from dev.chromium.org to the dev doc.
kathyw@google.com
2009-09-01
3
-1
/
+84
*
more bookmark tests, plus fix a couple of API bugs
erikkay@chromium.org
2009-09-01
1
-1
/
+8
*
Move themes info from dev.chromium.org into the dev doc.
kathyw@google.com
2009-09-01
4
-2
/
+159
*
Move content of the match patterns page from dev.chromium.org.
kathyw@google.com
2009-09-01
5
-3
/
+227
*
Fill out windows doc. Also add permissions section
aa@chromium.org
2009-09-01
25
-54
/
+84
*
Fill out the tabs docs. Also, fix a bug where we didn't
aa@chromium.org
2009-09-01
5
-63
/
+194
*
Add browser tests for extensions tab API.
asargent@chromium.org
2009-09-01
1
-0
/
+8
*
Miscellaneous doc cleanup.
kathyw@google.com
2009-08-31
4
-21
/
+29
*
share extension API test framework
erikkay@chromium.org
2009-08-31
1
-3
/
+5
*
Make the doc footer more standard.
kathyw@google.com
2009-08-29
2
-1
/
+13
*
Make a bunch of backlogged breaking changes to the extensions API in prep for...
aa@chromium.org
2009-08-28
1
-2
/
+2
*
Extension Doc Changes (no building or testable changes)
rafaelw@chromium.org
2009-08-28
16
-18
/
+20
*
Minor edits to the doc.
kathyw@google.com
2009-08-28
4
-12
/
+15
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-1
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+1
*
override chrome:// URLs via extensions.
erikkay@chromium.org
2009-08-28
4
-0
/
+45
*
Don't show extension disabled infobar when manually updating
aa@chromium.org
2009-08-28
3
-34
/
+35
*
Extension API Renaming/Consistency changes
rafaelw@chromium.org
2009-08-28
8
-54
/
+59
*
Miscellaneous doc changes, nothing earthshaking.
kathyw@google.com
2009-08-27
9
-21
/
+149
*
Add a technical overview of extensions.
kathyw@google.com
2009-08-27
2
-17
/
+407
*
Fix leak in ExtensionTest.
aa@chromium.org
2009-08-27
1
-1
/
+0
*
Update of the extension install UI:
aa@chromium.org
2009-08-27
5
-113
/
+247
*
Extension docs: fix 404 error
rafaelw@chromium.org
2009-08-27
1
-2
/
+4
*
A smaller image to avoid a huge blank area in the pageActions doc.
kathyw@google.com
2009-08-26
3
-6
/
+12
*
Minor copyedits related to TOCs.
kathyw@google.com
2009-08-26
3
-11
/
+6
*
Extension Doc Changes (no building or testable changes)
rafaelw@chromium.org
2009-08-26
26
-92
/
+97
*
Filled out the manifest page. Transferred info from dev.chromium.org
kathyw@google.com
2009-08-26
4
-3
/
+237
*
Fleshed out the documentation for PageActions.
finnur@chromium.org
2009-08-25
6
-22
/
+48
*
Make API reference fit better within conceptual pages.
kathyw@google.com
2009-08-25
5
-10
/
+22
*
Exposes a chrome.devtools object to extensions. This allows extensions to ca...
mpcomplete@chromium.org
2009-08-24
1
-0
/
+23
*
Extension Docs (no code changes) - Fix navigation jig. Renamed a few paramet...
rafaelw@chromium.org
2009-08-24
23
-93
/
+37
*
(Extension API) Make BookmarkTreeNode.index "type":"integer"
rafaelw@chromium.org
2009-08-24
1
-1
/
+1
*
Move detailed list of chrome.* APIs out of the sidenav and into
kathyw@google.com
2009-08-24
2
-41
/
+14
*
Move debugging stuff out of Getting Started into its own tutorial.
kathyw@google.com
2009-08-24
5
-133
/
+233
*
Changes related to improvements to the navigation.
kathyw@google.com
2009-08-24
5
-54
/
+86
*
Validation of extension api callbacks and event parameters in DEBUG
rafaelw@chromium.org
2009-08-22
4
-22
/
+26
*
Get rid of the extension's "Current Version" file.
mpcomplete@chromium.org
2009-08-20
2
-4
/
+14
*
Do extensions update manifest XML parsing in a sandboxed process.
asargent@chromium.org
2009-08-20
3
-0
/
+420
*
This change enables Chrome to load locale information for the extension. It d...
cira@chromium.org
2009-08-19
5
-1
/
+58
*
Async extension callbacks now always fire and set chrome.extension.lastError ...
rafaelw@chromium.org
2009-08-18
18
-19
/
+60
*
Show the extension install UI when the user clicks Reenable for a disabled-on...
mpcomplete@chromium.org
2009-08-18
2
-0
/
+13
*
An initial pass at structure to do end-to-end extension API tests. I'll work...
erikkay@chromium.org
2009-08-17
1
-0
/
+21
*
Fix TOC formatting.
kathyw@google.com
2009-08-15
1
-0
/
+4
*
Add themes link to left nav.
aa@chromium.org
2009-08-15
16
-15
/
+16
*
First swing at the docs homepage. Also, fix the copyright/license
aa@chromium.org
2009-08-15
21
-25
/
+68
*
Disable an extension when it is upgraded to a version that requires more
mpcomplete@chromium.org
2009-08-14
1
-1
/
+3
*
Apply a limit to the canvas size we will hand back to the browser.
cevans@chromium.org
2009-08-14
1
-1
/
+8
[next]