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
*
Uninstall themes after the undo infobar goes away.
tony@chromium.org
2009-10-29
5
-13
/
+40
*
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
3
-13
/
+59
*
Standardize on the plugin icon (puzzle piece) as the default icon for
finnur@chromium.org
2009-10-28
1
-1
/
+2
*
The test is only failing on Mac, so lets just disabled it for Mac specificall...
finnur@chromium.org
2009-10-28
1
-4
/
+13
*
Constrain extension popups to a min/max size.
erikkay@chromium.org
2009-10-28
1
-5
/
+30
*
Issue 21729: Add new event chrome.tabs.onStatusChange .
skerner@chromium.org
2009-10-28
2
-1
/
+9
*
Another flaky crashy test: ExtensionUpdaterTest.TestBlacklistUpdateCheckRequests
nsylvain@chromium.org
2009-10-28
1
-1
/
+2
*
Add a comment above the disabled test to say which bug
nsylvain@chromium.org
2009-10-28
1
-0
/
+1
*
Get rid of FilePath::AppendAndResolveRelative().
mad@chromium.org
2009-10-28
1
-6
/
+10
*
Rename getTabContentses to getExtensionTabs.
aa@chromium.org
2009-10-28
1
-1
/
+1
*
Disable a test that frequently crashes on Mac 10.5 Tests (dbg) bot (and I've ...
finnur@chromium.org
2009-10-28
1
-1
/
+1
*
Prep the management page for localization.
finnur@chromium.org
2009-10-28
1
-0
/
+36
*
Take 2 at browser_sync::ExtensionsActivityMonitor.
tim@chromium.org
2009-10-28
3
-3
/
+10
*
Filter out hidden files, both when loading extensions and when
aa@chromium.org
2009-10-28
2
-2
/
+3
*
Fix bug where many extensions don't install due to sandbox.
aa@chromium.org
2009-10-27
4
-514
/
+1
*
Further polish to extensions_ui page.
rafaelw@chromium.org
2009-10-27
2
-0
/
+26
*
Fixes bug introduced in r28333, where we were checking if path.empty() instea...
cira@chromium.org
2009-10-27
1
-9
/
+20
*
Replace ExtensionAction with ExtensionAction2.
aa@chromium.org
2009-10-27
7
-16
/
+16
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
10
-34
/
+49
*
Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...
tim@chromium.org
2009-10-27
3
-10
/
+3
*
Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...
tim@chromium.org
2009-10-27
3
-3
/
+10
*
Move page actions over to ExtensionAction2 and get rid of
aa@chromium.org
2009-10-27
6
-57
/
+39
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-2
/
+2
*
o Cleans up canonical extension_install_ui.cc to avoid #ifdefs when feasible.
mark@chromium.org
2009-10-26
2
-90
/
+28
*
Disable ExtensionApiTest.Storage because it crashes the browser_tests too.
nsylvain@chromium.org
2009-10-25
1
-1
/
+2
*
Disable ExtensionApiTest.BrowserActionPopup because it crashes on the bot.
nsylvain@chromium.org
2009-10-25
1
-1
/
+2
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
6
-137
/
+123
*
Enable HTML5 databases for all extension renderer processes.
dumi@chromium.org
2009-10-24
1
-2
/
+1
*
Fix ExtensionApiTest.PageAction & Enable test on linux
rafaelw@chromium.org
2009-10-24
1
-3
/
+0
*
Remove pageAction setXXXBadge functions.
rafaelw@chromium.org
2009-10-24
2
-3
/
+6
*
Um, do the disable right. TBR.
ojan@chromium.org
2009-10-23
1
-1
/
+1
*
Disable test failing since r29947.
ojan@chromium.org
2009-10-23
1
-1
/
+2
*
Switching to a plugin icon as the favicon for the extensions page.
finnur@chromium.org
2009-10-23
1
-1
/
+1
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
7
-34
/
+35
*
Adding a favicon for the Extensions page.
finnur@chromium.org
2009-10-23
2
-0
/
+9
*
Enhance extension UI testing by enabling you to select which extension
joi@chromium.org
2009-10-23
1
-2
/
+25
*
Implement extension.sendRequest, a simpler way to do messaging.
mpcomplete@chromium.org
2009-10-23
1
-0
/
+6
*
Makes inactive pinned tabs on linux throb when the title changes. I
sky@chromium.org
2009-10-23
2
-2
/
+3
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
1
-11
/
+14
*
Readding from scratch instead reverting the revert.
finnur@chromium.org
2009-10-23
2
-17
/
+20
*
Revert 29861 since this fail on the interactive
finnur@chromium.org
2009-10-23
2
-20
/
+17
*
Page actions that don't specify an icon (ie.
finnur@chromium.org
2009-10-23
2
-17
/
+20
*
Fix conflicts between accelerator keys and HTML DOM accesskeys.
suzhe@chromium.org
2009-10-23
2
-2
/
+3
*
Loading local resources uses improved fallback algorithm.
cira@chromium.org
2009-10-22
3
-30
/
+61
*
GTK: add browser actions popups.
estade@chromium.org
2009-10-22
1
-7
/
+4
*
The Management UI now fetches the icon for each extension
finnur@chromium.org
2009-10-21
1
-2
/
+12
*
Implementing better fallback algorithm.
cira@chromium.org
2009-10-21
4
-48
/
+132
*
Remove the extension shelf on Linux.
phajdan.jr@chromium.org
2009-10-21
1
-4
/
+2
*
Add support for to automation interface load install and load extensions.
rogerta@chromium.org
2009-10-20
5
-17
/
+65
[next]