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
*
1. remove initial rendering lag time for egl image decoding path
wjia@google.com
2010-06-24
2
-5
/
+9
*
Require user opt-in before allowing content script injection on file URLs.
mpcomplete@chromium.org
2010-06-24
1
-0
/
+3
*
Revert 50726 "DevTools: Migrate to new WebView initialization (pass devtools ...
pfeldman@chromium.org
2010-06-24
2
-2
/
+4
*
DevTools: Migrate to new WebView initialization (pass devtools client directly).
pfeldman@chromium.org
2010-06-24
2
-4
/
+2
*
Added support for vector printing for Pepper v1 plugins for Windows. Mac and ...
sanjeevr@chromium.org
2010-06-24
2
-0
/
+88
*
Canvas refactoring part 2.
ben@chromium.org
2010-06-23
1
-2
/
+2
*
Convert WebPluginInfo from wstring to string16
stuartmorgan@chromium.org
2010-06-23
1
-3
/
+3
*
Refactored ggl::SwapBuffers to take the GGL context as an argument.
apatrick@chromium.org
2010-06-23
4
-5
/
+4
*
Improve input method support.
suzhe@chromium.org
2010-06-23
5
-214
/
+146
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
6
-1
/
+42
*
Reland - Only allow installation of extensions/apps with gallery update url v...
rafaelw@chromium.org
2010-06-23
2
-4
/
+3
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
4
-0
/
+0
*
code cleanup for media code for video renerers.
jiesun@google.com
2010-06-23
1
-13
/
+3
*
Allow WebGLES2 contexts to be initialized with a parent context for the purposes
vangelis@chromium.org
2010-06-22
2
-1
/
+24
*
When creating a child ggl context, flush commands in the parent context first...
vangelis@chromium.org
2010-06-22
1
-0
/
+4
*
Include WebDevToolsMessageTransport.h in devtools_agent_filter.cc
mnaganov@chromium.org
2010-06-22
1
-0
/
+1
*
Remove unused static implementation of sendMessageToFrontendOnIOThread.
mnaganov@chromium.org
2010-06-22
1
-6
/
+0
*
In pages rendered in ChromeFrame window open requests or link clicks with tar...
ananta@chromium.org
2010-06-22
1
-0
/
+13
*
Address some visual problems with the omnibox extension API:
mpcomplete@chromium.org
2010-06-21
1
-0
/
+13
*
Enhance comment above RenderThread with how this should be factored instead. ...
brettw@chromium.org
2010-06-21
2
-5
/
+28
*
A/B test for determining a value for unused socket timeout. Currently the
ziadh@chromium.org
2010-06-21
1
-0
/
+34
*
Revert 50333 - Only allow installation of extensions/apps with gallery update...
tkent@chromium.org
2010-06-21
2
-3
/
+4
*
Only allow installation of extensions/apps with gallery update url via downlo...
rafaelw@chromium.org
2010-06-21
2
-4
/
+3
*
Re-commit r50321 after rollback.
jeremy@chromium.org
2010-06-20
2
-7
/
+42
*
Revert "Mac: Infrastructure for serialization of OS fonts over IPC."
jeremy@chromium.org
2010-06-20
2
-42
/
+7
*
Mac: Infrastructure for serialization of OS fonts over IPC.
jeremy@chromium.org
2010-06-20
2
-7
/
+42
*
Cleanup: Remove some unneeded WebKit headers.
thestig@chromium.org
2010-06-18
1
-1
/
+1
*
Make WebDevToolsAgentClient::sendMessageToFrontendOnIOThread virtual.
mnaganov@chromium.org
2010-06-18
1
-0
/
+15
*
Split part of about_handler into chrome/common to break the browser-renderer ...
thestig@chromium.org
2010-06-18
3
-35
/
+44
*
Remove obsolete API handlers now that upstream changes to frame name plumbing...
atwilson@chromium.org
2010-06-17
2
-15
/
+2
*
Remove the dependency from renderer on browser.
thestig@chromium.org
2010-06-17
2
-5
/
+0
*
Allow /Library/Fonts through the sandbox. Needed for internal plugin.
jabdelmalek@google.com
2010-06-17
1
-1
/
+3
*
Fix build error
jam@chromium.org
2010-06-17
1
-1
/
+1
*
Internal plugin needs to be loaded in a different place for the Linux sandbox.
jam@chromium.org
2010-06-17
1
-3
/
+6
*
Revert 48693 - Only inject content scripts into HTML documents. Previously we...
aa@chromium.org
2010-06-16
1
-15
/
+0
*
Revert 50050 - Revert r48693: This broke existing extensions that wanted to r...
aa@chromium.org
2010-06-16
1
-0
/
+15
*
Revert r48693: This broke existing extensions that wanted to run script on XML
aa@chromium.org
2010-06-16
1
-15
/
+0
*
Allow POST requests made from an extension process to reuse the same process,
mpcomplete@chromium.org
2010-06-16
1
-1
/
+2
*
Add makeContextCurrent() to all gl functions.
zmo@google.com
2010-06-16
1
-0
/
+2
*
Working towards -Wextra
thomasvl@chromium.org
2010-06-16
1
-0
/
+1
*
C++ readability for hbono.
hbono@chromium.org
2010-06-16
3
-113
/
+120
*
Remove ExtensionAPIClient tests. These have been superceded
aa@chromium.org
2010-06-16
1
-740
/
+0
*
Implement more of Flush properly. This adds support for waiting on the message
brettw@chromium.org
2010-06-16
5
-16
/
+91
*
Don't check if the internal plugin exists when someone just asks for its path...
jam@chromium.org
2010-06-16
1
-1
/
+2
*
Send WINDOW_ID_NONE in chrome.windows.onFocusChanged when all windows loose f...
rafaelw@chromium.org
2010-06-16
1
-0
/
+22
*
Fix for a translate related crasher.
jcivelli@chromium.org
2010-06-16
3
-4
/
+27
*
Mac/clang: Possibly contentious changes.
thakis@chromium.org
2010-06-15
1
-1
/
+1
*
Remove a ResourceBundle::GetDataResource and convert people to
tony@chromium.org
2010-06-15
1
-3
/
+3
*
AutoFill: Don't parse hidden fields for labels. Also don't count hidden fields
jhawkins@chromium.org
2010-06-15
2
-1
/
+122
*
Add abandoned metric for spdy.
mbelshe@chromium.org
2010-06-14
1
-0
/
+3
[next]