- 25 Jul, 2014 6 commits
-
-
thestig@chromium.org authored
BUG=396779 Review URL: https://codereview.chromium.org/417853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285427 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/418993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285426 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Add a new struct that encapsulates the parameters used to initialize FontRenderParams. Also remove all the existing FontRenderParams functions in favor of a single GetFontRenderParams() function that takes a FontRenderParamsQuery. BUG=395313,396659 TBR=boliu@chromium.org Review URL: https://codereview.chromium.org/413003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285425 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
BUG=364243,396970 Review URL: https://codereview.chromium.org/415013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285424 0039d316-1c4b-4281-b951-d872f2087c98
-
pavely@chromium.org authored
During signin, when ChromeOS requests refresh token, get signin scoped device_id from SigninClient and pass it to GaiaAuthFetcher. BUG=382968 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/382983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285422 0039d316-1c4b-4281-b951-d872f2087c98
-
cmumford@chromium.org authored
Tests use //net so a message loop is required. BUG=395358 Review URL: https://codereview.chromium.org/411393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285419 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Jul, 2014 34 commits
-
-
teravest@chromium.org authored
This change puts nexe information in the parameters for starting a NaCl plugin instead of sending that information over SRPC. This may remove the need for that IPC round trip entirely; perhaps we could report load failure as part of the RPCs for starting sel_ldr or performing StartModule(). nacl_defines.gypi as added as a dependency in components/components_tests.gyp because nacl_process_host.h now includes "native_client/src/public/nacl_file_info.h", which requires nacl_defines. BUG=333950 R=bbudge@chromium.org, brettw@chromium.org, hidehiko@chromium.org, jschuh@chromium.org, mseaborn@chromium.org, sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285028 Review URL: https://codereview.chromium.org/332463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285418 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This was only used by the background mode manager, and didn't actually do what it needed. Now background mode manager doesn't use this so it can be removed. BUG=361637 Review URL: https://codereview.chromium.org/417843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285417 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This feature has been available on Windows and Mac for some time, but was never made available on ChromeOS. BUG=371642 Review URL: https://codereview.chromium.org/407073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285416 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-