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
*
Remove unnecessary LOG(INFO) lines from extensions system
aa@chromium.org
2010-09-17
3
-9
/
+0
*
Reland r59641. Add the onBeforeNavigate and onErrorOccured events to the webN...
jochen@chromium.org
2010-09-17
2
-19
/
+95
*
Moves TabStripModelObserver/Delegate into their own headers.
sky@chromium.org
2010-09-16
6
-14
/
+20
*
Fix problem with extension context menu items losing top-level icon.
asargent@chromium.org
2010-09-16
3
-2
/
+141
*
Add a placeholder, overridable DOMUI keyboard.
bryeung@chromium.org
2010-09-16
1
-0
/
+42
*
Revert 59641 - Add the onBeforeNavigate and onErrorOccured events to the webN...
jochen@chromium.org
2010-09-16
2
-92
/
+19
*
Add the onBeforeNavigate and onErrorOccured events to the webNavigation API.
jochen@chromium.org
2010-09-16
2
-19
/
+92
*
Move ExtensionsServiceBackend class into the .cc file.
tfarina@chromium.org
2010-09-16
2
-325
/
+322
*
Do not resize image before testing pixel colors in browser test. Only crop.
skerner@chromium.org
2010-09-16
1
-1
/
+1
*
Factor an ExtensionIconSet class out of Extension. This can
aa@chromium.org
2010-09-16
6
-18
/
+20
*
FBTF: Move Extension::LaunchContainer to extension_constants.h.
erg@google.com
2010-09-16
1
-0
/
+1
*
Add support for speak properties such as rate to platform specific TTS.
dtseng@chromium.org
2010-09-15
6
-173
/
+285
*
ExtensionGalleryInstallApiTest.InstallAndUninstall is failing on 'XP Tests' bot.
vandebo@chromium.org
2010-09-15
1
-1
/
+8
*
Added check when unpacking extensions for a null key.
cdn@chromium.org
2010-09-15
1
-0
/
+4
*
Hide packed hosted apps in chrome://extensions .
skerner@chromium.org
2010-09-14
2
-4
/
+13
*
Land implementation part of cl 3352009 (that cl was just data
aa@chromium.org
2010-09-14
1
-0
/
+61
*
Fix several spelling mistakes, mostly in comments.
mdm@chromium.org
2010-09-14
2
-2
/
+2
*
Fix SessionStorage
jorlow@chromium.org
2010-09-14
1
-5
/
+1
*
Create a DefaultPrefStore to hold registered application-default preference v...
pam@chromium.org
2010-09-14
2
-10
/
+25
*
Enable incognito mode from external_extensions.json
dpolukhin@chromium.org
2010-09-14
6
-16
/
+44
*
Remove create_app_shortcut param from ExtensionInstallUI::Delegate::InstallUI...
tfarina@chromium.org
2010-09-14
9
-42
/
+11
*
1 word change, to prevent confusion.
bryeung@chromium.org
2010-09-13
1
-1
/
+1
*
Revert 59138 - Revert 59123 - Don't use the return value of rlz_lib::SendFina...
rogerta@google.com
2010-09-13
2
-5
/
+17
*
Reland r54723. Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-13
4
-0
/
+150
*
Adds a notification event for onload. I would have liked to plumb this
sky@chromium.org
2010-09-11
2
-2
/
+4
*
Add a confirmation prompt to app uninstallation on the ntp.
aa@chromium.org
2010-09-10
2
-8
/
+8
*
Partial clone of the following CL: http://codereview.chromium.org/3013045/show
twiz@google.com
2010-09-10
5
-9
/
+47
*
Revert 59123 - Don't use the return value of rlz_lib::SendFinancialPing() as ...
sky@chromium.org
2010-09-10
2
-17
/
+5
*
Don't use the return value of rlz_lib::SendFinancialPing() as the return value
rogerta@google.com
2010-09-10
2
-5
/
+17
*
Input file type now supported in extension popups.
jcivelli@chromium.org
2010-09-10
2
-0
/
+12
*
Excempt certain extension functions from module permission check.
finnur@chromium.org
2010-09-10
2
-6
/
+7
*
Add support for PAC scripts (URL only, no direct data yet) and proxy auto-con...
pam@chromium.org
2010-09-10
3
-26
/
+136
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
2
-6
/
+6
*
Makes ExtensionBrowserEventRouter correctly deal with replacing a tab.
sky@chromium.org
2010-09-09
2
-9
/
+25
*
Implement gallery install API
rafaelw@chromium.org
2010-09-09
10
-43
/
+223
*
Fix Time::FromDoubleT so that it will return null time when 0 is passed.
jianli@chromium.org
2010-09-09
2
-3
/
+9
*
Revert 58920 - Create a DefaultPrefStore to hold registered application-defau...
pam@chromium.org
2010-09-09
1
-9
/
+2
*
Create a DefaultPrefStore to hold registered application-default preference v...
pam@chromium.org
2010-09-09
1
-2
/
+9
*
Remove default apps for Chrome OS from public repository
dpolukhin@chromium.org
2010-09-09
1
-22
/
+0
*
Check for updates for a user script only if it has an update URL.
akalin@chromium.org
2010-09-09
2
-0
/
+10
*
Add a command line switch "--disable-background-networking", to be used in
mbelshe@chromium.org
2010-09-08
1
-0
/
+4
*
Fix spacing for extension omnibox keyword icons.
mpcomplete@chromium.org
2010-09-08
4
-3
/
+61
*
Back out r58827. It caused browser_tests ExtensionApiTest.Rlz to fail.
mark@chromium.org
2010-09-08
2
-13
/
+5
*
Don't use the return value of rlz_lib::SendFinancialPing() as the return value
rogerta@google.com
2010-09-08
2
-5
/
+13
*
Revert 58809 - Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
4
-150
/
+0
*
Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
4
-0
/
+150
*
Revert 58802 - Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
4
-150
/
+0
*
Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
4
-0
/
+150
*
FBTF: Remove unneeded headers from base/ (part 8)
thestig@chromium.org
2010-09-08
3
-3
/
+0
*
Don't show "The page at..." in the Bookmark Manager confirmation dialog.
tfarina@chromium.org
2010-09-05
2
-16
/
+2
[next]