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
*
Reenable 2 disabled incognito extension tests.
mpcomplete@chromium.org
2010-10-06
1
-4
/
+2
*
In windows registry external extensions provider, error out on invalid version.
skerner@chromium.org
2010-10-06
1
-4
/
+10
*
Marking this test as flaky while I investigate.
finnur@chromium.org
2010-10-06
1
-2
/
+2
*
Relax gallery test download checks so that we can test
erikkay@chromium.org
2010-10-06
1
-8
/
+37
*
chromium-os:7243: Fix so that extensions create popup windows of TYPE_APP_POPUP.
stevenjb@google.com
2010-10-06
2
-24
/
+35
*
Disabling a test that is failing, while I investigate.
finnur@chromium.org
2010-10-06
1
-1
/
+3
*
Fix browser crash when PageAction receives a cached image from ImageLoadingTr...
finnur@chromium.org
2010-10-06
1
-0
/
+14
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
6
-4
/
+15
*
extension tests: use LOG(INFO) rather than std::cout
evan@chromium.org
2010-10-05
2
-18
/
+18
*
Add chrome.windows.update({focused:true});
aa@chromium.org
2010-10-05
1
-1
/
+11
*
Replace Browser::AddTabWithURL(...) with:
ben@chromium.org
2010-10-05
2
-10
/
+7
*
Implement the frame id required for the web navigation api.
jochen@chromium.org
2010-10-05
2
-12
/
+24
*
Coverity: Initialize data members in constructor.
jhawkins@chromium.org
2010-10-05
2
-1
/
+3
*
chromium-os:5166 Panel/popup cleanup for ChromeOS
stevenjb@google.com
2010-10-04
1
-11
/
+24
*
Relanding "Take extension 'management' API out of experimental."
asargent@chromium.org
2010-10-04
4
-26
/
+9
*
Add the test for the AllUrls Extension feature.
finnur@chromium.org
2010-10-04
1
-11
/
+18
*
Fix compile error.
finnur@chromium.org
2010-10-04
1
-13
/
+0
*
Remove the traces, as I believe I have found the cause for the failure.
finnur@chromium.org
2010-10-04
2
-11
/
+1
*
Get rid of warning.
finnur@chromium.org
2010-10-04
1
-1
/
+1
*
Adding tests for the AllUrls Extension feature.
finnur@chromium.org
2010-10-04
2
-0
/
+130
*
Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...
finnur@chromium.org
2010-10-04
5
-39
/
+22
*
Fix for websocket tests move under http/tests
ukai@chromium.org
2010-10-04
1
-2
/
+1
*
Revert 61347 - Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
4
-9
/
+26
*
Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
4
-26
/
+9
*
Revert 61323 - Component extensions (and whitelisted extensions) specifying <...
finnur@chromium.org
2010-10-03
6
-134
/
+39
*
Component extensions (and whitelisted extensions) specifying <all_urls> in th...
finnur@chromium.org
2010-10-03
6
-39
/
+134
*
Add a Delegate to JavaScriptAppModalDialog.
tfarina@chromium.org
2010-10-02
1
-4
/
+4
*
Rip out phantom tabs and corresponding unit tests.
andybons@chromium.org
2010-10-02
6
-25
/
+11
*
Disable ExtensionApiTest.WebSocket
hclam@chromium.org
2010-10-02
1
-1
/
+2
*
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
thakis@chromium.org
2010-10-02
1
-6
/
+6
*
[Mac] Fixed compile warning in extension_info_map_unittest.cc on 10.5 trybots
akalin@chromium.org
2010-10-01
1
-2
/
+2
*
Adding a flag to silently uninstall extensions by command line.
mad@google.com
2010-10-01
5
-0
/
+212
*
Revert "Fix crash in ExtensionInstallUI::OnInstallSuccess when the active bro...
aa@chromium.org
2010-10-01
2
-63
/
+47
*
Fix crash in ExtensionInstallUI::OnInstallSuccess when the active browser was...
aa@chromium.org
2010-10-01
2
-47
/
+63
*
Apps should launch in normal tabs by default. Also, reorder
aa@chromium.org
2010-10-01
1
-1
/
+1
*
Allow nested calls to AccessibilityEventRouterGtk::AddRootWidget and
dmazzoni@chromium.org
2010-10-01
1
-5
/
+1
*
Disable ExtensionApiTest.Popup. It's been timing out for the last 750+ runs.
pam@chromium.org
2010-10-01
1
-2
/
+2
*
Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared
mpcomplete@chromium.org
2010-09-30
5
-21
/
+383
*
Make ui_test_utils::ExecuteJavaScript() friendlier to use. Also, add WARN_UN...
isherman@chromium.org
2010-09-30
6
-86
/
+81
*
Changed EXTENSION_UNINSTALLED notification to happen after uninstallation.
akalin@chromium.org
2010-09-30
2
-9
/
+9
*
Mark ExtensionManagementTest.ExternalUrlUpdate as flaky.
asargent@chromium.org
2010-09-30
1
-1
/
+2
*
When computing the list of hosts to use for install permissions and privilege...
erikkay@chromium.org
2010-09-30
1
-73
/
+0
*
Add detailed speech descriptions for Chrome OS login screen accessibility
dmazzoni@chromium.org
2010-09-30
1
-0
/
+6
*
An experimental fix for Bug 57387.
hbono@chromium.org
2010-09-30
1
-0
/
+4
*
o Add user customizable launch type for apps by adding options in each apps c...
andybons@chromium.org
2010-09-30
2
-22
/
+108
*
Reland changes from r60979 with fixes to test code.
asargent@chromium.org
2010-09-30
1
-5
/
+12
*
Revert 60997 - o Add user customizable launch type for apps by adding options...
andybons@chromium.org
2010-09-29
2
-108
/
+22
*
o Add user customizable launch type for apps by adding options in each apps c...
andybons@chromium.org
2010-09-29
2
-22
/
+108
*
Revert 60979 - Change management API uninstall event to just pass the extensi...
asargent@chromium.org
2010-09-29
1
-12
/
+5
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
1
-1
/
+1
[next]