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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate documentation for experimental Font Settings Extension API.
falken@google.com
2012-03-15
6
-3
/
+585
*
Update the Stylizr example to work with the manifest changes the Storage API.
kalman@chromium.org
2012-03-15
4
-6
/
+9
*
Updated docs to explain "intents" section in extension manifest.
groby@chromium.org
2012-03-14
3
-2
/
+92
*
experimental.downloads extension api docs
benjhayden@chromium.org
2012-03-14
10
-45
/
+821
*
Allow chrome.browserAction.setBadgeBackgroundColor to use CSS format colors.
cduvall@chromium.org
2012-03-13
1
-8
/
+2
*
Move parts of the decl. webRequest API that we don't want to release yet to e...
battre@chromium.org
2012-03-10
4
-2
/
+278
*
Adding cautionary note about manifest_version 2 and Chrome 17.
mkwst@chromium.org
2012-03-07
4
-0
/
+26
*
Add example extension using Font Settings API.
falken@chromium.org
2012-03-07
8
-0
/
+241
*
[check_perms] chmod -x chrome/common/extensions/docs/experimental.managedMode...
dbeam@chromium.org
2012-03-06
1
-0
/
+0
*
Initial Managed Mode extension API, supporting querying the setting and a stu...
pam@chromium.org
2012-03-06
4
-1
/
+654
*
Rebuild the extension docs.
jstritar@chromium.org
2012-03-05
96
-3
/
+194
*
Fix typos in privacy API documentation.
pam@chromium.org
2012-03-05
2
-6
/
+6
*
Allow comments in extension config files.
cduvall@chromium.org
2012-03-03
3
-3
/
+8
*
Improve implementation of isInstanceOf in JSONSchemaValidator.
aa@chromium.org
2012-03-03
1
-4
/
+4
*
Update extension docs.
aa@chromium.org
2012-03-02
6
-1
/
+143
*
Fix typo in new background page syntax ("page" takes a string, not an array)
mihaip@chromium.org
2012-03-02
2
-2
/
+2
*
Revert 124660 - Allow comments in extension config files.
yzshen@chromium.org
2012-03-02
3
-8
/
+3
*
Allow comments in extension config files.
cduvall@chromium.org
2012-03-02
3
-3
/
+8
*
Added currentWindow and lastFocusedWindow booleans to chrome.tabs.query
mtytel@chromium.org
2012-03-01
2
-2
/
+50
*
A very simple platform app. Calculator that only adds and subtracts.
miket@chromium.org
2012-02-29
10
-0
/
+267
*
fixing typo in speechInput docs
ernestd@chromium.org
2012-02-29
2
-2
/
+2
*
Add setFontName to Font Settings Extension API.
falken@chromium.org
2012-02-29
1
-0
/
+1
*
downloads.download() sample extension
benjhayden@chromium.org
2012-02-29
6
-0
/
+184
*
Allow the "properties" property of the "object" type in extension schemas to be
kalman@chromium.org
2012-02-28
5
-40
/
+0
*
Rename DOMWindow to Window
arv@chromium.org
2012-02-28
6
-14
/
+14
*
Add "storage" to permission_warnings.html.
kalman@chromium.org
2012-02-27
3
-0
/
+3
*
Updating the doc to reflect the new experimental.keybinding API.
finnur@chromium.org
2012-02-27
4
-0
/
+446
*
Correcting two mistakes in `browsingData` API documentation.
mkwst@chromium.org
2012-02-27
3
-3
/
+3
*
Move `browsingData` extension API out of experimental.
mkwst@chromium.org
2012-02-24
12
-1768
/
+2007
*
Globbing _manifest_features.json out of the extension documentation.
mkwst@chromium.org
2012-02-24
1
-1
/
+2
*
Add a webstore API for installing bundles of extensions.
jstritar@chromium.org
2012-02-23
1
-1
/
+1
*
Fix typo that mentions "manifest" permission rather than "management" permiss...
pam@chromium.org
2012-02-23
2
-2
/
+2
*
Make invalid input to i18n.getMessage return undefined rather than throwing
kalman@chromium.org
2012-02-23
2
-3
/
+10
*
Stripping inline style attributes from extension documentation.
mkwst@chromium.org
2012-02-23
8
-33
/
+36
*
Add fullscreen state support for chrome.windows
hashimoto@chromium.org
2012-02-22
1
-3
/
+3
*
Add experimental Font Settings Extension API.
falken@chromium.org
2012-02-21
2
-0
/
+232
*
Document a method to get the ID of a hosted app.
skerner@chromium.org
2012-02-17
2
-5
/
+30
*
Update the manifestVersion.html documentation with the deprecation of chrome....
kalman@chromium.org
2012-02-17
2
-0
/
+12
*
Reworking the BrowsingData API signature to include an options object.
mkwst@chromium.org
2012-02-14
2
-72
/
+109
*
Allow "internal" APIs to be specified in extension API schemas, and specify t...
kalman@chromium.org
2012-02-13
6
-29
/
+33
*
Renaming 'clear.browsingData()' to 'browsingData.remove()'
mkwst@chromium.org
2012-02-10
13
-263
/
+293
*
Add two features to the extension documentation generator, primarily for use by
kalman@chromium.org
2012-02-09
4
-10
/
+112
*
Bindings layer for declarative events API
battre@chromium.org
2012-02-08
2
-3
/
+4
*
Adding a trailing '/' to the doc switcher URL.
mkwst@chromium.org
2012-02-07
1
-1
/
+5
*
Unrevert again r119770 - "Event pages: remember events that the page register...
mpcomplete@chromium.org
2012-02-07
2
-0
/
+2
*
This includes the extension release notes for Chrome 17.
aa@chromium.org
2012-02-07
2
-0
/
+72
*
Revert "Unrevert 119770 - "Event pages: remember events that the page registe...
mpcomplete@chromium.org
2012-02-07
2
-2
/
+0
*
Unrevert 119770 - "Event pages: remember events that the page registered for,
mpcomplete@chromium.org
2012-02-06
2
-0
/
+2
*
Fixing typo in the URL of an icon in the "Getting Started" tutorial.
mkwst@chromium.org
2012-02-05
2
-2
/
+2
*
Documenting changes between `manifest_version` 1 and 2.
mkwst@chromium.org
2012-02-03
6
-16
/
+641
[next]