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
*
Don't cache WebFrame pointers for Autofill, as these can become stale.
isherman@chromium.org
2011-09-21
2
-13
/
+37
*
move webkit_glue::IsSingleProcess to content.
dpranke@chromium.org
2011-09-20
1
-2
/
+4
*
move webkit_glue::GetWebKitLocale to content.
dpranke@chromium.org
2011-09-20
2
-2
/
+4
*
Revert 101944 - Experiment: Add a sync IPC call for every image load.
marja@chromium.org
2011-09-20
3
-53
/
+6
*
Experiment: Add a sync IPC call for every image load.
marja@chromium.org
2011-09-20
3
-6
/
+53
*
New implementation of font precache on Windows.
arthurhsu@chromium.org
2011-09-20
1
-0
/
+1
*
Fix crash in PasswordAutofillManager
isherman@chromium.org
2011-09-20
1
-1
/
+5
*
Initialize a previously un-initialzied member variable in autofill_agent.cc
isherman@chromium.org
2011-09-19
1
-0
/
+1
*
Move sending of the following IPC messages out of Chrome\renderer.
ananta@chromium.org
2011-09-19
6
-25
/
+19
*
Update WebPermissionClient implementation to support image URLs
jochen@chromium.org
2011-09-19
4
-8
/
+16
*
Revert 101678 (turned linux "sizes" step red, and noone was around to
thakis@chromium.org
2011-09-18
2
-19
/
+0
*
Description and Demo:
alexbost@google.com
2011-09-18
2
-0
/
+19
*
Fix a bug with webRequest extension API where you couldn't remove event
mpcomplete@chromium.org
2011-09-16
1
-11
/
+16
*
A speculative fix for Bug 92364.
hbono@chromium.org
2011-09-16
5
-30
/
+70
*
Use a v8 external string resource for the extension api json.
aa@chromium.org
2011-09-16
3
-1
/
+56
*
Split Autofill's FormManager into a FormCache and a collection of utility fun...
isherman@chromium.org
2011-09-16
11
-715
/
+694
*
GCC 4.6 warnings cleanup
pph34r@gmail.com
2011-09-15
1
-5
/
+0
*
Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
1
-6
/
+5
*
Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
1
-5
/
+6
*
Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...
bauerb@chromium.org
2011-09-15
1
-6
/
+5
*
Reland 101111 - Only deliver extension messages to contexts that care.
aa@chromium.org
2011-09-15
10
-8
/
+95
*
Don't thumbnail prerendered tabs
jamesr@chromium.org
2011-09-15
1
-0
/
+4
*
Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...
ananta@chromium.org
2011-09-15
3
-0
/
+205
*
Add OWNERS files to main extensions/ directories.
mihaip@chromium.org
2011-09-14
1
-0
/
+16
*
Remove flag guard for inline installs (web store changes have been pushed).
mihaip@chromium.org
2011-09-14
1
-5
/
+1
*
Revert 101111 - Only deliver extension messages to contexts that care. This
ericu@google.com
2011-09-14
5
-50
/
+0
*
Only deliver extension messages to contexts that care. This
aa@chromium.org
2011-09-14
5
-0
/
+50
*
Fix the remnants of an Autofill crash.
isherman@chromium.org
2011-09-14
1
-3
/
+11
*
Re-enable un-regressed Autofill tests.
isherman@chromium.org
2011-09-13
1
-2
/
+2
*
Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate...
ananta@chromium.org
2011-09-13
4
-16
/
+8
*
Print Preview: Add UMA for renderer failures.
thestig@chromium.org
2011-09-13
3
-5
/
+43
*
Switch to the new client-side phishing model that uses Murmurhash for word ha...
bryner@chromium.org
2011-09-13
11
-31
/
+107
*
Fix crash that occurs when users with Password Autofill data try to log in to...
isherman@chromium.org
2011-09-13
3
-0
/
+14
*
Prevent mixed content warnings from being displayed when an iframe loads a pa...
cdn@chromium.org
2011-09-12
1
-1
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-1
/
+2
*
Move TextInputClient from chrome to content.
avi@chromium.org
2011-09-12
3
-116
/
+0
*
Add check to debug issue 96063.
vandebo@chromium.org
2011-09-10
1
-0
/
+2
*
Don't alert AutofillManager of changes to non-Autofillable fields.
isherman@chromium.org
2011-09-09
1
-0
/
+3
*
Revert trunk r99696 for real.
mark@chromium.org
2011-09-09
16
-424
/
+546
*
Declare a few strings as array to const char in chrome/renderer/extensions/*
tfarina@chromium.org
2011-09-09
3
-27
/
+24
*
Fix crash when calling chrome.tabs.move({index:-1}).
jstritar@chromium.org
2011-09-09
1
-2
/
+2
*
PrintPreview: Set |display_header_footer| to false if it is a first request a...
kmadhusu@chromium.org
2011-09-09
1
-0
/
+5
*
Make NaCl PPAPI proxy honor the Disable3DApis policy.
mnissler@chromium.org
2011-09-08
1
-1
/
+7
*
Move the ViewMsg_FPS and ViewHostMsg_FPS IPC messages out of content to chrom...
ananta@chromium.org
2011-09-08
2
-0
/
+8
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-4
/
+4
*
Make OnKeyEvent asynchronous to match the design.
zork@chromium.org
2011-09-08
1
-0
/
+30
*
Revert r99696 and r99705 due to crashes.
aa@chromium.org
2011-09-08
24
-221
/
+192
*
Add Autofill support for dynamically updated forms (updated via JavaScript).
isherman@chromium.org
2011-09-07
4
-808
/
+481
*
Add link URL and success/failure callback parameters to chrome.webstore.insta...
mihaip@chromium.org
2011-09-07
5
-33
/
+145
*
Forward declare v8::Extension in chrome/renderer/extensions/*.
mihaip@chromium.org
2011-09-06
7
-7
/
+18
[next]