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
*
Revert 127903 - Revert 127887 - Replace extension disabled infobar with a glo...
yoz@chromium.org
2012-03-22
5
-278
/
+380
*
[Chrome OS ECHO] Add a placeholder component extension whitelisted to use the...
gauravsh@chromium.org
2012-03-22
1
-0
/
+9
*
Fix bug where we'd allow chrome-extension URLs to be loaded in incognito mode
mpcomplete@chromium.org
2012-03-21
2
-14
/
+170
*
Split up the AutoUpdate test and change DCHECKs to EXPECTs to try to understa...
yoz@chromium.org
2012-03-21
1
-2
/
+24
*
Initial extension bindings for Media Gallery API.
vandebo@chromium.org
2012-03-21
4
-0
/
+124
*
[Chrome OS ECHO] Add a private extension API for Chrome OS Offers
gauravsh@chromium.org
2012-03-21
1
-0
/
+4
*
Keep lazy background pages open while they're being inspected.
mpcomplete@chromium.org
2012-03-21
6
-16
/
+48
*
Re-land alexbost's experimental offscreenTabs API.
jstritar@chromium.org
2012-03-21
13
-103
/
+1275
*
Remove Ordinals Setters and Getters from ExtensionService
csharp@chromium.org
2012-03-21
7
-94
/
+87
*
Revert 127887 - Replace extension disabled infobar with a global error.
sky@chromium.org
2012-03-21
5
-380
/
+278
*
Replace extension disabled infobar with a global error.
yoz@chromium.org
2012-03-21
5
-278
/
+380
*
Revert 127833 - Re-land alexbost's experimental offscreenTabs API.
dgrogan@chromium.org
2012-03-21
13
-1269
/
+103
*
Re-land alexbost's experimental offscreenTabs API.
jstritar@chromium.org
2012-03-20
13
-103
/
+1269
*
Move extension pop-ups and notifications to the new auto-resize code.
levin@chromium.org
2012-03-20
2
-19
/
+5
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
4
-12
/
+12
*
Disable sending cookies in WebstoreInstallHelper
battre@chromium.org
2012-03-20
1
-1
/
+2
*
Fix flakines in hterm crosh related tests.
tbarzic@chromium.org
2012-03-20
1
-1
/
+1
*
Fix Threading of ExtensionsQuotaService
battre@chromium.org
2012-03-20
6
-12
/
+42
*
cleanup: Do not include ibus_controller.h in settings page unittests.
yusukes@chromium.org
2012-03-20
1
-2
/
+1
*
Copy a shrinked image from the backing store or compositing surface for gener...
mazda@chromium.org
2012-03-20
1
-1
/
+2
*
Implemented the AppPackUpdater.
joaodasilva@chromium.org
2012-03-20
7
-5
/
+33
*
Enable ExtensionApiTest.WebSocket with using a random port for WebSocket server
toyoshim@chromium.org
2012-03-20
3
-5
/
+26
*
No longer display login when oauth token not available.
atwilson@chromium.org
2012-03-19
1
-1
/
+1
*
Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.
miket@chromium.org
2012-03-19
6
-564
/
+593
*
Move ResourceRequestDetails to content/public/browser and put in the content ...
tfarina@chromium.org
2012-03-19
1
-3
/
+4
*
Add getters to chrome.browserAction and chrome.pageAction
cduvall@chromium.org
2012-03-19
9
-13
/
+191
*
Refactor folders in chrome/browser/extensions/api
cduvall@chromium.org
2012-03-18
16
-47
/
+47
*
Refactor browserAction API and pageAction API
cduvall@chromium.org
2012-03-17
12
-269
/
+259
*
Implemented API for tracking ongoing file transfers from file manager.
zelidrag@chromium.org
2012-03-17
4
-8
/
+5
*
Revert 127317 - Implemented API for tracking ongoing file transfers from file...
zelidrag@chromium.org
2012-03-17
4
-5
/
+8
*
Implemented API for tracking ongoing file transfers from file manager.
zelidrag@chromium.org
2012-03-17
4
-8
/
+5
*
Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other co...
oshima@chromium.org
2012-03-16
1
-2
/
+2
*
Fix an issue preventing extensions with localized names from being installed ...
jstritar@chromium.org
2012-03-16
1
-2
/
+0
*
Remove "base/values.h" import from "base/location.h", fix up downstream files.
isherman@chromium.org
2012-03-16
3
-3
/
+9
*
Default browser action icon to the puzzle piece.
cduvall@chromium.org
2012-03-16
1
-7
/
+8
*
Fix crash bug in ExtensionMessageService.
mpcomplete@chromium.org
2012-03-16
1
-1
/
+1
*
Lazy background pages now load in response to message passing.
mpcomplete@chromium.org
2012-03-16
7
-139
/
+450
*
Make ShellWindow subclass BaseWindow, to support the chrome.windows.* extensi...
mihaip@chromium.org
2012-03-16
2
-0
/
+2
*
Disable AppApiTest.ReloadAppAfterCrash on Mac and Linux due to flaky timeouts.
mpcomplete@chromium.org
2012-03-16
1
-1
/
+7
*
Split ExtensionUpdater into two smaller classes.
joaodasilva@chromium.org
2012-03-16
23
-2065
/
+2616
*
Misc. tiny cleanups.
pkasting@chromium.org
2012-03-16
1
-1
/
+2
*
Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...
miket@chromium.org
2012-03-16
6
-587
/
+558
*
Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...
miket@chromium.org
2012-03-16
6
-558
/
+587
*
Add Extension Keybinding test for page actions and port the PageAction keybin...
finnur@chromium.org
2012-03-16
1
-13
/
+46
*
Revert 127146 - Add Extension Keybinding test for page actions and port the P...
finnur@chromium.org
2012-03-16
1
-46
/
+13
*
Add Extension Keybinding test for page actions and port the PageAction keybin...
finnur@chromium.org
2012-03-16
1
-13
/
+46
*
Revert 127107 - Implemented API for tracking ongoing file transfers from file...
timurrrr@chromium.org
2012-03-16
2
-3
/
+0
*
ash: Open app list and highlight the installed app.
xiyuan@chromium.org
2012-03-16
2
-17
/
+32
*
Implemented API for tracking ongoing file transfers from file manager.
zelidrag@chromium.org
2012-03-16
2
-0
/
+3
*
Profiles: Really fix refcounted services.
erg@chromium.org
2012-03-16
2
-2
/
+2
[next]