- 23 Mar, 2015 40 commits
-
-
xdai authored
g_wallpaper_manager was never destroyed before the fix. It should explicitly be destroyed. BUG=171694 Review URL: https://codereview.chromium.org/1010443003 Cr-Commit-Position: refs/heads/master@{#321800}
-
r.kasibhatla authored
This roll picks the fixes for the unit test failues which was causing irritating "Aw Snap!" crash of unit test renderer process in the latest ToT of chromium and trace-viewer repos. BUG=None R=nduca,dsinclair,qyearsley TESTS=None Review URL: https://codereview.chromium.org/1025953002 Cr-Commit-Position: refs/heads/master@{#321799}
-
xiyuan authored
BUG=469591 Review URL: https://codereview.chromium.org/1031683002 Cr-Commit-Position: refs/heads/master@{#321798}
-
bcwhite authored
BUG=465855 Review URL: https://codereview.chromium.org/1023823002 Cr-Commit-Position: refs/heads/master@{#321797}
-
smckay authored
TEST=*ImportControllerTest TBR=cpu // for strings changes Review URL: https://codereview.chromium.org/1022213002 Cr-Commit-Position: refs/heads/master@{#321796}
-
vasilii authored
The bubble itself steals no focus. It's very important to show it for the new Credential Manager API. The user can be presented with the account chooser or the auto sign-in toast. The auto sign-in toast should stay visible while the browser isn't activated. Then it can be closed by timeout. BUG=468281 Review URL: https://codereview.chromium.org/1016003002 Cr-Commit-Position: refs/heads/master@{#321795}
-
petewil authored
BUG=469249 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/1027833006 Cr-Commit-Position: refs/heads/master@{#321794}
-
treib authored
instead of listening to prefs::kGoogleServicesLastUsername Review URL: https://codereview.chromium.org/1015013003 Cr-Commit-Position: refs/heads/master@{#321793}
-
anthonyvd authored
TEST= 1. Launch chrome, create two users and Relaunch browser in Win 8 mode from wrench menu. 2. Right click on avatar bubble at top right corner and observe. 3. Fast User Switcher should be shown. BUG=467895 Review URL: https://codereview.chromium.org/1011233002 Cr-Commit-Position: refs/heads/master@{#321792}
-
fserb authored
BUG=461032 Review URL: https://codereview.chromium.org/1011393004 Cr-Commit-Position: refs/heads/master@{#321791}
-
lionel.g.landwerlin authored
BUG=455409 TEST=run content_browsertests --gtest_filter=OutOfProcessPPAPITest.VideoEncoder Review URL: https://codereview.chromium.org/956893002 Cr-Commit-Position: refs/heads/master@{#321790}
-
mlerman authored
Revert of Change default code flag to NewAvatarMenu. (patchset #29 id:580001 of https://codereview.chromium.org/845373002/) Reason for revert: Broke Linux Valgrind tests on the waterfall. I'll need to do more testing / work on this CL before it's ready to land. http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%285%29/builds/34330 Original issue's description: > Change default code flag to NewAvatarMenu. Flags or Finch Configs still take priority, but all else being equal we should direct the user to NewAvatarMenu. > > This CL fixes a few issues that arise when the flag's on: > - Missing alt text on chrome://settings > - Unit tests for old components (OldAvatarMenu) need to force that state > - The ProfileAvatarDownloader works automatically with NewAvatarMenu on - this needs to be accounted for so it doesn't leave images hanging around. > - BookmarkBubbleSigninDelegate now triggers the User Menu, not a Sign in tab, on Desktop. (note this can't be easily tested in Cocoa) > > BUG=287883 > > Committed: https://crrev.com/e4d285b050ab3429f7d937fde6234fcba07a360e > Cr-Commit-Position: refs/heads/master@{#321770} TBR=rogerta@chromium.org,shess@chromium.org,dbeam@chromium.org,noms@chromium.org,sky@chromium.org,mukai@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=287883 Review URL: https://codereview.chromium.org/1020863007 Cr-Commit-Position: refs/heads/master@{#321789}
-
christiank authored
This CL introduces a CC texture compression API and adds an ETC1 encoder that will be used for compressing tile textures. BUG=434699 Review URL: https://codereview.chromium.org/1015373003 Cr-Commit-Position: refs/heads/master@{#321788}
-
stapelberg authored
This change converts between DIP and pixels in a few places that were not converted before, but are necessary for drag & drop of tabs to work correctly. R=sadrul@chromium.org BUG=458804,143619 Review URL: https://codereview.chromium.org/1003863005 Cr-Commit-Position: refs/heads/master@{#321787}
-
reveman authored
Sort fixed_keys[] properly and improve the name of the crash keys to make it easy for someone not familiar with discardable memory to understand what they are. Also use TRACE_COUNTER1 instead of TRACE_COUNTER_ID1 for TotalDiscardableMemoryUsage as there should never be more than one of these per process. BUG= Review URL: https://codereview.chromium.org/1028853002 Cr-Commit-Position: refs/heads/master@{#321786}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3e5c2b1..dc3d968 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1025283002 Cr-Commit-Position: refs/heads/master@{#321785}
-
alexmos authored
BUG=469260 TEST=Site Isolation FYI bots go green Review URL: https://codereview.chromium.org/1025613005 Cr-Commit-Position: refs/heads/master@{#321784}
-
pneubeck authored
This surfaced when trying to connect to a fake network setup by fake_shill_manager_client.cc. Review URL: https://codereview.chromium.org/1023273004 Cr-Commit-Position: refs/heads/master@{#321783}
-
spang authored
We never use this object via GpuPlatformSupportHost*, so remove it. BUG=none TEST=build Review URL: https://codereview.chromium.org/1019213004 Cr-Commit-Position: refs/heads/master@{#321782}
-
jmadill authored
https://chromium.googlesource.com/angle/angle/+log/a17e77fe..bdd419f9f5 BUG=468638 Review URL: https://codereview.chromium.org/1024103004 Cr-Commit-Position: refs/heads/master@{#321781}
-
jl authored
A serializer definition is output as a 'Serializer' production, with either no children, an 'Operation' child, or a 'Map'/'List' child. The production has an attribute named 'ATTRIBUTE' in the serializer = identifier; form (and no children), and the 'Map'/'List' productions have attributes named 'GETTER', 'INHERIT' and 'ATTRIBUTES', where the latter is a list of the attributes named in the definition. BUG=469650 Review URL: https://codereview.chromium.org/1031593003 Cr-Commit-Position: refs/heads/master@{#321780}
-
ksk authored
This is needed to support mouse wheel scroll in android_webview_shell. BUG=468806 Review URL: https://codereview.chromium.org/994313005 Cr-Commit-Position: refs/heads/master@{#321779}
-
dnj authored
Activate 'linux_chromium_chromeos_ozone_rel_ng' on the CQ. BUG=chromium:440882 TEST=None Review URL: https://codereview.chromium.org/1025703002 Cr-Commit-Position: refs/heads/master@{#321778}
-
Mattias Nissler authored
It sometimes hits the following assert [31257:31388:0323/062419:FATAL:image_skia.cc(186)] Check failed: CalledOnValidThread(). An ImageSkia with the source must be accessed by the same thread. Disabling on Debug builds. BUG=chromium:469717 TBR=skuhne@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/1027273002 Cr-Commit-Position: refs/heads/master@{#321777}
-
dgozman authored
This is already the case on the blink side. In future, DevToolsAgent will move to RenderFrame and will be created for every local frame root. BUG=451004 Review URL: https://codereview.chromium.org/1029033003 Cr-Commit-Position: refs/heads/master@{#321776}
-
Mattias Nissler authored
It's flaky. BUG=chromium:456801 TBR=bartfab@chromium.org Review URL: https://codereview.chromium.org/1029623002 Cr-Commit-Position: refs/heads/master@{#321775}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c0b3da1f..230d131d 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/1022393002 Cr-Commit-Position: refs/heads/master@{#321774}
-
kinuko authored
* Add SWContextCore::GetProviderHostByClientID() method * Add SWContextCore::GetProviderHostIterator() which takes predicate * Make ServiceWorkerVersion::OnGetClients return uncontrolled host when * specified * Make ServiceWorkerVersion::On{PostMessage,Focus} work for uncontrolled * hosts (i.e. now ServiceWorker can have clients that are not controlled by it) Original review: https://codereview.chromium.org/1007133002/ (No changes since then) Spec links: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#serviceworker-client-query-options-dictionary https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#clients-getall 1/2: THIS PATCH 2/2: blink patch (layout tests will be added here) BUG=455241 TEST=ServiceWorkerContextTest.GetProviderHostIterator TEST=layout tests will be added later TBR=nhiroki Review URL: https://codereview.chromium.org/1025453004 Cr-Commit-Position: refs/heads/master@{#321773}
-
tommi authored
WebRTC 8804:8829 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/0db69ce..56dc67d Libjingle 8804:8821 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/1fe0de1..629d39a TBR= BUG= Review URL: https://codereview.chromium.org/1028153002 Cr-Commit-Position: refs/heads/master@{#321772}
-
mostynb authored
BUG=466848 Review URL: https://codereview.chromium.org/1010963002 Cr-Commit-Position: refs/heads/master@{#321771}
-
mlerman authored
Change default code flag to NewAvatarMenu. Flags or Finch Configs still take priority, but all else being equal we should direct the user to NewAvatarMenu. This CL fixes a few issues that arise when the flag's on: - Missing alt text on chrome://settings - Unit tests for old components (OldAvatarMenu) need to force that state - The ProfileAvatarDownloader works automatically with NewAvatarMenu on - this needs to be accounted for so it doesn't leave images hanging around. - BookmarkBubbleSigninDelegate now triggers the User Menu, not a Sign in tab, on Desktop. (note this can't be easily tested in Cocoa) BUG=287883 Review URL: https://codereview.chromium.org/845373002 Cr-Commit-Position: refs/heads/master@{#321770}
-
earthdok authored
BUG=none TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1026013002 Cr-Commit-Position: refs/heads/master@{#321769}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8dcb8b0..3e5c2b1 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1026553003 Cr-Commit-Position: refs/heads/master@{#321768}
-
anthonyvd authored
BUG=448845 Review URL: https://codereview.chromium.org/1020313002 Cr-Commit-Position: refs/heads/master@{#321767}
-
pkl authored
Review URL: https://codereview.chromium.org/1028143002 Cr-Commit-Position: refs/heads/master@{#321766}
-
Greg Thompson authored
BUG=462584 TBR=mattm@chromium.org Review URL: https://codereview.chromium.org/1021323002 Cr-Commit-Position: refs/heads/master@{#321765}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#321764}
-
merkulova authored
Swich->Switch renamed. BUG=467907 Review URL: https://codereview.chromium.org/1023183002 Cr-Commit-Position: refs/heads/master@{#321763}
-
Mattias Nissler authored
It's flaky on Win, Mac, Linux. BUG=chromium:437414 TBR=peter@chromium.org Review URL: https://codereview.chromium.org/1031633002 Cr-Commit-Position: refs/heads/master@{#321762}
-
jochen authored
BUG=468542 R=atwilson@chromium.org Review URL: https://codereview.chromium.org/1023093003 Cr-Commit-Position: refs/heads/master@{#321761}
-