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
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-3
/
+2
*
Update the HTML source to use the CSS3 syntax for gradients.
arv@chromium.org
2011-01-05
2
-12
/
+9
*
Add hotlinks to individual samples in extension samples directory.
kurrik@chromium.org
2011-01-05
3
-93
/
+238
*
Add "management" warning, improve comments, update screenshots,
kathyw@chromium.org
2011-01-05
4
-30
/
+98
*
Add minimum_chrome_version to chrome search extension
aa@chromium.org
2011-01-04
3
-2
/
+3
*
Remove "key" property from chrome_search manifest, update docs
aa@chromium.org
2011-01-04
4
-3
/
+2
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-1
/
+0
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Adding extra debugging to extension docs build process.
kurrik@chromium.org
2010-12-28
1
-0
/
+2
*
Convert build.chromium.org URLs to new URL format.
chase@chromium.org
2010-12-24
1
-2
/
+1
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
2
-0
/
+26
*
base/version: remove wstring version
evan@chromium.org
2010-12-23
1
-2
/
+1
*
Extend the TTS extension API to allow an extension to register itself as
dmazzoni@chromium.org
2010-12-23
6
-5
/
+228
*
Introduce a separate preference for 'proxy server mode'
battre@chromium.org
2010-12-23
4
-21
/
+25
*
Add a sample app launcher extension
asargent@chromium.org
2010-12-21
9
-1
/
+366
*
Coalesced various extension type enums into Extension::Type.
akalin@chromium.org
2010-12-21
2
-14
/
+8
*
Add base:: prefix to the calls to StringAppendV.
tfarina@chromium.org
2010-12-21
1
-2
/
+3
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-0
/
+5
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-5
/
+0
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
2
-3
/
+2
*
Revert 69490 - base/version: remove wstring version
sanjeevr@chromium.org
2010-12-17
1
-1
/
+2
*
base/version: remove wstring version
evan@chromium.org
2010-12-17
1
-2
/
+1
*
Update buildbot sample zip with manifest change bumping version number.
asargent@chromium.org
2010-12-16
2
-1
/
+1
*
Some small improvements for buildbot extension
asargent@chromium.org
2010-12-16
6
-10
/
+23
*
Add missing icon image to the bookmarks sample extension.
tessamac@google.com
2010-12-15
2
-0
/
+0
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
3
-5
/
+5
*
Update the links to the store to point at the new URL.
aa@chromium.org
2010-12-13
4
-2
/
+4
*
Add utility function to determine if a locale is valid syntax; this will
dmazzoni@chromium.org
2010-12-13
4
-48
/
+5
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-4
/
+4
*
Release notes for M9.
kathyw@chromium.org
2010-12-10
6
-41
/
+115
*
Fix a bad link reported in the chromium-extensions group by
kathyw@chromium.org
2010-12-09
2
-2
/
+2
*
Resolve relative paths to a hypothetical root before fetching docs from sourc...
kurrik@chromium.org
2010-12-09
1
-2
/
+3
*
Updating omnibox sample to use new XML formatting method.
kurrik@chromium.org
2010-12-09
3
-71
/
+29
*
Re-generate extension API docs
gfeher@chromium.org
2010-12-09
6
-5
/
+5
*
Remove CSS vendor prefixes where not needed.
arv@chromium.org
2010-12-08
3
-6
/
+5
*
Fix a link to an article on the extensions documentation pages, which current...
kathyw@chromium.org
2010-12-08
2
-2
/
+2
*
doc fixes
kathyw@chromium.org
2010-12-07
3
-2
/
+2
*
Followup to change 68490
kathyw@chromium.org
2010-12-07
2
-0
/
+0
*
Doc changes
kathyw@chromium.org
2010-12-07
73
-755
/
+1671
*
Update Chrome Search sample extension to utilize
aa@chromium.org
2010-12-07
1
-21
/
+23
*
Fix issue that causes some extensions to be disabled right after installation.
jstritar@chromium.org
2010-12-07
3
-35
/
+147
*
Update valid URLPattern schemes in ExtensionPrefs::GetGrantedPermissions.
jstritar@chromium.org
2010-12-07
2
-3
/
+9
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
2
-13
/
+16
*
Update static docs from r68237
aa@chromium.org
2010-12-03
4
-4
/
+13
*
Update chrome_search sample to take advantage of newest goodies
aa@chromium.org
2010-12-03
1
-36
/
+95
*
Display a comprehensive error message when user attempts to load an extension
caseq@google.com
2010-12-02
4
-15
/
+24
*
Create a window with an existing tab and move a tab from a popup to a normal ...
asargent@chromium.org
2010-12-02
9
-236
/
+284
*
clang: Remove workaround for a clang bug that's now fixed.
thakis@chromium.org
2010-12-02
1
-9
/
+0
*
Release note update (such as it is) for Chrome 8.
kathyw@chromium.org
2010-12-01
2
-4
/
+22
*
Update generated doc for chrome.omnibox (style* methods and descriptionStyles
kathyw@chromium.org
2010-11-30
1
-693
/
+1
[next]