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
/
chrome_browser_extensions.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ExtensionCommand* to Command* within the extensions namespace.
finnur@chromium.org
2012-05-22
1
-4
/
+4
*
Remove virtual keyboard support:
yusukes@google.com
2012-05-22
1
-15
/
+0
*
BUG=124493
munjal@chromium.org
2012-05-19
1
-0
/
+2
*
Make the page action space show extensions with active content scripts or
kalman@chromium.org
2012-05-19
1
-0
/
+2
*
Add schema chrome-extension-resource:// for extension resources. It may be us...
penghuang@chromium.org
2012-05-18
1
-0
/
+2
*
Revert 137794 - Add schema chrome-extension-resource:// for extension resourc...
rsleevi@chromium.org
2012-05-18
1
-2
/
+0
*
Add schema chrome-extension-resource:// for extension resources. It may be us...
penghuang@chromium.org
2012-05-18
1
-0
/
+2
*
Fix threading-constraint violations with serial chooser.
miket@chromium.org
2012-05-18
1
-0
/
+4
*
Scaffolding for an experimental discovery API letting users inject links in t...
beaudoin@chromium.org
2012-05-17
1
-0
/
+8
*
Improving the process model extension API
nasko@chromium.org
2012-05-17
1
-0
/
+2
*
Relanding after reverted in 137632 (broke ASAN).
kalman@chromium.org
2012-05-17
1
-0
/
+1
*
Revert 137630 - Broke ASAN
rsleevi@chromium.org
2012-05-17
1
-1
/
+0
*
Only return the visible page actions from PageActionController.
kalman@chromium.org
2012-05-17
1
-0
/
+1
*
Move content settings extension API to content_settings dir.
hebert.christopherj@chromium.org
2012-05-17
1
-8
/
+8
*
Move cookies extension API to api/cookies dir.
hebert.christopherj@chromium.org
2012-05-16
1
-6
/
+6
*
Refactor UI "badge" (page action) logic into a BadgeController interface,
kalman@chromium.org
2012-05-15
1
-0
/
+3
*
Adding libusb as a direct dependency of browser_extensions.
gdk@chromium.org
2012-05-14
1
-0
/
+1
*
Extract executeScript-like functionality into a single ExtensionScriptExecuto...
kalman@chromium.org
2012-05-14
1
-0
/
+3
*
Move context_settings extension API to api/context_settings dir.
hebert.christopherj@chromium.org
2012-05-12
1
-2
/
+2
*
Initial extension bindings for Media Gallery API.
vandebo@chromium.org
2012-05-11
1
-0
/
+2
*
Pull shell window stuff out of ExtensionHost and put in ShellWindow
benwells@chromium.org
2012-05-10
1
-0
/
+2
*
Allow serialization of ArrayBuffer params in extension/apps API methods
asargent@chromium.org
2012-05-09
1
-0
/
+2
*
Move URLMatcher to chrome/common/ to be used by renderers as well
battre@chromium.org
2012-05-09
1
-10
/
+0
*
Revert 135602 - Allow serialization of ArrayBuffer params in extension/apps A...
dmazzoni@google.com
2012-05-07
1
-2
/
+0
*
Allow serialization of ArrayBuffer params in extension/apps API methods
asargent@chromium.org
2012-05-06
1
-0
/
+2
*
Refactored and revised extensions record API with associated browser test
clintstaley@chromium.org
2012-05-05
1
-0
/
+2
*
Move extension command files to the api folder, as requested in previous revi...
finnur@chromium.org
2012-05-03
1
-4
/
+4
*
Conflict detection for Extension Keybinding.
finnur@chromium.org
2012-05-03
1
-0
/
+4
*
Moving extensions inside chrome/browser/extensions/
vabr@chromium.org
2012-05-01
1
-2
/
+2
*
Experimental USB API
gdk@chromium.org
2012-04-28
1
-0
/
+12
*
Revert 134390 - Experimental USB API
jamesr@chromium.org
2012-04-27
1
-12
/
+0
*
Experimental USB API
miket@chromium.org
2012-04-27
1
-0
/
+12
*
Revert 134062 (broke sync_integration_tests) - Cleaning Up Extensions When Lo...
szym@chromium.org
2012-04-26
1
-2
/
+0
*
Fully merge the implementations of the browserAction and pageAction APIs
kalman@chromium.org
2012-04-26
1
-1
/
+0
*
Cleaning Up Extensions When Local Content Removed
rdevlin.cronin@chromium.org
2012-04-26
1
-0
/
+2
*
Factor out the URL matching from the Web Request API to the declarative API.
battre@chromium.org
2012-04-18
1
-2
/
+6
*
Revert 132589 - Revert 132440 - Allow extension APIs to be compiled out.
sky@chromium.org
2012-04-17
1
-48
/
+83
*
Revert 132440 - Allow extension APIs to be compiled out.
zmo@google.com
2012-04-17
1
-83
/
+48
*
Allow extension APIs to be compiled out.
jgreenwald@chromium.org
2012-04-16
1
-48
/
+83
*
Implemented proper support for checking schemes and requested resource types.
battre@chromium.org
2012-04-12
1
-0
/
+2
*
Factor out the "sync processing" portion of SyncableSettingsStorage into its
kalman@chromium.org
2012-04-12
1
-0
/
+2
*
Create New AppSyncData Class
csharp@chromium.org
2012-04-11
1
-0
/
+6
*
Finish implementation of chrome.experimental.alarms API, with nifty
mpcomplete@chromium.org
2012-04-10
1
-0
/
+2
*
Make ExtensionPrefValueMap a ProfileKeyedService.
yoz@chromium.org
2012-04-06
1
-0
/
+2
*
Move files inside chrome/browser/chromeos/dbus to chromeos/dbus
hashimoto@chromium.org
2012-04-06
1
-1
/
+0
*
Hook up WebRequestRulesRegistry into old WebRequest API
battre@chromium.org
2012-04-05
1
-0
/
+2
*
Move transient background events from chrome.experimental.extension to chrome...
mihaip@chromium.org
2012-04-04
1
-0
/
+2
*
Generate list of valid serial port names. Check against that list.
miket@chromium.org
2012-04-04
1
-2
/
+3
*
Move webNavigation extension api into a separate directory
jochen@chromium.org
2012-04-04
1
-4
/
+4
*
Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten...
yoz@chromium.org
2012-04-02
1
-0
/
+4
[next]