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
*
Disable ageActionRefreshCrash on windows.
lzheng@chromium.org
2010-08-11
1
-1
/
+2
*
Revert r55750
aa@chromium.org
2010-08-11
1
-44
/
+27
*
Forbid hybrid apps.
aa@chromium.org
2010-08-11
1
-27
/
+44
*
Implement admin control (by policy) over which extensions the user can instal...
finnur@chromium.org
2010-08-11
5
-3
/
+89
*
Suppress ExtensionApiTest.CaptureVisibleTabPng
hamaji@chromium.org
2010-08-11
1
-1
/
+1
*
Making window.focus() work in Chrome.
jcivelli@chromium.org
2010-08-11
2
-0
/
+8
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
5
-13
/
+13
*
Allow chrome:// pages to load extension resources. Also, lock down access fro...
aa@chromium.org
2010-08-11
2
-6
/
+30
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
8
-0
/
+8
*
Fix a bug where the allow-in-incognito state would get reset when an extension
mpcomplete@chromium.org
2010-08-10
2
-2
/
+30
*
De-wstring/wchar_t-ify extensions DOM UI as much as currently possible.
viettrungluu@chromium.org
2010-08-08
5
-123
/
+125
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
9
-4
/
+9
*
In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow...
johnnyg@chromium.org
2010-08-06
2
-3
/
+7
*
Fixes to separators in context menu items added by extensions.
asargent@chromium.org
2010-08-06
1
-24
/
+127
*
Move creation of the PrefStores into the PrefValueStore, to reduce the knowle...
pam@chromium.org
2010-08-06
1
-1
/
+3
*
FBTF: Remove unneeded headers from base/ (part 3)
thestig@chromium.org
2010-08-06
3
-1
/
+3
*
Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.
viettrungluu@chromium.org
2010-08-05
26
-52
/
+33
*
Refactored extension privilege enumeration and implemented URLPattern compari...
cdn@chromium.org
2010-08-05
3
-13
/
+55
*
Add debuggin CHECK to help track down ExtensionHost crasher
rafaelw@chromium.org
2010-08-05
3
-1
/
+28
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
3
-5
/
+1
*
Update the names of some parameters passed to contextMenu onclick handlers.
asargent@chromium.org
2010-08-04
2
-6
/
+6
*
GTK: unbreak extension badges.
estade@chromium.org
2010-08-04
1
-2
/
+4
*
Rename GetStringAsUTF16() to GetString() (and overload), etc.
viettrungluu@chromium.org
2010-08-04
4
-47
/
+46
*
When toggling an extension in incognito, don't disable/reenable the extension
mpcomplete@chromium.org
2010-08-04
1
-3
/
+8
*
Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).
viettrungluu@chromium.org
2010-08-04
1
-1
/
+1
*
Fix compile error by removing "typedef".
pam@chromium.org
2010-08-04
1
-1
/
+1
*
First stage of proxy extension API.
pam@chromium.org
2010-08-04
7
-139
/
+508
*
ChromeFrame currently overrides the request context for intercepting network ...
ananta@chromium.org
2010-08-04
1
-2
/
+1
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
5
-0
/
+5
*
Add the definition of the webRequest and webNavigation APIs.
jochen@chromium.org
2010-08-03
2
-0
/
+28
*
DevTools: Get rid of DevTools RPC.
pfeldman@chromium.org
2010-08-03
3
-17
/
+7
*
Fix a number of problems caused by the AutocompleteController purposefully co...
pkasting@chromium.org
2010-08-03
1
-1
/
+1
*
Make sure we fully remove child context menu items when deleting a parent.
asargent@chromium.org
2010-08-02
3
-20
/
+91
*
enable apps by default
erikkay@chromium.org
2010-08-02
3
-8
/
+0
*
Revert 54560 -
nick@chromium.org
2010-08-02
1
-3
/
+6
*
Change removing method, GetBrowser from TabContentsDelegate, as this was brea...
twiz@google.com
2010-08-02
1
-6
/
+3
*
Set a max limit on extension items' labels in context menus.
asargent@chromium.org
2010-08-02
8
-52
/
+305
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
7
-17
/
+24
*
Add undeclared virtual destructors part 3
ziadh@chromium.org
2010-07-30
3
-0
/
+9
*
Convert DictionaryValue's keys to std::string (from wstring).
viettrungluu@chromium.org
2010-07-30
3
-23
/
+23
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
14
-58
/
+74
*
Give a better error when extension unpacking can't be done.
skerner@chromium.org
2010-07-30
1
-16
/
+29
*
Remove some debug switches:
skerner@chromium.org
2010-07-30
2
-21
/
+2
*
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
evan@chromium.org
2010-07-30
1
-3
/
+3
*
CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()
evan@chromium.org
2010-07-29
2
-7
/
+4
*
GTTF: Move more test server code from net/url_request/url_request_unittest.h
phajdan.jr@chromium.org
2010-07-29
8
-19
/
+31
*
Cleanup: Remove unneeded headers from app/
thestig@chromium.org
2010-07-29
3
-4
/
+1
*
browser: Fix some presubmit errors.
tfarina@chromium.org
2010-07-28
1
-5
/
+3
*
base/ header cleanup. Forward declaration instead of including.
erg@google.com
2010-07-28
1
-0
/
+1
*
Add "pushed" as a state a TextButton can show (alongside "normal" and "hover").
pkasting@chromium.org
2010-07-27
1
-2
/
+2
[next]