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
*
Handle extension webrequest API on the IO thread. This speeds up blocking event
mpcomplete@chromium.org
2011-06-09
12
-235
/
+541
*
Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...
ericu@google.com
2011-06-09
1
-7
/
+6
*
Content settings extension API
bauerb@chromium.org
2011-06-09
11
-69
/
+477
*
Escaping file names correctly. Also fixed a crush in chromeos debug build whi...
serya@chromium.org
2011-06-09
1
-6
/
+7
*
Multi-tab: Renaming TabStripModel::GetSelectedTabContents to GetActiveTabCont...
dpapad@chromium.org
2011-06-09
1
-3
/
+3
*
Fix ExecuteScriptApiTest.NavigationRace flakiness.
mihaip@chromium.org
2011-06-09
1
-7
/
+7
*
Fix crash when you uninstall a permissions-upgrade disabled extension.
asargent@chromium.org
2011-06-09
2
-3
/
+30
*
Use the original non-incognito profile instead of backing off to the default ...
mirandac@chromium.org
2011-06-08
1
-4
/
+1
*
Does not crash with unexpected function in debug build.
mpcomplete@chromium.org
2011-06-08
1
-0
/
+17
*
Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places
sky@chromium.org
2011-06-08
3
-22
/
+13
*
Fix window.open() from panels in ChromeOS.
stevenjb@google.com
2011-06-08
1
-17
/
+56
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-08
3
-18
/
+25
*
ui/base/models: Add empty() accessor to TreeNode class.
tfarina@chromium.org
2011-06-08
1
-1
/
+1
*
Record omnibox app launches in AppLaunch histogram
finnur@chromium.org
2011-06-08
1
-0
/
+6
*
Disable more failing and flaky browser_tests for the touch build.
petermayo@chromium.org
2011-06-08
3
-7
/
+49
*
Adjust host resolver usage on flaky content script API tests.
yoz@chromium.org
2011-06-08
1
-2
/
+1
*
Split ExtensionApiTest.Tabs further.
yoz@chromium.org
2011-06-07
1
-0
/
+5
*
Make content script stylesheets apply to existing renderers too.
mihaip@chromium.org
2011-06-07
1
-1
/
+32
*
Revert 88178 - Stop animation on the notification balloon when the balloon is...
bolms@chromium.org
2011-06-07
1
-2
/
+23
*
Partially deprecate the old webstorePrivate.beginInstall method
asargent@chromium.org
2011-06-07
4
-7
/
+47
*
Stop animation on the notification balloon when the balloon is going away.
bolms@chromium.org
2011-06-07
1
-23
/
+2
*
Revert 88142 to fix sync_integration_tests offline.
msw@chromium.org
2011-06-07
3
-25
/
+18
*
Changes TemplateURLModel into TemplateURLService. Changes all access points t...
erg@google.com
2011-06-07
3
-13
/
+18
*
Remove extension_prefs_scope namespace
battre@chromium.org
2011-06-07
11
-102
/
+90
*
*Fixup about and chrome scheme URLs in URLFixerUpper::FixupURL.
msw@chromium.org
2011-06-07
3
-18
/
+25
*
Disable support for schemes and ports in content settings patterns. For M13.
markusheintz@chromium.org
2011-06-07
2
-3
/
+3
*
Require experimental permission for isolated apps.
creis@chromium.org
2011-06-07
1
-7
/
+3
*
Reenable ExtensionApiTest.Tabs on Linux views.
yoz@chromium.org
2011-06-07
1
-8
/
+1
*
Updates when the web store promo and apps section is displayed on NTP.
jstritar@chromium.org
2011-06-07
3
-51
/
+232
*
Re-enable WindowOpenPanel extension api test.
jennb@chromium.org
2011-06-06
1
-2
/
+6
*
Fix bug 84796: window.open when called from an extension ignores positioning ...
jianli@chromium.org
2011-06-06
1
-5
/
+2
*
Removes force_bookmark_bar_visible_ from WebUI and puts it in
sky@chromium.org
2011-06-06
4
-6
/
+6
*
Show that CRX unpacking is happening in the download shelf
skerner@chromium.org
2011-06-06
1
-0
/
+2
*
Split incognito extension content settings in session-only and persistent.
bauerb@chromium.org
2011-06-03
5
-47
/
+162
*
Fixed crash on double click in file picker dialog.
jamescook@chromium.org
2011-06-03
1
-0
/
+5
*
Add bookmarks.getSubTree() function.
bolms@chromium.org
2011-06-03
3
-0
/
+29
*
Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...
jam@chromium.org
2011-06-03
4
-13
/
+6
*
Remove JS dialog dependency from content.
avi@chromium.org
2011-06-03
3
-55
/
+36
*
Disable ExecuteScriptApiTest.ExecuteScriptFileAfterClose on OS_CHROMEOS.
joi@chromium.org
2011-06-03
1
-1
/
+9
*
Restriction by extention ID added.
glotov@google.com
2011-06-03
1
-4
/
+0
*
Unrevert: Show the install dialog for the initial load of an unpacked extension
mpcomplete@chromium.org
2011-06-03
3
-5
/
+73
*
Renamed chrome.preferences.Preference to chrome.types.ChromeSettings
battre@chromium.org
2011-06-02
2
-5
/
+4
*
Small refactor: have ExtensionInfoMap use ExtensionSet.
mpcomplete@chromium.org
2011-06-02
4
-197
/
+71
*
Revert 87637 - Show the install dialog for the initial load of an unpacked ex...
joi@chromium.org
2011-06-02
2
-70
/
+5
*
Do not inject JS scripts into view source frames.
yoz@chromium.org
2011-06-02
1
-0
/
+7
*
Show the install dialog for the initial load of an unpacked extension with pl...
mpcomplete@chromium.org
2011-06-02
2
-5
/
+70
*
Extension API: Rename contentSettings.misc to .global and rename preferences ...
bauerb@chromium.org
2011-06-02
1
-6
/
+26
*
Disable test ExtensionCrashRecoveryTest.CrashAndUnloadAll and ExtensionCrashR...
joi@chromium.org
2011-06-02
1
-2
/
+18
*
Remove obsolete code from UserScriptMaster.
mihaip@chromium.org
2011-06-02
5
-229
/
+86
*
Added folder watch calls to fileBrowserPrivate API. This changelist adds new ...
zelidrag@chromium.org
2011-06-02
5
-0
/
+138
[next]