- 12 Oct, 2014 6 commits
-
-
behara.ms authored
Previously InterpolatedScale and InterpolatedTranslation supported only 2d Translate and 2d Scale. Added support for 3d Translate and Scale. Review URL: https://codereview.chromium.org/642323002 Cr-Commit-Position: refs/heads/master@{#299258}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b07aa9c..10f4f8f TBR= Review URL: https://codereview.chromium.org/646293002 Cr-Commit-Position: refs/heads/master@{#299257}
-
Aaron Gable authored
TBR=cmp@chromium.org BUG=418096 Review URL: https://codereview.chromium.org/651543004 Cr-Commit-Position: refs/heads/master@{#299256}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/09a1d67..d27726e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/648013004 Cr-Commit-Position: refs/heads/master@{#299255}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#299254}
-
noel authored
Like https://codereview.chromium.org/312723003 for win32, extract the display color profile associated with a screen display device on mac given rectangular bounds in screen coordinates. Use gfx::ScreenRectFromNSRect to compute the screen that overlaps the bounds most to match the gfx::Screen concept of overlap. Add unit tests for on-screen, partially-on-screen, off-screen and empty bounds. Note an sRGB color profile is a common case, especially on win32, so GetDisplayColorProfile returns true and an empty color profile in that case. Add a header file comment about that. TEST=gfx_unittests --gtest_filter="ColorProfileTest*Bounds" BUG=368694 Review URL: https://codereview.chromium.org/612613002 Cr-Commit-Position: refs/heads/master@{#299253}
-
- 11 Oct, 2014 34 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/18ea777..09a1d67 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/646483007 Cr-Commit-Position: refs/heads/master@{#299252}
-
chrome://media-internalsmcasas authored
Ping MediaInternals with the capabilities list from VideoCaptureManager. \ Moved VideoCaptureManager::DeviceInfo to media::VideoCaptureDeviceInfo in its own file. This is used from VCM to send the list of video capture devices to MediaInternals, after enumeration. Sprinkle some nice "const auto &" and range for loops on the affected areas, those features are approved [1]. [1] http://chromium-cpp.appspot.com/ BUG=344882 Review URL: https://codereview.chromium.org/616833004 Cr-Commit-Position: refs/heads/master@{#299251}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/09445a4..18ea777 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/644293002 Cr-Commit-Position: refs/heads/master@{#299250}
-
bungeman authored
BUG=chromium:269025 Review URL: https://codereview.chromium.org/612523005 Cr-Commit-Position: refs/heads/master@{#299249}
-
kareng authored
Revert of Add a crash-hunting CHECK() in RenderProcessHostImpl::AddRoute() (patchset #1 id:1 of https://codereview.chromium.org/647623003/) Reason for revert: per bug https://code.google.com/p/chromium/issues/detail?id=422694 a bunch of crashes both in mac and windows today's canary. Original issue's description: > Add a crash-hunting CHECK() in RenderProcessHostImpl::AddRoute() > > This is an equivalent of DCHECK() in IDMap. > According to crbug.com/381990, this can occasionally crash. > I'd like to enable this to collect more data if it still crashes. > If you see this CHECK() being hit in the wild, > please revert this change and let me know. > > BUG=381990, 415059 > R=nasko@chromium.org, amineer@chromium.org > > Committed: https://crrev.com/9a8e3d71f73ace82874d53ba2e749b1173a98513 > Cr-Commit-Position: refs/heads/master@{#299146} TBR=amineer@chromium.org,nasko@chromium.org,karen@chromium.org,morrita@chromium.org NOTREECHECKS=true NOTRY=true BUG=381990, 415059 Review URL: https://codereview.chromium.org/645233003 Cr-Commit-Position: refs/heads/master@{#299248}
-
achuith authored
BUG=421617 TEST=manual Review URL: https://codereview.chromium.org/646103003 Cr-Commit-Position: refs/heads/master@{#299247}
-
ajith.v authored
It's a follow up patch to https://codereview.chromium.org/481803004/ We already restructured WebContents functionalities from ContentViewCore. In this patch we are removing unwanted ContentViewCore methods, so that ContentViewCore stake holders can directly call these methods. BUG=398263 Review URL: https://codereview.chromium.org/572013002 Cr-Commit-Position: refs/heads/master@{#299246}
-
yoshiki authored
BUG=375039 TEST=manual test, browser test passes Review URL: https://codereview.chromium.org/641113007 Cr-Commit-Position: refs/heads/master@{#299245}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#299244}
-
hanxi authored
This CL includes the following tests: - WebViewAPITest.AcceptTouchEvents - WebViewAPITest.EmbedderVisibilityChanged - WebViewAPITest.GuestVisibilityChanged - WebViewAPITest.ReloadEmbedder BUG=352293 Review URL: https://codereview.chromium.org/639693005 Cr-Commit-Position: refs/heads/master@{#299243}
-
r.nagaraj authored
This step is a search for newly added OVERRIDE to replace it with its lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/648543005 Cr-Commit-Position: refs/heads/master@{#299242}
-
r.nagaraj authored
This step is a complete search for OVERRIDE to replace it with its lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/644783004 Cr-Commit-Position: refs/heads/master@{#299241}
-
r.nagaraj authored
This step is a complete search for missed OVERRIDE to replace it with its lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/643833002 Cr-Commit-Position: refs/heads/master@{#299240}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#299239}
-
dcheng authored
BUG=110610 Review URL: https://codereview.chromium.org/643193002 Cr-Commit-Position: refs/heads/master@{#299238}
-
skobes authored
WebThemeEngine::paintScrollbarThumb is no longer called by Blink since http://crrev.com/544913002. BUG=327471 Review URL: https://codereview.chromium.org/647223002 Cr-Commit-Position: refs/heads/master@{#299237}
-
lfg authored
BUG=399363 Review URL: https://codereview.chromium.org/649793003 Cr-Commit-Position: refs/heads/master@{#299236}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/a5305a1..09445a4 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/647973002 Cr-Commit-Position: refs/heads/master@{#299235}
-
tfarina authored
I haven't delete it in https://chromium.googlesource.com/chromium/src/+/a16e8bc1de2136c13428818295663cd46681e5e8, to mute the presubmit check. Now that the change is landed, we don't need this OWNERS file anymore and we can just remove it. BUG=338338 TEST=None TBR=dpranke@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/651463005 Cr-Commit-Position: refs/heads/master@{#299234}
-
danakj authored
Layer::SetNeedsDisplay() would turn the int bounds() into a float RectF just for PictureLayer to turn it back into an int Rect. This is silly. If PictureLayer is just going to use ints, we might as well use ints throughout. So convert update_rect_ from a RectF to a Rect. R=enne BUG=342848 Review URL: https://codereview.chromium.org/647253002 Cr-Commit-Position: refs/heads/master@{#299233}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ba5fb93..a5305a1 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/644213002 Cr-Commit-Position: refs/heads/master@{#299232}
-
sgurun authored
Based on Android AOSP submission https://android-review.googlesource.com/#/c/102054/ Author: Jianzheng Zhou jianzheng.zhou@freescale.com BUG= Review URL: https://codereview.chromium.org/421493002 Cr-Commit-Position: refs/heads/master@{#299231}
-
vadimt authored
Mechanical change that adds instrumentation required to locate the source of jankiness (i.e. a long-running fragment of code executed as a part of the task that causes jank) in the code. See the bug for details on what kind of jank we are after. A number of similar CLs were landed, and none of them caused issues. The code of the instrumentation is highly optimized and is not expected to affect performance. The code simply creates a diagnostic task which is identical to ones created by PostTask or IPC message handlers. Landing as TBR since this is a mechanical, safe and temporary change. This CL instruments a part of overloads of URLFetcherDelegate::OnURLFetchComplete. More overloads will be instrumented if the source of the jank is not in one of instrumented methods. BUG=422577 TBR=mek@chromium.org, toyoshim@chromium.org, dconnelly@chromium.org, pkasting@chromium.org, mmenke@chromium.org, zea@chromium.org, dcheng@chromium.org, noelutz@google.com, thestig@chromium.org, zelidrag@chromium.org Review URL: https://codereview.chromium.org/648873003 Cr-Commit-Position: refs/heads/master@{#299230}
-
ananta authored
Ensure that the TextServices object which implements IME for Windows 7/8 ASH gets window activation notifications on Windows 7. This ensures that the IME composition window shows up in the correct place while typing. BUG=421980 Review URL: https://codereview.chromium.org/646123002 Cr-Commit-Position: refs/heads/master@{#299229}
-
reillyg authored
The HID report descriptor can be read from sysfs instead of executing an ioctl on the device node. This means that on Chrome OS it isn't necessary to ask the permission broker for access to the device on enumeration. It can be delayed until the device is opened, as it is for USB devices. This also resolves a long-standing issue with HID devices not being enumerated on Chrome OS the first time an enumeration is requested because of the extra asynchronous step required only on that platform. BUG=411899 Review URL: https://codereview.chromium.org/641203003 Cr-Commit-Position: refs/heads/master@{#299228}
-
orglofch authored
BUG=414365 Review URL: https://codereview.chromium.org/647233002 Cr-Commit-Position: refs/heads/master@{#299227}
-
danakj authored
R=enne, reveman, vmpstr Review URL: https://codereview.chromium.org/644153003 Cr-Commit-Position: refs/heads/master@{#299226}
-
lambroslambrou authored
This is needed to help transition the client to a device-based OAuth flow. BUG=417799 Review URL: https://codereview.chromium.org/633703004 Cr-Commit-Position: refs/heads/master@{#299225}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/93bee71..ba5fb93 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/647143003 Cr-Commit-Position: refs/heads/master@{#299224}
-
dfalcantara authored
An upcoming TabModel will diverge in key ways from the current TabModelBase. Break apart the JNI calls from TabModelBase so that the new TabModelJniBridge class is basically a way to call out to the Java-side TabModel. BUG=415747 Review URL: https://codereview.chromium.org/583373002 Cr-Commit-Position: refs/heads/master@{#299223}
-
sclittle authored
Reduce the duration of MISSING_VIA_HEADER_4XX data reduction proxy bypasses down to 1 second instead of 1-5 minutes, since any 4xx error that could occur at that point would be scoped to just the current request. BUG=422526 Review URL: https://codereview.chromium.org/651433003 Cr-Commit-Position: refs/heads/master@{#299222}
-
gcasto authored
Previous fix was submitted without tests to facilitate merging. BUG=419288 Review URL: https://codereview.chromium.org/641453002 Cr-Commit-Position: refs/heads/master@{#299221}
-
ernstm authored
R=tonyg@chromium.org,nduca@chromium.org BUG= Review URL: https://codereview.chromium.org/643273002 Cr-Commit-Position: refs/heads/master@{#299220}
-
enne authored
The previous fix (https://codereview.chromium.org/637933004) attempted to fix LayerWithRealCompositorTest.(DrawTree|HierarchyNoTexture) by drawing a color. However, it was drawing transparent. Because of the default blend mode, this was a no-op. Instead, fill with an opaque color that will actually clobber the right texels. R=piman@chromium.org,danakj@chromium.org BUG=421107 Review URL: https://codereview.chromium.org/643223003 Cr-Commit-Position: refs/heads/master@{#299219}
-