- 11 Oct, 2014 25 commits
-
-
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}
-
abarth authored
The HandleWrapper is part of the Mojo JavaScript bindings, not part of the underlying gin library. For some reason HandleWrapper and HandleCloseObserver were declared in the gin namespace, which is incorrect. This CL moves them to the mojo::js namespace, which is correct. R=hansmuller@chromium.org Review URL: https://codereview.chromium.org/651523002 Cr-Commit-Position: refs/heads/master@{#299218}
-
davidben authored
C++11's std::hash provides a default hash for T* that hashes by pointer value. So does MSVC's stdext::hash_value, but not GCC's __gnu_cxx::hash (and STLPort's std::hash). To align non-MSVC with both MSVC and the standard, provide a default hash for pointers. This removes a lot of GCC-specific hash definitions. Confusingly, all three provide a default hash for const char * that hashes as C string, while not changing their equality. This CL does not change this on any platform. BUG=420242 Review URL: https://codereview.chromium.org/630503002 Cr-Commit-Position: refs/heads/master@{#299217}
-
tonyg authored
This should unstick us if a unittest times out in a weird way. BUG=418577 Review URL: https://codereview.chromium.org/645233002 Cr-Commit-Position: refs/heads/master@{#299216}
-
alokp authored
Included mojo_public_gles2_for_loadable_module that provides MojoSetGLES2ImplThunks. Review URL: https://codereview.chromium.org/647893002 Cr-Commit-Position: refs/heads/master@{#299215}
-
- 10 Oct, 2014 15 commits
-
-
nednguyen authored
This was left out when https://codereview.chromium.org/632013002/ lands. BUG=418375 Review URL: https://codereview.chromium.org/645213002 Cr-Commit-Position: refs/heads/master@{#299214}
-
ccameron authored
BUG=312462 Review URL: https://codereview.chromium.org/474723002 Cr-Commit-Position: refs/heads/master@{#299213}
-
davidben authored
Missed that they were alphabetized earlier. BUG=none Review URL: https://codereview.chromium.org/647773002 Cr-Commit-Position: refs/heads/master@{#299212}
-
brettw authored
This refactors the net->mojo adapter currently in the URL loader and moves it to the net_adapters file so it can be shared with the tcp_socket. An adapter going in the opposite direction (currently unused) is also added. Makes some changes to the existing adapter: naming for clarify (since there is now one going in the opposite direction, things were getting pretty confusing), and some of the setup logic was moved into a static function so it can be shared. Clarify requirements for calling EndWriteData (the old code called this in error cases as well). Review URL: https://codereview.chromium.org/649783002 Cr-Commit-Position: refs/heads/master@{#299211}
-
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. BUG=422516 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/650483003 Cr-Commit-Position: refs/heads/master@{#299210}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/6f078f3f..b07aa9c TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/647853003 Cr-Commit-Position: refs/heads/master@{#299209}
-
ananta authored
This is in preparation for adding DirectWrite support for text rendering in the browser UI. BUG=389649 Review URL: https://codereview.chromium.org/644813004 Cr-Commit-Position: refs/heads/master@{#299208}
-
Aurimas Liutikas authored
Changes in 5.8 are described here: http://checkstyle.sourceforge.net/releasenotes.html BUG=318404 R=yfriedman@chromium.org Review URL: https://codereview.chromium.org/644133002 Cr-Commit-Position: refs/heads/master@{#299207}
-
lambroslambrou authored
Previously, the script killed only the Xvfb process, relying on the broken X connection to terminate other processes. This CL ensures that all managed processes are explicitly killed. BUG=388957 NOTRY=true Review URL: https://codereview.chromium.org/635953002 Cr-Commit-Position: refs/heads/master@{#299206}
-
tonyg authored
For certain unittest failures, these long timeouts were causing cycle time problems for the bots. This CL mitigates those delays. BUG=418577 Review URL: https://codereview.chromium.org/646063002 Cr-Commit-Position: refs/heads/master@{#299205}
-
ccameron authored
Send the CGL renderer ID for the context being used by the CAOpenGLLayer. Tested with WebGL apps, gfxCardStatus switching. BUG=312462 Review URL: https://codereview.chromium.org/647053002 Cr-Commit-Position: refs/heads/master@{#299204}
-
ananta authored
IME support in Chrome OS mode/Windows 8 mode is currently implemented in two parts. 1. Metro driver (Viewer process): Here we rely on the Text services framework for IME notifications and relay those to the browser process. 2. Chrome Browser: The browser initializes the input method via the RemoteInputMethodWin class which initializes the input method if the viewer is an immersive process. Fixes as below:- 1. The metro driver initializes the text services framework by instantiating the CLSID_TF_ThreadMgr COM object and requests the ITfThreadMgr2 interface. This interface is not implemented for Windows 7. Fix is to use the ITfThreadMgr interface instead for Windows 7 and up. This provides all the functionality we need. 2. The metro driver was instantiating a MTA COM apartment. The text services COM objects expect to be instantiated in a STA. 3. The AppListService object on Windows attempts to bring up the app list bubble in ASH mode even if we are in desktop mode. Fix is to avoid that. 4. The IsRemoteInputMethodWinRequired function initialized the remote input method if the viewer was an immersive process. To ensure that it also works on Windows 7 we check whether the browser process is launched with the kViewerConnect switch. BUG=421980 Review URL: https://codereview.chromium.org/645683002 Cr-Commit-Position: refs/heads/master@{#299203}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/7bb9ed7..93bee71 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/644113002 Cr-Commit-Position: refs/heads/master@{#299202}
-
epenner authored
The previous logic doesn't account for divide truncation and border texels, resulting in an additional visible tile with only a couple of rows visible. This is hidden by the URL bar sometimes, but it still affects full-screen, web-apps and desktop browsers. BUG=365877 Review URL: https://codereview.chromium.org/626113004 Cr-Commit-Position: refs/heads/master@{#299201}
-
Adam Langley authored
This change pulls in the following from BoringSSL: 7ea8481 Add generic OPERATION_NOT_SUPPORTED error code. bc8d737 Add tests for AlgorithmIdentifier support in EVP. 8f160a6 Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm. 2e1594d Remove #if-0'd ASN1_sign. 75a1dd0 Remove EVP_PKEY_CTX case in rsa_pss_to_ctx. f4b4952 Fix rsa_pss_to_ctx return value. 5db5d4e RSA_encrypt and RSA_sign_raw aren't the same. a87941a Remove misspelled error code. b1659f5 Fix err_test. 57e52f2 Fix invariant broken in 5f1374e2. 5f1374e Retain ownership of malloced error data. 622a6db Fix SHA*_Final documentation. 83e52bc HASH_UPDATE always succeeds. bce495c Fix a_{digest,verify}.c error codepaths. BUG=none Review URL: https://codereview.chromium.org/649503002 Cr-Commit-Position: refs/heads/master@{#299200}
-