- 10 Jul, 2014 40 commits
-
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=none Review URL: https://codereview.chromium.org/379393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282235 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=tsepez (no changes to semantics) Review URL: https://codereview.chromium.org/375393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282234 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282228 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282227 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/1c577cd3ee331944b9061ee0eec147b211ee563c..57ad493789cb1a97574390b5ccf4fb9183ed3814 CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=jcgregorio@google.com BUG= Review URL: https://codereview.chromium.org/384533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282226 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
When BrowserActionOverflowMenuController is deleted, it deletes its associated IconUpdaters. When these go away, they remove themselves as the observer on the associated BrowserActionViews. This led to the use-after-free if the BrowserActionOverflowMenuController outlasts any of the BrowserActionViews. BUG=391061 Review URL: https://codereview.chromium.org/379483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282224 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Set FontRenderParams in RenderTextHarfBuzz on Linux. (required for text aliasing and subpixel settings) Replace font_smoothing_win with font_render_params_win.cc (unify the cross-platform methods of getting this info) BUG=391868,321868 TEST=Chrome OS tray button text looks good with --enable-harfbuzz-rendertext; no other font appearance changes on Win/Linux/CrOS and --enable-harfbuzz-rendertext uses the same font rendering settings as the default Uniscribe/Pango RenderText implementations. R=derat@chromium.org,ckocagil@chromium.org TBR=asvitkine@chromium.org,boliu@chromium.org Review URL: https://codereview.chromium.org/385463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282223 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Clears memory so we don't send unitialized memory to the renderer. BUG=391023 Review URL: https://codereview.chromium.org/383543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282222 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
Not all WebContents will be zoomed by chrome_page_zoom::Zoom(), but those that are need to have a ZoomCOntroller. It is assumed that at the point at which the WebContents is created it should be known if it will be passed into chrome_page_zoom::Zoom(), so the ZoomController is created at that point. BUG=391708 Review URL: https://codereview.chromium.org/373733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282221 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Also clean up 2d canvas code to respect command line switches. BUG=392663 Review URL: https://codereview.chromium.org/375193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282220 0039d316-1c4b-4281-b951-d872f2087c98
-
changwan@chromium.org authored
TEST=passed ContentViewTest BUG=388961 Review URL: https://codereview.chromium.org/372693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282219 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
RepaintContinouosly ReloadAction PinchAction ScrollBounceAction Play/Seek/LoopAction (media actions) Changes in try 2: fixed missing change to pinch.js, also revamped documentation for scroll bounce gesture. BUG=361809 Review URL: https://codereview.chromium.org/346923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282218 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
> Add function queryForNewLocalDevices to send query for new local devices, > implement it for mDNS (WiFi devices forthcoming) > > BUG=383167 > > Review URL: https://codereview.chromium.org/356613002 TBR=noamsml@chromium.org Review URL: https://codereview.chromium.org/377383008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282217 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=338887 Review URL: https://codereview.chromium.org/371953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282213 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
We have to use the SetupDIGetDeviceProperty API to retrieve this specific property, as the "connected" status is something common to many PnP devices. BUG=388016 Review URL: https://codereview.chromium.org/379943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282212 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=388510 R=pkasting@chromium.org TBR=nyquist@chromium.org TEST=build all Review URL: https://codereview.chromium.org/377153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282211 0039d316-1c4b-4281-b951-d872f2087c98
-
qyearsley@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/359013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282209 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
DelegatedRendererLayerImpl computes an inverse device scale factor when receiving frame data so it can map from the delegating renderer's physical space to DIP space and then remap the quads from its renderer's DIP space to physical again. When using impl side painting, the frame is received by the DRLI on the pending tree. We need to push this factor to the active tree when pushing the passes so we can produce the correct quads from the active tree. BUG=382967 Review URL: https://codereview.chromium.org/385433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282208 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
Specifically, how often do users save these accounts and how often are they used. TBR=rogerta@chromium.org BUG=386403 Review URL: https://codereview.chromium.org/355143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282207 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
NOTRY=true BUG=375379 Review URL: https://codereview.chromium.org/378043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282206 0039d316-1c4b-4281-b951-d872f2087c98
-
skobes@chromium.org authored
This is a first pass at smooth scrolling on the compositor thread. It adds LayerTreeHostImpl::ScrollAnimated, which kicks off a scroll offset animation through the layer animation controller. When the --enable-smooth-scrolling flag is present, InputHandlerProxy will call ScrollAnimated for composited wheel scrolls. Once this is in the next steps are: (1) Update the animation curve to aim at a new target when a wheel event comes in while a scroll animation is in progress. (For now we just drop the event.) (2) Unify the behavior with WebCore::ScrollAnimatorNone. We should be able to share a lot of logic since cc::ScrollOffsetAnimationCurve is already exposed to Blink through compositor bindings (for http://crbug.com/243871). BUG=575 Review URL: https://codereview.chromium.org/361143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282205 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Round point-based Pango font sizes to the nearest pixel. Otherwise, we can end up with smaller UI fonts than GTK+ 2.0 apps in some cases. This seems to be in line with what get_scaled_size() does in Pango's pango/pangofc-fontmap.c, and gives me identically sized text in Gimp 2.6.12 and Chrome when I set the Gtk/FontName XSETTINGS property to "Arial 10". Note that Chrome doesn't currently honor additional fine-grained configuration performed via FontConfig, like disabling antialiasing for fonts of a certain size. That'll happen in a separate change. BUG=375824 Review URL: https://codereview.chromium.org/377413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282204 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
This prevents a MSAN warning. BUG=390973 R=piman@chromium.org Review URL: https://codereview.chromium.org/362353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282203 0039d316-1c4b-4281-b951-d872f2087c98
-
ttuttle@chromium.org authored
Add a basic diagnostic page for Domain Reliability at chrome://domain-reliability-internals/. BUG= Review URL: https://codereview.chromium.org/357103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282202 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282201 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=392573 NOTRY=true Review URL: https://codereview.chromium.org/377383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282200 0039d316-1c4b-4281-b951-d872f2087c98
-
tomfinegan@google.com authored
Not all affected 444 tests disabled. > Roll libvpx 280676:281854 > > Disable VP9 444 tests. > B=392309 > > https://codereview.chromium.org/375983002 > https://codereview.chromium.org/376873009 > > R=scherkus@chromium.org, tomfinegan@chromium.org > > Review URL: https://codereview.chromium.org/380493002 TBR=johannkoenig@chromium.org Review URL: https://codereview.chromium.org/379293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282198 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Manually modify a SQLite database to have the problem described by the bug, then test that it can be recovered. Also, infrastructure to introduce testing data to sql/ tests. BUG=387868 Review URL: https://codereview.chromium.org/355093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282197 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Or it may be just for arm, not sure which setting is triggering the compile error. BUG=none TEST=none R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/355263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282196 0039d316-1c4b-4281-b951-d872f2087c98
-
eugenebut@chromium.org authored
iOS 7 does not call any code at the "end" of an app so flushing should be performed manually. BUG=392265 Review URL: https://codereview.chromium.org/375033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282195 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
This likely won't affect metrics much, but someone asked me to do it so I am. It's easy. BUG=350200 Review URL: https://codereview.chromium.org/245993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282194 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
Also added unittests for client code. TEST=unittests Review URL: https://codereview.chromium.org/320403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282193 0039d316-1c4b-4281-b951-d872f2087c98
-
haven@chromium.org authored
BUG=384426 Review URL: https://codereview.chromium.org/362903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282192 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/377343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282191 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/379913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282190 0039d316-1c4b-4281-b951-d872f2087c98
-
satyanarayana@google.com authored
Review URL: https://codereview.chromium.org/379443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282189 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
For Ozone, there is no default platform. Since the unittests use their own delegates this simplifies things by not requiring an Ozone platform when executing the unittests. BUG=none Review URL: https://codereview.chromium.org/383463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282188 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Mostly cosmetic API changes. The guts of TimeDeltaInterpolator were spruced up a bit. BUG=370634 Review URL: https://codereview.chromium.org/376013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282186 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Define the hit test mask for NewTabButton by implementing MaskedTargeterDelegate instead of overriding View::HasHitTestMask() and View::GetHitTestMaskDeprecated(). BUG=388838 TEST=none Review URL: https://codereview.chromium.org/362843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282185 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=davemoore@chromium.org Review URL: https://codereview.chromium.org/382553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282184 0039d316-1c4b-4281-b951-d872f2087c98
-