- 21 Jul, 2015 40 commits
-
-
varkha authored
This makes the behavior match native platforms. BUG=376384 TEST=On linux - press Alt+F, then Up Arrow key, then Enter. Expected: The last item "Exit" was selected and invoked, quitting Chrome. Review URL: https://codereview.chromium.org/1230163004 Cr-Commit-Position: refs/heads/master@{#339761}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ae3714f..db0b1e7 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=joshualitt@google.com Commits in this roll: db0b1e7 hendrikw@chromium.org ANGLE deps roll 0f38612 ericrk@chromium.org Bilinear optimization for 1D convolution. e59524d caryclark@google.com make mixedtextblobs gm portable 4c4b84c mtklein@chromium.org Clean up more SkXfermode.cpp dead code. 7e7b5c5 joshualitt@chromium.org adding assert to GrAtlasTextContext cd1930d mtklein@chromium.org De-templatize Sk4pxXfermode code a bit. c3dcb67 caryclark@google.com make color emoji gm portable 654ad19 mtklein@google.com Revert of De-templatize Sk4pxXfermode code a bit. (patchset #2 id:20001 of https://codereview.chromium.org/1242743004/) 18c58c7 robertphillips@google.com Possible fix Moto E compilation failure e617e15 mtklein@chromium.org De-templatize Sk4pxXfermode code a bit. cf2a6a4 msarett@google.com Reenable yasm for Android x86 and x86-64 on Linux host 259fbf1 joshualitt@chromium.org Add sanity check to GrAtlasTextBlob f6e092a senorblanco@chromium.org Remove SK_LEGACY_IMAGE_FILTER_CROP_RECT_EDGES code. Review URL: https://codereview.chromium.org/1248003002 Cr-Commit-Position: refs/heads/master@{#339760}
-
rsleevi authored
Revert of Parse HPKP report-uri and persist in TransportSecurityPersister (patchset #11 id:200001 of https://codereview.chromium.org/1211363005/) Reason for revert: Causes Win7 to hang Original issue's description: > Parse HPKP report-uri and persist in TransportSecurityPersister > > This CL parses the report-uri attribute on HPKP headers and stores them > in TransportSecurityPersister. > > This is CL #1. > CL #2: crrev.com/1212973002 (add net::CertificateReportSender) > CL #3: crrev.com/1212613004 (add net::TransportSecurityReporter) > CL #4: crrev.com/1213783005 (send HPKP reports) > > BUG=445793 > > Committed: https://crrev.com/1320e36d908427d615357df1630348bfb38cb5c4 > Cr-Commit-Position: refs/heads/master@{#339667} TBR=davidben@chromium.org,eroman@chromium.org,estark@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=445793 Review URL: https://codereview.chromium.org/1249823002 Cr-Commit-Position: refs/heads/master@{#339759}
-
rvargas authored
BUG=426577 Review URL: https://codereview.chromium.org/1246103003 Cr-Commit-Position: refs/heads/master@{#339758}
-
dtrainor authored
- Rewrite it a bit to clean it up and get it working properly again - The script tracks memory on processes on an Android device BUG= Review URL: https://codereview.chromium.org/1228393009 Cr-Commit-Position: refs/heads/master@{#339757}
-
rtenneti authored
net::QuicPacket::FecProtectedData. The following CL handles QuicFramer::BuildDataPacket returning a nullptr. https://codereview.chromium.org/1246793002/ BUG=479880,512446 R=rch@chromium.org Review URL: https://codereview.chromium.org/1247563002 Cr-Commit-Position: refs/heads/master@{#339756}
-
ianwen authored
In customtabstoolbar we set the left margin of location bar to be the same size of the security icon. However it the security icon is not visible, this margin should be reset. BUG=512161 Review URL: https://codereview.chromium.org/1247513002 Cr-Commit-Position: refs/heads/master@{#339755}
-
andresantoso authored
handling_input_event_ needs to be set in RenderWidget::OnImeSetComposition, otherwise RenderView::DidChangeSelection will skip sending the selection change message the the browser, even though it was correctly set on the renderer side. Also fix incorrectly set selectedRange_ in -setMarkedText, |newSelRange| is relative to the marked text while selectedRange_ is relative to the entire text storage. BUG=500376 Review URL: https://codereview.chromium.org/1240943002 Cr-Commit-Position: refs/heads/master@{#339754}
-
brettw authored
In many places that iterated over the results, the code was changed to use a range-based for loop over the result of the SplitStirng call. Review URL: https://codereview.chromium.org/1240183002 Cr-Commit-Position: refs/heads/master@{#339753}
-
twellington authored
Use PageTransition.LINK when "open image" or "open image in new tab" is selected from the context menu. BUG=505430 Review URL: https://codereview.chromium.org/1241263004 Cr-Commit-Position: refs/heads/master@{#339752}
-
pkotwicz authored
This CL makes InstallerDelegateTest an instrumentation test and moves it to ChromePublicTest. BUG=505040 TEST=None TBR=dfalcantara Review URL: https://codereview.chromium.org/1228353007 Cr-Commit-Position: refs/heads/master@{#339751}
-
wolenetz authored
This change adds some helpers to help readability of these tests, addressing a review comment from https://codereview.chromium.org/1235793005/. It also moves some test statics into an unnamed namespace for style. R=xhwang@chromium.org Review URL: https://codereview.chromium.org/1242943003 Cr-Commit-Position: refs/heads/master@{#339750}
-
dpranke authored
Some of the GN tryservers are not yet part of the default CQ set of bots, but we should be sure to run them anyway on deps rolls that pull in new GN binaries. R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/1239943003 Cr-Commit-Position: refs/heads/master@{#339749}
-
davidben authored
The experiment gave mixed results and is being dropped. Remove the code supporting it. BUG=none Review URL: https://codereview.chromium.org/1247063004 Cr-Commit-Position: refs/heads/master@{#339748}
-
vmpstr authored
This patch just adds one DCHECK in order to help diagnose a crash that seems to happen when we create a resource_pool with a null resource provider. R=enne BUG=419086 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1243773003 Cr-Commit-Position: refs/heads/master@{#339747}
-
ericrk authored
GpuChannel currently calculates current memory usage by iterating over all stubs and summing their individual memory usage. This results in double counting as a given stub may share its memory tracker with other stubs, if they are in a share group. To avoid double counting, we now iterate over stubs to collect a set of unique MemoryTrackers, then sum the memory usage of each unique tracker. BUG=512535 Review URL: https://codereview.chromium.org/1244843004 Cr-Commit-Position: refs/heads/master@{#339746}
-
sky authored
To avoid confusion with the ones in mandoline I'm renaming the html_viewer to be prefixed with html_. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1246053003 Cr-Commit-Position: refs/heads/master@{#339745}
-
jclw authored
For resources not provided by the native theme (i.e. GTK2UI), fall back to desktop (not ash) resources by calling MapThemeImage in this case. BUG=383711 R=erg@chromium.org TEST=The shadow running along the top edge of the address bar to the right of the tabs is visible again, especially when using a bright GTK theme like Adwaita or Radiance. (see crbug.com/383711) Review URL: https://codereview.chromium.org/1243513002 Cr-Commit-Position: refs/heads/master@{#339744}
-
rockot authored
BUG=None Review URL: https://codereview.chromium.org/1245083005 Cr-Commit-Position: refs/heads/master@{#339743}
-
kkimlabs authored
Revert of [Andorid] Migrate to ClipDrawable progress bar. (patchset #35 id:670001 of https://codereview.chromium.org/1170843002/) Reason for revert: Chrome Shell tests flaky. http://build.chromium.org/p/chromium.linux/builders/Android%20Tests I think I know where I made a mistake and it should be a simple few line fix but to make sure... Original issue's description: > [Andorid] Migrate to ClipDrawable progress bar. > > Using ClipDrawable progress bar helps future changes for > http://crbug.com/461148 as we only need pass to color parameters. > > Also it has minor performance benefit. > > BUG=466140, 455891, 461148 > > Committed: https://crrev.com/ee231168bb231ee117485ecd1e7cb16a1f632bae > Cr-Commit-Position: refs/heads/master@{#339598} TBR=tedchoc@chromium.org,dtrainor@chromium.org,newt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466140, 455891, 461148 Review URL: https://codereview.chromium.org/1249793003 Cr-Commit-Position: refs/heads/master@{#339742}
-
lgarron authored
This was accidentally missed in https://chromium.googlesource.com/chromium/src/+/a23713b67ee741e5bb026d99e86b8c97cc9ab84d BUG= Review URL: https://codereview.chromium.org/1238623003 Cr-Commit-Position: refs/heads/master@{#339741}
-
tfarina authored
Instead of making a series of calls to it, keep the model in variable and reuse it. BUG=None TEST=unit_tests --gtest_filter=BookmarkBarViewTest.* R=sky@chromium.org Review URL: https://codereview.chromium.org/1246833004 Cr-Commit-Position: refs/heads/master@{#339740}
-
avi authored
BUG=170921 TEST=everything still works Review URL: https://codereview.chromium.org/1242953004 Cr-Commit-Position: refs/heads/master@{#339739}
-
meek authored
* Defend against SecurityException in AlarmManager (allow retries in Clank to drive to completion when under quota again) * Misc. code cleanup: removing deprecated fields, removing unused fields, standard template type names, deterministic member order for generated proto code * Manifest cleanup BUG=483695 Review URL: https://codereview.chromium.org/1246033002 Cr-Commit-Position: refs/heads/master@{#339738}
-
jrw authored
The new implementation (CombinedHostListApi) attempts to keep the two directories in sync and present a merged view of the contents of the directories. BUG=503790 Review URL: https://codereview.chromium.org/1217643002 Cr-Commit-Position: refs/heads/master@{#339737}
-
geofflang authored
https://chromium.googlesource.com/angle/angle.git/+log/02df796..01c796a BUG=483282,510822 TEST=bots Review URL: https://codereview.chromium.org/1248863002 Cr-Commit-Position: refs/heads/master@{#339736}
-
zea authored
The condition wasn't necessary, and can cause problems if server created nodes don't set the time properly. BUG=512197 Review URL: https://codereview.chromium.org/1250503002 Cr-Commit-Position: refs/heads/master@{#339735}
-
bajones authored
BUG=389343 Review URL: https://codereview.chromium.org/1250723002 Cr-Commit-Position: refs/heads/master@{#339734}
-
penghuang authored
BUG=None Review URL: https://codereview.chromium.org/1249713004 Cr-Commit-Position: refs/heads/master@{#339733}
-
gunsch authored
Most functionality should be in cast_shell_common target for things like cast_service_unittests to run. R=slan@chromium.org,halliwell@chromium.org BUG=internal b/22465963 Review URL: https://codereview.chromium.org/1232313008 Cr-Commit-Position: refs/heads/master@{#339732}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/0278197..ae3714f CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=joshualitt@google.com Commits in this roll: ae3714f caryclark@google.com make varied_text* gm portable Review URL: https://codereview.chromium.org/1250703002 Cr-Commit-Position: refs/heads/master@{#339731}
-
krstnmnlsn authored
ConstructWithoutDefaultAdapter, and ConstructFakeAdapter tests now pass on Mac as well as Android. BUG=511008 Review URL: https://codereview.chromium.org/1232613004 Cr-Commit-Position: refs/heads/master@{#339730}
-
aurimas authored
- Roll to Android Support Library 22.2.1 - Add gyp target for multidex support library. - Revert the workaround for KEYCODE_MENU as 22.2.1 has the bug for it again. BUG=510128,272790 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/1226373010 Cr-Commit-Position: refs/heads/master@{#339729}
-
dongseong.hwang authored
Mac Developer Library [1] notes "In general, you should not include this header directly. Instead, include <IOSurface/IOSurface.h>." [1] https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/IOSurfaceAPI_header_reference/#//apple_ref/c/tdef/IOSurfaceRef Review URL: https://codereview.chromium.org/1227363005 Cr-Commit-Position: refs/heads/master@{#339728}
-
varkha authored
The CL that was supposed to fix that collided in CQ with https://codereview.chromium.org/1209033008. After that CL apps launched in a window have SHOW_STATE_DEFAULT initially and not SHOW_STATE_NORMAL as was assumed in https://codereview.chromium.org/1221193009. This patch makes the code path for docked state similar to maximized state and updates that unit test. BUG=271582 Review URL: https://codereview.chromium.org/1240393005 Cr-Commit-Position: refs/heads/master@{#339727}
-
oshima authored
BUG=512482 TEST=manual. Tab dragging works correctly with --force-device-scale-factor=2 Review URL: https://codereview.chromium.org/1247813002 Cr-Commit-Position: refs/heads/master@{#339726}
-
kalman authored
BUG=503402 R=rdevlin.cronin@chromium.org,asvitkine@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1245113005 Cr-Commit-Position: refs/heads/master@{#339725}
-
davidben authored
$ git log 7f15ff53d..209b25622 --date=short --format='%ad %ae %s' 2015-07-20 davidben Fix o2i_ECPublicKey documentation. 2015-07-20 davidben Surround immintrin.h includes with warning pragmas. 2015-07-12 davidben Simplify the AMD-specific codepath. 2015-07-11 davidben Replace cpuid assembly with C code. 2015-06-29 davidben Reserve ex_data index zero for app_data. 2015-07-11 davidben Remove incorrect TODO(fork). 2015-07-11 davidben Extra documentation. 2015-07-16 agl Fix typo in |HMAC_CTX_cleanup|. 2015-06-29 davidben ERR_LIB_USER should be the last error. 2015-06-29 davidben Remove the func parameter to OPENSSL_PUT_ERROR. 2015-06-28 davidben Get rid of err function codes. BUG=none Review URL: https://codereview.chromium.org/1244093002 Cr-Commit-Position: refs/heads/master@{#339724}
-
wfh authored
BUG=508738 TEST=components_unittests --gtest_filter=StorageMonitorWinTest.* Review URL: https://codereview.chromium.org/1250713002 Cr-Commit-Position: refs/heads/master@{#339723}
-
msw authored
Revert of Make AXProviderTest.HelloWorld bail without oopifs. (patchset #1 id:1 of https://codereview.chromium.org/1224103002/) Reason for revert: Sadrul landed a fix for the flaky timeouts: https://codereview.chromium.org/1228173003 Bailing didn't resolve these flakes anyway. Original issue's description: > Make AXProviderTest.HelloWorld bail without oopifs. > > This test times out flakily without oopifs enabled. > Effectively disable the test without oopifs for now. > This should unblock running apptests on the CQ/main. > > BUG=504917 > TEST=Test isn't run without oopifs for now... > R=jam@chromium.org > TBR=sky@chromium.org > > Committed: https://crrev.com/427c2f36770711c369a85f56c4a63b4036e735a9 > Cr-Commit-Position: refs/heads/master@{#338073} TBR=jam@chromium.org,sky@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=504917 Review URL: https://codereview.chromium.org/1248873002 Cr-Commit-Position: refs/heads/master@{#339722}
-