CIA.vc
Chromium
Real-time open source activity stats
Stats » Projects » Chromium
information
Photo
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. Chromium uses the WebKit rendering engine http://www.webkit.org/ and the V8 JavaScript engine http://code.google.com/p/v8/
syndicateUTC clock
01:17 on Mar 21, 2010
event counters
The last message was received 3.59 minutes ago at 01:13 on Mar 21, 2010
1 messages so far today, 19 messages yesterday
390 messages so far this week, 682 messages last week
1697 messages so far this month, 2556 messages last month
40110 messages since the first one, 1.54 years ago, for an average of 20.19 minutes between messages
recent messages
dateReversed sort columnprojectcontentlink
22:13 yesterdayChromium
Commit by erg@chromium.org :: r42191 /trunk/src/chrome/browser/ (8 files in 2 dirs):
GTK: More transitions to thunk definition macros.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/1118005
#
18:02 yesterdayChromium
Commit by dglazkov@chromium.org :: r42190 /trunk/src/ (2 files in 2 dirs):
WebKit Roll 56272:56306.

Switch over to use test_expectations upstream.

TBR=dpranke
TEST=never
BUG=often

Review URL: http://codereview.chromium.org/1093006
#
12:37 yesterdayChromium
Commit by joi@chromium.org :: r42189 /trunk/src/chrome/ (2 files in 2 dirs):
When testing, we don't want to know about 'component' or 'external'
extensions, and if there are loaded extensions we probably loaded them
explicitly (and got a notification thereof) so don't list them either.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/1081008
#
11:44 yesterdayChromium
Commit by chrome-release@google.com :: r42188 /releases/5.0.359.0/DEPS:
Publish DEPS file for Chromium 5.0.359.0
#
11:44 yesterdayChromium
Commit by chrome-release@google.com :: r42187 /releases/5.0.359.0:
Tagging release 5.0.359.0
#
10:00 yesterdayChromium
Commit by chrome-release@google.com :: r42186 /branches/359/src/chrome/VERSION:
Updating trunk VERSION from 359.0 to 360.0 to 359.1
#
10:00 yesterdayChromium
Commit by chrome-release@google.com :: r42185 /trunk/src/chrome/VERSION:
Updating trunk VERSION from 359.0 to 360.0
#
10:00 yesterdayChromium
Commit by chrome-release@google.com :: r42184 /branches/ (359 359/src):
Branching for 359 @42151
#
06:43 yesterdayChromium
Commit by ben@chromium.org :: r42183 /trunk/src/base/i18n/rtl_unittest.cc:
fix mac bustage by adding NL to end of file
#
06:37 yesterdayChromium
Commit by ben@chromium.org :: r42182 /trunk/src/ (101 files in 37 dirs):
Move RTL related functions from app/l10n_util to base/i18n/rtl

TBR=darin
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/1073005
#
05:41 yesterdayChromium
Commit by jar@chromium.org :: r42181 /trunk/src/ (4 files in 4 dirs):
2 experiments: DNS prefetch limit concurrency: TCP split a packet

Some firewalls apparently try to preclude a "syn flood to host" by limiting
the number of syn's (used to open a TCP/IP socket) that are outstanding
without having received a syn-ack. Presumably this is to prevent a user
from participating in a syn-flood attack (which traditional sends a lot
of syn packets, with false return addresses, resulting in no responses).

Apparently this firewall technology has in some cases been extended
to include UDP sessions for which there has been no response, and this
may include DNS resolutions. Since the prefetcher currently resolves
as many as 8 names simultaneously, this is remarkably close to the
reported threshold of 10 un-answered connections. This test attempts
to limit connections to 2, 4, or 6, so that we can see if this helps
users.

In TCP, the RTO remains (under windows) at a full 3 seconds until after the
first ack is received. As a result, if the first data packet sent (after
the SYN) is lost, then TCP won't resend until after 3 seconds without an ack.
As a test, we split up the first packet into two parts (the second part
containing only one byte). This is done as an A/B test, and we'll see
if we get a measurable improvement in page-load-time latency.

Finally, to get better page load stats, I adjusted the PLT histograms
so that we record a "final" time for abandoned pages when they are
closed (even if they didn't finish rendering, etc.). This should give
a much more fair PLT comparison for all network latency experiments.


BUG=3041
BUG=12754
r=mbelshe,darin
Review URL: http://codereview.chromium.org/1088002
#
01:22 yesterdayChromium
Commit by tschmelcher@chromium.org :: r42180 /trunk/src/o3d/DEPS:
Bump GYP dep to get fixes for escaping/quoting in 'defines'.

TEST=built on Linux
BUG=none

Review URL: http://codereview.chromium.org/1125005
#
01:16 yesterdayChromium
Commit by vandebo@chromium.org :: r42179 /trunk/src/net/socket/ (4 files):
Disable backup connect jobs for all pools except TCPClientSocketPool

BUG=36629
TEST=net_unittests

Review URL: http://codereview.chromium.org/1120007
#
01:10 yesterdayChromium
Commit by chrome-release@google.com :: r42178 /branches/356/src/chrome/VERSION:
Bumping from 356.3 to 356.4
#
00:25 yesterdayChromium
Commit by maruel@chromium.org :: r42177 /trunk/tools/depot_tools/presubmit_support.py:
Fix import of simplejson included in depot_tools

TEST=verified it works in python 2.4
BUG=none

Review URL: http://codereview.chromium.org/1110006
#
00:19 yesterdayChromium
Commit by thestig@chromium.org :: r42176 /trunk/src/chrome/ (34 files in 8 dirs):
Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs mode.

Reliability bot and Linux CrOS browser_tests all had crashes in ~TabStrip.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1141005
#
00:13 yesterdayChromium
Commit by maruel@chromium.org :: r42175 /trunk/tools/depot_tools/ (10 files in 3 dirs):
Add simplejson 2.1.0 and use it when it's not already installed.

TEST=none
BUG=none

Review URL: http://codereview.chromium.org/1105007
#
23:47 FridayChromium
Commit by eblake@chromium.org :: r42174 /branches/356/src/app/active_window_watcher_x.cc:
Merge 42158 - Fixes bug in ActiveWindowWatcherX. It appears that in newer versions
of gdk gdk itself maintains the mask to apply and ends up blowing away
our request for property change events. Using gdk_set_events doesn't
seem to have this problem.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1076007

TBR=sky at chromium dot org
Review URL: http://codereview.chromium.org/1115008
#
23:42 FridayChromium
Commit by tschmelcher@chromium.org :: r42173 /trunk/src/o3d/plugin/plugin.gyp:
Linux: link with --as-needed to eliminate direct dependencies on 15 shared libraries that we don't actually use.

TEST=built on Linux and ran it
BUG=none

Review URL: http://codereview.chromium.org/1072008
#
23:41 FridayChromium
Commit by sehr@google.com :: r42172 /trunk/src/DEPS:
Attempt to re-update the DEPS file. Will require a clobber on the windows bots due to a gyp/incredibuild issue.

Review URL: http://codereview.chromium.org/1109008
#