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
*
Cleanup: Do not pass the unused document_cookie in the "printing done" IPC me...
thestig@chromium.org
2011-04-29
2
-4
/
+2
*
Printing: Catch more printing failures.
thestig@chromium.org
2011-04-28
5
-35
/
+42
*
Change the phishing classifier to look at the transition type to determine hi...
bryner@chromium.org
2011-04-28
5
-34
/
+132
*
Printing: Loosen the script initiated printing blocking algorithm.
thestig@chromium.org
2011-04-28
1
-8
/
+12
*
Move UserMetrics to content.
michaeln@google.com
2011-04-27
1
-0
/
+1
*
Fix CaptureVisibleTabRace to complete deterministically.
mihaip@chromium.org
2011-04-27
1
-2
/
+2
*
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...
aa@chromium.org
2011-04-27
1
-1
/
+1
*
Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...
acolwell@chromium.org
2011-04-27
1
-1
/
+1
*
Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...
aa@chromium.org
2011-04-27
1
-1
/
+1
*
Correctly notify the browser about blocked plug-ins.
bauerb@chromium.org
2011-04-27
2
-7
/
+63
*
Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...
aa@chromium.org
2011-04-26
1
-1
/
+1
*
Remove weird dependency on extensions from webui.
aa@chromium.org
2011-04-26
1
-1
/
+1
*
Revert 83044 - Fix CaptureVisibleTabRace to complete deterministically.Also f...
acolwell@chromium.org
2011-04-26
1
-2
/
+2
*
Fix CaptureVisibleTabRace to complete deterministically.
mihaip@chromium.org
2011-04-26
1
-2
/
+2
*
Reduce static data in ExtensionProcessBindings. Some was not
aa@chromium.org
2011-04-25
12
-280
/
+206
*
PrintPreview: Added code to print using system dialog.
kmadhusu@chromium.org
2011-04-25
1
-2
/
+0
*
Load crypt32.dll into renderer when chromoting is enabled
hclam@chromium.org
2011-04-24
1
-0
/
+6
*
Autofill passwords after re-opening tab containing a login page.
isherman@chromium.org
2011-04-23
2
-5
/
+17
*
Scope some autorelease pools.
avi@chromium.org
2011-04-22
1
-3
/
+5
*
Refine inferring label algorithm to Autofill correctly.
Takano.Naoki@gmail.com
2011-04-22
2
-2
/
+113
*
Revert 82448 -
nsylvain@chromium.org
2011-04-21
2
-113
/
+2
*
Refine inferring label algorithm to Autofill correctly.
Takano.Naoki@gmail.com
2011-04-21
2
-2
/
+113
*
Add V8ValueConverter utility to convert between v8::Value and
aa@chromium.org
2011-04-20
7
-93
/
+32
*
Add support in the extension docs for webRequest event listeners.
mpcomplete@chromium.org
2011-04-20
1
-2
/
+6
*
DevTools: implement Save As binding.
pfeldman@chromium.org
2011-04-20
2
-0
/
+9
*
Fix scaling issue in windows print preview.
ctguil@chromium.org
2011-04-20
2
-16
/
+28
*
Print Preview: Check PrintHostMsg_UpdatePrintSettings return results and disp...
thestig@chromium.org
2011-04-20
2
-11
/
+21
*
Cleanup: Use RenderViewObserver::Send() instead of RenderView::Send() in Prin...
thestig@chromium.org
2011-04-19
3
-64
/
+30
*
Drop RAW_LOGs that describe ordinary conditions nobody cares about.
mark@chromium.org
2011-04-19
1
-3
/
+0
*
Update header
jam@chromium.org
2011-04-18
1
-1
/
+1
*
Move extension_groups.h to the extensions subdir of renderer.
jam@chromium.org
2011-04-18
3
-5
/
+5
*
Make icon_messages use the IPC macros for defining the structs and the serial...
jam@chromium.org
2011-04-18
1
-8
/
+9
*
Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...
jam@chromium.org
2011-04-18
2
-115
/
+244
*
Move renderer_main and renderer_glue to content.
jam@chromium.org
2011-04-18
10
-979
/
+64
*
Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...
jam@chromium.org
2011-04-18
1
-1
/
+1
*
Move the content settings code out of RenderView, since it belongs in the Chr...
jam@chromium.org
2011-04-18
5
-5
/
+330
*
Really fix build break
rsleevi@chromium.org
2011-04-18
1
-1
/
+1
*
Remove the last Chrome dependencies from renderer, and enforce no more includ...
jam@chromium.org
2011-04-18
12
-13
/
+832
*
Enabled media source content from filesystem: schema.
zelidrag@chromium.org
2011-04-18
1
-0
/
+1
*
New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...
zelidrag@chromium.org
2011-04-16
3
-0
/
+48
*
Revert 81865 - New fileBrowserPrivate and fileHandler APIs added + plus magic...
zelidrag@chromium.org
2011-04-16
3
-48
/
+0
*
New fileBrowserPrivate and fileHandler APIs added + plus magic needed to safe...
zelidrag@chromium.org
2011-04-16
3
-0
/
+48
*
File API changes needed for safely passing user selected file entities from t...
zelidrag@chromium.org
2011-04-16
1
-1
/
+1
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
3
-3
/
+3
*
Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...
jam@chromium.org
2011-04-16
15
-180
/
+652
*
Enable PrintWebViewHelper::OnPrintForPrintPreview on all platforms.
ctguil@chromium.org
2011-04-15
1
-2
/
+0
*
Moved ParamTraits specializations that depend on WebKit out of content/common...
grt@chromium.org
2011-04-15
1
-0
/
+1
*
Fix missing include
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Fix missing include
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Move RenderProcess to content.
jam@chromium.org
2011-04-15
16
-549
/
+10
[next]