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
/
common
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove toolstrip mentions from the background page.
kathyw@google.com
2009-11-07
2
-72
/
+174
*
Revert 31322 - Extension Installed InfoBubble
willchan@chromium.org
2009-11-06
1
-6
/
+0
*
Extension Installed InfoBubble
rafaelw@chromium.org
2009-11-06
1
-0
/
+6
*
Document restrictions on integers in the version.
kathyw@google.com
2009-11-06
2
-7
/
+21
*
Revamp the docs for message passing, including the new sendRequest API.
mpcomplete@chromium.org
2009-11-06
36
-141
/
+973
*
Update static docs for getting started page.
aa@chromium.org
2009-11-06
1
-66
/
+31
*
Update the Getting Started page. I ended up making the sample
aa@chromium.org
2009-11-06
12
-74
/
+102
*
Add a Samples page. For now, it just points to the Chromium project's
kathyw@google.com
2009-11-06
34
-33
/
+448
*
ntp.html -> override.html
kathyw@google.com
2009-11-05
36
-108
/
+270
*
Force the same even-ness between the badge and
finnur@chromium.org
2009-11-04
1
-3
/
+10
*
Update the overview for the post-toolstrip world.
kathyw@google.com
2009-11-04
6
-195
/
+206
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
9
-25
/
+253
*
New source files for overview images. I'll post the new image files
kathyw@google.com
2009-11-03
2
-950
/
+1180
*
Re-commit "Add new user script injection point:
aa@chromium.org
2009-11-03
7
-6
/
+49
*
Revert r30784
aa@chromium.org
2009-11-03
7
-49
/
+6
*
Add new user script injection point "document_idle" and make it the default.
aa@chromium.org
2009-11-03
7
-6
/
+49
*
Submitting change from http://codereview.chromium.org/276029/show
mad@chromium.org
2009-11-03
1
-0
/
+72
*
Fix up extension badge text drawing.
estade@chromium.org
2009-10-30
1
-39
/
+71
*
Improve error message in the extension api docs build script. When the json ...
skerner@chromium.org
2009-10-30
1
-3
/
+13
*
Make error checking more ICU friendly.
cira@chromium.org
2009-10-30
1
-1
/
+1
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
3
-0
/
+166
*
Change the extension.onRequest even to include the sender info.
mpcomplete@chromium.org
2009-10-29
2
-21
/
+157
*
Fixing test name (misspelled - Extensio8nL10n, should be ExtensionL10n).
cira@chromium.org
2009-10-29
1
-1
/
+1
*
GTK: center browser action badge correctly.
estade@chromium.org
2009-10-29
1
-6
/
+8
*
Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu...
mirandac@chromium.org
2009-10-29
1
-1
/
+2
*
Only dispatch tab events when there is someone listening.
aa@chromium.org
2009-10-29
2
-2
/
+14
*
Neither name nor title are required for page- or browser-actions. Update loader
pam@chromium.org
2009-10-28
4
-32
/
+55
*
Minor doc fixes/improvements.
kathyw@google.com
2009-10-28
4
-11
/
+23
*
Issue 21729: Add new event chrome.tabs.onStatusChange .
skerner@chromium.org
2009-10-28
2
-6
/
+51
*
Get rid of FilePath::AppendAndResolveRelative().
mad@chromium.org
2009-10-28
2
-11
/
+24
*
Rename getTabContentses to getExtensionTabs.
aa@chromium.org
2009-10-28
3
-5
/
+5
*
GTK: touch up appearance of browser actions badge.
estade@chromium.org
2009-10-28
1
-5
/
+8
*
Fix bug where many extensions don't install due to sandbox.
aa@chromium.org
2009-10-27
6
-3
/
+531
*
Use Helvetica rather than Arial for badging on the Mac.
avi@chromium.org
2009-10-27
1
-0
/
+5
*
Replace ExtensionAction with ExtensionAction2.
aa@chromium.org
2009-10-27
8
-467
/
+183
*
Revert 30149 - The existing file_util::AbsolutePath() function was already do...
tim@chromium.org
2009-10-27
1
-11
/
+7
*
The existing file_util::AbsolutePath() function was already doing what we nee...
mad@chromium.org
2009-10-27
1
-7
/
+11
*
Update the front page to refer to browser actions, not toolstrips.
kathyw@google.com
2009-10-27
5
-16
/
+29
*
Move page actions over to ExtensionAction2 and get rid of
aa@chromium.org
2009-10-27
6
-241
/
+238
*
Fix a bug in the WebKit code sample
kathyw@google.com
2009-10-26
2
-2
/
+2
*
Doc navigation work.
kathyw@google.com
2009-10-24
34
-177
/
+460
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
8
-28
/
+464
*
Remove pageAction setXXXBadge functions.
rafaelw@chromium.org
2009-10-24
2
-611
/
+4
*
Implement extension.sendRequest, a simpler way to do messaging.
mpcomplete@chromium.org
2009-10-23
3
-8
/
+639
*
Clarified the manifest example code. Added "version" description.
kathyw@google.com
2009-10-23
2
-61
/
+154
*
Removed page action references to badges and popups.
kathyw@google.com
2009-10-23
2
-22
/
+34
*
Adding documentation for extensions options pages.
asargent@chromium.org
2009-10-23
34
-2
/
+599
*
Loading local resources uses improved fallback algorithm.
cira@chromium.org
2009-10-22
2
-18
/
+33
*
ARGB -> RGBA (in the docs)
kathyw@google.com
2009-10-22
3
-6
/
+6
*
Add NTP to the sidenav.
kathyw@google.com
2009-10-22
31
-0
/
+31
[next]