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
*
Move bindings javascript into its own directory.
aa@chromium.org
2011-09-21
1
-1026
/
+0
*
Remove some dead functions from extension_process_bindings.js.
aa@chromium.org
2011-09-21
1
-55
/
+4
*
Revert 101678 (turned linux "sizes" step red, and noone was around to
thakis@chromium.org
2011-09-18
1
-18
/
+0
*
Description and Demo:
alexbost@google.com
2011-09-18
1
-0
/
+18
*
Fix a bug with webRequest extension API where you couldn't remove event
mpcomplete@chromium.org
2011-09-16
1
-11
/
+16
*
Make OnKeyEvent asynchronous to match the design.
zork@chromium.org
2011-09-08
1
-0
/
+30
*
Initialize content scripts the same way extension scripts are.
aa@chromium.org
2011-08-26
1
-19
/
+3
*
chrome.experimental.downloads stubs
benjhayden@chromium.org
2011-08-15
1
-0
/
+3
*
Add a Print() method to bindings JS for last resort debugging.
aa@chromium.org
2011-08-12
1
-2
/
+1
*
Add hasListener/hasListeners to webRequestEvents
jochen@chromium.org
2011-08-02
1
-0
/
+10
*
Revert "Retry 92587 - Quick patch to give better error messages for async ext...
mpcomplete@chromium.org
2011-07-28
1
-4
/
+1
*
Retry 92587 - Quick patch to give better error messages for async extension API
mpcomplete@chromium.org
2011-07-28
1
-1
/
+4
*
Merged already reviewed CLs for r/o zip support in ChromeOS file browser:
zelidrag@chromium.org
2011-07-26
1
-0
/
+2
*
Revert 93838 - Merged already reviewed CLs for r/o zip support in ChromeOS fi...
zelidrag@chromium.org
2011-07-25
1
-2
/
+0
*
Merged already reviewed CLs for r/o zip support in ChromeOS file browser:
zelidrag@chromium.org
2011-07-25
1
-0
/
+2
*
Move the tts and ttsEngine APIs out of experimental, and give
dmazzoni@chromium.org
2011-07-20
1
-8
/
+8
*
Update TTS extension API docs to reflect latest changes. Note that this
dmazzoni@chromium.org
2011-07-15
1
-2
/
+2
*
Revert 92587 - Quick patch to give better error messages for async extension ...
asargent@chromium.org
2011-07-14
1
-4
/
+1
*
Quick patch to give better error messages for async extension API calls.
mpcomplete@chromium.org
2011-07-14
1
-1
/
+4
*
Fix some bugs when speak() is called without all of its arguments.
dmazzoni@chromium.org
2011-07-14
1
-1
/
+1
*
Extend TTS extension API to support richer events returned from the engine
dmazzoni@chromium.org
2011-07-07
1
-9
/
+43
*
Content settings extension API: Implement ContentSetting.getResourceIdentifiers.
bauerb@chromium.org
2011-06-15
1
-0
/
+8
*
Handle extension webrequest API on the IO thread. This speeds up blocking event
mpcomplete@chromium.org
2011-06-09
1
-20
/
+40
*
Content settings extension API
bauerb@chromium.org
2011-06-09
1
-27
/
+69
*
Does not crash with unexpected function in debug build.
mpcomplete@chromium.org
2011-06-08
1
-0
/
+24
*
Renamed chrome.preferences.Preference to chrome.types.ChromeSettings
battre@chromium.org
2011-06-02
1
-10
/
+11
*
Move Proxy Settings API out of experimental
battre@chromium.org
2011-05-25
1
-5
/
+4
*
Disable setting incognito prefs for extensions for now.
battre@chromium.org
2011-05-25
1
-2
/
+2
*
Implemented chromePrivate.decodeJPEGIntoPixels() API
glotov@google.com
2011-05-20
1
-0
/
+6
*
Add support in the extension docs for webRequest event listeners.
mpcomplete@chromium.org
2011-04-20
1
-2
/
+6
*
Start context menu IDs from 1 instead of 0.
bolms@chromium.org
2011-04-12
1
-1
/
+0
*
Use a global counter for context menu IDs.
bolms@chromium.org
2011-03-29
1
-2
/
+3
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
1
-0
/
+12
*
Use PreferenceTransformerInterface in extension preference APIs.
bauerb@chromium.org
2011-03-15
1
-8
/
+4
*
Fix Port and Event leaking.
jstritar@chromium.org
2011-03-14
1
-3
/
+7
*
Add ability to find out whether an extension pref value is coming from incogn...
bauerb@chromium.org
2011-03-09
1
-0
/
+2
*
Implement blocking for webRequest.onBeforeRequest extension event.
mpcomplete@chromium.org
2011-03-08
1
-4
/
+24
*
Implementation of 'clear' for preference settings in extension preference api
battre@chromium.org
2011-02-24
1
-0
/
+8
*
Migrated Proxy Settings API to mechanisms of Content Settings API
battre@chromium.org
2011-02-24
1
-10
/
+11
*
Implement experimental.contentSettings.misc.blockThirdPartyCookies.
bauerb@chromium.org
2011-02-24
1
-6
/
+68
*
Retrying r74887: Add plumbing to webRequest API to support event filtering.
mpcomplete@chromium.org
2011-02-15
1
-2
/
+66
*
Revert 74887 - Add plumbing to webRequest API to support event filtering.
mpcomplete@chromium.org
2011-02-15
1
-66
/
+2
*
Add plumbing to webRequest API to support event filtering.
mpcomplete@chromium.org
2011-02-15
1
-2
/
+66
*
Removing the experimental Chrome extension popup API. This API will not be ad...
twiz@chromium.org
2011-02-14
1
-74
/
+0
*
Start counting at 1 for extension API validation.
jochen@chromium.org
2011-01-07
1
-2
/
+2
*
Extend the TTS extension API to allow an extension to register itself as
dmazzoni@chromium.org
2010-12-23
1
-2
/
+16
*
Replace 'descriptionStyles' in omnibox API with a simple xml
aa@chromium.org
2010-11-30
1
-19
/
+80
*
CL adding a 'maxSize' parameter to the experimental popup extension API.
twiz@google.com
2010-11-26
1
-1
/
+14
*
De-experimentalify omnibox extension API.
mpcomplete@chromium.org
2010-11-18
1
-7
/
+5
*
Revise the omnibox extension API so that specifying descriptionStyles is easier.
mpcomplete@chromium.org
2010-11-11
1
-10
/
+6
[next]