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
/
browser
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an install source for inline installs.
mihaip@chromium.org
2011-10-18
3
-11
/
+36
*
Report errors when extensions attempt to use private APIs.
aa@chromium.org
2011-10-18
1
-8
/
+0
*
Remove toolstrips from Chrome.
aa@chromium.org
2011-10-17
4
-16
/
+7
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
1
-3
/
+1
*
Add webstorePrivate.beginInstallWithManifest3 and remove webstorePrivate.begi...
mihaip@chromium.org
2011-10-17
7
-205
/
+11
*
Diabling failing test ExtensionClipboardApiTest
tbarzic@chromium.org
2011-10-17
1
-1
/
+1
*
More NewRunnable* -> base::Bind for chrome/browser/extensions/.
adamk@chromium.org
2011-10-17
12
-98
/
+57
*
Restrict webRequest events to extensions with host permissions
mpcomplete@chromium.org
2011-10-17
3
-14
/
+18
*
Revert 105759 - Revert 105755 - Fails on XP and Vista
tbarzic@chromium.org
2011-10-17
4
-0
/
+359
*
Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi...
adamk@chromium.org
2011-10-17
22
-164
/
+146
*
Use real language for extension alert.
miket@chromium.org
2011-10-17
1
-8
/
+7
*
NewRunnable* -> base::Bind for most of chrome/browser/extensions/.
adamk@chromium.org
2011-10-17
22
-146
/
+164
*
For the extension_tab_map_id, Change usage of AllSources to AllBrowserContext...
mirandac@chromium.org
2011-10-17
1
-3
/
+3
*
For the extension service, Change usage of AllSources to AllBrowserContextsAn...
mirandac@chromium.org
2011-10-17
1
-3
/
+3
*
Make audio recording exclusive between web speech input and the extension API.
leandrogracia@chromium.org
2011-10-17
5
-15
/
+43
*
Refactoring: Iterating content setting rules.
marja@chromium.org
2011-10-17
3
-166
/
+147
*
Change EnterFullscreen() to take an enum instead of a bool as second parameter.
thakis@chromium.org
2011-10-17
1
-2
/
+4
*
Revert 105755 - Fails on XP and Vista
rsleevi@chromium.org
2011-10-17
4
-358
/
+0
*
Adding experimental extension clipboard api.
tbarzic@chromium.org
2011-10-16
4
-0
/
+358
*
Allow webstore extensions to use experimental permissions. We
aa@chromium.org
2011-10-16
2
-22
/
+23
*
Disable warning the user if a webRequest extension misbehaves
battre@chromium.org
2011-10-16
1
-11
/
+17
*
Initialize the NetworkDelayListener to allow requests rather than deny them.
pam@chromium.org
2011-10-15
3
-38
/
+7
*
Revert 105661 - Revert 105659 - Delay network requests on startup if any webR...
pam@chromium.org
2011-10-15
10
-28
/
+353
*
Revert 105659 - Delay network requests on startup if any webRequest or webNav...
pam@chromium.org
2011-10-15
10
-353
/
+28
*
Remove svn:executable from source file.
pam@chromium.org
2011-10-15
1
-0
/
+0
*
Delay network requests on startup if any webRequest or webNavigation extensio...
pam@chromium.org
2011-10-15
11
-28
/
+637
*
Implement fullscreen info bubble on Win and Mac.
jeremya@chromium.org
2011-10-15
1
-2
/
+2
*
Reenable Isolated App Tests that should no longer be flaky as of r105029.
ajwong@chromium.org
2011-10-15
1
-15
/
+2
*
Mark ExtensionMessageService AllSources usage as ok.
yoz@chromium.org
2011-10-15
1
-3
/
+3
*
Fix ExtensionApiTest.TabUpdateNoPermissions timeouts
mihaip@chromium.org
2011-10-14
4
-29
/
+82
*
Fix RENDERER_PROCESS_CREATED AllSources listeners in UserScriptMaster and Vis...
yoz@chromium.org
2011-10-14
1
-1
/
+5
*
Move NativeWebKeyboardEvent files into their intended final destinations prio...
ben@chromium.org
2011-10-14
2
-2
/
+2
*
Renaming extension_clipboard_apitest.cc to extension_dom_clipboard_apitest.cc
tbarzic@chromium.org
2011-10-14
1
-0
/
+0
*
Now allow reopening BCs even if they were specified in the manifest
atwilson@chromium.org
2011-10-14
1
-1
/
+30
*
Fix flaky AppInstallBundle test.
jstritar@chromium.org
2011-10-14
1
-3
/
+13
*
Support SSL connections in websocket-to-TCP proxy.
dilmah@chromium.org
2011-10-14
4
-30
/
+140
*
Split most of RenderViewTest and associated classes into content.
joi@chromium.org
2011-10-14
1
-14
/
+14
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
2
-2
/
+2
*
When not running the default apps experiment, default apps should be controlled
rogerta@chromium.org
2011-10-14
1
-6
/
+23
*
Do not create incognito window based on the particular URL.
ncj674@motorola.com
2011-10-14
1
-1
/
+11
*
Move extension permissions API out of experimental.
jstritar@chromium.org
2011-10-14
3
-10
/
+10
*
Fix issues related to <all_urls> in extensions.
jstritar@chromium.org
2011-10-14
2
-1
/
+7
*
Clear extension settings when an extension is uninstalled.
kalman@chromium.org
2011-10-14
10
-66
/
+279
*
Fix some AllSources observers of EXTENSION_UNLOADED.
yoz@chromium.org
2011-10-13
4
-8
/
+9
*
Allow resource identifiers in content settings.
bauerb@chromium.org
2011-10-13
2
-5
/
+1
*
Don't show URL for pending new navigations initiated by the renderer.
creis@chromium.org
2011-10-13
1
-1
/
+2
*
Add a helper class for downloading and installing extensions from the gallery.
jstritar@chromium.org
2011-10-13
12
-60
/
+394
*
Move contentSettings extension API out of experimental
bauerb@chromium.org
2011-10-13
1
-8
/
+4
*
Added a InterruptReason enum.
ahendrickson@chromium.org
2011-10-13
1
-1
/
+2
*
Disable AppNotificationManagerTest.ExtensionUninstall under AddressSanitizer
glider@chromium.org
2011-10-13
1
-1
/
+7
[next]