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
/
extension_function_test_utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Extensions] Clean up the handling of ExtensionHostMsg_Request
rdevlin.cronin
2015-06-10
1
-2
/
+2
*
Use scoped_ptrs in JSONReader::Read functions.
estade
2015-05-22
1
-1
/
+1
*
Move chrome.alarms API from chrome/ to extensions/.
sudarsana.nagineni
2015-01-31
1
-9
/
+0
*
Removed duplicated code in extension_function_test_utils
thiago.santos
2015-01-05
1
-33
/
+2
*
Move system.display tests to extensions/
thiago.santos
2014-12-23
1
-33
/
+10
*
Cleanup: Remove unneeded ui_test_utils.h includes.
thestig
2014-10-31
1
-1
/
+0
*
Set the favicon URL in the tabs returned from chrome.sessions.getDevices.
kalman
2014-10-23
1
-3
/
+4
*
Standardize usage of virtual/override/final in chrome/browser/extensions/
dcheng
2014-10-21
1
-9
/
+6
*
replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/
mostynb
2014-10-04
1
-3
/
+3
*
Remove CreateEmptyExtension from extension_function_test_utils
limasdf
2014-09-18
1
-12
/
+0
*
Extensions: Move id_util functions to crx_file component.
tommycli@chromium.org
2014-08-21
1
-2
/
+2
*
Adding support for args as ListValues in extension_function_test_utils.
ckehoe@chromium.org
2014-08-16
1
-1
/
+11
*
Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_...
yoz@chromium.org
2014-07-23
1
-34
/
+20
*
Drive extension functions from ExtensionFunction::Run. The
kalman@chromium.org
2014-05-03
1
-2
/
+2
*
extensions: Remove ChromeRenderMessageFilter dependency.
derat@chromium.org
2014-04-01
1
-3
/
+3
*
Move ExtensionFunctionDispatcher to extensions/browser.
derat@chromium.org
2014-03-15
1
-1
/
+1
*
Pull AsyncApiFunction out of src/chrome
rockot@chromium.org
2014-02-28
1
-1
/
+1
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
Move ExtensionFunction to the extensions component.
benwells@chromium.org
2013-11-13
1
-1
/
+1
*
Remove Profile dependency from ExtensionFunction
benwells@chromium.org
2013-10-28
1
-1
/
+2
*
Correct comment in extension_function_test_utils.cc for better understanding.
Hokein.Wu@gmail.com
2013-09-30
1
-1
/
+1
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-1
/
+1
*
Move CrxFile, FileReader, ExtensionResource to src/extensions.
yoz@chromium.org
2013-03-23
1
-1
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-5
/
+6
*
Make sure that a given app/extension requests only its own resources.
miket@chromium.org
2012-09-11
1
-3
/
+17
*
Tabs Extension: Implementation of tabs.duplicate api.
ncj674@motorola.com
2012-09-10
1
-3
/
+25
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-1
/
+1
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-1
/
+1
*
Show login dialog in a popup if the user is not signed in
munjal@chromium.org
2012-07-24
1
-0
/
+4
*
Move ExtensionWindowController and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-17
1
-1
/
+1
*
Added support for multiple parameters to Extension API callbacks.
mtytel@chromium.org
2012-07-12
1
-11
/
+17
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-0
/
+1
*
Remove Browser dependency in ExtensionFunctionDispatcher
stevenjb@chromium.org
2012-05-05
1
-2
/
+3
*
Alarm resolution changed to minutes and minimum delay added.
mtytel@chromium.org
2012-05-05
1
-1
/
+6
*
Use Value objects instead of JSON strings in extension API response IPCs.
asargent@chromium.org
2012-04-20
1
-2
/
+1
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-2
/
+1
*
Finish implementation of chrome.experimental.alarms API, with nifty
mpcomplete@chromium.org
2012-04-10
1
-1
/
+3
*
Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost.
mihaip@chromium.org
2012-01-20
1
-5
/
+1
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-1
/
+3
*
Added populate parameter to chrome.windows.get, chrome.windows.getCurrent,
mtytel@chromium.org
2011-12-19
1
-0
/
+6
*
Reland of r114615: "chrome.clear: Increasing granularity of public API"
mkwst@chromium.org
2011-12-15
1
-2
/
+2
*
Reverting due to compile failure on multiple bots.
finnur@chromium.org
2011-12-15
1
-2
/
+2
*
chrome.clear: Increasing granularity of public API
mkwst@chromium.org
2011-12-15
1
-2
/
+2
*
Refactor to allow same code to test both sync and async functions.
miket@chromium.org
2011-11-22
1
-26
/
+21
*
Fix for management API related to escalated permissions disabled extensions
asargent@chromium.org
2011-11-16
1
-0
/
+55
*
Revert 110264 - Fix for management API related to escalated permissions disab...
dpolukhin@chromium.org
2011-11-16
1
-55
/
+0
*
Fix for management API related to escalated permissions disabled extensions
asargent@chromium.org
2011-11-16
1
-0
/
+55
[next]