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
*
Modify the incognito content script test to verify that a crash no longer
mpcomplete@chromium.org
2010-02-12
1
-10
/
+18
*
Implements the auto-translate on click: if you have translated
jcampan@chromium.org
2010-02-12
1
-10
/
+7
*
Browser Action Container should not shrink when visible extension is disabled.
finnur@chromium.org
2010-02-12
4
-6
/
+43
*
Clone of issue 577015.
twiz@chromium.org
2010-02-12
1
-1
/
+18
*
Initial work on making extensions work in incognito mode.
mpcomplete@chromium.org
2010-02-11
12
-21
/
+253
*
Fix spelling error on history transition type.
brg@chromium.com
2010-02-11
1
-1
/
+1
*
CL implementing focus-dismissal of the chrome.experimental.popup set of exten...
twiz@chromium.org
2010-02-10
5
-23
/
+119
*
Make sure that ResourceQueue is shut down before destruction.
phajdan.jr@chromium.org
2010-02-10
3
-373
/
+311
*
Remove poll'n'loop code from extension_browsertest.cc.
phajdan.jr@chromium.org
2010-02-10
3
-96
/
+71
*
Add basic tests for extension crash recovery.
phajdan.jr@chromium.org
2010-02-10
5
-7
/
+183
*
Make it so that chrome.bookmarks.update can update the URL of a bookmark.
arv@chromium.org
2010-02-10
1
-7
/
+26
*
[Mac] Enables extension browser tests previously disabled for the mac due to ...
andybons@chromium.org
2010-02-10
2
-32
/
+8
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
7
-2
/
+8
*
Remove DirectoryWatcher and the only thing using it.
phajdan.jr@chromium.org
2010-02-09
3
-69
/
+0
*
Preserve order of extensions when they auto-update.
finnur@chromium.org
2010-02-08
4
-5
/
+255
*
Update bug reference link in ExtensionApiTest.Toolstrip
phajdan.jr@chromium.org
2010-02-08
1
-1
/
+2
*
Disable ExtensionApiTest.Toolstrip, crashy.
phajdan.jr@chromium.org
2010-02-08
1
-6
/
+2
*
Export bookmark favicon (base64 encoded png).
nkostylev@google.com
2010-02-08
1
-1
/
+1
*
Mark ExtensionApiTest.ExecuteScript DISABLED because it's not only flaky,
phajdan.jr@chromium.org
2010-02-08
1
-3
/
+3
*
Refactored out JS specific part of modal dialog stack into its own class, exp...
zelidrag@chromium.org
2010-02-05
1
-1
/
+1
*
Add an extension API test to catch cookie regressions.
mpcomplete@chromium.org
2010-02-05
1
-0
/
+4
*
Wires TabContents to app extensions.
sky@chromium.org
2010-02-05
2
-2
/
+2
*
Implement launch disposition for extension-apps.
rafaelw@chromium.org
2010-02-05
1
-0
/
+1
*
Use strict json formating in extension_uitest.
rafaelw@chromium.org
2010-02-04
1
-10
/
+9
*
Implement chrome.browserAction.setPopup().
skerner@chromium.org
2010-02-03
4
-0
/
+114
*
Support reordering of Browser Actions within the container. Currently does no...
finnur@chromium.org
2010-02-03
1
-1
/
+5
*
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
[next]