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
/
browser
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make URLMatcherConditionSet refcounted
battre@chromium.org
2012-04-05
7
-88
/
+71
*
Hook up WebRequestRulesRegistry into old WebRequest API
battre@chromium.org
2012-04-05
30
-222
/
+610
*
Add ExtensionSytem::Get(Profile*) as a wrapper around
mpcomplete@chromium.org
2012-04-05
9
-22
/
+23
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-1
/
+1
*
Revert "Revert 130697 - Reland r130462: Implement FeatureProvider for Extensi...
aa@chromium.org
2012-04-04
4
-4
/
+27
*
Move transient background events from chrome.experimental.extension to chrome...
mihaip@chromium.org
2012-04-04
5
-31
/
+60
*
Add a link to inspect an inactive transient page from the extension settings
mpcomplete@chromium.org
2012-04-04
1
-0
/
+3
*
Add a common BluetoothExtensionFunction base class
bryeung@chromium.org
2012-04-04
2
-13
/
+33
*
Revert 130697 - Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
4
-27
/
+4
*
Reland r130462: Implement FeatureProvider for ExtensionAPI."
aa@chromium.org
2012-04-04
4
-4
/
+27
*
Honor window size for chrome.windows.create when parent window is maximized.
aa@chromium.org
2012-04-04
2
-10
/
+14
*
Generate list of valid serial port names. Check against that list.
miket@chromium.org
2012-04-04
5
-0
/
+213
*
Split the NotificationUIManager into a virtual interface and an impl.
rsesek@chromium.org
2012-04-04
1
-0
/
+2
*
Hide some network requests from the webrequest API
battre@chromium.org
2012-04-04
4
-45
/
+92
*
FileBrowser: Added setting button for GData in filebrowser.
zvorygin@chromium.org
2012-04-04
1
-0
/
+2
*
Move webNavigation extension api into a separate directory
jochen@chromium.org
2012-04-04
10
-76
/
+94
*
Revert "Mark ExtensionResourceRequestPolicyTest.Audio as FLAKY on ChromeOS"
imasaki@google.com
2012-04-04
1
-7
/
+1
*
Revert 130462 - Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
3
-3
/
+3
*
Implement FeatureProvider for ExtensionAPI.
aa@chromium.org
2012-04-03
3
-3
/
+3
*
Fix some issues with extension messaging for transient pages.
mpcomplete@chromium.org
2012-04-03
5
-30
/
+37
*
Add getDevicesWithService for the bluetooth api.
bryeung@chromium.org
2012-04-03
2
-14
/
+50
*
Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...
apavlov@chromium.org
2012-04-03
2
-0
/
+2
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
Provide real RequestMatcher for declarative webRequest API conditions
battre@chromium.org
2012-04-03
3
-15
/
+61
*
Allow extension context menus to enable/disable items
cduvall@chromium.org
2012-04-03
6
-4
/
+64
*
Improve assocation of WebstoreInstallers to CrxInstallers.
jstritar@chromium.org
2012-04-03
9
-151
/
+214
*
Revert 130248 - Add full support for filesystem URLs.
sergeyu@chromium.org
2012-04-03
2
-2
/
+0
*
Add full support for filesystem URLs.
ericu@google.com
2012-04-02
2
-0
/
+2
*
Mark default apps as "from webstore" so NaCl gets enabled.
bbudge@chromium.org
2012-04-02
1
-2
/
+16
*
Report failures when opening an extension port to the caller.
mpcomplete@chromium.org
2012-04-02
3
-54
/
+28
*
Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe...
mpcomplete@chromium.org
2012-04-02
6
-78
/
+88
*
Implement experimental.bluetooth.getAddress.
bryeung@chromium.org
2012-04-02
2
-11
/
+18
*
Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten...
yoz@chromium.org
2012-04-02
15
-60
/
+857
*
Fix Crash in ExtensionSorting::SyncIfNeeded
csharp@chromium.org
2012-03-31
1
-1
/
+5
*
[uber page] Uber URL cleanups.
csilv@chromium.org
2012-03-31
2
-4
/
+2
*
Making the test more reliable.
nasko@chromium.org
2012-03-30
1
-5
/
+5
*
Reset |associated_web_contents_| in extension host when the web contents goes...
tbarzic@chromium.org
2012-03-30
3
-4
/
+18
*
Ensure that we initiate ExtensionEventRouter operations on the UI thread.
miket@chromium.org
2012-03-30
8
-9
/
+44
*
Remove deprecated extension source on mac.
skerner@chromium.org
2012-03-30
2
-46
/
+0
*
Disable ExtensionApiTest.WebNavigationGetFrame on windows.
jstritar@chromium.org
2012-03-30
1
-1
/
+3
*
Delete invalid/damaged AppPack files, so that they can be downloaded again.
joaodasilva@chromium.org
2012-03-30
1
-0
/
+2
*
Remove leftover constant declarations accidentally left behind by a previous ...
pam@chromium.org
2012-03-30
1
-9
/
+0
*
Add histogram for extensions disabled for permissions at startup.
yoz@chromium.org
2012-03-30
2
-1
/
+13
*
[Coverity] Fix pass-by-value to pass-by-ref
groby@chromium.org
2012-03-29
2
-2
/
+2
*
Remove remnants of the identity permission, attempt #2.
jstritar@chromium.org
2012-03-29
1
-5
/
+1
*
Make extension disabled UI appear at startup if extensions are disabled.
yoz@chromium.org
2012-03-29
3
-14
/
+15
*
Refactor several callers that collect basic extension info.
pam@chromium.org
2012-03-29
4
-55
/
+34
*
Fix illegal include of tools/json_schema_compiler/any.h
battre@chromium.org
2012-03-29
2
-3
/
+3
*
Implement rules removal for WebRequestRulesRegistry
battre@chromium.org
2012-03-29
11
-7
/
+177
*
Implementation of beginning of Declarative Web Request API backend
battre@chromium.org
2012-03-29
17
-0
/
+1652
[next]