- 24 Jul, 2014 40 commits
-
-
rlarocque@chromium.org authored
Modifies the sync fake server so it derives the IDs for client-tagged items based on their model type and unique client tag. This fixes a race where two clients could simultaneously commit two client-tagged items with version == 0, and the two committed items would be assigned different IDs. The correct behavior, and that of the real sync server, is to assign the same IDs to items that have the same client tags. BUG=396859 Review URL: https://codereview.chromium.org/414953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285415 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
This simple HTTP server allows remote management of the USB gadget. The serial number of the device is set to the IP address and port number of the server so that from a device enumeration an application can then control the device over the network. BUG=396682 R=rockot@chromium.org,rpaquay@chromium.org,kalman@chromium.org Review URL: https://codereview.chromium.org/418773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285414 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285413 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@chromium.org authored
https://codereview.chromium.org/394353005 https://codereview.chromium.org/415333002 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/401983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285412 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
This patch moves some code out of //ash into //chromeos so that it can be used in other components (e.g. athena). NetworkListView is introduced for representing the list of available networks to the user. It can query information through the NetworkListDelegate. NetworkInfo is used to contain the necessary information about a network. BUG=387199 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/417793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285411 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This loads up and destroys applications on their own thread (using BackgroundServiceLoader) so we can test the full in-process application lifecycle. BUG=396300 Review URL: https://codereview.chromium.org/415803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285410 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This patch ensures that all variables of tile version are initialized to something. BUG=391301 R=danakj, enne Review URL: https://codereview.chromium.org/412143003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285409 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285408 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
first two values are the same. R=rsleevi@chromium.org, glider@chromium.org BUG=none Review URL: https://codereview.chromium.org/418533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285407 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/8d84c995319dd4a82e4f2054bbd19f968c671ca6..57493ba62a7ec6a6038e64afa891b3c98a7cc15d CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=robertphillips@google.com BUG= Review URL: https://codereview.chromium.org/420513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285406 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None R=sbc@chromium.org Review URL: https://codereview.chromium.org/418973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285405 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@chromium.org authored
BUG=395796 Review URL: https://codereview.chromium.org/415233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285404 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=242216 Review URL: https://codereview.chromium.org/415103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285403 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285402 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
bfdea66 Remove try-catch blocks from entry points. cafa210 Fix Clang warnings. 5063f55 Add a MemoryBuffer type to safely allocate large user data buffers. 142ec42 Refactored Texture2DArray, separated out D3D logic BUG=82385 TBR=jmadill@chromium.org Review URL: https://codereview.chromium.org/413273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285401 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Removes some unnecessary prints accidentally checked in to the Android build. Removes a GYP TODO now that angle has rolled. Updates commented-out labels of targets that now exist. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/419053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285400 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
R=maruel@chromium.org Review URL: https://codereview.chromium.org/415273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285399 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
Broke HomeCardTest.Accelerators: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/46117 > Exit overview mode when a new activity is opened in athena. > > This has the side effect of fixing the crash in 396368 > > BUG=396368 > TEST=Manual, see bug > > Review URL: https://codereview.chromium.org/411813002 TBR=pkotwicz@chromium.org Review URL: https://codereview.chromium.org/414133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285398 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Unfortunately, there's no non-flakey way to test this, because we can't control handle allocation. BUG=397130 R=wfh@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/419533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285397 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
* Depends on https://codereview.chromium.org/394903005/ which makes the shell kill app threads on exit. * Adds tests that verify basic functionality and termination of NetworkService by the shell. BUG=378155, 394477 R=darin@chromium.org Review URL: https://codereview.chromium.org/397733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285396 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Revert of Telemetry: Initialize smoothness and thread_times metrics before page load, not after. (https://codereview.chromium.org/392613002/) Reason for revert: Breaks smoothness tests on N4 (at least) with no frames error. Possible this is a legit perf regression? But reverting anyway to green things up. http://build.chromium.org/p/chromium.perf/builders/Android%20Nexus5%20Perf/builds/1115 Original issue's description: > Telemetry: Initialize smoothness and thread_times metrics before page load, not after. > > Currently both smoothness and thread_times initialize their metrics after page > load. This leads to a gap between the page load and the page actions starting. > This patch moves the initialization before the page load, thus eliminating the > gap. It is safe to do so because smoothness and thread_times require a page load > before each run (even when repeating the same page). > > Note to perf sheriffs: > This patch is likely to cause performance numbers to worsen, because the browser is often more busy immediately after page load. If you get alerts related to this CL, feel free to ignore them. If there is a reference build for the bot, the number for the reference build should also change accordingly. > > BUG=392895 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285297 TBR=skyostil@chromium.org,picksi@google.com,dominikg@chromium.org NOTREECHECKS=true NOTRY=true BUG=392895 Review URL: https://codereview.chromium.org/419623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285395 0039d316-1c4b-4281-b951-d872f2087c98
-
ariblue@google.com authored
Bug introduced in Issue 407303003 BUG= NOTRY=True Review URL: https://codereview.chromium.org/417013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285394 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This has the side effect of fixing the crash in 396368 BUG=396368 TEST=Manual, see bug Review URL: https://codereview.chromium.org/411813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285393 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
BUG=396169 Review URL: https://codereview.chromium.org/416113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285392 0039d316-1c4b-4281-b951-d872f2087c98
-
zhenw@chromium.org authored
transition-entering-stylesheet is parsed out from the response header of the incoming page and passed to the Java side. Design doc: https://docs.google.com/a/chromium.org/document/d/17jg1RRL3RI969cLwbKBIcoGDsPwqaEdBxafGNYGwiY4/edit# Implementation details: https://docs.google.com/a/chromium.org/document/d/1kREPtFJaeLoDKwrfmrYTD7DHCdxX1RzFBga2gNY8lyE/edit#heading=h.bng2kpmyvxq5 BUG=370696 Review URL: https://codereview.chromium.org/387703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285391 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
In 2010 safe-browsing storage was rewritten to use a binary format instead of SQLite, with support for SQLite removed in 2011 (r74253). Remove the code which detects and histograms this, as there is no possibility that anything will be done with that data. Additionally, remove code to delete even older SQLite files left from the original safe-browsing implementation. This code is firing a few thousand times per month, but it is hard to imagine any scenario where profiles that continue to contain this data are not horribly broken. BUG=none R=asvitkine@chromium.org, feng@chromium.org Review URL: https://codereview.chromium.org/404803006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285389 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This is causing mysterious output failures on the bots TBR=phajdan.jr Review URL: https://codereview.chromium.org/412263004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285388 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
BUG=NONE Review URL: https://codereview.chromium.org/413133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285385 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
These seem to be unused. R=kbr@chromium.org Review URL: https://codereview.chromium.org/419543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285384 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
An example HID gadget implementing the standard HID mouse protocol. BUG=396682 Review URL: https://codereview.chromium.org/418603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285383 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
They both had implementations of RealNode. Also update examples/tutorial/testing so that it shuts down the NaCl module correctly. TEST=trybots R=binji@chromium.org Review URL: https://codereview.chromium.org/414993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285382 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/418063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285381 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG= TBR=piman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/412383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285380 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
deps in common section above. configs in executable section below (and shouldn't be in libs anyway). TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/416183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285379 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=397137,396244 TEST=chrome_elf_unittests NOTRY=true Review URL: https://codereview.chromium.org/418033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285377 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This gets rid of most of the non-webrtc/jingle linker errors for webkit_tests. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/419613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285375 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285374 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
2f5469c Export include directories to dependents in GN. 493daf5 Update the format table to check support for filtering and rendering. 4836d22 Fix ASSERT when rewriting else-if blocks with no else. TBR=jmadill@chromium.org Review URL: https://codereview.chromium.org/420463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285373 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It turns out that a few bots have psutils 0.4.1 and the set_cpu_affinity API was introduced in 0.5. I'm investigating why bots have differing versions, but for now this patch makes us robust to any psutil version. BUG=395228 Review URL: https://codereview.chromium.org/407303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285372 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=395655 R=oshima@chromium.org TEST=athena_unittests Review URL: https://codereview.chromium.org/414903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285371 0039d316-1c4b-4281-b951-d872f2087c98
-