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
*
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
*
Convert most of the chrome .lib files to gyp generation:
sgk@chromium.org
2009-06-04
1
-467
/
+0
*
Disable failing PrintLayoutTest test. Commenting out because of local compila...
sverrir@google.com
2009-06-04
1
-0
/
+3
*
Modify the view size when printing. This is to re-layout everything on the p...
sverrir@google.com
2009-06-04
1
-26
/
+80
*
Change from CRLF to LF - a later patch does not work on the try bots because ...
sverrir@google.com
2009-06-04
2
-374
/
+374
*
Allow sysctl-read in the mac sandbox, making drawing of zoomed controls more ...
thakis@chromium.org
2009-06-04
2
-35
/
+8
*
Revert r17575 and r17576. They are causing layout test errors.
agl@chromium.org
2009-06-04
1
-42
/
+3
*
Linux: Add support for chrooted renderers.
agl@chromium.org
2009-06-04
1
-3
/
+42
*
Resubmitting change r17491 that was reverted because of a memory leak.
sverrir@google.com
2009-06-03
5
-238
/
+390
*
Revert "Refactor print functionality in RenderView..."
willchan@chromium.org
2009-06-03
5
-391
/
+238
*
Refactor print functionality in RenderView. Moved most of the print function...
sverrir@google.com
2009-06-03
5
-238
/
+391
*
Reduce header dependencies in base/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Implement InspectorClient's Settings API.
pfeldman@chromium.org
2009-06-03
2
-0
/
+6
*
Header cleanup in webkit/glue
phajdan.jr@chromium.org
2009-06-01
1
-0
/
+1
*
Enforce a max length for document titles.
abarth@chromium.org
2009-05-30
1
-2
/
+8
*
BUG=12192
rafaelw@chromium.org
2009-05-30
10
-29
/
+15
*
DevTools: decouple class and method names from RPC message arguments. That wo...
yurys@google.com
2009-05-29
4
-12
/
+28
*
Fixed a bug with the unit_tests, which caused it to leave hebrew enabled
hbono@chromium.org
2009-05-29
2
-15
/
+45
*
Automatically adapt to faster/slower uploads of renderer histograms
jar@chromium.org
2009-05-28
4
-17
/
+17
[next]