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
*
[Mac] A chunk of browser_tests for extensions:
thomasvl@chromium.org
2009-12-08
3
-4
/
+14
*
Addition of a new parameter to the popup.show(...) Chrome extension API that ...
twiz@google.com
2009-12-08
2
-2
/
+17
*
Revert "Allow silent extension installations from the extensions gallery - Pa...
rafaelw@chromium.org
2009-12-08
2
-0
/
+25
*
Remove IsPrefRegistered function from PrefService API and fix the callers to
tony@chromium.org
2009-12-07
1
-2
/
+2
*
Extensions: create a simple model for the browser action buttons toolstrip an...
estade@chromium.org
2009-12-07
4
-1
/
+152
*
Allow silent extension installations from the extensions gallery - Part 1.
rafaelw@chromium.org
2009-12-07
2
-25
/
+0
*
Fix a crash bug on user script installation and add a test
aa@chromium.org
2009-12-06
2
-11
/
+47
*
Get rid of ExternalTabAutomationProxy by switching the extension UI
joi@chromium.org
2009-12-05
1
-229
/
+180
*
Add locale information to the links in the chrome://extensions page.
mirandac@chromium.org
2009-12-04
1
-4
/
+5
*
Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...
mattm@chromium.org
2009-12-04
1
-0
/
+6
*
Move ExtensionApiTest.Bookmarks from DISABLED to FLAKY since it doesn't
erikkay@chromium.org
2009-12-04
1
-1
/
+1
*
Fix leak reported in extensions_quota_service_unittest.cc
tim@chromium.org
2009-12-04
2
-7
/
+5
*
Make the default RendererPreferences smarter.
estade@chromium.org
2009-12-04
2
-0
/
+6
*
Add ExtensionsQuotaService to limit abusive amounts of requests
tim@chromium.org
2009-12-04
11
-37
/
+1010
*
Fixes to the string MatchPattern functions:
tony@chromium.org
2009-12-03
3
-7
/
+7
*
Send Keystone ID to Omaha for Extensions Gallery update checks.
asargent@chromium.org
2009-12-03
1
-0
/
+16
*
Don't ping for extension blacklist when no extensions are installed.
pam@chromium.org
2009-12-03
4
-5
/
+44
*
Add regex escaping code to Mac sandbox implementation and re-enable the utili...
jeremy@chromium.org
2009-12-03
2
-6
/
+4
*
Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-03
2
-10
/
+1
*
Revert 33611 - Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-02
2
-1
/
+10
*
Fix leaking ExtensionMessageService in ProfileManagerTest.
mattm@chromium.org
2009-12-02
2
-10
/
+1
*
Unload the entire extension when any part of it crashes.
phajdan.jr@chromium.org
2009-12-02
1
-0
/
+12
*
Validate privacy blacklist format when validating an extension
phajdan.jr@chromium.org
2009-12-02
2
-5
/
+52
*
Ok, here is a different approach at this change.
aa@chromium.org
2009-12-02
2
-0
/
+19
*
Make sure we don't dismiss extension popups when the focus
jcampan@chromium.org
2009-12-02
2
-2
/
+4
*
Delete old version directories of installed extensions during garbage
mpcomplete@chromium.org
2009-12-02
3
-8
/
+43
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
7
-4
/
+7
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
7
-7
/
+4
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
7
-4
/
+7
*
Integrate BlacklistManager with Profile.
phajdan.jr@chromium.org
2009-11-30
2
-0
/
+5
*
Revert 33255 - Report active extensions in crash reports. This only implement...
nsylvain@chromium.org
2009-11-30
2
-16
/
+0
*
Report active extensions in crash reports. This only implements Windows right...
aa@chromium.org
2009-11-30
2
-0
/
+16
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
8
-47
/
+37
*
Enable the RTL UI support in the extensions_ui (chrome://extensions). While d...
jshin@chromium.org
2009-11-25
1
-0
/
+2
*
Fixing 27834 by always deleting ExtensionMessageService on
huanr@chromium.org
2009-11-25
2
-6
/
+18
*
Ignore UTF-8's BOM when parsing userscript's metadata.
hayato@chromium.org
2009-11-25
2
-1
/
+21
*
Introduce a new 'all_frames' property to content scripts and
aa@chromium.org
2009-11-25
1
-0
/
+10
*
Tiny clean up. Use ASSERT_EQ instead of EXPECT_EQ.
hayato@chromium.org
2009-11-25
1
-5
/
+5
*
Remove --enable-user-script and associated tests.
aa@chromium.org
2009-11-24
1
-49
/
+1
*
disable extension toolstrips by default, adding
erikkay@chromium.org
2009-11-24
2
-0
/
+8
*
Move base64 from 'net/base' into 'base'.
hayato@chromium.org
2009-11-24
5
-9
/
+8
*
Fixes extension packing codepath that was hitting a race condition DCHECK des...
andybons@chromium.org
2009-11-24
3
-0
/
+8
*
Fix crash when an extension popup shows a JS alert. Showing the alert takes...
rafaelw@chromium.org
2009-11-24
1
-0
/
+1
*
Remove ResourceBundle::LoadImageResourceBytes since it appears to
tony@chromium.org
2009-11-23
1
-1
/
+1
*
Marking the ExtensionApiTest.ExecuteScript test as flaky as it failed for no ...
ananta@chromium.org
2009-11-23
1
-1
/
+3
*
Make extension updates use omaha id when talking to omaha.
asargent@chromium.org
2009-11-23
3
-1
/
+145
*
Add platform abstraction for simple error box, and use it in a couple extensi...
estade@chromium.org
2009-11-23
2
-4
/
+6
*
Revert change that disallowed content scripts access to
aa@chromium.org
2009-11-22
3
-6
/
+29
*
Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...
jamesr@chromium.org
2009-11-20
2
-2
/
+2
*
Properly report blacklisted extension errors (currently, blacklisted extensio...
estade@chromium.org
2009-11-20
1
-3
/
+1
[next]