- 10 Oct, 2014 40 commits
-
-
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}
-
phoglund authored
Revert of Revert of Re-enabling fixed WebRTC getusermedia tests. (patchset #1 id:1 of https://codereview.chromium.org/630143002/) Reason for revert: Should be fixed by https://codereview.chromium.org/638423002/ and https://codereview.chromium.org/640253002. Original issue's description: > Revert of Re-enabling fixed WebRTC getusermedia tests. (patchset #1 id:1 of https://codereview.chromium.org/623733002/) > > Reason for revert: > still flaky, see bug > > Original issue's description: > > Re-enabling fixed WebRTC getusermedia tests. > > > > BUG=417756 > > > > Committed: https://crrev.com/9fa6d13fdbac6c82917c23c9b63b4f3cb7b7593e > > Cr-Commit-Position: refs/heads/master@{#298205} > > TBR=perkj@chromium.org,kjellander@chromium.org,phoglund@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=417756 > > Committed: https://crrev.com/290d2cfa5187ac1f2c87fde4c6dd6f27dad0c93a > Cr-Commit-Position: refs/heads/master@{#298262} TBR=perkj@chromium.org,kjellander@chromium.org,jam@chromium.org NOTREECHECKS=true NOTRY=true BUG=417756 Review URL: https://codereview.chromium.org/644873003 Cr-Commit-Position: refs/heads/master@{#299078}
-
apavlov authored
Revert of Content Shell: Introduce LayoutTestBrowserContext. (patchset #2 id:20001 of https://codereview.chromium.org/637843003/) Reason for revert: Tentatively resulted in multiple layout test timeouts across the chromium.webkit waterfall. Original issue's description: > Content Shell: Introduce LayoutTestBrowserContext. > > This splits the DRT-specific parts of ShellBrowserContext out into a new > class that we'll only instantiate when the flag is set. > > BUG=420994 > > Committed: https://crrev.com/98ce5ad6bdd2cd058c21f19b997032f3b958cb73 > Cr-Commit-Position: refs/heads/master@{#299068} TBR=jochen@chromium.org,mkwst@chromium.org NOTREECHECKS=true NOTRY=true BUG=420994 Review URL: https://codereview.chromium.org/641203004 Cr-Commit-Position: refs/heads/master@{#299077}
-
yawano authored
BUG=421407 TEST=Open Files.app (WindowA); Create a directory; Open a new window of Files.app, and open the directory which is created in the previous step; Delete the directory in WindowA. Review URL: https://codereview.chromium.org/639273002 Cr-Commit-Position: refs/heads/master@{#299076}
-
isherman authored
BUG=421277 TEST=components_unittests R=tengs@chromium.org Review URL: https://codereview.chromium.org/629183003 Cr-Commit-Position: refs/heads/master@{#299075}
-
v8-autoroll authored
BUG= Review URL: https://codereview.chromium.org/644943002 Cr-Commit-Position: refs/heads/master@{#299074}
-
phoglund authored
This improves the execution speed by a factor 3x, and I think they're just as correct. Essentially we are waiting until we see a good aspect ratio, rather than the old behavior which was to wait 10x50 ms and see if we have a good aspect ratio. This wasn't a problem on fast machines, but it's a big problem on bots with GPU emulation where canvas operations are expensive. BUG=417756 R=perkj@chromium.org,mcasas@chromium.org Review URL: https://codereview.chromium.org/638423002 Cr-Commit-Position: refs/heads/master@{#299073}
-
hirono authored
The test is no longer needed. Reverted revision: crrev.com/293821 BUG=NONE TEST=NONE Review URL: https://codereview.chromium.org/644923002 Cr-Commit-Position: refs/heads/master@{#299072}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#299071}
-
shuchen authored
1) Avoid using 'us' as password layout for those layouts can be remapped to 'us'. 2) Norwegian decoding language should be 'no', and password layout should not be no.compact.qwerty instead of us.compact.qwerty. 3) Korean 2set IME can use m17n:ko_2set layout. 4) Korean IMEs OSK url uses hash to support fast switching. BUG=416504 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/646863004 Cr-Commit-Position: refs/heads/master@{#299070}
-
perkj authored
This cl change the mock to create remote mediastreams based on the mediastreams that have been added as local mediastreams. The remote streams are updated once RTCPeerConnection::setRemoteDescription is called. The purpose is to be able to test remote mediastreams in blink layouttests. BUG=417245 Review URL: https://codereview.chromium.org/597283006 Cr-Commit-Position: refs/heads/master@{#299069}
-
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. BUG=420994 Review URL: https://codereview.chromium.org/637843003 Cr-Commit-Position: refs/heads/master@{#299068}
-
mukai authored
BUG=401588 R=brettw@chromium.org, thestig@chromium.org, blundell@chromium.org TEST=manually Review URL: https://codereview.chromium.org/637163002 Cr-Commit-Position: refs/heads/master@{#299067}
-