- 18 Aug, 2014 11 commits
-
-
jchuang@chromium.org authored
On Linux/Mac/FreeBSD platform, NumberOfProcessors() was returning the number of online processors. Change it to return the number of configured processors (incl. offline processors). 1. Most callers of this API expect it to return totally available cpu cores, mainly for threading optimization. 2. The number of online processors is changed within seconds on some embedded platforms. It is wrong to pass the cached value of the number of currently online processors to Blink sandbox. BUG=404364 TEST=Tested on nyan (it may have 1~4 cpu cores online) Review URL: https://codereview.chromium.org/454053002 Cr-Commit-Position: refs/heads/master@{#290209} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290209 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
I'm not 100% sure this will be evaluated at the right time to have an effect. BUG=404525 TBR=hans@chromium.org Review URL: https://codereview.chromium.org/481823002 Cr-Commit-Position: refs/heads/master@{#290208} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290208 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
We don't need them, and they unconditionally mark their functions as __declspec(dllimport) in the header in a static library build, which causes warnings on the clang/win bot. BUG=82385 R=kbr@chromium.org Review URL: https://codereview.chromium.org/478153002 Cr-Commit-Position: refs/heads/master@{#290207} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290207 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290206} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290206 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180421:180421&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/479933002 Cr-Commit-Position: refs/heads/master@{#290205} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290205 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
Cr-Commit-Position: refs/heads/master@{#290204} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290204 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=402953 TEST=Move the cursor on cast icon and see the hover icon on the white background. R=hirono@chromium.org Review URL: https://codereview.chromium.org/473793003 Cr-Commit-Position: refs/heads/master@{#290202} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290202 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Previously, if a mic is not plugged in or some other error occurs (e.g., NaCl is disabled), the checkbox is disabled. Now, the checkbox is always available to turn on or off (with the yellow triangle showing you whether there is an error). BUG=396993 Review URL: https://codereview.chromium.org/463823002 Cr-Commit-Position: refs/heads/master@{#290201} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290201 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
Component apps are currently auto whitelisted for all whitelisted APIs. To allow this to be removed the hotword private tests are being updated to manually whitelist the test extensions used. See https://codereview.chromium.org/447673002/ for more context. BUG=370375 Review URL: https://codereview.chromium.org/470893002 Cr-Commit-Position: refs/heads/master@{#290200} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290200 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290199} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290199 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180420:180420&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/479073002 Cr-Commit-Position: refs/heads/master@{#290198} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290198 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Aug, 2014 20 commits
-
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290194} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290194 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This is patch 2 of 4 (and contains the actual roll). TBR=phoglund@chromium.org, jsbell@chromium.org, cmumford@chromium.org BUG=404303, 404305 Review URL: https://codereview.chromium.org/480673002 Cr-Commit-Position: refs/heads/master@{#290193} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290193 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
This CL wasn't the cause of the flakiness. The problem still isn't solved however. BUG=404443 > Revert 290152 "gpu: ContextProvider::BindToCurrentThread() shoul..." > > Speculative revert because of flakiness on GPU bots. See Issue 404443. > > BUG=404443 > > > gpu: ContextProvider::BindToCurrentThread() should be called one time. > > > > BUG=404121 > > > > Review URL: https://codereview.chromium.org/476193002 > > TBR=dongseong.hwang@intel.com > > Review URL: https://codereview.chromium.org/482563002 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/485543002 Cr-Commit-Position: refs/heads/master@{#290192} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290192 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
We are adding a --prefer-compositing-to-lcd-text flag to allow promoting of things that will lose LCD text. Fixed position elements will be the only thing controlled by this flag in this CL. Other flags will be merged into it in the future. R=piman@chromium.org BUG=365851 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290155 Review URL: https://codereview.chromium.org/479653003 Cr-Commit-Position: refs/heads/master@{#290191} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290191 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290189} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290189 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This directory contains a GN build file that defines a dummy "ui" component target that does not really do anything that matters. ui/ targets are almost finished at this time, so there is no point in keeping this ui/ BUILD file in build/secondary. BUG=None TEST=None R=brettw@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/451553002 Cr-Commit-Position: refs/heads/master@{#290188} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290188 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180408:180419&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/486443002 Cr-Commit-Position: refs/heads/master@{#290187} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290187 0039d316-1c4b-4281-b951-d872f2087c98
-
wuchengli@chromium.org authored
API proposal: https://docs.google.com/a/chromium.org/document/d/1deeCrsvT9xA77UP4yWMhqbHgS3FvYCTF_8meIMQRrDo/edit# BUG=387547 TEST=Build chrome, run PPAPITest, and run an app that uses ppapi. Review URL: https://codereview.chromium.org/391323002 Cr-Commit-Position: refs/heads/master@{#290186} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290186 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
NOTRY=true BUG=404375 Review URL: https://codereview.chromium.org/481483002 Cr-Commit-Position: refs/heads/master@{#290185} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290185 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=348066,397166 TEST=extensions_unittests R=jamescook@chromium.org TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/477723005 Cr-Commit-Position: refs/heads/master@{#290184} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290184 0039d316-1c4b-4281-b951-d872f2087c98
-
ckehoe@chromium.org authored
These are the tests that go with: https://codereview.chromium.org/444513005/ R=rkc@chromium.org,kalman@chromium.org BUG=365493 Review URL: https://codereview.chromium.org/441103002 Cr-Commit-Position: refs/heads/master@{#290183} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290183 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=http://code.google.com/p/drmemory/issues/detail?id=1528 TBR=zhaoqin@chromium.org Review URL: https://codereview.chromium.org/485513002 Cr-Commit-Position: refs/heads/master@{#290181} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290181 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Speculative revert because of flakiness on GPU bots. See Issue 404443. BUG=404443 > gpu: ContextProvider::BindToCurrentThread() should be called one time. > > BUG=404121 > > Review URL: https://codereview.chromium.org/476193002 TBR=dongseong.hwang@intel.com Review URL: https://codereview.chromium.org/482563002 Cr-Commit-Position: refs/heads/master@{#290179} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290179 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=401588 TEST=None R=thestig@chromium.org,thakis@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/480693002 Cr-Commit-Position: refs/heads/master@{#290178} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290178 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
Cr-Commit-Position: refs/heads/master@{#290177} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290177 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=403594 TBR=behdad@chromium.org Review URL: https://codereview.chromium.org/469573004 Cr-Commit-Position: refs/heads/master@{#290175} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290175 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is pretty straightforward, just moving the remaining win tests from ui_unittests.gyp to gfx_tests.gyp. gfx_unittests now has a TestSuite that setups everything we need to run it. BUG=331829 TEST=ui_unittests, gfx_unittests TBR=ben@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/469003009 Cr-Commit-Position: refs/heads/master@{#290173} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290173 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=404419 TBR=markdittmer@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/484493002 Cr-Commit-Position: refs/heads/master@{#290172} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290172 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
Cr-Commit-Position: refs/heads/master@{#290168} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290168 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Then pull on the thread until everything that called it goes away. This is not needed now that CoreAnimation is the only way to draw content on Mac. BUG=245900 Review URL: https://codereview.chromium.org/468193005 Cr-Commit-Position: refs/heads/master@{#290166} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290166 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Aug, 2014 9 commits
-
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290164} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290164 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180406:180407&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/473423002 Cr-Commit-Position: refs/heads/master@{#290163} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290163 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Revert of Mojo multiple command buffer support and sample (patchset #6 of https://codereview.chromium.org/451753003/) Reason for revert: Reverting because this closed the tree due to a failed compile step on Linux Builder (dbg)(32). See http://build.chromium.org/p/chromium.linux/builders/Linux%20Builder%20%28dbg%29%2832%29/builds/27701 Original issue's description: > Mojo multiple command buffer support and sample > > TBR=danakj@chromium.org for DEPS file shuffle that moves a "+ui/gfx" > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290157 TBR=darin@chromium.org,piman@chromium.org,jamesr@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/478103002 Cr-Commit-Position: refs/heads/master@{#290162} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290162 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
The current logic in RootView::DispatchGestureEvent() will dispatch gesture events to disabled views in some circumstances but not others. The correct behaviour here is: * Disabled views may be the target of a gesture event. * Gesture events should never be dispatched to a disabled view, and instead the event should simply be marked as handled. This prevents context menus being shown when long-pressing disabled textfields (issue 337568). BUG=403893,337568 TEST=WidgetTest.DisabledGestureEventTarget, RootViewTest.ContextMenuFromLongPress, RootViewTest.ContextMenuFromLongPressOnDisabledView Review URL: https://codereview.chromium.org/472303004 Cr-Commit-Position: refs/heads/master@{#290159} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290159 0039d316-1c4b-4281-b951-d872f2087c98
-
pavely@chromium.org authored
Problem: When access token request fails with unexpected errors those get translated to "invalid credentials". In response auth_sync_observer.cc marks refresh token as invalid which prevents offline auth on next startup. oauth2_access_token_fetcher_impl.cc: - Handle all 5xx http codes as transient errors. - Log error for unexpected codes. profile_sync_service.cc: - handle REQUEST_CANCELLED and SERVICE_ERROR as transient error, retry instead of notifying observers. - Log error for unexpected auth errors. BUG=394939 R=rogerta@chromium.org,zea@chromium.org Review URL: https://codereview.chromium.org/472403002 Cr-Commit-Position: refs/heads/master@{#290158} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290158 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
TBR=danakj@chromium.org for DEPS file shuffle that moves a "+ui/gfx" Review URL: https://codereview.chromium.org/451753003 Cr-Commit-Position: refs/heads/master@{#290157} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290157 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Revert of Replace enable-compositing-for-fixed-position with prefer-compositing-to-lcd-text. (patchset #1 of https://codereview.chromium.org/479653003/) Reason for revert: Reverting due to compile step failure on Linux ChromiumOS Builder (dbg) (see http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Builder%20%28dbg%29/builds/50238). Original issue's description: > Replace enable-compositing-for-fixed-position with prefer-compositing-to-lcd-text. > > We are adding a --prefer-compositing-to-lcd-text flag to allow promoting > of things that will lose LCD text. Fixed position elements will be the > only thing controlled by this flag in this CL. Other flags will be > merged into it in the future. > > R=piman@chromium.org > BUG=365851 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290155 TBR=piman@chromium.org,rsesek@chromium.org,sky@chromium.org,danakj@chromium.org NOTREECHECKS=true NOTRY=true BUG=365851 Review URL: https://codereview.chromium.org/484473002 Cr-Commit-Position: refs/heads/master@{#290156} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290156 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
We are adding a --prefer-compositing-to-lcd-text flag to allow promoting of things that will lose LCD text. Fixed position elements will be the only thing controlled by this flag in this CL. Other flags will be merged into it in the future. R=piman@chromium.org BUG=365851 Review URL: https://codereview.chromium.org/479653003 Cr-Commit-Position: refs/heads/master@{#290155} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290155 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
As they have now been upstreamed. This is patch 6 of 6 and completes the roll. TBR=phoglund@chromium.org BUG=404022 Review URL: https://codereview.chromium.org/471323002 Cr-Commit-Position: refs/heads/master@{#290154} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290154 0039d316-1c4b-4281-b951-d872f2087c98
-