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 in handling of JavaScript URLs in tabs API
aa@chromium.org
2011-04-07
1
-21
/
+49
*
Revert 80819 due to failed tests
mmenke@chromium.org
2011-04-07
1
-1
/
+3
*
Fix accidental overload in r80818.
thestig@chromium.org
2011-04-07
5
-25
/
+28
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-3
/
+1
*
Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView.
thestig@chromium.org
2011-04-07
7
-19
/
+34
*
Change text of DNS prefetch option to Network prediction option.
cbentzel@chromium.org
2011-04-07
2
-11
/
+13
*
Avoid DCHECK when a page contains two identical password forms.
isherman@chromium.org
2011-04-07
1
-7
/
+9
*
Resets window.chrome.searchbox on every navigation. Otherwise the
sky@chromium.org
2011-04-06
2
-10
/
+22
*
Enable password filling for forms with no action URL specified.
isherman@chromium.org
2011-04-06
2
-1
/
+41
*
Histogram added: GPU.GPUProcessLaunchCause
scheib@chromium.org
2011-04-06
2
-8
/
+11
*
Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory.
jam@chromium.org
2011-04-05
7
-13
/
+13
*
Add a VLOG that dumps all of the client-side phishing features before the sco...
bryner@chromium.org
2011-04-05
1
-0
/
+1
*
Fix NSS in single process mode
hclam@google.com
2011-04-05
1
-1
/
+3
*
Move dispatching and sending of the last extension specific messages out of T...
jam@chromium.org
2011-04-05
1
-3
/
+3
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
2
-7
/
+3
*
Rename some printing classes and minor cleanups.
vandebo@chromium.org
2011-04-04
1
-3
/
+3
*
Quick fix for term feature extraction crashes: cancel classification on in-pa...
bryner@chromium.org
2011-04-04
2
-7
/
+14
*
Fixup broken histogram names - these changed some time back for most
mbelshe@chromium.org
2011-04-04
1
-3
/
+3
*
Use ResourceBundle for NativeThemeLinux/Chromeos resource images.
xiyuan@chromium.org
2011-04-04
1
-3
/
+0
*
When out-of-process PPAPI plugins fail to initialize, don't fall back on trying
brettw@chromium.org
2011-04-04
1
-4
/
+10
*
Move a few RenderViewObservers to ChromeContentRendererClient so that we can ...
jam@chromium.org
2011-04-01
5
-2
/
+64
*
Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ...
michaeln@google.com
2011-04-01
1
-2
/
+4
*
Make <all_urls> and file:///* in permissions trigger "Allow file access"
mihaip@chromium.org
2011-04-01
1
-10
/
+3
*
Better handling of disabling the GPU acceleration if the GPU process dies mor...
amarinichev@chromium.org
2011-04-01
1
-1
/
+1
*
Remove the rest of the extension dependencies from content\renderer.
jam@chromium.org
2011-04-01
4
-0
/
+126
*
Added a DCHECK to validate the metafile page count while handling alpha blend...
kmadhusu@chromium.org
2011-04-01
1
-0
/
+4
*
Update PrintMsg_PrintPages_Params params during print preview to reflect that...
ctguil@chromium.org
2011-04-01
1
-1
/
+3
*
Prevent DOS of Autofill by limiting the number of form fields we send across ...
isherman@chromium.org
2011-03-31
1
-3
/
+14
*
Ignore preliminary page captures for client-side phishing detection.
bryner@chromium.org
2011-03-31
3
-18
/
+51
*
Make UserScriptIdleScheduler not tied to NavigationState, as part of removing...
jam@chromium.org
2011-03-31
4
-32
/
+208
*
AllowOutdatedPlugins policy.
joaodasilva@chromium.org
2011-03-31
4
-21
/
+44
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
1
-1
/
+0
*
Remove usages of WebView::Create that pass in devtools/autofill client.
jam@chromium.org
2011-03-29
1
-1
/
+1
*
Remove unnecessary member variable and forward declaration.
jam@chromium.org
2011-03-29
1
-4
/
+0
*
Update the code to have the SpellCheckProvider implement WebSpellCheckClient,...
jam@chromium.org
2011-03-29
2
-13
/
+153
*
Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
2
-3
/
+3
*
Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
2
-3
/
+3
*
Fix typo bug caught by clang
jam@chromium.org
2011-03-29
1
-1
/
+1
*
Move the dispatching of extension messages out of RenderThread. This also mo...
jam@chromium.org
2011-03-29
11
-266
/
+396
*
Use a global counter for context menu IDs.
bolms@chromium.org
2011-03-29
2
-2
/
+13
*
Remove render_messages_params files since they're not needed anymore. I move...
jam@chromium.org
2011-03-29
5
-13
/
+8
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-29
2
-3
/
+3
*
Add chrome.benchmark routines to clear the host and predictor caches.
tonyg@chromium.org
2011-03-28
3
-0
/
+24
*
Add a RenderProcessObserver. For now this will be primarily used to filter c...
jam@chromium.org
2011-03-28
2
-0
/
+26
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
8
-29
/
+108
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
31
-55
/
+55
*
Adding CreateFromData to NativeMetafileFactory
dpapad@chromium.org
2011-03-26
4
-9
/
+5
*
Move all dev tools messages to devtools_messages.h and create a TabHelper to ...
jam@chromium.org
2011-03-25
2
-12
/
+9
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
3
-0
/
+31
*
Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.
vandebo@chromium.org
2011-03-25
1
-0
/
+3
[next]