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
*
Disable uninstalling and editing permissions for policy controlled extensions.
pastarmovj@chromium.org
2011-03-31
3
-0
/
+70
*
Remove "permissions" from sample code, so copy-pasters will be less likely to...
kathyw@chromium.org
2011-03-30
2
-14
/
+10
*
Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.
mpcomplete@chromium.org
2011-03-30
3
-442
/
+686
*
Use correct error message when someone attempts to create a new child of the ...
bolms@chromium.org
2011-03-30
2
-4
/
+10
*
DevTools: make extensions more user-friendly.
pfeldman@chromium.org
2011-03-30
2
-32
/
+254
*
Adding 'explicit_expiration' cause to 'OnCookieChanged'
jochen@chromium.org
2011-03-30
2
-3
/
+3
*
Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
4
-7
/
+7
*
Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
4
-7
/
+7
*
Move the dispatching of extension messages out of RenderThread. This also mo...
jam@chromium.org
2011-03-29
1
-0
/
+7
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-29
4
-7
/
+7
*
Replace bools in extension creation with flags.
mihaip@chromium.org
2011-03-29
10
-100
/
+141
*
Make ExtensionResource::NormalizeSeperators pass by reference.
rnorton10@gmail.com
2011-03-29
2
-9
/
+12
*
Remove the timeStamp property from the webNavigation extension API.
mpcomplete@chromium.org
2011-03-28
2
-420
/
+6
*
Add focused property to chrome.windows.create extension API.
jennb@chromium.org
2011-03-28
2
-2
/
+71
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
4
-3
/
+432
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
20
-42
/
+42
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
4
-3
/
+40
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-24
1
-1
/
+1
*
Remove the timeStamp property from webRequest extension events.
mpcomplete@chromium.org
2011-03-24
2
-420
/
+6
*
Renaming 'cognito' to 'regular'. Boring.
battre@chromium.org
2011-03-24
3
-2
/
+2
*
Added extensions API to provide customization values.
altimofeev@chromium.org
2011-03-24
4
-1
/
+42
*
Theme system cleanup
erg@google.com
2011-03-23
2
-8
/
+8
*
Adding `cause` to the cookie extension API's onchanged event signature.
jochen@chromium.org
2011-03-23
3
-11
/
+84
*
Move the rest of the content browser->renderer messages to content. Also mov...
jam@chromium.org
2011-03-23
1
-1
/
+1
*
Adjusting directory.py to generate JSON without line-ending whitespace.
battre@chromium.org
2011-03-22
2
-1264
/
+1265
*
Sample extension demonstrating usage of the WebNavigation API.
jochen@chromium.org
2011-03-21
9
-1
/
+681
*
Extensions: expose raw debugging protocol via extension API.
pfeldman@chromium.org
2011-03-17
8
-1
/
+1521
*
Fixing breaking bugs in the proxy sample extension.
battre@chromium.org
2011-03-17
10
-23
/
+24
*
Added a sample Chrome Extension that uses the Tab Pinning API.
smus@chromium.org
2011-03-16
8
-1
/
+127
*
fav icon -> favicon. Pass 11: rest of chrome/browser/ui
avi@chromium.org
2011-03-16
1
-1
/
+1
*
Add onChange event to preference extension APIs.
bauerb@chromium.org
2011-03-16
2
-0
/
+327
*
Remove executable permissions from experimental.html (build fix)
caseq@google.com
2011-03-16
1
-0
/
+0
*
Exposing extension preferences via the `chrome.extension` API.
bauerb@chromium.org
2011-03-16
3
-0
/
+434
*
Add experimental.webInspector.* to experimental.html
caseq@google.com
2011-03-16
2
-10
/
+31
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
5
-1
/
+70
*
Use PreferenceTransformerInterface in extension preference APIs.
bauerb@chromium.org
2011-03-15
1
-5
/
+1
*
Sample extension demonstrating usage of the Proxy API.
battre@chromium.org
2011-03-14
13
-1
/
+3008
*
extensions: generate extension id from path by using bytes directly
evan@chromium.org
2011-03-09
2
-1
/
+5
*
Add ability to find out whether an extension pref value is coming from incogn...
bauerb@chromium.org
2011-03-09
2
-6
/
+79
*
Implement blocking for webRequest.onBeforeRequest extension event.
mpcomplete@chromium.org
2011-03-08
5
-15
/
+103
*
Update GetDistinctHost to prefer .com, .net, and .org when de-duping.
tessamac@chromium.org
2011-03-08
3
-20
/
+144
*
Don't try to convert text/html URLs ending in .user.js.
aa@chromium.org
2011-03-05
2
-11
/
+7
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
16
-141
/
+477
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
4
-8
/
+8
*
Return accessible icon URLs for disabled extensions in the management API.
jstritar@chromium.org
2011-03-04
2
-2
/
+2
*
Take out the is_content_filtered bool that gets passed around betwen renderer...
jam@chromium.org
2011-03-04
3
-14
/
+11
*
Release notes for M10.
kathyw@chromium.org
2011-03-03
4
-12
/
+54
*
Fix TODOs: Get rid of ExtensionService::InstallExtension().
skerner@chromium.org
2011-03-03
2
-0
/
+9
*
Update Chromium Search extension to use Chromium Vertical
aa@chromium.org
2011-03-03
5
-7
/
+8
*
Say that file: access requires user opt-in.
kathyw@chromium.org
2011-03-03
2
-2
/
+16
[next]