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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup in base. This moves the implementation (and a bunch of header file
brettw@chromium.org
2010-08-09
1
-4
/
+4
*
Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-09
5
-37
/
+114
*
Add device motion runtime feature entry and the command line switch.
pfeldman@chromium.org
2010-08-09
1
-0
/
+3
*
More metrics for proxy connections impact A/B test.
ziadh@chromium.org
2010-08-09
1
-2
/
+2
*
The Selenium window.open target blank test fails in ChromeFrame as the naviga...
ananta@chromium.org
2010-08-06
1
-1
/
+15
*
Fix map iteration error caught by Coverity.
jcivelli@chromium.org
2010-08-06
1
-2
/
+4
*
SwapBuffers notification is sent from GPU process to renderer process.
apatrick@chromium.org
2010-08-06
4
-0
/
+46
*
add pepper video decoder glue and delegate
wjia@google.com
2010-08-06
2
-0
/
+100
*
NULL-check the weak RenderView pointer before unregistering plugin delegates
stuartmorgan@chromium.org
2010-08-06
1
-1
/
+2
*
Revert 55227 - Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-06
5
-114
/
+37
*
Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-06
5
-37
/
+114
*
FBTF: Remove unneeded headers from base/ (part 3)
thestig@chromium.org
2010-08-06
2
-2
/
+0
*
FBTF: Remove unneeded headers from base/ (part 2)
thestig@chromium.org
2010-08-06
2
-2
/
+0
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-06
3
-4
/
+4
*
One more PhishingDOMFeatureExtractorTest suppression, for the IPC channel name.
bryner@chromium.org
2010-08-06
1
-7
/
+11
*
AutoFill: Remove one level of indirection when clearing a previewed form.
jhawkins@chromium.org
2010-08-06
4
-14
/
+8
*
Chromium-side implemention of pepper's FileChooser.
dumi@chromium.org
2010-08-05
2
-0
/
+15
*
Prettify blocked plugin HTML UI:
bauerb@chromium.org
2010-08-05
2
-3
/
+21
*
DevTools: get rid of delayed command dispatching on front-end side.
pfeldman@chromium.org
2010-08-05
4
-2
/
+14
*
Block non-sandboxed plugins.
bauerb@chromium.org
2010-08-05
3
-59
/
+82
*
Adds chromium side plumbing to pass speech input calls back and forth with We...
satish@chromium.org
2010-08-04
4
-0
/
+127
*
Revert "Remove GetSwitchValue() from chrome/* where easy."
evan@chromium.org
2010-08-04
3
-4
/
+4
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-04
3
-4
/
+4
*
Pass notifications to the browser when a document is accessing an appcache.
michaeln@chromium.org
2010-08-04
1
-2
/
+4
*
Remove wstring-ness from some more locale variables.
evan@chromium.org
2010-08-04
2
-2
/
+2
*
Initial port of accelerated compositor to Mac OS X 10.6. Reused
kbr@google.com
2010-08-04
9
-16
/
+87
*
Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).
viettrungluu@chromium.org
2010-08-04
2
-18
/
+18
*
First stage of proxy extension API.
pam@chromium.org
2010-08-04
1
-0
/
+1
*
Fix for Issue 50923: page is not properly positioned on paper when paper is
yuzo@chromium.org
2010-08-04
2
-5
/
+7
*
Input value appears twice on the form field
dhollowa@chromium.org
2010-08-03
1
-0
/
+4
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
12
-0
/
+12
*
DCHECK that CreatePlugin is only called for blocked plugins when click-to-pla...
bauerb@chromium.org
2010-08-03
1
-6
/
+5
*
DevTools: follow up to r54722, remove unused classes.
pfeldman@chromium.org
2010-08-03
1
-1
/
+0
*
Add the definition of the webRequest and webNavigation APIs.
jochen@chromium.org
2010-08-03
1
-0
/
+2
*
DevTools: Get rid of DevTools RPC.
pfeldman@chromium.org
2010-08-03
6
-56
/
+37
*
Add "Load all plugins on this page" button to blocked plugins bubble if click...
bauerb@chromium.org
2010-08-03
4
-1
/
+34
*
Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo.
bauerb@chromium.org
2010-08-03
3
-23
/
+36
*
Fix the wrong substr use in autofill fix for bug 49332.
inferno@chromium.org
2010-08-02
1
-1
/
+1
*
Fix language detection with short text pages.
jcivelli@chromium.org
2010-08-02
1
-7
/
+6
*
A/B test for measuring effect of number of proxy connections.
ziadh@chromium.org
2010-08-02
1
-1
/
+35
*
Record received data in WebViewPlugin and replay it when loading the real plu...
bauerb@chromium.org
2010-08-02
1
-0
/
+1
*
Linux fix for Issue 50340: @page rules inside @media print rules are not pro...
yuzo@chromium.org
2010-08-02
1
-4
/
+12
*
Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.
viettrungluu@chromium.org
2010-07-31
4
-58
/
+55
*
Fix the build.
brettw@chromium.org
2010-07-31
1
-1
/
+3
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
2
-3
/
+4
*
Fix bad license header under chrome/ directory.
tfarina@chromium.org
2010-07-31
4
-25
/
+25
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
2
-3
/
+0
*
Add undeclared virtual destructors part 4
ziadh@chromium.org
2010-07-30
4
-1
/
+6
*
Altered the logic that determines when NaCl is enabled. Previously, we requi...
cbiffle@google.com
2010-07-30
2
-10
/
+28
*
Remove some wstrings used in ui_test.cc.
evan@chromium.org
2010-07-30
2
-4
/
+4
[next]