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
*
Call the new FilePath API to make sure the untrusted sandboxed process is not
cevans@chromium.org
2009-08-18
1
-2
/
+12
*
An initial pass at structure to do end-to-end extension API tests. I'll work...
erikkay@chromium.org
2009-08-17
7
-6
/
+201
*
DevTools: remove TODO on completed item.
pfeldman@chromium.org
2009-08-17
1
-1
/
+0
*
Undo disabled toolstrip test, now that upstream bug is fixed.
aa@chromium.org
2009-08-15
1
-1
/
+1
*
Adds a copyright header to extension_browsertest.cc and fixes lint error.
mpcomplete@chromium.org
2009-08-14
2
-3
/
+9
*
Disable UpdatePermissions until I can figure out why it's failing.
mpcomplete@chromium.org
2009-08-14
1
-0
/
+3
*
Disable an extension when it is upgraded to a version that requires more
mpcomplete@chromium.org
2009-08-14
12
-69
/
+389
*
Implement chrome.tabs.getVisibleTabCapture() on Mac
rafaelw@chromium.org
2009-08-14
1
-1
/
+4
*
remove some unneeded DCHECKs (from an earlier review comment you made)
erikkay@chromium.org
2009-08-14
1
-5
/
+1
*
Temporarily disable ExtensionBrowserTest.Toolstrip while the
levin@chromium.org
2009-08-14
1
-1
/
+2
*
The change has the followings:
lzheng@chromium.org
2009-08-14
9
-101
/
+670
*
Implementation of getBackgroundPage(), getToolstrips(), and
aa@chromium.org
2009-08-14
4
-8
/
+77
*
Make confirm info bar buttons support mnemonics.
tony@chromium.org
2009-08-13
1
-2
/
+6
*
Add some paranoid CHECKs to the ExtensionMessageService to track down a crash.
mpcomplete@chromium.org
2009-08-13
1
-0
/
+11
*
Add privacy_blacklists key to extension manifest and validate it.
phajdan.jr@chromium.org
2009-08-13
1
-0
/
+12
*
I have taken over this patch, original authored by Adam Hunter (adamhunter).
rafaelw@chromium.org
2009-08-13
5
-0
/
+95
*
Add a default icon for theme install infobar.
glen@chromium.org
2009-08-12
1
-1
/
+4
*
Make the theme install infobar have an 'undo' button instead
aa@chromium.org
2009-08-11
4
-17
/
+34
*
Revert "Fix "crashed extension" infobar browser crashes."
phajdan.jr@chromium.org
2009-08-11
8
-155
/
+84
*
Fix "crashed extension" infobar browser crashes.
phajdan.jr@chromium.org
2009-08-11
8
-84
/
+155
*
vector.end() is out of range, need to erase (end() - 1)
jnd@chromium.org
2009-08-09
1
-24
/
+15
*
Committing for Siggi based on review:
mad@google.com
2009-08-08
2
-9
/
+15
*
Add module-level permissions to extensions.
mpcomplete@chromium.org
2009-08-07
4
-3
/
+19
*
Fix a few bugs with the theme infobar:
aa@chromium.org
2009-08-07
1
-5
/
+11
*
Add a temporary extension error message box on linux.
tc@google.com
2009-08-06
1
-2
/
+4
*
Correctly handle extensions width in the GTK extension shelf.
phajdan.jr@chromium.org
2009-08-06
1
-2
/
+2
*
Switch extension update manifest parse errors to LOG(WARN).
asargent@chromium.org
2009-08-06
1
-1
/
+1
*
Don't show themes in extension config UI. This fixes various bugs
aa@chromium.org
2009-08-06
1
-11
/
+5
*
extensions: clean up some code I saw while tracking down a bug
evan@chromium.org
2009-08-05
1
-4
/
+3
*
Undo my bonehead mistake of checking in a modification to the
aa@chromium.org
2009-08-05
1
-6
/
+0
*
Unpack extensions in-process in --single-process mode.
mpcomplete@chromium.org
2009-08-04
1
-1
/
+3
*
Make extensions in the extension shelf render their content to a visible GTK
phajdan.jr@chromium.org
2009-08-04
1
-3
/
+8
*
mole API - take 2
erikkay@chromium.org
2009-08-04
9
-70
/
+293
*
Implement first cut at the extension installation prompt on Windows.
aa@chromium.org
2009-08-04
9
-36
/
+138
*
Fix memory leak introduced by r22043.
aa@chromium.org
2009-08-04
1
-2
/
+2
*
Put the null pointer check for theme images before we use the
tc@google.com
2009-08-03
1
-1
/
+1
*
Delay loading of ExtensionHosts until the background page is ready.
mpcomplete@chromium.org
2009-08-03
2
-2
/
+48
*
Make extensions auto-update schedule persist across browser restarts.
asargent@chromium.org
2009-08-03
4
-22
/
+154
*
Coverity: Check the return value of file_util::ReadFileToString. It's possib...
jhawkins@chromium.org
2009-08-03
1
-4
/
+13
*
Rolling back change 22245.
chrome-bot@google.com
2009-08-02
9
-293
/
+70
*
mole expand/collapse API, callable from a toolstrip for manual operation
erikkay@chromium.org
2009-08-01
9
-70
/
+293
*
Try again to land: http://codereview.chromium.org/160483
aa@chromium.org
2009-08-01
10
-187
/
+363
*
Rollback 22228
aa@chromium.org
2009-08-01
10
-362
/
+186
*
Ever closer. Extract a client interface out of CrxInstaller and
aa@chromium.org
2009-07-31
10
-186
/
+362
*
Revert a part of r22173 that caused a compile failure on Win dbg.
jhawkins@chromium.org
2009-07-31
1
-1
/
+1
*
Coverity: Check the return value of DictionaryValue::GetString.
jhawkins@chromium.org
2009-07-31
1
-5
/
+5
*
Coverity: Check the return value of ExecuteJavaScriptAndExtractString.
jhawkins@chromium.org
2009-07-31
1
-8
/
+8
*
Fix some whitespace lint that has crept in.
asargent@chromium.org
2009-07-31
1
-5
/
+4
*
Pull CrxInstaller out of ExtensionsService.
aa@chromium.org
2009-07-30
12
-543
/
+489
*
Landing Thiago Farina's CL.
jcampan@chromium.org
2009-07-29
1
-2
/
+2
[next]