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
*
Adds kind-of-live thumbnail generation for a potential tab switcher.
brettw@chromium.org
2009-06-16
2
-17
/
+1
*
Since the introduction of PushSource, there are two buffering layers in the
hclam@chromium.org
2009-06-16
5
-211
/
+302
*
Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...
laforge@chromium.org
2009-06-16
1
-0
/
+2
*
Extract load times from WebDataSource. Move them to NavigationState.
darin@chromium.org
2009-06-16
4
-110
/
+180
*
Access RenderThread::current() only on render thread
hclam@chromium.org
2009-06-16
3
-47
/
+80
*
Revert 18373 - Consider a redirect following user gesture as userinitiated in...
laforge@chromium.org
2009-06-16
1
-2
/
+0
*
Hack to enable video on mac by creating a blank PlatformContextMac to draw on.
ajwong@chromium.org
2009-06-16
1
-3
/
+0
*
Make XHR work in Workers. Creates a 'shadow page' in a worker process to prox...
dimich@google.com
2009-06-16
1
-2
/
+2
*
Fix a bug where clicking an external link from an extension page would reuse
mpcomplete@google.com
2009-06-15
1
-0
/
+1
*
Switch child threads so that current() only works on the correct thread and t...
jam@chromium.org
2009-06-15
2
-4
/
+11
*
Extract form related classes from the guts of WebFrameImpl.
darin@chromium.org
2009-06-15
2
-101
/
+151
*
Reverting Rev 18383 since it brings down the performance of single core page ...
mad@chromium.org
2009-06-15
2
-145
/
+30
*
This is to thest the page cycler performance without the resize corner, to se...
mad@chromium.org
2009-06-15
2
-30
/
+145
*
Revert processing naming change, which breaks UI tests iterating over the
deanm@chromium.org
2009-06-15
1
-9
/
+0
*
Set process name on Linux
deanm@chromium.org
2009-06-15
1
-0
/
+9
*
Consider a redirect following user gesture as user-initiated in maintaining
yuzo@chromium.org
2009-06-15
1
-0
/
+2
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
3
-4
/
+4
*
DEPS cleanup.
thestig@chromium.org
2009-06-12
1
-3
/
+1
*
Use pointers instead of references in SpellCheck function.
sidchat@google.com
2009-06-12
2
-6
/
+6
*
Linux: refactor zygote support
agl@chromium.org
2009-06-12
1
-5
/
+3
*
Remove most field trial uses of DNS impact test
jar@chromium.org
2009-06-12
1
-24
/
+14
*
Enable <video> in test_shell
hclam@chromium.org
2009-06-11
6
-962
/
+16
*
Make sure to pump windowserver events that accumulate.
avi@google.com
2009-06-11
1
-13
/
+33
*
Move renderer_preferences.h from chrome/browser into chrome/common. We
tc@google.com
2009-06-11
5
-7
/
+5
*
Revert mad's backing store changes, it completely hosed Linux painting.
deanm@chromium.org
2009-06-11
2
-145
/
+30
*
Relanding reverted patch 18090.
mad@google.com
2009-06-11
2
-30
/
+145
*
Revert 18109, 18111: Windows UI tests failed.
agl@chromium.org
2009-06-10
1
-3
/
+5
*
Linux: refactor zygote support
agl@chromium.org
2009-06-10
1
-5
/
+3
*
Add chrome/browser to chrome/renderer deps temporarily. I will move
tc@google.com
2009-06-10
1
-0
/
+1
*
Do not allow URL drops on app windows to cause a navigation away
tc@google.com
2009-06-10
4
-6
/
+33
*
Stop auto-correcting abbreviations.BUG= www.crbug.com/12921TEST= For command ...
sidchat@google.com
2009-06-10
2
-4
/
+6
*
Revert 18090
jrg@chromium.org
2009-06-10
2
-145
/
+30
*
To help resolve the performance issue introduced when enabling the resize cor...
mad@google.com
2009-06-10
2
-30
/
+145
*
Make a comment change to the grd file so that my resource change from the pre...
erikkay@google.com
2009-06-10
1
-1
/
+1
*
Clean up bookmark API to match style of other extension APIs
erikkay@google.com
2009-06-10
3
-40
/
+50
*
Change the extension callback system to work more like events, where we track
mpcomplete@google.com
2009-06-10
8
-126
/
+119
*
Fixes a flash plugin hang caused by opening google finance ticker symbols in ...
ananta@chromium.org
2009-06-09
6
-64
/
+26
*
Revert 17889. It broke the extensions_uitests. And I didn't even get it
mpcomplete@google.com
2009-06-08
8
-117
/
+127
*
Change the extension callback system to work more like events, where we track
mpcomplete@google.com
2009-06-08
8
-127
/
+117
*
Revert has_selection flag back to false (was testing that this worked and for...
sverrir@google.com
2009-06-08
1
-1
/
+1
*
Add support for printing selection only flag. This only adds the flag to the ...
sverrir@google.com
2009-06-08
5
-2
/
+23
*
Turn on DevTools Profiler.
mnaganov@chromium.org
2009-06-08
1
-1
/
+3
*
Add a test to print using javascript. This is to make sure I don't break anyt...
sverrir@google.com
2009-06-05
1
-0
/
+31
*
Fix a one pixel offset error in PrintLayoutTest. Now checks with a 5% margin...
sverrir@google.com
2009-06-05
1
-2
/
+8
*
Refuse to load extension-private plugins for pages that don't belong to that
mpcomplete@google.com
2009-06-05
1
-1
/
+5
*
Reenable unittest and fix the failure. This failed after a change in the
sverrir@google.com
2009-06-05
1
-4
/
+1
*
Add an extension to expose some primitives to JS for doing
mbelshe@google.com
2009-06-05
3
-0
/
+25
*
Changed to use PushSource for the intermediate buffer
hclam@chromium.org
2009-06-05
2
-27
/
+105
*
Testing AudioMessageFilter
hclam@chromium.org
2009-06-04
2
-0
/
+197
*
ipc: use strings, not wstrings for channel ids.
evan@chromium.org
2009-06-04
10
-11
/
+11
[next]