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_messages.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extension cleanup: Move scripting whitelist to ExtensionsClient.
yoz@chromium.org
2013-10-26
1
-1
/
+2
*
Pass user gesture state along with chrome.runtime.sendMessage.
mek@chromium.org
2013-10-23
1
-2
/
+8
*
Introduce a new attribute to externally_connectable,
juanlang@google.com
2013-10-16
1
-3
/
+5
*
Revert 227722 "Introduce a new attribute to externally_connectable,"
robertphillips@google.com
2013-10-09
1
-5
/
+3
*
Introduce a new attribute to externally_connectable,
juanlang@google.com
2013-10-09
1
-3
/
+5
*
<webview>: Support showing injected scripts in DevTools
fsamuel@chromium.org
2013-10-03
1
-0
/
+3
*
Add support for top level "sockets" manifest key.
rpaquay@chromium.org
2013-09-26
1
-2
/
+6
*
Don't serialize extension user script injection results unless the extension
kalman@chromium.org
2013-08-28
1
-0
/
+5
*
Remove activity logging of blocked API calls
felt@chromium.org
2013-08-22
1
-5
/
+0
*
Remove ExtensionURLInfo, make security decisions in render process
jamesr@chromium.org
2013-07-18
1
-3
/
+0
*
Use a direct include of the shared_memory header in base/, chrome/, components/.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
chrome: Migrate from googleurl/ includes to url/ ones. Part 3.
tfarina@chromium.org
2013-07-04
1
-1
/
+1
*
Replace Bluetooth per-device permissions with per-profile.
keybuk@chromium.org
2013-07-02
1
-5
/
+5
*
Go back to JSON serialization of extension messages. base::Value pickling was
kalman@chromium.org
2013-06-21
1
-2
/
+2
*
Make chrome/common and chrome/renderer use base namespace for Value.
brettw@chromium.org
2013-06-18
1
-12
/
+12
*
Change the platform app default stylesheet to use the platforms system font a...
mek@chromium.org
2013-06-13
1
-0
/
+5
*
Replace all occurrences of CallChromeHiddenMethod (and friends) with
kalman@chromium.org
2013-06-05
1
-5
/
+7
*
Replace JSON (de)serialization of extension messages with direct Value pickling.
kalman@chromium.org
2013-06-04
1
-2
/
+2
*
Revert 203489 "Replace JSON (de)serialization of extension messa..."
tonyg@chromium.org
2013-06-03
1
-2
/
+2
*
Replace JSON (de)serialization of extension messages with direct Value pickling.
kalman@chromium.org
2013-05-31
1
-2
/
+2
*
Moved DOMActionType information from extras into a real field (ActivityLog)
felt@chromium.org
2013-05-30
1
-2
/
+2
*
Move the event URL security check out of the renderer and into the browser.
kalman@chromium.org
2013-05-30
1
-2
/
+1
*
Added logging for blocked API calls
felt@chromium.org
2013-05-17
1
-0
/
+5
*
Move web_apps methods from chrome/common to chrome/renderer.
darin@chromium.org
2013-05-10
1
-1
/
+1
*
Record any renderer extension load failure so that the crash logic on
kalman@chromium.org
2013-04-26
1
-1
/
+2
*
Revert 196597 "Check that extensions sent to the renderer load c..."
kalman@chromium.org
2013-04-26
1
-2
/
+1
*
Check that extensions sent to the renderer load correctly rather than failing
kalman@chromium.org
2013-04-26
1
-1
/
+2
*
Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect...
kalman@chromium.org
2013-04-25
1
-15
/
+26
*
This tackles a number of ActivityLog-related corner cases. I wrote tests and ...
felt@chromium.org
2013-04-12
1
-3
/
+9
*
Move the ViewType enum to extensions\common.
jam@chromium.org
2013-04-01
1
-3
/
+3
*
Added activity logging for ext APIs with custom bindings
felt@chromium.org
2013-03-26
1
-1
/
+18
*
Remove support for crx-less hosted apps.
sammc@chromium.org
2013-03-15
1
-4
/
+0
*
Remove chrome/ code to handle App Notifications
dcheng@chromium.org
2013-03-10
1
-14
/
+0
*
Set correct error message when disconnecting messaging port.
sergeyu@chromium.org
2013-03-08
1
-2
/
+2
*
ActivityLog plumbing between browser and renderer.
ataly@chromium.org
2013-02-25
1
-0
/
+23
*
Rename "unload" to "suspend" for consistency
rpaquay@chromium.org
2013-02-16
1
-14
/
+14
*
Use base namespace for FilePath in chrome/common and content/common.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Move DraggableRegion to top directory src/extensions/common
MHX348@motorola.com
2013-02-01
1
-1
/
+1
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-1
/
+1
*
Implement the basic declarativeContent API.
jyasskin@chromium.org
2013-01-26
1
-0
/
+21
*
<webview>: Implement ExecuteScript
fsamuel@chromium.org
2013-01-24
1
-0
/
+3
*
Remove connect message from Native Messaging API
sergeyu@chromium.org
2013-01-23
1
-3
/
+1
*
Media Galleries: Add write support.
thestig@chromium.org
2013-01-17
1
-0
/
+5
*
Use IPC_STRUCT_* macros for SocketPermissionData.
bryeung@chromium.org
2012-12-13
1
-8
/
+14
*
Use IPC_* macros for custom permissions messages.
bryeung@chromium.org
2012-12-13
1
-16
/
+9
*
Implement chrome.usb API Permissions.
bryeung@chromium.org
2012-12-11
1
-0
/
+9
*
Refactor (Socket|BlueoothDevice)Permission.
bryeung@chromium.org
2012-12-06
1
-0
/
+9
*
Move extension_error_utils.* and url_pattern_set.* into
aa@chromium.org
2012-11-19
1
-8
/
+8
*
Establish /extensions directory and move URLPattern there.
aa@chromium.org
2012-11-13
1
-1
/
+1
*
Make TabHelper::ContentScriptObserver also notify when tabs.executeScript is
kalman@chromium.org
2012-11-07
1
-2
/
+4
[next]