- 08 Jun, 2015 8 commits
-
-
yawano authored
BUG=488227 TEST=none Review URL: https://codereview.chromium.org/1142303007 Cr-Commit-Position: refs/heads/master@{#333239}
-
dominicc authored
Revert of Encapsulate CSS selector declarative content condition tracking (patchset #6 id:140001 of https://codereview.chromium.org/1159733004/) Reason for revert: Stability sheriff here; I'm speculatively rolling this out because I suspect it caused Issue 497586. Original issue's description: > Encapsulate CSS selector declarative content condition tracking > > This is the first step in a refactoring of the declarativeContent API > implementation. The goal is to facilitate profile state matching by > providing abstractions for conditions and condition state tracking > and evaluation. > > This CL consists of steps 1 and 2 described in the associated bug: > by-hand instantiation of DeclarativeRule as DeclarativeContentRule to > decouple changes from the web request declarative API implementation, > and encapsulation of CSS selector condition tracking logic. No > functional change is intended. > > BUG=492946 > > Committed: https://crrev.com/fe76220cf0a1cdcfe74ca7daeae9f1da2b91cc6b > Cr-Commit-Position: refs/heads/master@{#333144} TBR=kalman@chromium.org,jyasskin@chromium.org,wittman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=492946 Review URL: https://codereview.chromium.org/1159623014 Cr-Commit-Position: refs/heads/master@{#333238}
-
fukino authored
This CL updates design for following menus to comply with the latest MD. - Add service menu - Contextual menu - Search dropdown - Settings menu BUG=464182 TEST=manually Review URL: https://codereview.chromium.org/1164773005 Cr-Commit-Position: refs/heads/master@{#333237}
-
fukino authored
In Polymer 1.0, defining custom elements in the main HTML document is not currently supported. This CL is for preparing upgrade to 1.0. BUG=492939 TEST=manually Review URL: https://codereview.chromium.org/1164983003 Cr-Commit-Position: refs/heads/master@{#333236}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#333235}
-
zmo authored
Remove for passing tests from the failure list. BUG=373972,483282,415694 TEST=webgl_conformance TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/1153043003 Cr-Commit-Position: refs/heads/master@{#333234}
-
yawano authored
BUG=495997 TEST=manually tested; Connect MTP device and confirm that MTP volume does not have eject button. Review URL: https://codereview.chromium.org/1148853004 Cr-Commit-Position: refs/heads/master@{#333233}
-
zmo authored
from: 1e318b3f0ad952d22477151eec98d37fa08e5bc7 to: 8986f8bfa84547b1a30a9256ebdd665024d68d71 BUG=478572,483282 TEST=gpu bots TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/1168773002 Cr-Commit-Position: refs/heads/master@{#333232}
-
- 07 Jun, 2015 11 commits
-
-
ccameron authored
Add a damage rect parameter to the structure GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params. Because that structure and its IPC are Mac-only, wrap them in ifdefs. Add code in the IOSurface draw function to clear out the difference between the IOSurface and its viewport. BUG=496484 Review URL: https://codereview.chromium.org/1161853006 Cr-Commit-Position: refs/heads/master@{#333231}
-
oysteine authored
Slow Reports, Chrome-side vetoes: Set a minimum time in between reports, check for OTR sessions, and be paranoid about crashes. R=dsinclair,shatch BUG=496243 Review URL: https://codereview.chromium.org/1164023002 Cr-Commit-Position: refs/heads/master@{#333230}
-
sdefresne authored
//ios unit tests will soon required access to packed resources (both theme and strings) so add steps required to repack data. Those steps only pack what is required by //ios unit tests and thus pack to repack_ios to avoid collision with downstream packing steps. Eventually the upstream and downstream repack steps will be merged. This forks some steps from //chrome since //ios cannot depends on //chrome and those steps are too specific to Chrome to be moved higher in //build. BUG=429756,475514 Review URL: https://codereview.chromium.org/1164983004 Cr-Commit-Position: refs/heads/master@{#333229}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/183b57f..79d6a4f CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=djsollen@google.com Review URL: https://codereview.chromium.org/1149403008 Cr-Commit-Position: refs/heads/master@{#333228}
-
sdefresne authored
BUG=429756 Review URL: https://codereview.chromium.org/1164043002 Cr-Commit-Position: refs/heads/master@{#333227}
-
varkha authored
Ignores programmatic bounds changes for docked windows. This prevents a window that is using resizeTo or similar API from changing window bounds while it is managed by DockedLayoutManager. BUG=496852 TEST=DockedWindowLayoutManagerTest.DockedWindowBoundsDontChange Review URL: https://codereview.chromium.org/1149153007 Cr-Commit-Position: refs/heads/master@{#333226}
-
erickung authored
- The CL also remove space in front of ::media namespace. BUG= internal b/18865809 Review URL: https://codereview.chromium.org/1148253006 Cr-Commit-Position: refs/heads/master@{#333225}
-
creis authored
This will allow us to store frame-specific states in --site-per-process, which is necessary to support back/forward in out-of-process iframes. BUG=236848 TEST=No behavior change. Review URL: https://codereview.chromium.org/1156733003 Cr-Commit-Position: refs/heads/master@{#333224}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#333223}
-
varkha authored
Fixes the units as a followup to https://codereview.chromium.org/1156893008/ BUG=491502 TEST=None TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1164213002 Cr-Commit-Position: refs/heads/master@{#333222}
-
msw authored
Building mandoline/app/android:mandoline_apk yields: ACTION //mandoline/app/android:mando...e_apk__java__lint(//build/toolchain/android:arm) AndroidManifest.xml:27 Activity supporting ACTION_VIEW is not set as BROWSABLE: AppIndexingWarning [warning] ... The result.xml additionally explains: summary="Missing App Indexing Support" explanation="Ensures the app can correctly handle deep links and integrate with App Indexing for Google search." BUG=NONE TEST=No Android build lint issues; no regressions. R=sky@chromium.org,jcivelli@chromium.org Review URL: https://codereview.chromium.org/1163833004 Cr-Commit-Position: refs/heads/master@{#333221}
-
- 06 Jun, 2015 21 commits
-
-
varkha authored
The breaking change was a fix for http://crbug.com/392599 (https://codereview.chromium.org/424463002/) that causes a browser window to be maximized at creation time if its size is as big as a work area. When a tab is dragged into a new browser window this new window may be maximized and so not draggable. BUG=491502 TEST=DetachToBrowserTabDragControllerTest.DetachFromFullsizeWindow Review URL: https://codereview.chromium.org/1156893008 Cr-Commit-Position: refs/heads/master@{#333220}
-
mlamouri authored
BUG=479227 Review URL: https://codereview.chromium.org/1166603002 Cr-Commit-Position: refs/heads/master@{#333219}
-
shess authored
The change from defer:YES to defer:NO appears to have caused a perf regression in startup.warm.blank_page . My best hypothesis is that Chromium doesn't provide all info at creation time, instead it sets size and contents and the like piecemeal. With defer:YES, these things short-circuit operations which need to touch the backing store, while with defer:NO they actually make changes. This reverts part of: https://chromium.googlesource.com/chromium/src/+/fa89814df86cd44a BUG=496116 Review URL: https://codereview.chromium.org/1152943004 Cr-Commit-Position: refs/heads/master@{#333218}
-
sigbjornf authored
For Member<T> in a stack allocated object, make the Blink GC plugin verify that T is a GC allocated object. R=haraken BUG=495398 Review URL: https://codereview.chromium.org/1167123002 Cr-Commit-Position: refs/heads/master@{#333217}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1a0ef785..a50f5ef4 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1142303008 Cr-Commit-Position: refs/heads/master@{#333216}
-
dongseong.hwang authored
It's expensive to change scissor states, so avoid it if possible. In addition, the meaning of (x|y)offset in DoCopySubTexture and DoCopyTextureInternal are different. It's hard to understand. Make arguments of DoCopyTextureInternal() same to them of DoCopySubTexture(). BUG=490889 Review URL: https://codereview.chromium.org/1144103006 Cr-Commit-Position: refs/heads/master@{#333215}
-
oysteine authored
R=dsinclair,nduca,davidben,shatch BUG=466769 Review URL: https://codereview.chromium.org/1148633007 Cr-Commit-Position: refs/heads/master@{#333214}
-
hashimoto authored
my_strlcpy() and my_strlcat() should be used instead. BUG=None TEST=On an Android phone, opening chrome://inducebrowsercrashforrealz results in adding a new crash report to chrome://crashes Review URL: https://codereview.chromium.org/1151503007 Cr-Commit-Position: refs/heads/master@{#333213}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f4760990..1a0ef785 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1166513005 Cr-Commit-Position: refs/heads/master@{#333212}
-
haibinlu authored
[MediaRouter] This patch connects PresentationServiceDelegateImpl to the presentation service for Chrome. BUG=461815 Review URL: https://codereview.chromium.org/1149293008 Cr-Commit-Position: refs/heads/master@{#333211}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#333210}
-
jlklein authored
BUG= TBR=khorimoto@chromium.org Review URL: https://codereview.chromium.org/1153453007 Cr-Commit-Position: refs/heads/master@{#333209}
-
kelvinp authored
From the user agent strings in our server logs, the offending user agents are Morzilla/5.0 (X11; CrOS x86_64 6457.107.0) which fails to match 'CrOS ([a-zA-Z0-9]*) ([0-9.]*)' because _ is missing in the first match group. This CL: 1. Fixes the regular expression. 2. Unifies the duplicated platform detection logic in our logs and platform.js 3. Implements an unit test using key examples from the server logs as test cases. BUG=495206 Review URL: https://codereview.chromium.org/1154023007 Cr-Commit-Position: refs/heads/master@{#333208}
-
jamiewalch authored
This is on by default for ChromeOS, but is disliked by some users and not very discoverable. This CL adds a menu option to toggle it. Changes made to the setting are persistent per-client-host pair as usual. BUG=404256 Review URL: https://codereview.chromium.org/1153923007 Cr-Commit-Position: refs/heads/master@{#333207}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/726cf90..183b57f CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=caryclark@google.com Review URL: https://codereview.chromium.org/1155743017 Cr-Commit-Position: refs/heads/master@{#333206}
-
jamescook authored
This helps Googlers find where the internal histograms are located, which makes it a little easier to migrate them out to the public file. BUG=none TEST=none Review URL: https://codereview.chromium.org/1157663008 Cr-Commit-Position: refs/heads/master@{#333205}
-
estade authored
BUG=493856 Review URL: https://codereview.chromium.org/1151763013 Cr-Commit-Position: refs/heads/master@{#333204}
-
felt authored
Disabled while I work on a fix. BUG=295723 TBR=tommi@chromium.org Review URL: https://codereview.chromium.org/1150263005 Cr-Commit-Position: refs/heads/master@{#333203}
-
rouslan authored
BUG=481595 Review URL: https://codereview.chromium.org/1110833002 Cr-Commit-Position: refs/heads/master@{#333202}
-
nharper authored
BUG=490472 Review URL: https://codereview.chromium.org/1160643002 Cr-Commit-Position: refs/heads/master@{#333201}
-
thakis authored
https://chromium.googlesource.com/external/libyuv.git/+log/35aa92a..632c50f29c Picks up changes to make libyuv link in a clang/win/gn build (also see crbug.com/496928) BUG=491209 Review URL: https://codereview.chromium.org/1165143002 Cr-Commit-Position: refs/heads/master@{#333200}
-