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
/
test
/
data
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for RLZ chrome extension api.
rogerta@google.com
2010-06-28
3
-0
/
+118
*
Cleanup: Remove svn:executable from a bunch of files.
thestig@chromium.org
2010-06-25
3
-0
/
+0
*
Reland r50834
aa@chromium.org
2010-06-25
19
-122
/
+87
*
Revert r50834
aa@chromium.org
2010-06-25
18
-70
/
+118
*
Allow multiple domains in app.
aa@chromium.org
2010-06-25
18
-118
/
+70
*
Revert "Revert "Show extension icons next to their top-level context menu ite...
hclam@chromium.org
2010-06-25
1
-0
/
+0
*
Revert r50779 as it breaks memory tests
hclam@chromium.org
2010-06-25
1
-0
/
+0
*
Show extension icons next to their top-level context menu items.
asargent@chromium.org
2010-06-24
1
-0
/
+0
*
Require user opt-in before allowing content script injection on file URLs.
mpcomplete@chromium.org
2010-06-24
4
-0
/
+7
*
Linux: Port the ExtensionBrowserTest.PluginLoadUnload test part 2. (TTF)
thestig@chromium.org
2010-06-24
1
-1
/
+5
*
Linux: Port the ExtensionBrowserTest.PluginLoadUnload test part 1 - check in ...
thestig@chromium.org
2010-06-23
3
-0
/
+5
*
Require tabId for infobar.show()
rafaelw@chromium.org
2010-06-23
1
-5
/
+11
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
4
-0
/
+0
*
Unreverting 50489 - Added app.launch.width and app.launch.height keys to app ...
scherkus@chromium.org
2010-06-22
6
-0
/
+67
*
Revert 50489 - Added app.launch.width and app.launch.height keys to app manif...
robertshield@chromium.org
2010-06-22
6
-67
/
+0
*
Added app.launch.width and app.launch.height keys to app manifest.
scherkus@chromium.org
2010-06-22
6
-0
/
+67
*
Honor @version field when converting greasemonkey scripts to
aa@chromium.org
2010-06-22
1
-0
/
+1
*
Address some visual problems with the omnibox extension API:
mpcomplete@chromium.org
2010-06-21
1
-2
/
+16
*
Re-apply r50278.
aa@chromium.org
2010-06-19
37
-128
/
+206
*
Revert r50278.
aa@chromium.org
2010-06-18
33
-177
/
+107
*
Some app-related manifest cleanup:
aa@chromium.org
2010-06-18
33
-107
/
+177
*
Allow themes to be localized. This doesn't show up anywhere
aa@chromium.org
2010-06-17
2
-0
/
+19
*
Revert 50050 - Revert r48693: This broke existing extensions that wanted to r...
aa@chromium.org
2010-06-16
2
-19
/
+0
*
Revert r48693: This broke existing extensions that wanted to run script on XML
aa@chromium.org
2010-06-16
2
-0
/
+19
*
Whitespace change for grd rebuild.
skerner@chromium.org
2010-06-15
1
-1
/
+2
*
Send event on changes to the cookie monster.
jochen@chromium.org
2010-06-10
5
-2
/
+31
*
Don't load the user script that's not utf-8, and show UI that load failed.
cira@chromium.org
2010-06-04
2
-0
/
+11
*
Prevent installation of an app if its web extent overlaps another installed app.
mpcomplete@chromium.org
2010-06-03
3
-0
/
+0
*
A very basic fix that prevents experimental popups from living longer than th...
twiz@google.com
2010-06-03
2
-4
/
+78
*
C++ readability change for cindylau.
cindylau@google.com
2010-06-02
2
-3
/
+5
*
Attempt to fix flaky OmniboxApiTest.Basic.
mpcomplete@chromium.org
2010-06-02
1
-2
/
+2
*
Prevent extensions from clobbering JSON implementation that extension calls use
rafaelw@chromium.org
2010-06-01
2
-0
/
+32
*
Fix ability to add sub-menu items with extension context menu API.
asargent@chromium.org
2010-05-28
1
-0
/
+11
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
2
-0
/
+31
*
Break extension tab api test into multiple parts, to reduce the odds of a tim...
skerner@chromium.org
2010-05-21
22
-118
/
+395
*
Fix browser crash when refreshing extensions.
finnur@chromium.org
2010-05-19
8
-0
/
+46
*
fix chrome.tabs.onUpdated bugs, add browsertest.
rafaelw@chromium.org
2010-05-19
9
-0
/
+162
*
Add the new cookies API to Chrome Extensions, minus the event
cindylau@google.com
2010-05-18
2
-9
/
+290
*
Fix line endings for the cookie API test files.
cindylau@google.com
2010-05-15
3
-45
/
+45
*
Add update and removeAll functions to extensions context menu API
asargent@chromium.org
2010-05-12
3
-0
/
+82
*
Disallow display of multiple experimental.extension.popup(...) windows
ericdingle@google.com
2010-05-12
3
-4
/
+110
*
BackgroundContents browser test
rafaelw@chromium.org
2010-05-11
12
-0
/
+299
*
Add additional logging to try and find ExtensionApiTest.Storage flakiness.
kkania@chromium.org
2010-05-07
2
-4
/
+16
*
Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...
zork@chromium.org
2010-05-06
3
-86
/
+4
*
Disallow display of multiple experimental.extension.popup(...) windows.
ericdingle@google.com
2010-05-06
3
-4
/
+86
*
Add logging to try and find ExtensionApiTest.Storage flakiness.
kkania@chromium.org
2010-05-04
2
-3
/
+8
*
Disable clipboard test until I enable back clipboard for extensions. My recen...
inferno@chromium.org
2010-05-04
1
-3
/
+1
*
First attempt to fix the tree failures. note this is a temp change.
inferno@chromium.org
2010-05-04
1
-1
/
+3
*
Revert "Clean-up of the asynchronous behaviour of the experimental extension ...
phajdan.jr@chromium.org
2010-05-01
3
-86
/
+4
*
Attempt to fix AppApiTest.AppProcess and ExtensionApiTest.Storage flakiness.
kkania@chromium.org
2010-04-30
2
-11
/
+19
[prev]
[next]