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
...
*
...
agl@chromium.org
2010-01-04
4
-0
/
+52
*
Upload renderer histograms to browser after a page loads
jar@chromium.org
2010-01-02
2
-0
/
+12
*
Adding support for i18n to content scripts.
cira@chromium.org
2009-12-29
6
-118
/
+125
*
plugins: limit maximum window size
evan@chromium.org
2009-12-28
1
-0
/
+10
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-5
/
+3
*
Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.
yaar@chromium.org
2009-12-23
2
-20
/
+35
*
(fix merge error).
rafaelw@chromium.org
2009-12-23
1
-0
/
+8
*
Revert "Disallow chrome.tabs.executeScript from injecting code into gallery"
rafaelw@chromium.org
2009-12-23
1
-8
/
+0
*
Disallow chrome.tabs.executeScript from injecting code into gallery
rafaelw@chromium.org
2009-12-23
1
-0
/
+8
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
6
-58
/
+246
*
Check permissions for chrome.tabs.executeScript() in the
aa@chromium.org
2009-12-22
2
-63
/
+36
*
Correct the code that suppresses multiple paint rects to avoid the
darin@chromium.org
2009-12-21
1
-6
/
+6
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-21
2
-130
/
+83
*
Add a CreateBridge method to the ChildThread.
jcampan@chromium.org
2009-12-19
1
-17
/
+2
*
Adds bookmarks.getRecent that returns the recently bookmarked items.
arv@chromium.org
2009-12-18
1
-0
/
+6
*
Expose the TransportDIB through the reserved pointer so that the NaCl pepper ...
sehr@google.com
2009-12-18
1
-0
/
+20
*
Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
rsesek@chromium.org
2009-12-18
2
-83
/
+130
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-18
2
-130
/
+83
*
Dispose of V8 contexts when an extension request gets a response.
mpcomplete@chromium.org
2009-12-18
1
-0
/
+2
*
Win: Fix an invalid handle initialization in the spellchecker.
estade@chromium.org
2009-12-18
1
-7
/
+19
*
Reverting the CLD CL altogether, the reliability bot is still red.
jcampan@chromium.org
2009-12-17
2
-5
/
+41
*
Load message catalogs on demand when chrome.i18n.getMessage needs them.
cira@chromium.org
2009-12-17
3
-13
/
+20
*
Disable multiple paint rects due to page cycler regression on single-core-xp.
chase@chromium.org
2009-12-17
1
-0
/
+7
*
Revert 34777 - Disable multiple paint rects due to page cycler regression on ...
stuartmorgan@chromium.org
2009-12-17
1
-7
/
+0
*
Disable multiple paint rects due to page cycler regression on single-core-xp.
darin@chromium.org
2009-12-16
1
-0
/
+7
*
Makes the language detection happen with every page load
jcampan@chromium.org
2009-12-16
2
-41
/
+5
*
Fix regression where we stopped running content scripts in
aa@chromium.org
2009-12-16
6
-31
/
+42
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
1
-0
/
+3
*
Remove the AsyncSlowStart experiment
mbelshe@google.com
2009-12-15
1
-10
/
+0
*
Mac: make it even less likely that the renderer+Breakpad leaks Mach ports.
viettrungluu@chromium.org
2009-12-15
1
-0
/
+17
*
Refactor browser action apitest and port for mac.
kkania@chromium.org
2009-12-14
1
-17
/
+17
*
Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...
apatrick@google.com
2009-12-12
4
-0
/
+263
*
The union and first level nested struct were vestiges of the previous
sehr@google.com
2009-12-11
1
-17
/
+17
*
DevTools: use WebDevToolsMessageData for devtools rpc messages
yurys@chromium.org
2009-12-11
6
-105
/
+36
*
Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages"
yurys@chromium.org
2009-12-11
6
-36
/
+105
*
DevTools: use WebDevToolsMessageData for devtools rpc messages
yurys@chromium.org
2009-12-11
6
-105
/
+36
*
Mac: for branded Google Chrome, handle SIGTERM in renderer to clean up Breakpad.
viettrungluu@chromium.org
2009-12-11
1
-0
/
+137
*
Handle the case of two scroll events cancelling each other out.
darin@chromium.org
2009-12-11
2
-0
/
+21
*
re-apply r34183
estade@chromium.org
2009-12-10
1
-0
/
+6
*
Prevent 2 types of extension crashes.
asargent@chromium.org
2009-12-10
1
-0
/
+14
*
Refactor the keyboard events handling code related to RenderViewHostDelegate:...
suzhe@chromium.org
2009-12-10
2
-6
/
+23
*
Re-enable the build of Pepper support by default (issue 464074, svn revision ...
sehr@google.com
2009-12-10
1
-12
/
+20
*
A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...
twiz@google.com
2009-12-10
1
-3
/
+14
*
Reduce kMaxPaintRects to test impact on single-core bot.
darin@chromium.org
2009-12-09
1
-1
/
+1
*
Limit the total number of paint rects.
darin@chromium.org
2009-12-09
3
-11
/
+50
*
rollback r34183
estade@chromium.org
2009-12-09
1
-6
/
+0
*
linux: theme scrollbars from GTK theme
estade@chromium.org
2009-12-09
1
-0
/
+6
*
Revert 34161 - Enable Pepper support by default, including building the test ...
sehr@google.com
2009-12-09
1
-20
/
+12
*
Enable Pepper support by default, including building the test plugin.
sehr@google.com
2009-12-09
1
-12
/
+20
*
Chromium: support custom WebCore context menu items in Chromium port (downstr...
pfeldman@chromium.org
2009-12-09
2
-1
/
+10
[prev]
[next]