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
...
*
The Management UI now fetches the icon for each extension
finnur@chromium.org
2009-10-21
3
-0
/
+3
*
Implementing better fallback algorithm.
cira@chromium.org
2009-10-21
2
-0
/
+17
*
Fix drawing code for page action badges.
mpcomplete@chromium.org
2009-10-20
5
-7
/
+11
*
Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...
mpcomplete@chromium.org
2009-10-20
2
-3
/
+4
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
35
-0
/
+0
*
Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...
nsylvain@chromium.org
2009-10-20
2
-4
/
+3
*
Implement chrome.browserAction.setIcon({path:...});
aa@chromium.org
2009-10-20
8
-0
/
+41
*
Implement badges for page actions. Also add badge text color API.
mpcomplete@chromium.org
2009-10-19
2
-3
/
+4
*
fixed buildbot for new api. added links.
erikkay@chromium.org
2009-10-17
2
-17
/
+66
*
Fix chrome_url_overides to work with packed extensions.
erikkay@chromium.org
2009-10-17
2
-0
/
+10
*
Allow slightly larger browser and page action icons.
aa@chromium.org
2009-10-17
2
-0
/
+11
*
Implement new page action API.
mpcomplete@chromium.org
2009-10-16
9
-3
/
+137
*
Add concept of an options page to Extensions.
asargent@chromium.org
2009-10-16
1
-0
/
+0
*
Popup width and height are now dynamic.
erikkay@chromium.org
2009-10-16
5
-6
/
+82
*
Reland r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
8
-0
/
+74
*
Reverting r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
8
-74
/
+0
*
Remove the implicit wrench menu items for browser actions.
aa@chromium.org
2009-10-15
8
-0
/
+74
*
Update browser actions api to be like new design doc.
aa@chromium.org
2009-10-15
5
-32
/
+42
*
Add a browser test for extensions autoupdate.
asargent@chromium.org
2009-10-14
12
-0
/
+77
*
Enables the sending of Timeline Agent and Resource messages to the devtools a...
jamesr@chromium.org
2009-10-12
2
-22
/
+0
*
Fix a browser crash when calling browserAction.setIcon(invalidIndex).
mpcomplete@chromium.org
2009-10-12
2
-1
/
+12
*
test conversion from toolstrips to actions
erikkay@chromium.org
2009-10-09
7
-10
/
+271
*
Improve error messages when a manifest is not readable or not valid JSON.
aa@chromium.org
2009-10-09
2
-0
/
+9
*
Implement chrome.extension.connectExternal and fix various API inconsistencies.
mpcomplete@chromium.org
2009-10-09
3
-0
/
+26
*
set BrowserActionButton inset to 0 so icon can draw to edges.
rafaelw@chromium.org
2009-10-09
3
-7
/
+50
*
Make some minor improvements to browser action samples:
aa@chromium.org
2009-10-09
8
-33
/
+29
*
Make all content scripts from an extension run in the same
aa@chromium.org
2009-10-08
8
-0
/
+74
*
Add permission to use the tabs object for the benchmarking extension.
mbelshe@chromium.org
2009-10-07
1
-0
/
+3
*
Revert r28293.
jhawkins@chromium.org
2009-10-07
4
-33
/
+6
*
Change detectLanguage() API to now return the top three languages as well the...
sidchat@chromium.org
2009-10-07
4
-6
/
+33
*
Add an BubbleBorder to BrowserAction popups and fix positioning of the
erikkay@chromium.org
2009-10-06
2
-3
/
+9
*
GMail extension with BrowserAction. It does the following:
sidchat@chromium.org
2009-10-06
5
-0
/
+151
*
Implement browserAction.setIcon(ImageData) for extensions.
mpcomplete@chromium.org
2009-10-06
1
-3
/
+25
*
Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.
erikkay@chromium.org
2009-10-06
1
-0
/
+1
*
Generate IDs for --load-extension by hashing the path instead
aa@chromium.org
2009-10-06
1
-0
/
+1
*
TBR: mpcomplete
erikkay@chromium.org
2009-10-05
1
-1
/
+0
*
Allow popups to close themselves with window.close().
erikkay@chromium.org
2009-10-05
1
-0
/
+1
*
Remove 1.css~
ukai@chromium.org
2009-10-05
1
-1
/
+0
*
Add an API to manipulate the browser action badge.
aa@chromium.org
2009-10-03
1
-0
/
+8
*
Disabling the test while I figure out why it is flaky.
finnur@chromium.org
2009-10-02
1
-1
/
+1
*
We now postMessage the RSS file over to the js script and have it parse it th...
finnur@chromium.org
2009-10-02
3
-125
/
+201
*
Add simple popup support to browser actions. This will create a popup HTML w...
erikkay@chromium.org
2009-10-02
3
-0
/
+57
*
Add chrome.browserAction.setName and .setIcon.
mpcomplete@chromium.org
2009-10-01
4
-0
/
+23
*
Integrate browser actions with the wrench menu. Browser
aa@chromium.org
2009-09-30
5
-0
/
+43
*
The RSS extension now renders the RSS HTML preview inside an IFRAME.
finnur@chromium.org
2009-09-29
2
-81
/
+97
*
Implementing chrome.i18n.getMessage call, that loads message from the extensi...
cira@chromium.org
2009-09-28
7
-6
/
+105
*
Implement Browser Actions extensions.
finnur@chromium.org
2009-09-26
3
-0
/
+27
*
Add extensions content scripts to page cycler tests.
asargent@chromium.org
2009-09-25
21
-0
/
+312
*
Actually run directory validation code on install.
aa@chromium.org
2009-09-25
1
-0
/
+0
*
ExtensionApiTest improvements.
rafaelw@chromium.org
2009-09-25
1
-7
/
+1
[prev]
[next]