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
*
Clean up bookmark manager extension api code a bit.
arv@chromium.org
2010-02-03
2
-30
/
+46
*
Move repetive testing code into a method of the base class used for testing e...
skerner@chromium.org
2010-02-02
4
-37
/
+50
*
Adjusts tab strip model to deal with app tabs. There were a couple of
sky@chromium.org
2010-02-02
2
-4
/
+2
*
[Mac] Make the extension popup a singleton instance to avoid maintaining mult...
andybons@chromium.org
2010-02-02
1
-3
/
+3
*
DevTools: fix TimelineApi test (followup fix for dispatchToApu rename).
pfeldman@chromium.org
2010-02-02
1
-1
/
+1
*
DevTools: Fixes Speed Tracer after message renames in r37251.
pfeldman@chromium.org
2010-02-02
1
-1
/
+1
*
Get rid of check that caused redirects to fail extension updates.
asargent@chromium.org
2010-02-01
1
-5
/
+1
*
Relanding the hooking of the translate feature UI.
jcampan@chromium.org
2010-02-01
1
-1
/
+1
*
Revert 37674 - Hooking the UI part to the translate feature.
jcampan@chromium.org
2010-01-31
1
-1
/
+1
*
Hooking the UI part to the translate feature.
jcampan@chromium.org
2010-01-31
1
-1
/
+1
*
ExtensionInstalledBubble for Mac.
mirandac@chromium.org
2010-01-31
2
-4
/
+45
*
The upstream change to make popup shrinking work properly is a big project, s...
aa@chromium.org
2010-01-31
1
-2
/
+6
*
Expose sortChildren to the bookmark manager extension API and use that from t...
arv@chromium.org
2010-01-30
3
-4
/
+24
*
Add an accessibility API for events raised outside of the web content.
estade@chromium.org
2010-01-30
7
-0
/
+382
*
If an extension crashes or is killed by the task manager then reloaded, the i...
andybons@chromium.org
2010-01-30
1
-0
/
+7
*
Add clipboard hooks to the bookmark manager extension API.
arv@chromium.org
2010-01-29
3
-19
/
+89
*
Replace the "origins" key in the manifest with "extent". The items in the ext...
aa@chromium.org
2010-01-29
1
-1
/
+1
*
A little more polish on the RSS extension.
finnur@chromium.org
2010-01-29
1
-1
/
+1
*
Enable apps to request the HTML5 notification permission.
aa@chromium.org
2010-01-28
1
-2
/
+5
*
Fix extension remove tab crasher.
viettrungluu@chromium.org
2010-01-28
1
-1
/
+6
*
Adds an experimental processes module to the extensions API.
creis@chromium.org
2010-01-28
6
-0
/
+98
*
Refactor extension autoupdater.
asargent@chromium.org
2010-01-28
7
-215
/
+415
*
Allow extensions to add, remove, or change their page action popup.
skerner@chromium.org
2010-01-28
4
-0
/
+122
*
Add import/export extension apis
feldstein@chromium.org
2010-01-28
7
-2
/
+127
*
revert 37335:
estade@chromium.org
2010-01-27
7
-382
/
+0
*
Add an accessibility API for events raised outside of the web content.
estade@chromium.org
2010-01-27
7
-0
/
+382
*
Correction of permissions of extension manifest file for the extension_popup_...
twiz@google.com
2010-01-27
1
-2
/
+1
*
RSS extension was not finding feeds specified with
finnur@chromium.org
2010-01-27
1
-0
/
+20
*
Prevents a crash that occurs when multiple ExtensionHost objects point to the...
andybons@chromium.org
2010-01-26
2
-21
/
+43
*
Enable extension tests now that upstream r53815 has fixed the crash in pthrea...
dimich@chromium.org
2010-01-26
1
-15
/
+0
*
Associate popups with the top level frame instead of the security origin.
erg@google.com
2010-01-26
2
-6
/
+4
*
Temporarily disabled some browser tests that fail because of r53715 upstream.
dimich@google.com
2010-01-25
1
-0
/
+15
*
Extension tweaks for phantom tabs. I did the following modifications:
sky@chromium.org
2010-01-23
7
-12
/
+61
*
Disable UpdatePermissions because of flakiness on linux 64.
kkania@chromium.org
2010-01-22
1
-0
/
+5
*
[Mac] Fixes crash where killing an extension via the task manager while a pop...
andybons@chromium.org
2010-01-22
1
-5
/
+9
*
Re-enable UninstallDisabled and UpdatePermissions tests. Do not check for inf...
kkania@chromium.org
2010-01-22
1
-12
/
+4
*
Adds support for phantom tabs. A pinned tab becomes a phantom tab when
sky@chromium.org
2010-01-22
2
-12
/
+20
*
One more attempt at landing this CL.
jcampan@chromium.org
2010-01-21
2
-10
/
+34
*
Disable UninstallDisabled and UpdatePermissions temporarily.
kkania@chromium.org
2010-01-20
1
-2
/
+2
*
Add 3 tests for extension installation. Fix and re-enable UpdatePermissions t...
kkania@chromium.org
2010-01-20
5
-182
/
+305
*
Wait for the test extension to notify us instead of the EXTENSION_HOST_DID_ST...
kkania@chromium.org
2010-01-20
1
-14
/
+4
*
Mark ExtensionApiTest.BrowserActionPopup as flaky.
kuchhal@chromium.org
2010-01-20
1
-1
/
+1
*
Update comments to reflect the removal of class ExtensionActionState, which n...
skerner@chromium.org
2010-01-20
1
-1
/
+0
*
Drop the code allowing privacy blacklists to be shipped in extensions.
phajdan.jr@chromium.org
2010-01-20
4
-108
/
+0
*
Revert 36589 - Still failing the reliability tests.
jcampan@chromium.org
2010-01-20
2
-34
/
+10
*
Another try at landing this.
jcampan@chromium.org
2010-01-20
2
-10
/
+34
*
Reland r36541 (which went in without any commit log by some magic). Was rever...
jshin@chromium.org
2010-01-19
2
-12
/
+1
*
Revert 36541 (which went in without any commit log by some black magic).
jshin@chromium.org
2010-01-19
2
-1
/
+12
*
Port BrowserActionApiTest.BrowserActionPopup to linux.
estade@chromium.org
2010-01-19
4
-16
/
+46
*
Review URL: http://codereview.chromium.org/545123
jshin@chromium.org
2010-01-19
2
-12
/
+1
[next]