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
/
extension_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Plugins out of Extension class
rdevlin.cronin@chromium.org
2013-03-08
1
-2
/
+4
*
Manifest handler for all keys background-related.
yoz@chromium.org
2013-03-01
1
-2
/
+8
*
Change --load-extension flag so the extensions don't persist across restart.
mpcomplete@chromium.org
2013-02-27
1
-1
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Move page action manifest parsing out of Extension; the first multi-key manif...
yoz@chromium.org
2013-02-13
1
-131
/
+1
*
Remove ImageLoadingTracker class, as it is not used anymore.
rpaquay@chromium.org
2013-02-12
1
-85
/
+0
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Use base namespace for FilePath in chrome/common and content/common.
brettw@chromium.org
2013-02-07
1
-26
/
+28
*
Allow manifest handlers to declare keys they depend on that must be parsed be...
yoz@chromium.org
2013-02-05
1
-1
/
+1
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-58
/
+59
*
Disable ExtensionTest.GetSyncTypeUserScriptValidUpdateUrl.
maruel@chromium.org
2013-01-29
1
-1
/
+2
*
Move Commands from Extension to CommandsHandler
rdevlin.cronin@chromium.org
2013-01-24
1
-34
/
+42
*
Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction
rdevlin.cronin@chromium.org
2013-01-16
1
-14
/
+9
*
Clean-up USB/Bluetooth Permissions.
bryeung@chromium.org
2012-12-13
1
-2
/
+2
*
Implement chrome.usb API Permissions.
bryeung@chromium.org
2012-12-11
1
-0
/
+27
*
Move extension_error_utils.* and url_pattern_set.* into
aa@chromium.org
2012-11-19
1
-7
/
+9
*
Split Extension::ShouldDisplayInLauncher into ShouldDisplayIn{AppLauncher,New...
tapted@chromium.org
2012-11-09
1
-2
/
+53
*
Use extensions socket permission for TCP/UDP socket APIs in Pepper
dpolukhin@chromium.org
2012-11-02
1
-10
/
+12
*
Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P...
dpolukhin@chromium.org
2012-11-01
1
-12
/
+10
*
Use extensions socket permission for TCP/UDP socket APIs in Pepper
dpolukhin@chromium.org
2012-11-01
1
-10
/
+12
*
Refactor api permissions to eliminate the need for fileSystem and mediaGaller...
mek@chromium.org
2012-10-19
1
-2
/
+2
*
Move extension_action.* from common/ to browser/
jyasskin@chromium.org
2012-10-13
1
-1
/
+0
*
Move ownership of ExtensionAction into ExtensionSystem.
jyasskin@chromium.org
2012-10-08
1
-17
/
+25
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
1
-10
/
+1
*
Use CHANNEL_DEV for socket permission tests
penghuang@chromium.org
2012-09-20
1
-1
/
+1
*
Change browser/page action default icon defined in manifest to support hidpi.
tbarzic@chromium.org
2012-09-18
1
-2
/
+4
*
Remove support for page_action.icons, and the legacy code surrounding it.
mpcomplete@chromium.org
2012-09-13
1
-5
/
+2
*
Tabs Extension: Implementation of tabs.duplicate api.
ncj674@motorola.com
2012-09-10
1
-0
/
+1
*
Remove permission warnings from most tabs and windows APIs.
aa@chromium.org
2012-09-04
1
-2
/
+2
*
Disable sync for default apps
grv@chromium.org
2012-08-27
1
-15
/
+38
*
Added check to prevent extensions from injecting scrips into pages hosted in ...
zelidrag@chromium.org
2012-08-23
1
-15
/
+40
*
Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...
penghuang@chromium.org
2012-08-21
1
-1
/
+1
*
Support socket endpoint permissions for AppsV2 Socket API.
penghuang@chromium.org
2012-08-16
1
-0
/
+48
*
Don't show host permission warnings for platform apps.
mihaip@chromium.org
2012-08-02
1
-1
/
+1
*
Make ActiveTabPermissionManager also grant the tabs permission for
kalman@chromium.org
2012-08-02
1
-27
/
+46
*
Make sure all browser actions can be assigned a shortcut by synthesizing a ge...
finnur@chromium.org
2012-06-27
1
-0
/
+13
*
Animate the script badges for cocoa and GTK.
kalman@chromium.org
2012-06-27
1
-14
/
+14
*
From the 'no free lunch' department: Add a warning when developing an extensi...
aa@chromium.org
2012-06-13
1
-1
/
+1
*
Implement the activeTab permission, so that extensions with the permission
kalman@chromium.org
2012-06-13
1
-36
/
+147
*
Prevent developers from accidentally including their private keys in extensions.
jyasskin@chromium.org
2012-06-01
1
-1
/
+4
*
Remove Extension::STRICT_ERROR_CHECKS, it was never used.
aa@chromium.org
2012-05-31
1
-8
/
+8
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-0
/
+2
*
Update to handle absolute-looking paths in manifests and still produce nice-l...
gbillock@chromium.org
2012-05-15
1
-0
/
+4
*
Rephrasing extension permission warnings to remove the "access" prefix.
mkwst@chromium.org
2012-05-09
1
-8
/
+8
*
Move Command class out of the Extension class and into its own location (unde...
finnur@chromium.org
2012-05-04
1
-173
/
+0
*
A bit of cleanup for the Extension Commands.
finnur@chromium.org
2012-05-04
1
-32
/
+32
*
Modify IsSyncable to only include Internal items and the Chrome Web Store
csharp@chromium.org
2012-04-12
1
-0
/
+12
*
Evernote DCHECKs on install because it uses absolute paths
cduvall@chromium.org
2012-04-03
1
-1
/
+15
*
Polish the keybinding implementation a bit.
finnur@chromium.org
2012-04-02
1
-19
/
+108
*
Put manifest string constant declarations into separate header
groby@chromium.org
2012-03-23
1
-1
/
+1
[next]