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
*
Disabling FileSystemExtensionApiTest.FileBrowserTest again.
tbarzic@chromium.org
2011-11-10
1
-1
/
+1
*
Fix FileSystemExtensionApiTest.FileBrowserTest
tbarzic@chromium.org
2011-11-10
1
-8
/
+1
*
net: Move the last two Escape() functions into the net namespace.
tfarina@chromium.org
2011-11-09
2
-5
/
+5
*
Add a tray notification UI for speech input recording in the extension API.
leandrogracia@chromium.org
2011-11-09
8
-1320
/
+1
*
Report human-readable error on permission problem.
dilmah@chromium.org
2011-11-09
2
-50
/
+62
*
Move all Extension Settings API files from c/b/extensions to c/b/extensions/s...
kalman@chromium.org
2011-11-09
44
-737
/
+886
*
Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...
aa@chromium.org
2011-11-09
17
-352
/
+355
*
Default apps should not be installed on profiles that already have apps. The
rogerta@chromium.org
2011-11-09
6
-36
/
+77
*
Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED.
yoz@chromium.org
2011-11-09
5
-20
/
+8
*
Various changes to the Extension Settings API.
kalman@chromium.org
2011-11-09
28
-1126
/
+1043
*
Disable failing FileBrowserTest on CrOs.
thakis@chromium.org
2011-11-08
1
-1
/
+8
*
Lock the GTK UI of the content settings bubble if the corresponding content s...
markusheintz@chromium.org
2011-11-08
1
-1
/
+1
*
Fix a crash in PageActionImageView when extensions are reloaded due to incogn...
finnur@chromium.org
2011-11-08
4
-14
/
+28
*
Pass a correct button name to OnCandidateClicked()
yusukes@chromium.org
2011-11-08
1
-4
/
+6
*
Revert r108760 / reland r108744, r108753 w/ fix
dpranke@chromium.org
2011-11-08
1
-9
/
+7
*
Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...
mpcomplete@chromium.org
2011-11-08
11
-144
/
+517
*
Have ExtensionHost use TabContents instead of RenderViewHost. This is part
mpcomplete@chromium.org
2011-11-08
11
-517
/
+144
*
Fix bug 103190: We do not need the call that leaks.
munjal@chromium.org
2011-11-07
1
-1
/
+0
*
Add UMA histogram on percentage of network duration spent waiting on extension
battre@chromium.org
2011-11-07
1
-0
/
+2
*
Support UTF8 in header values in webRequest API.
battre@chromium.org
2011-11-07
6
-20
/
+143
*
Add per-user external extension source for Mac.
skerner@chromium.org
2011-11-07
1
-6
/
+9
*
Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on...
dpranke@chromium.org
2011-11-05
1
-7
/
+9
*
Modify code in chrome to call wrapper functions on PluginService
dpranke@chromium.org
2011-11-04
1
-9
/
+7
*
Finish up the app notification setup code:
munjal@chromium.org
2011-11-04
3
-99
/
+302
*
always read and write link url and link text independently without enforcing ...
munjal@chromium.org
2011-11-04
1
-6
/
+7
*
Fix annoying autorelease messages for browser tests.
shess@chromium.org
2011-11-04
1
-2
/
+2
*
Added parentFrameId to webRequest API calls
battre@chromium.org
2011-11-04
5
-7
/
+26
*
Move download extension api implementation to download/ dir.
tfarina@chromium.org
2011-11-04
7
-928
/
+4
*
redesign and reimplement proxy config service and tracker, revise proxy ui on...
kuan@chromium.org
2011-11-04
1
-1
/
+12
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
3
-3
/
+1
*
Get rid of experimental flag from tts apitest.
dmazzoni@chromium.org
2011-11-04
1
-5
/
+0
*
Don't reload into an app process.
creis@chromium.org
2011-11-03
1
-2
/
+2
*
Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...
creis@chromium.org
2011-11-03
1
-52
/
+0
*
base::Bind conversion for chrome/browser/extensions/file_reader.
adamk@chromium.org
2011-11-03
4
-29
/
+22
*
Wait for the tab opened by the extension to be loaded before navigating it
jochen@chromium.org
2011-11-03
1
-2
/
+6
*
Make sure that the about:blank tab is loaded after returning from the extension
jochen@chromium.org
2011-11-03
1
-1
/
+3
*
Remove 'using' from browser_thread.h, and make things compile.
joi@chromium.org
2011-11-03
3
-0
/
+6
*
Add a missing header for official build to fix compile error.
sadrul@chromium.org
2011-11-03
1
-0
/
+4
*
Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq...
battre@chromium.org
2011-11-03
12
-11
/
+212
*
ntp: remove ShownSectionHandler and all references to it
estade@chromium.org
2011-11-03
4
-141
/
+0
*
Adds a webstorePrivate method for silently installing extensions.
jstritar@chromium.org
2011-11-02
12
-20
/
+309
*
Ignore paths when matching patterns for extensions.
dcheng@chromium.org
2011-11-02
2
-0
/
+28
*
Pass extension_id to AppNotifyChannelSetup
asargent@chromium.org
2011-11-02
4
-0
/
+8
*
Refactor loading out of ExtensionService.
yoz@chromium.org
2011-11-02
16
-716
/
+1023
*
Moving the SignalingTask class to base/test.
tommi@chromium.org
2011-11-02
1
-2
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
78
-8
/
+147
*
Remove dcheck at CrxInstaller teardown
cpu@chromium.org
2011-11-02
1
-13
/
+7
*
Ensure forced process swaps use the correct page_id and SiteInstance.
creis@chromium.org
2011-11-01
1
-0
/
+52
*
Don't close background pages if there is a pending response (callback).
tessamac@chromium.org
2011-11-01
4
-5
/
+42
*
Fixed touch build after 8395042.
altimofeev@chromium.org
2011-11-01
1
-4
/
+5
[next]