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
*
Revert r141537: Add extensions::StateStore and use that instead of
mpcomplete@chromium.org
2012-06-11
1
-2
/
+0
*
Add extensions::StateStore and use that instead of ExtensionPrefs for
mpcomplete@chromium.org
2012-06-11
1
-0
/
+2
*
Refactoring ExtensionInstallUI to abstract the Browser references.
jcivelli@chromium.org
2012-06-08
1
-0
/
+10
*
Moving the tabs_module API into a separate directory in api/
vabr@chromium.org
2012-06-08
1
-6
/
+6
*
Implement extension API chrome.fileSystem.getDisplayPath().
benwells@chromium.org
2012-06-08
1
-0
/
+2
*
Do hostname resolution. Interesting questions to ponder:
miket@chromium.org
2012-06-07
1
-0
/
+2
*
Factor the code dealing with admin policy (extension black-, white-, and forc...
pam@chromium.org
2012-06-05
1
-0
/
+2
*
Refactor the various ways to control what users can do to extensions.
pam@chromium.org
2012-06-02
1
-0
/
+2
*
Relanding r140069: Move extensions::SettingsStorage to ValueStore, and remove...
mpcomplete@chromium.org
2012-06-01
1
-10
/
+2
*
Revert r140069: Move extensions::SettingsStorage to ValueStore, and remove th...
mpcomplete@chromium.org
2012-06-01
1
-2
/
+10
*
Move extensions::SettingsStorage to ValueStore, and remove the few dependencies
mpcomplete@chromium.org
2012-06-01
1
-10
/
+2
*
Moved BrowserActionButton and BrowserActionView to a new file (from browser_a...
yefim@chromium.org
2012-05-31
1
-1
/
+0
*
Rename ActionBoxController -> LocationBarController.
aa@chromium.org
2012-05-27
1
-1
/
+1
*
Pass command line arguments onto platform apps which provide the right intent.
benwells@chromium.org
2012-05-26
1
-0
/
+2
*
Moving web_socket_proxy_private into a sub-dir in api/
vabr@chromium.org
2012-05-25
1
-2
/
+2
*
Allow platform apps to create shell windows with a script connection.
jeremya@chromium.org
2012-05-25
1
-0
/
+2
*
Moving webstore_private to api/webstore_private
vabr@chromium.org
2012-05-24
1
-2
/
+2
*
Revert half of the changes from 137638 that are probably causing breakages in
kalman@chromium.org
2012-05-24
1
-1
/
+0
*
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
[next]