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
/
renderer
/
resources
/
extension_process_bindings.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise the omnibox extension API so that specifying descriptionStyles is easier.
mpcomplete@chromium.org
2010-11-11
1
-10
/
+6
*
1. Fires port.onDisconnect if tabs.connect fails.
jstritar@chromium.org
2010-10-28
1
-0
/
+5
*
Fix some tiny javascript lint errors.
dmazzoni@chromium.org
2010-10-27
1
-11
/
+13
*
Part 2 of extension event refactor.
mpcomplete@chromium.org
2010-10-21
1
-6
/
+3
*
DOMUI etc. Use the built in bind method of Function now that V8 supports it.
arv@chromium.org
2010-09-13
1
-8
/
+2
*
Add support for a "split" incognito behavior for extensions.
mpcomplete@chromium.org
2010-08-31
1
-1
/
+2
*
Reland r57788 - Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-31
1
-0
/
+6
*
Revert 57788 - Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-28
1
-6
/
+0
*
Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-28
1
-0
/
+6
*
Initial version of chrome.experimental.sidebar extension API.
brettw@chromium.org
2010-08-19
1
-16
/
+27
*
Adding tts experimental extensions api
chaitanyag@chromium.org
2010-08-12
1
-0
/
+3
*
Add ability to limit when context menu items appear with url patterns.
asargent@chromium.org
2010-07-18
1
-1
/
+1
*
Move context menu module out of experimental.
aa@chromium.org
2010-07-17
1
-5
/
+5
*
Only setup the contextMenus listener if we're actually using contextMenus.
asargent@chromium.org
2010-07-15
1
-8
/
+15
*
More cleanup of extensions context menu API.
asargent@chromium.org
2010-07-14
1
-12
/
+46
*
Add chrome.experimental.omnibox.styleUrl for highlighting text as an URL.
mpcomplete@chromium.org
2010-07-14
1
-0
/
+4
*
Some cleanup of the extensions context menu API.
asargent@chromium.org
2010-07-09
1
-9
/
+3
*
Add support for omnibox.onInputStarted and onInputCancelled.
mpcomplete@chromium.org
2010-07-02
1
-18
/
+2
*
Address some visual problems with the omnibox extension API:
mpcomplete@chromium.org
2010-06-21
1
-0
/
+13
*
Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f...
rafaelw@chromium.org
2010-06-16
1
-0
/
+22
*
Fix extension context menu API onclick handlers.
asargent@chromium.org
2010-06-04
1
-3
/
+5
*
Prevent extensions from clobbering JSON implementation that extension calls use
rafaelw@chromium.org
2010-06-01
1
-17
/
+5
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
1
-0
/
+16
*
Update extension functions to always pass a list of arguments, even when one ...
arv@chromium.org
2010-05-21
1
-10
/
+3
*
Correction, and simplification of the javascript code to capture the screen-s...
twiz@chromium.org
2010-04-26
1
-20
/
+11
*
Give chrome-extension frames in regular renderers access to messaging APIs,
mpcomplete@chromium.org
2010-04-19
1
-2
/
+13
*
Support PNG and quality control in chrome.tabs.captureVisibleTab().
skerner@chromium.org
2010-04-08
1
-15
/
+44
*
Move history API out of experimental. Allow extensions to override history p...
skerner@chromium.org
2010-04-01
1
-17
/
+0
*
Adding API tests for getViews and infobars.
finnur@chromium.org
2010-03-31
1
-2
/
+12
*
Enforce extension permissions in C++ (instead of Javascript).
jochen@chromium.org
2010-03-24
1
-5
/
+0
*
Initial version of an experimental Extensions Context Menu API.
asargent@chromium.org
2010-03-23
1
-4
/
+54
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-0
/
+5
*
Clone of issue 577015.
twiz@chromium.org
2010-02-12
1
-1
/
+7
*
Fix spelling error on history transition type.
brg@chromium.com
2010-02-11
1
-1
/
+1
*
Add an accessibility API for events raised outside of the web content.
estade@chromium.org
2010-01-30
1
-1
/
+4
*
revert 37335:
estade@chromium.org
2010-01-27
1
-3
/
+0
*
Add an accessibility API for events raised outside of the web content.
estade@chromium.org
2010-01-27
1
-0
/
+3
*
Fix error message when a page action calls chrome.pageAction.setIcon() with a...
skerner@chromium.org
2010-01-14
1
-5
/
+7
*
Adding support for i18n to content scripts.
cira@chromium.org
2009-12-29
1
-6
/
+0
*
Prevent 2 types of extension crashes.
asargent@chromium.org
2009-12-10
1
-0
/
+14
*
Addition of a new parameter to the popup.show(...) Chrome extension API that ...
twiz@google.com
2009-12-08
1
-6
/
+18
*
Refactoring of the chrome.experimental.popup API implementation to allow disp...
twiz@google.com
2009-11-16
1
-11
/
+29
*
Add stub functions for chrome.* APIs in content scripts.
asargent@chromium.org
2009-11-13
1
-2
/
+6
*
JsonSchema support for declaring "object" constructors.
rafaelw@chromium.org
2009-11-12
1
-28
/
+16
*
Submitting change from http://codereview.chromium.org/276029/show
mad@chromium.org
2009-11-03
1
-2
/
+91
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
1
-2
/
+26
*
New event style for pageAction API.
asargent@chromium.org
2009-10-29
1
-2
/
+6
*
Limit chrome.(browser|page)Action.setIcon({imageData:...}) to
aa@chromium.org
2009-10-28
1
-2
/
+14
*
Rename getTabContentses to getExtensionTabs.
aa@chromium.org
2009-10-28
1
-1
/
+6
*
Don't scale up small browser action icons.
finnur@chromium.org
2009-10-26
1
-8
/
+5
[next]