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
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NOTIFICATION_EXTENSIONS_READY from runtime_api.cc
limasdf@gmail.com
2014-07-31
2
-35
/
+27
*
Add ExtensionsTest base class for extensions_unittests tests
jamescook@chromium.org
2014-07-31
4
-37
/
+109
*
Account for all extensions case in UserScriptsUpdated message handling
rdevlin.cronin@chromium.org
2014-07-31
1
-2
/
+12
*
content: ResourceType cleanup.
tfarina@chromium.org
2014-07-31
2
-10
/
+10
*
Extract mojo_base.gyp from mojo.gyp
morrita@chromium.org
2014-07-30
2
-7
/
+7
*
Allow restricting WebUI-enabled extension APIs to URL patterns.
kalman@chromium.org
2014-07-30
18
-193
/
+431
*
extensions: Combine extensions_pak with app_shell_pak
tfarina@chromium.org
2014-07-30
5
-75
/
+66
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-30
10
-0
/
+197
*
Fix subtle race conditions in extension script injection.
rdevlin.cronin@chromium.org
2014-07-30
2
-27
/
+67
*
Declarative content scripts: Renderer-side: per-extension shared memory regio...
markdittmer@chromium.org
2014-07-30
10
-72
/
+270
*
Add an EasyUnlockPrivate API to load localized strings from the browser.
isherman@chromium.org
2014-07-30
1
-0
/
+1
*
Remove NOTIFICATION_SESSION_RESTORE_DONE from src/extensions
jamescook@chromium.org
2014-07-30
2
-16
/
+35
*
Add a private Bluetooth API to connect to the SDP service on a remote device ...
isherman@chromium.org
2014-07-29
1
-0
/
+1
*
Revert of Fix the handling of user gestures for external protocol handler dia...
meacer@chromium.org
2014-07-29
6
-0
/
+14
*
Actually Disable ExtensionApiTest.ChromeRuntimeReload
mpearson@chromium.org
2014-07-29
1
-1
/
+1
*
Revert 286199 "Implement chrome.serial.getDevices() on top of th..."
mpearson@chromium.org
2014-07-29
10
-197
/
+0
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-29
10
-0
/
+197
*
Revert 286122 "Implement chrome.serial.getDevices() on top of th..."
serya@chromium.org
2014-07-29
10
-197
/
+0
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-29
10
-0
/
+197
*
Disable flaky ExtensionApiTest.ChromeRuntimeReload
dmichael@chromium.org
2014-07-29
1
-7
/
+2
*
Cleanup: Rename kNotification to kNotifications because the permission string
kalman@chromium.org
2014-07-29
2
-4
/
+4
*
Add GN Build file for extensions_renderer target.
tfarina@chromium.org
2014-07-28
1
-0
/
+164
*
Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.
kalman@chromium.org
2014-07-28
12
-25
/
+25
*
hid: Remove size from receive APIs and return report ID separately.
reillyg@chromium.org
2014-07-28
3
-21
/
+39
*
Experience Sampling API implementation
cthomp@chromium.org
2014-07-28
3
-0
/
+3
*
[gcc 4.8] Fix compilation failure for EXPECT_EQ reported due to -Werror=conve...
vivek.vg@samsung.com
2014-07-28
1
-1
/
+1
*
extensions/shell: Update README file with the recent flag change.
tfarina@chromium.org
2014-07-28
1
-1
/
+5
*
Move the serial api and permission features to extensions/.
sammc@chromium.org
2014-07-28
4
-0
/
+13
*
Remove service worker concepts from _api_features.json
scheib@chromium.org
2014-07-26
8
-82
/
+2
*
An implementation of chrome.socket.secure().
lally@chromium.org
2014-07-26
14
-4
/
+812
*
Add GN Build file for extensions_browser target.
tfarina@chromium.org
2014-07-26
2
-0
/
+255
*
Add support for writing unit tests for Mojo-backed apps/extensions APIs.
sammc@chromium.org
2014-07-26
19
-123
/
+724
*
Move the app_shell_browsertests DNS apitest to chrome/browser/api/dns.
yoz@chromium.org
2014-07-26
2
-1
/
+3
*
Support permission_broker for chrome.hid devices.
rockot@chromium.org
2014-07-26
13
-7
/
+107
*
Fix error handling for message parse errors that occur during connection setup.
kmarshall@chromium.org
2014-07-26
2
-41
/
+117
*
Update masters after the tryserver split.
sergeyberezin@chromium.org
2014-07-26
1
-1
/
+1
*
Current host warning "Read and modify your data .." should say "Read and chan...
mohammed@chromium.org
2014-07-25
2
-7
/
+7
*
Additional metrics for disabled extensions and content verification
asargent@chromium.org
2014-07-25
3
-1
/
+26
*
Extensions: Move bluetooth APIs to extensions/.
thestig@chromium.org
2014-07-25
34
-0
/
+5125
*
Relands "Removed InProcessBrowserTest::CleanUpOnMainThread()"
atwilson@chromium.org
2014-07-25
1
-1
/
+1
*
extensions: Create extensions_pak target.
tfarina@chromium.org
2014-07-25
2
-25
/
+33
*
Remove disable-embedded-shared-worker flag and shared worker process related ...
horo@chromium.org
2014-07-25
1
-1
/
+0
*
Extensions can now use the <extensionoptions> page to embed another extension...
ericzeng@chromium.org
2014-07-25
2
-2
/
+6
*
Remove Create*Value (except CreateNullValue)
estade@chromium.org
2014-07-25
1
-2
/
+1
*
Don't allow null bytes in hosts of host permissions.
yoz@chromium.org
2014-07-25
3
-0
/
+16
*
Remove chrome::NOTIFICATION_PROFILE_DESTROYED usage from src/extensions
jamescook@chromium.org
2014-07-25
3
-38
/
+11
*
Fix missing string resource for extensions_unittests on Chrome OS
jamescook@chromium.org
2014-07-25
2
-1
/
+8
*
Revert 285173 "Removed InProcessBrowserTest::CleanUpOnMainThread()"
asvitkine@chromium.org
2014-07-24
1
-1
/
+1
*
extensions: Rename repack_components_pack to something more inline with exten...
tfarina@chromium.org
2014-07-24
1
-1
/
+1
*
Allow extension APIs to be called from WebUI. The only API currently
kalman@chromium.org
2014-07-24
17
-88
/
+205
[next]