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
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update some comments in url_request.h to clarify that once the request is del...
ericroman@google.com
2009-06-03
1
-1
/
+1
*
Linux: added overflow checks in the X BackingStore code.
agl@chromium.org
2009-06-03
1
-2
/
+12
*
Split the BackingStoreManager out of backing_store.* and into its own class.
brettw@chromium.org
2009-06-03
4
-53
/
+71
*
plugins: rename GetPluginNativeView to GetNativeView.
evan@chromium.org
2009-06-03
11
-22
/
+21
*
Reduce header dependencies in base/
phajdan.jr@chromium.org
2009-06-03
2
-1
/
+3
*
Fix client coordinates when forwarding mouse events to RenderWidgetHostView p...
erikkay@google.com
2009-06-03
1
-1
/
+12
*
Implement InspectorClient's Settings API.
pfeldman@chromium.org
2009-06-03
3
-0
/
+11
*
Add some browser-level checks to prohibit access to extension bindings by
mpcomplete@google.com
2009-06-02
1
-3
/
+11
*
Generate GUIDs for users who wish to upload crash reports. Include it in cras...
thestig@google.com
2009-06-02
1
-6
/
+11
*
Scale backing store cache size.
deanm@chromium.org
2009-06-01
1
-4
/
+15
*
Enforce a max length for document titles.
abarth@chromium.org
2009-05-30
1
-0
/
+5
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
5
-183
/
+4
*
Reverting 17183 since it caused linux unit_test breakage.
maruel@chromium.org
2009-05-29
1
-15
/
+4
*
Scale backing store cache size.
deanm@chromium.org
2009-05-29
1
-4
/
+15
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
3
-0
/
+3
*
Rename policy_url to first_party_for_cookies in one more place.
abarth@chromium.org
2009-05-28
1
-4
/
+4
*
Automatically adapt to faster/slower uploads of renderer histograms
jar@chromium.org
2009-05-28
2
-2
/
+5
*
Do a keyboard grab when select popups are showing. This matches
tc@google.com
2009-05-28
1
-4
/
+17
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-16
/
+16
*
Generalize the code that checks for user actions in the render view to work o...
estade@chromium.org
2009-05-28
5
-10
/
+14
*
Make sure that we're restoring focus to a valid subview. (with Rohit)
avi@chromium.org
2009-05-27
1
-1
/
+5
*
Fix a bug where if user has focus follows mouse, moving out of
tc@google.com
2009-05-26
2
-15
/
+29
*
Linux: don't trigger GCC 4.3 warnings
agl@chromium.org
2009-05-26
1
-3
/
+3
*
Linux: implement 16-bit visuals without Xrender.
agl@chromium.org
2009-05-26
1
-0
/
+30
*
Update renderers when there are zero user scripts.
aa@chromium.org
2009-05-26
1
-3
/
+3
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
3
-4
/
+6
*
Fix a bug in popup menus where we sent the wrong mouse events coordinates to the
tc@google.com
2009-05-22
1
-0
/
+20
*
Fix crash as a result of my previous change to fix the memory leak in WebCach...
jam@chromium.org
2009-05-22
3
-4
/
+67
*
Linux: add Breakpad support
agl@chromium.org
2009-05-22
4
-0
/
+268
*
Linux: respect webkit resize requests for autocomplete popups.
estade@chromium.org
2009-05-21
1
-3
/
+12
*
Ensure workers don't outlive crashed renderers.
jam@chromium.org
2009-05-21
2
-0
/
+8
*
The underlying view_ can be NULL while processing a ViewHostMsg_PaintRect IPC...
ananta@chromium.org
2009-05-21
1
-0
/
+4
*
Use NotificationRegistrar to handle notification observing.
pkasting@chromium.org
2009-05-21
6
-37
/
+20
*
Change RenderWidgetHostViewGtk::Destroy() to call gtk_widget_destroy().
willchan@chromium.org
2009-05-20
1
-0
/
+8
*
Prevent an extra copy of data types that get passed into IPC messages when
mpcomplete@google.com
2009-05-20
1
-5
/
+5
*
Reuse ChildProcessSecurityHost for worker processes.
jam@chromium.org
2009-05-20
1
-2
/
+2
*
Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...
jam@chromium.org
2009-05-20
1
-4
/
+0
*
Facilitate a FieldTrial in the renderer
jar@chromium.org
2009-05-20
1
-0
/
+11
*
Adds propagation and handling of render-side focus events, for the benefit of...
klink@chromium.org
2009-05-20
3
-30
/
+28
*
Fix linux autocomplete popups.
estade@chromium.org
2009-05-19
2
-13
/
+2
*
Fix memory leaks when a renderer crashes and the user refreshes. Also fix me...
jam@chromium.org
2009-05-19
3
-6
/
+4
*
Fix inspection of extensions.
aa@chromium.org
2009-05-19
1
-3
/
+0
*
Fixes a drawing bug when scrolling a page with frames on Mac.
rohitrao@chromium.org
2009-05-19
1
-6
/
+7
*
Make new methods pure virtual per Brett's request in http://codereview.chromi...
erikkay@google.com
2009-05-19
1
-2
/
+2
*
Linux: Make the render view default color white.
estade@chromium.org
2009-05-19
1
-1
/
+7
*
Rename RendererSecurityPolicy and move it to browser\. No code change.
jam@chromium.org
2009-05-18
7
-714
/
+27
*
linux: don't paint empty rects.
evan@chromium.org
2009-05-18
1
-0
/
+3
*
Get rid of a couple NOTIMPLEMENTED()s.
estade@chromium.org
2009-05-18
1
-1
/
+0
*
Linux: Implement WasHidden()/DidBecomeSelected().
willchan@chromium.org
2009-05-18
2
-5
/
+27
*
Linux: make RWHV::Focus() set native focus (in addition to webkit focus).
estade@chromium.org
2009-05-18
1
-4
/
+9
[next]