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
*
Revert 107645 (To see if it was responsible for increase in static initialize...
eroman@chromium.org
2011-10-27
3
-194
/
+2
*
Fix test snapshotting on linux by creating a separate automation path for
kkania@chromium.org
2011-10-27
3
-2
/
+194
*
Added logic that will retry to reload+reconnect the mobile payment portal pag...
zelidrag@chromium.org
2011-10-27
2
-1
/
+10
*
Use string literal, not a char[] variable, in UMA_HISTOGRAM_ENUMERATION.
palmer@chromium.org
2011-10-27
1
-37
/
+36
*
Delegating the "are images allowed" decision to renderer.
marja@chromium.org
2011-10-27
6
-14
/
+159
*
first cut at experimental topsites extension api
estade@chromium.org
2011-10-26
1
-0
/
+1
*
Remove unnecessary dependencies on Autofill.
isherman@chromium.org
2011-10-25
6
-27
/
+4
*
Enable Native Client for the external plugins which handle Native Client mime...
bbudge@google.com
2011-10-25
1
-1
/
+10
*
Add trace events for renderer thumbnailer, it can be quite expensive
jamesr@chromium.org
2011-10-24
1
-7
/
+24
*
Redo how page load time stats are gathered for webrequest extensions:
mpcomplete@chromium.org
2011-10-22
5
-20
/
+73
*
Use a better error code for when an extension blocks a network request using
mpcomplete@chromium.org
2011-10-21
2
-1
/
+20
*
Remove TrackerBase.
brettw@chromium.org
2011-10-20
1
-15
/
+9
*
Rename the ResourceTracker in webkit to HostResourceTracker.
brettw@chromium.org
2011-10-20
1
-1
/
+1
*
Close Lazy Background Page after event dispatch
tessamac@chromium.org
2011-10-20
1
-0
/
+6
*
Add asyncBlocking support to webRequest event listeners.
cbentzel@chromium.org
2011-10-20
1
-0
/
+11
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-20
1
-9
/
+12
*
Cache the ranges_ vector and share the ranges_ vector
rtenneti@chromium.org
2011-10-20
1
-1
/
+3
*
Add checks to narrow down the search space for bug 100890.
vandebo@chromium.org
2011-10-20
1
-1
/
+7
*
Fix a bug that causes NaCl tests to fail. The CWS and dev interface
bbudge@chromium.org
2011-10-19
2
-12
/
+19
*
Taking the plugin URL into account when deciding if a plugin is allowed.
marja@chromium.org
2011-10-19
1
-1
/
+1
*
Check for default content setting pattern when requiring user authorization f...
bauerb@chromium.org
2011-10-19
4
-19
/
+21
*
Only send the client-side phishing model to a renderer if its profile has Saf...
bryner@chromium.org
2011-10-19
3
-13
/
+39
*
Print Preview: Fix a bad DCHECK.
thestig@chromium.org
2011-10-19
1
-1
/
+1
*
Fix print media page size by using the value we compute.
vandebo@chromium.org
2011-10-18
1
-2
/
+2
*
Revert 106142 - Add a new globals object for PPAPI tracking information.
sail@chromium.org
2011-10-18
1
-12
/
+9
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-18
1
-9
/
+12
*
Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.B...
bbudge@google.com
2011-10-18
2
-45
/
+96
*
Remove redundant function call, and fix bad var naming.
arthurhsu@chromium.org
2011-10-18
1
-6
/
+8
*
Remove toolstrips from Chrome.
aa@chromium.org
2011-10-17
2
-19
/
+1
*
Create a public header with the child_process_sandbox_support_linux functions...
jam@chromium.org
2011-10-17
5
-11
/
+7
*
Add webstorePrivate.beginInstallWithManifest3 and remove webstorePrivate.begi...
mihaip@chromium.org
2011-10-17
1
-4
/
+9
*
When printing a PDF, query and use the print scaling disabled option. Also, ...
vandebo@chromium.org
2011-10-17
3
-44
/
+79
*
Revert 105759 - Revert 105755 - Fails on XP and Vista
tbarzic@chromium.org
2011-10-17
1
-0
/
+1
*
Move the java channel code to content. As discussed, we don't want to expose ...
jam@chromium.org
2011-10-17
2
-62
/
+0
*
Revert 105755 - Fails on XP and Vista
rsleevi@chromium.org
2011-10-17
1
-1
/
+0
*
Adding experimental extension clipboard api.
tbarzic@chromium.org
2011-10-16
1
-0
/
+1
*
Fix of unused variable warnings related to DHISTOGRAM* in release builds.
pph34r@gmail.com
2011-10-16
1
-2
/
+2
*
Collect histograms for page load time when adblock extensions are installed.
mpcomplete@chromium.org
2011-10-16
3
-0
/
+174
*
Move margin processing code to the browser process.
vandebo@chromium.org
2011-10-15
2
-101
/
+41
*
Get rid of view_messages.h includes in chrome\renderer.
jam@chromium.org
2011-10-15
10
-44
/
+13
*
Split most of RenderViewTest and associated classes into content.
joi@chromium.org
2011-10-14
17
-813
/
+223
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Move extension permissions API out of experimental.
jstritar@chromium.org
2011-10-14
1
-1
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
2
-2
/
+2
*
Allow resource identifiers in content settings.
bauerb@chromium.org
2011-10-13
1
-3
/
+1
*
net: Move EscapeForHTML() functions into net namespace.
tfarina@chromium.org
2011-10-13
1
-6
/
+6
*
Move contentSettings extension API out of experimental
bauerb@chromium.org
2011-10-13
2
-5
/
+5
*
More options for the types of margins to add.
vandebo@chromium.org
2011-10-13
2
-23
/
+22
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
2
-4
/
+4
*
Pull FileBrowserPrivate API out of EventBindings.
aa@chromium.org
2011-10-13
7
-49
/
+127
[next]