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
*
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
*
Re-disable IncognitoSplitMode. It still fails/hangs periodically (though more
mpcomplete@chromium.org
2010-09-03
1
-1
/
+2
*
Due to some unresolved blocking issues, we are switching Native Client back o...
cbiffle@google.com
2010-09-03
1
-0
/
+1
*
Error out if a version in external_extensions.json is invalid.
skerner@chromium.org
2010-09-03
3
-39
/
+54
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-2
/
+2
*
Allow experimental extension pop-ups from infobars.
joi@chromium.org
2010-09-03
2
-3
/
+11
*
Re-lands 58186:
bryeung@chromium.org
2010-09-03
2
-6
/
+6
*
Reenable IncognitoSplitMode with a hopeful fix.
mpcomplete@chromium.org
2010-09-02
3
-6
/
+15
*
Fix some issues with incognito split mode extensions.
mpcomplete@chromium.org
2010-09-02
2
-14
/
+40
*
Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...
akalin@chromium.org
2010-09-02
2
-6
/
+6
*
Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-02
2
-6
/
+6
*
FBTF: Reaplly the TabRestoreService::Observer into its own file commit.
erg@google.com
2010-09-02
4
-0
/
+4
*
Relanding 3149027.
dtseng@chromium.org
2010-09-02
4
-4
/
+142
*
Add api constants for webRequest and clean up webNavigation.
jochen@chromium.org
2010-09-02
4
-8
/
+72
*
Revert "FBTF: Move the TabRestoreService::Observer into its own file."
erg@google.com
2010-09-01
4
-4
/
+0
*
FBTF: Move the TabRestoreService::Observer into its own file.
erg@google.com
2010-09-01
4
-0
/
+4
*
Revert 58186 - Move the keyboard files from base/ to app/.
phajdan.jr@chromium.org
2010-09-01
2
-6
/
+6
*
Mark ExtensionApiTest.Popup as FLAKY, it is still flaky.
phajdan.jr@chromium.org
2010-09-01
1
-2
/
+2
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
2
-0
/
+9
*
A CL implementing a collection of fixes to tidy up experimental popups.
twiz@google.com
2010-09-01
1
-8
/
+1
*
Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-01
2
-6
/
+6
*
default app icon
erikkay@chromium.org
2010-09-01
2
-3
/
+10
*
Mark a test flaky.
aa@chromium.org
2010-09-01
1
-1
/
+1
*
Private API for web store to get sync login and set store login information.
asargent@chromium.org
2010-09-01
5
-0
/
+109
*
window.open() from an extension should always goes in normal browser. When th...
aa@chromium.org
2010-09-01
2
-4
/
+28
*
Protect local storage created by extension apps.
andybons@chromium.org
2010-09-01
3
-3
/
+101
[next]