- 19 Jun, 2014 40 commits
-
-
aa@chromium.org authored
BUG=385479 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/344013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278481 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=none Review URL: https://codereview.chromium.org/335103005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278480 0039d316-1c4b-4281-b951-d872f2087c98
-
nsatragno@chromium.org authored
This change enables the selection widget to pass under the shelf without activating it. BUG=367766 TEST=none Review URL: https://codereview.chromium.org/347813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278479 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278478 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13372: (mcgrathr) Add a test for get{e,}[ug]id r13373: (mcgrathr) Add a toolchain test for __builtin_prefetch. r13374: (mcgrathr) Update glibc revision in tools/REVISIONS r13375: (noelallen) Add GN build step for linux r13376: (dschuff) ARM HW bots: looks for FEATURE_VERSION in the right place r13377: (mseaborn) Make nacl_secure_random() work inside the IRT BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32,linux_arm_cross_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/345753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278477 0039d316-1c4b-4281-b951-d872f2087c98
-
courage@chromium.org authored
This is a re-implementation of extensions::AccountTracker, built on IdentityProvider instead of SigninManager and ProfileOAuth2TokenService. Removing the dependency on chrome/browser will allow GCM to use this code. BUG=374988 Review URL: https://codereview.chromium.org/336253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278476 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
Added details to the UMA metrics for the account_reconcilor. BUG=357693 Review URL: https://codereview.chromium.org/338573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278475 0039d316-1c4b-4281-b951-d872f2087c98
-
vkuzkokov@chromium.org authored
from https://chromiumcodereview.appspot.com/190693002/ This patch makes Page.captureScreenshot synchronize with the renderer. When fixed implementation hits Stable it will be possible to use Page.captureScreenshot in Telemetry instead of window.chrome.gpuBenchmarking.beginWindowSnapshotPNG and remove the latter. BUG=242405 Review URL: https://codereview.chromium.org/311313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278472 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
The maximum minimum width is the width required to show 20 tabs at minimum size. In my testing, that resulted in an overall window width of 440 pixels. This is narrow enough that I doubt this minimum will kick in very often, and when it does, it won't be dramatically larger than the minimum width the toolbar already enforces. BUG=62510 TEST=Open 20 tabs. Shrink Chrome window to minimum width and ensure all tabs are still visible. Review URL: https://codereview.chromium.org/343603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278470 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
BUG=384656 Review URL: https://codereview.chromium.org/331743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278469 0039d316-1c4b-4281-b951-d872f2087c98
-
eustas@chromium.org authored
BUG=245436 Review URL: https://codereview.chromium.org/346503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278468 0039d316-1c4b-4281-b951-d872f2087c98
-
cmumford@chromium.org authored
These sporadic write tests introduced too much noise (too short a duration) and were not a good measure of IndexedDB performance. Note: This change will give the impression that IndexedDB performance has improved when there was no actual improvement because we track the aggregate test times. BUG=367855,369683 Review URL: https://codereview.chromium.org/344683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278467 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This has a warning that seems very dependent on the compiler version. BUG= R=jamesr@chromium.org Review URL: https://codereview.chromium.org/343743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278466 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
ChromeOS without X11 will do display configuration and cursor movement from the GPU process. This is the conduit for the messages needed to make this work. This plumbing also supports other platforms with similar requirements (e.g. wayland's port). X11 does not need any specific messaging here, since we just call the X server from the browser. BUG=377497 TEST=content_shell --ozone-platform=egltest Review URL: https://codereview.chromium.org/338193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278465 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bauerb@chromium.org, akalin@chromium.org BUG=386741 Review URL: https://codereview.chromium.org/342943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278463 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278462 0039d316-1c4b-4281-b951-d872f2087c98
-
niklase@chromium.org authored
R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/348603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278461 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This works better with our demo app and uses the aspect ratio of some HD monitors we're hoping to use. BUG=none TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/339963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278459 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278456 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/346823002/jamesr@chromium.org authored
Reason for revert: I believe this breaks the layout test svg/filters/big-sized-filter-2.svg. It's misrendering / crashing on all platforms: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20Chromium&showExpectations=true&tests=svg%2Ffilters%2Fbig-sized-filter-2.svg Original issue's description: > Skia roll 30e6e2a:373dd9b > > https://skia.googlesource.com/skia/+log/30e6e2af14e84216b1c113fd7500d0822bc81daa..373dd9b52f88158edd1e24419e6d937efaf59d55 > > CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel > TBR=reed@google.com > BUG= > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278426 TBR=reed@google.com,skia-deps-roller@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/343953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278455 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=386324 Review URL: https://codereview.chromium.org/348433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278454 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
This cl changes MediaStreamManager to internally use a list of requests instead of a map. The purpose is to make sure requests are serviced in the order they are requested rather than be dependent on the map key. This is to avoid that the requests are serviced out of order if several requests are waiting for a media device to be opened. BUG=381893 Review URL: https://codereview.chromium.org/345713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278453 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously webm parser was correctly handling Cues element between clusters. It was broken in r277633. Also added tests to cover this case. BUG=386122 R=acolwell@chromium.org, wolenetz@chromium.org Review URL: https://codereview.chromium.org/346613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278452 0039d316-1c4b-4281-b951-d872f2087c98
-
dyen@chromium.org authored
BUG= https://code.google.com/p/chromium/issues/detail?id=370981 TEST= Run "ninja -C out/Debug untar_pnacl_translator" Review URL: https://codereview.chromium.org/341893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278451 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=385222 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/347823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278450 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
The 'API' spelling variant is favored over the 'Api' spelling in current docserver code, so to maintain consistency the 'API' spelling has been enforced. NOTRY=True Review URL: https://codereview.chromium.org/337373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278449 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Also removes the indirection through the client that GoogleURLTracker was previously doing to call a google_util function. BUG=373245,381088 TBR=jochen Review URL: https://codereview.chromium.org/333723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278448 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=jam@chromium.org,akalin@chromium.org BUG=386711 Review URL: https://codereview.chromium.org/347813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278447 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
R=ben@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/346863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278446 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This file is already landed in the ffmpeg repo and rolled into Chrome. This change just references it so that it will build. TBR=ajwong@chromium.org Review URL: https://codereview.chromium.org/342033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278444 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278443 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=176444:176499&mode=html TBR=jamesr BUG= Review URL: https://codereview.chromium.org/346533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278441 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278440 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
This will open chrome://settings/languages page after called. BUG= Review URL: https://codereview.chromium.org/342573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278439 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
$ git log d6dbe76f9..c333224ef --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-06-19 maruel Bump swarming.py version to 0.4.9. R=vadimsh@chromium.org BUG=385225 Review URL: https://codereview.chromium.org/344923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278438 0039d316-1c4b-4281-b951-d872f2087c98
-
markdittmer@chromium.org authored
Review URL: https://codereview.chromium.org/335403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278437 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
This will give admins the ability to re-enable deprecated features for a limited amount of time. This is a re-upload of codereview.chromium.org/263423003 because I've taken over that CL for mnissler. R=joaodasilva@chromium.org, jochen@chromium.org TBR=jar BUG=345831 Review URL: https://codereview.chromium.org/344693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278436 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=386657 NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/348573004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278434 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
crrev.com/106633002 has recently introduced a dependency on libgbm-dev. Unfortunatelly, this package is a bit more trickier to install, for the following reason: it depends on mesa-glx and, conversely to most of the other packages, only one version of mesa (w.r.t backports) can exist in the system. Google's workstations are configured to use the -lts-saucy version of mesa. The right package in this case is libgbm-dev-lts-saucy and attempting to install just libgbm-dev ends up in a failure. This change fixes install-build-deps.sh, installing the matching version of libgbm-dev (w.r.t libgl1-mesa-glx), falling back to libgbm-dev. BUG= NOTRY=true Review URL: https://codereview.chromium.org/344623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278433 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Fix the NewAvatarButton's border inset values. Replace the halo color with shadowing. Disable subpixel rendering for the button text. Use the default alignment (left) instead of right. Add LabelButton text shadow and subpixel setters. Apply label shadows in LabelButton::GetPreferredSize. Invalidate the Label size when shadows are set. Apply the shadow margins in Label text sizing. Remove unused Label halo code; update the example. See pics from before the regression and after this CL: http://crbug.com/155363#c111 BUG=155363 TEST=New Avatar button looks good. R=noms@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/343853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278432 0039d316-1c4b-4281-b951-d872f2087c98
-