- 10 Oct, 2014 40 commits
-
-
vmpstr authored
Since we're using a spiral iterator, we run into a situations where a shared tile is visited by an iterator, but it is meant to be returned by the twin (since it has higher priority). We already skip these types of tiles in the Pop function. However, it could be the case that the very first tile is of this kind. The fix is to ensure we skip these types of tiles in the constructor as well. BUG=422178 R=reveman Review URL: https://codereview.chromium.org/647683002 Cr-Commit-Position: refs/heads/master@{#299135}
-
zmo authored
BUG=401311,421705 TEST=gpu bots NOTRY=true R=kbr@chromium.org Review URL: https://codereview.chromium.org/641173002 Cr-Commit-Position: refs/heads/master@{#299134}
-
jbudorick authored
Broke telemetry_perf_unittests on Android Tests. TBR=craigdh@chromium.org,cjhopman@chromium.org,klundberg@chromium.org,tonyg@chromium.org NOTREECHECKS=true NOTRY=true BUG=400440 Review URL: https://codereview.chromium.org/645093002 Cr-Commit-Position: refs/heads/master@{#299133}
-
danakj authored
This is making people ignore other presubmit warnings in all the noise. R=ajuma, enne, vmpstr Review URL: https://codereview.chromium.org/639183005 Cr-Commit-Position: refs/heads/master@{#299132}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/bfa492a..1dfb44f TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/637303004 Cr-Commit-Position: refs/heads/master@{#299131}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d8088f8..bc92163 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/643133002 Cr-Commit-Position: refs/heads/master@{#299130}
-
dnicoara authored
Page flips arrive in random order so we want to make sure that we process the page flips for all affected controllers. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/641173003 Cr-Commit-Position: refs/heads/master@{#299129}
-
dnicoara authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/642333002 Cr-Commit-Position: refs/heads/master@{#299128}
-
falken authored
Add an AllowServiceWorker setting and use it when registering/unregistering a Service Worker. BUG=419277 Review URL: https://codereview.chromium.org/625533002 Cr-Commit-Position: refs/heads/master@{#299127}
-
qsr authored
- Update pylint to consider python bindings and python bindings tests. - Resolve pylint warnings. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/643853004 Cr-Commit-Position: refs/heads/master@{#299126}
-
mef authored
BUG=412942 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/643963002 Cr-Commit-Position: refs/heads/master@{#299125}
-
qsr authored
R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/639713002 Cr-Commit-Position: refs/heads/master@{#299124}
-
perkj authored
This fix a problem in the unittest where the test ends before all pending cleanup tasks have completed. Revert "[MemSheriff] Suppress content_unittests leaks and uninits" This reverts commit 8ea251ca. BUG=422087 Review URL: https://codereview.chromium.org/649513003 Cr-Commit-Position: refs/heads/master@{#299123}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d165986..bfa492a TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/642343002 Cr-Commit-Position: refs/heads/master@{#299122}
-
lfg authored
This CL adds the following tests to app_shell_browsertest: - TestDialogAlert - TestDialogConfirm - TestDialogConfirmCancel - TestDialogConfirmDefaultCancel - TestDialogConfirmDefaultGCCancel - TestDialogPrompt Also, makes sure that we call content::BrowserTestBase::SetUpCommandLine(...) from AppShellTest. BUG=352293 Review URL: https://codereview.chromium.org/634403003 Cr-Commit-Position: refs/heads/master@{#299121}
-
miletus authored
Now that blink side interface WebLayer::setScrollPosition has changed to use WebDoublePoint version, we can remove the WebPoint version in WebLayerImpl. BUG=414283 Review URL: https://codereview.chromium.org/636283003 Cr-Commit-Position: refs/heads/master@{#299120}
-
paulmeyer authored
I put all the public-facing API methods together, put them in alphabetical order, and made their location more obvious in the file. I also removed some more code/functions that were unused/unneeded. Review URL: https://codereview.chromium.org/637193005 Cr-Commit-Position: refs/heads/master@{#299119}
-
sullivan authored
Revert of Updated recipes command to use chartjson (patchset #1 id:1 of https://codereview.chromium.org/641693003/) Reason for revert: Broke android recipes; see crbug.com/422174 Original issue's description: > Updated recipes command to use chartjson > > This is from https://codereview.chromium.org/595793005/ > > BUG=420044 > > Committed: https://crrev.com/5ae725e82a80bb1f8d155b85ecc4361cfbf083c5 > Cr-Commit-Position: refs/heads/master@{#298891} TBR=tonyg@chromium.org NOTREECHECKS=true NOTRY=true BUG=420044,422174 Review URL: https://codereview.chromium.org/646913004 Cr-Commit-Position: refs/heads/master@{#299118}
-
lfg authored
This fixes an issue where if the embedder WebContents is destroyed during a GuestView creation we may end up leaking the guest WebContents. BUG=419020 Committed: https://crrev.com/52fce9455ffd688ef3752a816192f9e76555e7d1 Cr-Commit-Position: refs/heads/master@{#298934} Review URL: https://codereview.chromium.org/642573002 Cr-Commit-Position: refs/heads/master@{#299117}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/0ad24be..d8088f8 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/646983003 Cr-Commit-Position: refs/heads/master@{#299116}
-
rdevlin.cronin authored
When using the extension toolbar redesign, we should use the BrowserActionsContainer for any "new extension" bubbles, as all extensions will have an icon there. Use this in lieu of the location bar or a page action. BUG=422117 Review URL: https://codereview.chromium.org/648553002 Cr-Commit-Position: refs/heads/master@{#299115}
-
dnicoara authored
If the native mode is interlaced it can be replaced by a non-interlaced mode (which will not show as native). BUG=none Review URL: https://codereview.chromium.org/635403002 Cr-Commit-Position: refs/heads/master@{#299114}
-
rsorokin authored
BUG=420438 Review URL: https://codereview.chromium.org/645003002 Cr-Commit-Position: refs/heads/master@{#299113}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b1cad43..d165986 TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/643093002 Cr-Commit-Position: refs/heads/master@{#299112}
-
pkotwicz authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/626913003 Cr-Commit-Position: refs/heads/master@{#299111}
-
jkarlin authored
Downstream of Blink CL: https://codereview.chromium.org/623753002 BUG=419417 Review URL: https://codereview.chromium.org/622833002 Cr-Commit-Position: refs/heads/master@{#299110}
-
elizavetai authored
Now golden screenshots are kept in Google Storage. To download them automatically, a hook should be added to .gclient. Specifying directories for golden screenshots and artifacts is optional now. There is also a python script that should be run to update screenshots in Google Storage after using update mode. BUG=395653 Review URL: https://codereview.chromium.org/639283004 Cr-Commit-Position: refs/heads/master@{#299109}
-
noms authored
BUG=404241 Review URL: https://codereview.chromium.org/638063002 Cr-Commit-Position: refs/heads/master@{#299108}
-
mkwst authored
This patch moves the DRT-specific bits of ShellDownloadManagerDelegate into a new layout-test-only subclass. BUG=420994 Review URL: https://codereview.chromium.org/648673002 Cr-Commit-Position: refs/heads/master@{#299107}
-
kulkarni.a authored
[C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr in src/cc [part-2] BUG = Review URL: https://codereview.chromium.org/643583003 Cr-Commit-Position: refs/heads/master@{#299106}
-
skyostil authored
The re-entrancy issues with the Blink scheduler have been resolved, so we can forward compositor and input tasks to it again -- if the scheduler is enabled. Depends on https://codereview.chromium.org/621363002. BUG=391005 TEST=No instances of "Scheduler::executeHighPriorityTasks" found in trace when running chrome with --disable-blink-scheduler. Review URL: https://codereview.chromium.org/629243003 Cr-Commit-Position: refs/heads/master@{#299105}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/494f910..0ad24be CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/641373003 Cr-Commit-Position: refs/heads/master@{#299104}
-
torne authored
To keep the generated makefiles relatively stable, we sort a number of file lists at gyp time, but this sort ordering is dependent on the calling user's locale. Fix this by forcing LC_COLLATE to "C" in gyp_webview. BUG= NOTRY=true Review URL: https://codereview.chromium.org/649633002 Cr-Commit-Position: refs/heads/master@{#299103}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/0576573..b1cad43 TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/643553003 Cr-Commit-Position: refs/heads/master@{#299102}
-
burnik authored
Shared memory initialization in unit test. BUG=408940, 422164 TEST=Memory bot for content_unittests Review URL: https://codereview.chromium.org/649613002 Cr-Commit-Position: refs/heads/master@{#299101}
-
qsr authored
R=sdefresne@chromium.org Review URL: https://codereview.chromium.org/644773002 Cr-Commit-Position: refs/heads/master@{#299100}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#299099}
-
jbudorick authored
This patch revises the implementation of DeviceUtils.PushChangedFiles and changes its interface (slightly). PushChangedFiles now: - takes a list of (host_path, device_path) tuples, each of which are analogous to the original parameters. - continues to use AndroidCommands.GetFilesChanged to determine which files need pushing - attempts to pick the fastest method out of: - individual file pushes - entire directory pushes - zip-push-unzip BUG=400440 Review URL: https://codereview.chromium.org/646523002 Cr-Commit-Position: refs/heads/master@{#299098}
-
senorblanco authored
The non-deferred codepath has been removed from Blink. BUG= Review URL: https://codereview.chromium.org/643433003 Cr-Commit-Position: refs/heads/master@{#299097}
-
nkostylev authored
Theses methods don't need to be public. BUG=TBD Review URL: https://codereview.chromium.org/641123002 Cr-Commit-Position: refs/heads/master@{#299096}
-