- 10 Oct, 2014 40 commits
-
-
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}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3332a34..0576573 TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/645013002 Cr-Commit-Position: refs/heads/master@{#299095}
-
dongseong.hwang authored
Perform this rotation on the canvas, rather than allocating a new bitmap and copying. BUG=91208, 47554 Review URL: https://codereview.chromium.org/619343003 Cr-Commit-Position: refs/heads/master@{#299094}
-
rohitrao authored
This is the web/ analogue of content's NavigationEntry, intended for use on iOS because iOS cannot depend on content. NavigationItem captures all the data required to recreate a browsing state, such as URL, title, and transition type. BUG=422033 TEST=None Review URL: https://codereview.chromium.org/647543002 Cr-Commit-Position: refs/heads/master@{#299093}
-
mkwst authored
This splits the DRT-specific parts of ShellBrowserContext out into a new class that we'll only instantiate when the flag is set. ------------------------------------------------------------------------ This is a re-land of https://codereview.chromium.org/637843003, which was reverted due to layout test timeouts. ------------------------------------------------------------------------ BUG=420994 Review URL: https://codereview.chromium.org/641343002 Cr-Commit-Position: refs/heads/master@{#299092}
-
spang authored
Evalation order of arguments is undefined, which can result in NULL pointers passed to ResolveLanguageListOnBlockingPool. BUG=422002 TEST=build & run on link_freon Review URL: https://codereview.chromium.org/641693008 Cr-Commit-Position: refs/heads/master@{#299091}
-
vabr authored
This CL: * Introduces ContentSettingsClient interface. * Includes some functions to be transferred to interface from TabSpecificContentSettings. To be done in follow-up CLs: * Introduce a Chrome implementation of this interface. * Add code to create those objects. * Move the methods from TabSpecificContentSettings included in the interface to the implementation. BUG=387075,384873,393248 Review URL: https://codereview.chromium.org/640753002 Cr-Commit-Position: refs/heads/master@{#299090}
-
pbos authored
These methods are no-ops in the current implementations and are going away in the upstream interface, where a default implementation is provided in the interrim. R=tommi@chromium.org BUG=webrtc:3876 Review URL: https://codereview.chromium.org/639393002 Cr-Commit-Position: refs/heads/master@{#299089}
-
prashhir authored
BUG=412254 Review URL: https://codereview.chromium.org/614893002 Cr-Commit-Position: refs/heads/master@{#299088}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/20a3bc7..3332a34 TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/642263003 Cr-Commit-Position: refs/heads/master@{#299087}
-
Paweł Hajdan, Jr authored
This is first step towards establishing an API between src and recipes. The goal is to convert all Test subclasses from recipes' steps.py into scripts like this one. BUG=422235 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/645593002 Cr-Commit-Position: refs/heads/master@{#299086}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4a137c2..20a3bc7 TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/643843002 Cr-Commit-Position: refs/heads/master@{#299085}
-
zerny authored
BUG=421958, 334149 R=hans@chromium.org, haraken@chromium.org Review URL: https://codereview.chromium.org/641353002 Cr-Commit-Position: refs/heads/master@{#299084}
-
phoglund authored
BUG=417756 Review URL: https://codereview.chromium.org/620133002 Cr-Commit-Position: refs/heads/master@{#299083}
-
grunell authored
Recently, getSources path moved to UserMediaClient and MediaStreamDispatcher[Host]. The old path shall be removed. BUG=420975 Review URL: https://codereview.chromium.org/629953002 Cr-Commit-Position: refs/heads/master@{#299082}
-
mkwst authored
ShellDevToolsFrontend::RenderProcessGone's functionality is now entirely contained in LayoutTestDevToolsFrontend; I should have removed this definition in https://codereview.chromium.org/644723002. BUG=420994 Review URL: https://codereview.chromium.org/644963002 Cr-Commit-Position: refs/heads/master@{#299081}
-
ed authored
If GL_EXT_blend_minmax is available then make use of that to accelerate blending for the 'lighten' blendmode. BUG=243223 Review URL: https://codereview.chromium.org/614953002 Cr-Commit-Position: refs/heads/master@{#299080}
-
qsr authored
This fix the C++ and python generation to allow circular dependencies between structs. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/622593002 Cr-Commit-Position: refs/heads/master@{#299079}
-