- 16 Jan, 2014 40 commits
-
-
mark@chromium.org authored
The big change in this version is that an installation attempt initiated by the application can show up as ondemand on the server. This will allow us to provide throttled Mac downloads (such as a "5% push") with correct behavior. BUG=35495 R=thakis@chromium.org Review URL: https://codereview.chromium.org/141193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245361 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL eliminates //chrome- and //content-level dependencies from UbertokenFetcher and moves it to //google_apis/gaia. Notable changes: - Change UbertokenFetcher to take in the OAuth2TokenService and URLRequestContextGetter to use rather than the Profile. - Add a FakeOAuth2TokenService to enable moving the UbertokenFetcher unittest away from using FakeProfileOAuth2TokenService. BUG=330292 TBR=thakis Review URL: https://codereview.chromium.org/136723009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245359 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
Better handling of errors and adding required command line args for gesture enabled devices. BUG=330910, 329691 Review URL: https://codereview.chromium.org/131123008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245358 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhong@chromium.org authored
* Add & update description of some member functions and variables. * Remove unused variable - layer_updated_externally_. * Remove redundant function calls - SetXXXImmediately(). - Immediate setting is done by default animator. R=danakj@chromium.org BUG=NONE TEST=compositor_unittests Review URL: https://codereview.chromium.org/140443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245357 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245356 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
R=sergeyu@chromium.org, wjia@chromium.org TBR=phoglund@chromium.org Review URL: https://codereview.chromium.org/134633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245355 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
This is the final caller that doesn't fall back or is Aura-only, and so Aura's snapshot can switch over to only being asynchronous. BUG=332167 Review URL: https://codereview.chromium.org/127103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245354 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/131463006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245353 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Move the bulk of the files in content/browser/aura to content/browser/compositor, since they're not aura-specific. Build all of those files in the Mac build, and add ui/compositor to the dependencies of the Mac build. These files will soon only be excluded from the Android build. BUG=314190 > Originally submitted: > https://codereview.chromium.org/137893007 > Then reverted: > https://codereview.chromium.org/137853019 (bug 335083) This submission has the failing test disabled. TBR=piman,danakj Review URL: https://codereview.chromium.org/140753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245352 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This change enables this code to be built on iOS and facilitates the eventual componentization of //chrome-browser/sync. As with other Autofill unit tests, componentization of the unit test will follow. Review URL: https://codereview.chromium.org/129463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245351 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245350 0039d316-1c4b-4281-b951-d872f2087c98
-
sivachandra@chromium.org authored
BUG=333087 TBR=sky Review URL: https://codereview.chromium.org/140663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245349 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=285364 Review URL: https://codereview.chromium.org/133273017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245348 0039d316-1c4b-4281-b951-d872f2087c98
-
anjalibh@google.com authored
HLS spec recommends a single access unit(AU) in a packetized elementary stream(PES) so that each access unit can be assigned a unique PTS and DTS. The change makes es_parser_h264 return an error if the AU cannot be assigned a PTS and DTS. BUG=254214 Review URL: https://codereview.chromium.org/136703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245347 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
The 1st patch was reverted because it appears on all platforms accidentally. This is on by default only in ChromeOS. BUG=333914 TBR=xiyuan@chromium.org TEST=manually Review URL: https://codereview.chromium.org/135843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245345 0039d316-1c4b-4281-b951-d872f2087c98
-
avallee@chromium.org authored
Official 32 bit builds seem to generate x86 fpu instructions while normal development settings and Chromium settings generate SSE instructions. GCC has a loss of precision bug (gcc.gnu.org/PR323) that results in a different floating point value in some cases. This bug can be worked around by storing the intermediate value in a variable. BUG=334475 Review URL: https://codereview.chromium.org/135643006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245343 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
Added volume adjust sound behind the flag. Partially based on https://codereview.chromium.org/24618003/. BUG=225886 TEST=media_unittests:AudioStreamHandler* Review URL: https://codereview.chromium.org/115693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245342 0039d316-1c4b-4281-b951-d872f2087c98
-
pvalenzuela@chromium.org authored
> Basic implementation of the Sync C++ fake server > > This CL provides just enough functionality so that > PrototypeFakeServerTest will pass. > > BUG=323265 > > Review URL: https://codereview.chromium.org/115243007 TBR=pvalenzuela@chromium.org Review URL: https://codereview.chromium.org/130503007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245341 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
This CL did the following things: 1. changes targeting opacity from 0 to 0.2 during hide animation 2. fix "regain focus before hide animation finish, VK doesn't show up" issue BUG=333284 Review URL: https://codereview.chromium.org/134133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245340 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(More changes to come -- in particular to reduce exports from mojo_system_impl -- but one thing at a time....) R=sky@chromium.org Review URL: https://codereview.chromium.org/139823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245339 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=325142 Review URL: https://codereview.chromium.org/100623008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245338 0039d316-1c4b-4281-b951-d872f2087c98
-
ttuttle@chromium.org authored
Chrome's internal DNS resolver checks whether the host currently has global IPv6 connectivity by creating a socket connected to Google Public DNS' IPv6 address. These show up in the NetLog as UDP_SOCKET objects with a source dependency of the HOST_RESOLVER_IMPL_REQUEST. This change adds an explicit IPV6_REACHABILITY_CHECK source type that will show up instead, to clarify the purpose of the UDP sockets. (Note that no packets are actually sent as a result of the checks; UDP doesn't need to send any packets to connect, and the HostResolverImpl doesn't send any data over the socket explicitly.) BUG=331746 Review URL: https://codereview.chromium.org/141023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245336 0039d316-1c4b-4281-b951-d872f2087c98
-
slamm@chromium.org authored
BUG=331607 Review URL: https://codereview.chromium.org/138643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245333 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
BUG=333869 Review URL: https://codereview.chromium.org/134333008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245332 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245331 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r12612: (dyen) Added armv7l to list of known architectures. r12613: (jvoung) Filter out -fasynchronous-unwind-tables in callingconv test, too. r12614: (dyen) Modifies platform_tools.py to be compatible with python 2.6 r12616: (jfb) Update TOOL_REVISIONS for PNaCl r12601->r12611 r12617: (mcgrathr) Update tools_rev to r12615 r12619: (dschuff) Factor toolchain_build_pnacl.py for canadian cross BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/140653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245329 0039d316-1c4b-4281-b951-d872f2087c98
-
plundblad@chromium.org authored
> Set the svn:ignore property on chrome/third_party/chromevox. > > BUG=330461 > > git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245328 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
When run with --nacl, the script should now install everything that is needed by NaCl bots. R=bradnelson@google.com Review URL: https://codereview.chromium.org/138063012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245327 0039d316-1c4b-4281-b951-d872f2087c98
-
pvalenzuela@chromium.org authored
This CL provides just enough functionality so that PrototypeFakeServerTest will pass. BUG=323265 Review URL: https://codereview.chromium.org/115243007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245326 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Install URL protocol handler for chrome-extension:// and chrome-extension-resource:// * Allow extension urls to be handled. * Register extensions with IO thread extension InfoMap. * Bonus: app_shell no longer crashes on startup. With this change an extension background page can print "Hello world" using console.log(). BUG=288226,332982 TEST=browser_tests. Also run app_shell --app=/path/to/extension with an extension with background.js. The JavaScript executes and console.log() works. Review URL: https://codereview.chromium.org/136453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245325 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245323 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=171404 Review URL: https://codereview.chromium.org/140793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245322 0039d316-1c4b-4281-b951-d872f2087c98
-
pdr@chromium.org authored
TBR=dstockwell Review URL: https://codereview.chromium.org/137063008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245321 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
Periodic use of this script will show places where the OWNERS files have become inconsistent. This poses a problem for CL authors when the reviewer they have selected doesn't cover all message files, so they would have to add another. I've stopped short of adding code to correct the files, this would make a nice follow-up. R=jschuh@chromium.org BUG= Review URL: https://codereview.chromium.org/138033013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245320 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
They have been upstreamed and rolled, so they are now redundant. TBR=hayato@chromium.org BUG= Review URL: https://codereview.chromium.org/132873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245319 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=326154 Review URL: https://codereview.chromium.org/100513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245318 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=335280 TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/132883006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245317 0039d316-1c4b-4281-b951-d872f2087c98
-
ttuttle@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/68533015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245316 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=332506 Review URL: https://codereview.chromium.org/140203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245314 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
This CL removes a number of functions from the sync debugging framework in order to prepare for some upcoming changes to sync debugging (due to 328606). This CL removes the following functions: - GetRootNodeDetails - GetNodeSummaries - GetNodeDetails - GetChildNodeIds It also adds the function 'getListOfKnownTypes' to help replace some old functionality required by the 'data' tab and to fix issue 329013. Rather than having that tab fetch a list of children of the root node, it now asks for a list of all known data types. This is a better solution, since it does not require sync to be fully initialized in order to properly populate the set of checkboxes. The most significant user of the removed functionality is the node browser. Its javascript code has been modified in order to transition it to relying on the getAllNodes function. Rather than fetching node data on demand by a series of asynchronous callbacks, the tab now fetches a list of all known sync nodes at once. This has the advantage of providing a more consistent (though more stale) snapshot. This CL adds a refresh button to the node browser tab in order to give users some control over its staleness. This change had some minor side-effects. The node browser now relies on items' string-based IDs rather than their metahandles when determining the nodes' hierarchy. We've also had to add a 'positionIndex' field to the output of getAllNodes to make it easier for the node browser to sort its entries. In part to make it easier to fetch this field, most of the code associated with getAllNodes has been moved into the syncable::Directory. In addition to all these changes, this CL adds some webui tests to help prevent regressions in about:sync functionality. For now, they only cover the node browser. More tests will be added in future CLs. BUG=110517,329013,328606 Review URL: https://codereview.chromium.org/134443004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245313 0039d316-1c4b-4281-b951-d872f2087c98
-