- 14 Aug, 2014 40 commits
-
-
peria@chromium.org authored
of pending transactions for PUT/DELETE operations independently. It means that both counters counts the operation for the entry, if an entry is put and deleted. BUG=347425 TEST=./unit_tests --gtest_filter="LevelDBWrapper*" Review URL: https://codereview.chromium.org/466373004 Cr-Commit-Position: refs/heads/master@{#289595} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289595 0039d316-1c4b-4281-b951-d872f2087c98
-
oetuaho@nvidia.com authored
GL drivers are allowed to generate errors when NaN is supplied to functions under GLES 3.0 section 2.1.1 or OpenGL 4.5 section 2.3.4.1. NVIDIA OpenGL driver generates an error when NaN is supplied to glLineWidth. Make this behavior consistent for Chromium, which removes the possibility of drawing with an undefined line width, and makes sure that errors don't leak from the GL driver. BUG=402847 TEST=WebGL conformance tests on debug build with virtual contexts, gpu_unittests Review URL: https://codereview.chromium.org/469673003 Cr-Commit-Position: refs/heads/master@{#289594} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289594 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
BUG=402811 Review URL: https://codereview.chromium.org/454083002 Cr-Commit-Position: refs/heads/master@{#289593} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289593 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=403033 Review URL: https://codereview.chromium.org/467853002 Cr-Commit-Position: refs/heads/master@{#289590} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289590 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
Using EXPECT_EQ(false, condition_expr) assertion gets the following error with gcc 4.8.x toolchain on linux when building unit test: error: converting ‘false’ to pointer type for argument 1 of ‘char testing:: internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Werror=conversion-null] It is a mysterious problem occurred in gtest. Only EXPECT_EQ(false, condition_expr) cause the compile error, while EXPECT_EQ(true, condition_expr) can work well. BUG=139326 TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/474773003 Cr-Commit-Position: refs/heads/master@{#289586} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289586 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
BUG=403338 Review URL: https://codereview.chromium.org/469863002 Cr-Commit-Position: refs/heads/master@{#289585} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289585 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289582} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289582 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@google.com authored
See https://codereview.chromium.org/465283003/ for actual changes. Note: GYP only change. Review URL: https://codereview.chromium.org/472593002 Cr-Commit-Position: refs/heads/master@{#289581} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289581 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403775 TBR=liyanhou@chromium.org Review URL: https://codereview.chromium.org/471983002 Cr-Commit-Position: refs/heads/master@{#289580} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289580 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
This implements connect, disconnect, getInfo, update, getControlSignals, setControlSignals, flush, setPaused and getConnections. BUG=389016 Review URL: https://codereview.chromium.org/423403002 Cr-Commit-Position: refs/heads/master@{#289578} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289578 0039d316-1c4b-4281-b951-d872f2087c98
-
kcarattini@chromium.org authored
BUG=390086 Review URL: https://codereview.chromium.org/460113005 Cr-Commit-Position: refs/heads/master@{#289577} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289577 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
- Remove "of this user" from the supervision disclaimer. In the profile list in about:settings: - Change the SU label from "Supervised user" to "Supervised" In the create profile overlay: - Hide the "import existing supervised user" link if the current user is signed in, but has no supervised users. - Remove "sign in to import SUs" label. - Change strings. BUG=400744,403290,403293,403295 Review URL: https://codereview.chromium.org/445003002 Cr-Commit-Position: refs/heads/master@{#289576} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289576 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403774 TBR=michaeln@chromium.org Review URL: https://codereview.chromium.org/474993002 Cr-Commit-Position: refs/heads/master@{#289575} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289575 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none R=isherman@chromium.org,asvitkine@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/470933002 Cr-Commit-Position: refs/heads/master@{#289574} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289574 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=402190 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/477523003 Cr-Commit-Position: refs/heads/master@{#289573} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289573 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=401226 TBR=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/474953003 Cr-Commit-Position: refs/heads/master@{#289572} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289572 0039d316-1c4b-4281-b951-d872f2087c98
-
kaliamoorthi@chromium.org authored
This CL adds the json file containing test_spec for linux_browser_asan. BUG=399730 NOTRY=true Review URL: https://codereview.chromium.org/471963002 Cr-Commit-Position: refs/heads/master@{#289571} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289571 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This reduces cycle time by about 15 seconds and has the desirable property that it prevents developers from doing anything racy with a Wait. Waits should only be used for a period of perf measurement like smoothness, energy, etc. They shouldn't be used to wait for some condition to be true. BUG=388256 Review URL: https://codereview.chromium.org/473703002 Cr-Commit-Position: refs/heads/master@{#289570} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289570 0039d316-1c4b-4281-b951-d872f2087c98
-
megjablon@chromium.org authored
Currently the UMA tells us whenever audio/video is bypassed as collateral damage of a short bypass. We want to know when audio or video is the cause of a bypass so we now report to DataReductionProxy.BypassedBytes.ShortTriggeringRequestAudioVideo when audio or video triggers a bypass. BUG=401257 Review URL: https://codereview.chromium.org/447933002 Cr-Commit-Position: refs/heads/master@{#289569} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289569 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403687 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/471003002 Cr-Commit-Position: refs/heads/master@{#289568} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289568 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
If you both deleted the computed_hashes.json and modified the verified_contents.json so that the signature failed, we'd never fix it. This patch changes things so that we validate the verified_contents.json instead of just assuming that the file existing means it's contents are ok. BUG=402727 R=rockot@chromium.org Review URL: https://codereview.chromium.org/465333003 Cr-Commit-Position: refs/heads/master@{#289567} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289567 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
After below CLs, the check is unnecessary, because for linux_chromeos, if no extension background pages, key events won't be blocked by IMF. https://codereview.chromium.org/433163005/ https://codereview.chromium.org/444523003/ BUG=None TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/462383003 Cr-Commit-Position: refs/heads/master@{#289566} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289566 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
BUG=402935 TEST=Verified on Pixel. Review URL: https://codereview.chromium.org/466223004 Cr-Commit-Position: refs/heads/master@{#289565} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289565 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
R=dalecurtis@chromium.org,brettw@chromium.org BUG=354261 Review URL: https://codereview.chromium.org/471753002 Cr-Commit-Position: refs/heads/master@{#289564} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289564 0039d316-1c4b-4281-b951-d872f2087c98
-
sgurun@chromium.org authored
BUG=398612 The value of proxy action name also changes from K to L release. Fix it. Review URL: https://codereview.chromium.org/473613002 Cr-Commit-Position: refs/heads/master@{#289563} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289563 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
This CL updates the size of the new avatar button that is needed after updating the resources in this CL: https://codereview.chromium.org/462043003/ BUG=395798 Review URL: https://codereview.chromium.org/460233003 Cr-Commit-Position: refs/heads/master@{#289562} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289562 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremycho@chromium.org authored
BUG=397738,397734 Review URL: https://codereview.chromium.org/465183002 Cr-Commit-Position: refs/heads/master@{#289561} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289561 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
The MessageLoop has some code for adding debug annotations such as trace flows and memory usage tags to posted tasks. Since we want to use these annotations more generally for tasks that are scheduled outside the base message loop, this patch factors it out into a standalone class. TEST=TaskAnnotatorTest BUG=391005 Review URL: https://codereview.chromium.org/455833004 Cr-Commit-Position: refs/heads/master@{#289560} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289560 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289559} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289559 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
Originally landed as 289216 and reverted as 289223 due to a GYP bug. BUG=401761 Review URL: https://codereview.chromium.org/401453002 Cr-Commit-Position: refs/heads/master@{#289558} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289558 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
TBR=sergeyu@chromium.org BUG= Review URL: https://codereview.chromium.org/475683002 Cr-Commit-Position: refs/heads/master@{#289557} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289557 0039d316-1c4b-4281-b951-d872f2087c98
-
eakuefner@chromium.org authored
Previously, we were having Summary take a boolean had_failures. Now that failures are part of Telemetry's value system, it is easy to have Summary reason about how to summarize values when failures and/or skips are present. This CL is the first step: it eliminates had_failures from being passed around and instead computes it directly based on the presence of failures in the passed list of page-specific values. Review URL: https://codereview.chromium.org/465063002 Cr-Commit-Position: refs/heads/master@{#289556} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289556 0039d316-1c4b-4281-b951-d872f2087c98
-
kelvinp@chromium.org authored
This CL implements the HostInstaller, a class that enables the caller to download the host binary and monitor the install progress of the host by pinging the host periodically via native messaging. Review URL: https://codereview.chromium.org/466143003 Cr-Commit-Position: refs/heads/master@{#289555} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289555 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Previously you had to pass the flag to get failures to be retried; now we will retry failures by default if you run all of the tests (i.e., do not specify any tests explicitly on the command line). You can still pass --retry-limit=0 to turn off the retries and --retry-limit=3 (or whatever) to force them on. TBR=tonyg@chromium.org BUG=402089 Review URL: https://codereview.chromium.org/468363002 Cr-Commit-Position: refs/heads/master@{#289554} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289554 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=403018, 403181 Review URL: https://codereview.chromium.org/463183002 Cr-Commit-Position: refs/heads/master@{#289553} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289553 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
This is a refry of http://crrev.com/410363002, original description: >Force BlackMagic cameras to be opened in HD > >The Blackmagic driver causes a crash in QTKit when opened in VGA >when NTSC/PAL 10-bit is selected. QTKit does not allow us to query a >device's supported resolution, so this change adds BlackMagic to another >blacklist so that it is always opened in HD. In this continuation CL, Blacklisted QTKit devices are found during enumeration and flagged, so a) a special capability list is cooked for them, only including HD, b) they are not reconfigured on opening/capturing. BUG=396812, 347371 COLLABORATOR= vrk@chromium.org R=tommi@chromium.org, vrk@chromium.org Review URL: https://codereview.chromium.org/468833002 Cr-Commit-Position: refs/heads/master@{#289552} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289552 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289551} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289551 0039d316-1c4b-4281-b951-d872f2087c98
-
dcaiafa@chromium.org authored
BUG=134226 Review URL: https://codereview.chromium.org/469953002 Cr-Commit-Position: refs/heads/master@{#289550} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289550 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289549} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289549 0039d316-1c4b-4281-b951-d872f2087c98
-
bungeman@google.com authored
https://skia.googlesource.com/skia/+log/fbd3576a18799da88988ef26fa9bce09e8ebba37..c773390eefe70d13faab147a70bd9319b9ac3afb CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bsalomon@google.com BUG= Review URL: https://codereview.chromium.org/467363002 Cr-Commit-Position: refs/heads/master@{#289548} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289548 0039d316-1c4b-4281-b951-d872f2087c98
-