- 19 May, 2015 40 commits
-
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/2e5b4c5..9b4b91f5 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1133523007 Cr-Commit-Position: refs/heads/master@{#330521}
-
reveman authored
Revert of content: Use NumberOfProcessors() / 2 raster threads. (patchset #2 id:20001 of https://codereview.chromium.org/1143473002/) Reason for revert: Incorrect logic for determining if async uploads is used Original issue's description: > content: Use NumberOfProcessors() / 2 raster threads. > > 4 raster threads improve performance on 8 core machines. > 8 core machines might not be a priority but it seems > like an unnecessary limitation to have. > > BUG= > > Committed: https://crrev.com/4a0177a1dba8197f61021ff3b4f9426e45faaa62 > Cr-Commit-Position: refs/heads/master@{#330427} TBR=danakj@chromium.org,enne@chromium.org,piman@chromium.org,vmpstr@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1136633006 Cr-Commit-Position: refs/heads/master@{#330520}
-
tnagel authored
Revert of Add support for backgrounding processes on the Mac (patchset #22 id:420001 of https://codereview.chromium.org/989703002/) Reason for revert: This CL seems to be the cause of ExtensionApiNewTabTest.Tabs failures on Mac. Original issue's description: > Add support for backgrounding processes on the Mac > > Added process_mac.cc with implementations of IsProcessBackgrounded() and > SetProcessBackgrounded(). > > BUG=460102 > > Originally Committed: https://crrev.com/e3bb10f7860a1d553c85293bd7d7615c0e7f0fd9 > Reverted: https://crrev.com/ce6226a7ffe2c1cb7ac5f6cf34b56b8d217686b9 > > Committed: https://crrev.com/0160d130f8a4462fa7bfb8a9924e476d31ba9a48 > Cr-Commit-Position: refs/heads/master@{#330464} TBR=rsesek@chromium.org,gab@chromium.org,thakis@chromium.org,asvitkine@chromium.org,avi@chromium.org,kbr@chromium.org,shrike@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=460102 Review URL: https://codereview.chromium.org/1142913004 Cr-Commit-Position: refs/heads/master@{#330519}
-
justincohen authored
Sometimes the find in page js returns a text position that is too far down. Correct all |points| sent to -setContentOffset for overscroll. BUG=472091 Review URL: https://codereview.chromium.org/1071723002 Cr-Commit-Position: refs/heads/master@{#330518}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/15081cc..7e8322c TBR=hiroshige@chromium.org Review URL: https://codereview.chromium.org/1145473007 Cr-Commit-Position: refs/heads/master@{#330517}
-
fmalita authored
and convert existing clients to the public API. R=reed@google.com TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1142113002 Cr-Commit-Position: refs/heads/master@{#330516}
-
plundblad authored
BUG=None Review URL: https://codereview.chromium.org/1128843008 Cr-Commit-Position: refs/heads/master@{#330515}
-
vapier authored
When we cross-compile, we do not want any /usr/include paths as that will conflict with our own system headers. Disable the hardcoded path when we have an active sysroot. BUG=chromium:488360 Review URL: https://codereview.chromium.org/1132853010 Cr-Commit-Position: refs/heads/master@{#330514}
-
hiroshige authored
Revert of Move content:: scheme registrations from chrome/ to content/. (patchset #1 id:1 of https://codereview.chromium.org/1137103003/) Reason for revert: Breaks some layout tests BUG=489672 Original issue's description: > Move content:: scheme registrations from chrome/ to content/. > > Both 'chrome:' and 'chrome-devtools:' are content-level schemes; we > should do their various renderer-side scheme registrations in content > (RenderThreadImpl::RegisterSchemes) rather than in chrome > (ChromeContentRendererClient::RenderThreadStarted). > > R=jochen@chromium.org > > Committed: https://crrev.com/dcd7aad11d33ffd6dffe440ce32a0228c0843a67 > Cr-Commit-Position: refs/heads/master@{#330506} TBR=jochen@chromium.org,philipj@opera.com,sofbjornf@opera.com,mkwst@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1142213002 Cr-Commit-Position: refs/heads/master@{#330513}
-
fdegans authored
BUG=451035 Review URL: https://codereview.chromium.org/1135693008 Cr-Commit-Position: refs/heads/master@{#330512}
-
vabr authored
R=dconnelly@chromium.org BUG=486739 Review URL: https://codereview.chromium.org/1142713008 Cr-Commit-Position: refs/heads/master@{#330511}
-
tommi authored
WebRTC 9205:9217 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/3c9a06a..5deb53c Libjingle 9198:9216 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/87e6b84..44d6a85 TBR= BUG= Review URL: https://codereview.chromium.org/1145783002 Cr-Commit-Position: refs/heads/master@{#330510}
-
tapted authored
The presubmit is already robust to handle Objective-C .h files. Not checking .mm files just adds extra review burden. Plus I can't just press F5 in Sublime to sort lines in .mm files due to import vs include, so it actually needs some brainpower when adding something and I keep forgetting to do that. This adds .mm to the list of file extensions the header sorting presubmit checks for, and fixes the current mistakes to avoid annoying people on presubmit with this change. BUG=None TBR=keybuk@chromium.org,jamescook@chromium.org,stuartmorgan@chromium.org,xhwang@chromium.org,rsesek@chromium.org,zea@chromium.org R=thakis@chromium.org,jochen@chromium.org Review URL: https://codereview.chromium.org/1133713009 Cr-Commit-Position: refs/heads/master@{#330509}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/50b58e6..2e5b4c5 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1133693005 Cr-Commit-Position: refs/heads/master@{#330508}
-
gsennton authored
A recent update https://codereview.chromium.org/1022993002 broke the loading of javascript URLs. This patch reverts only the part of the update which is broken. BUG=489259 Review URL: https://codereview.chromium.org/1131083004 Cr-Commit-Position: refs/heads/master@{#330507}
-
mkwst authored
Both 'chrome:' and 'chrome-devtools:' are content-level schemes; we should do their various renderer-side scheme registrations in content (RenderThreadImpl::RegisterSchemes) rather than in chrome (ChromeContentRendererClient::RenderThreadStarted). R=jochen@chromium.org Review URL: https://codereview.chromium.org/1137103003 Cr-Commit-Position: refs/heads/master@{#330506}
-
nhiroki authored
Revert of ServiceWorker: Use SimpleCache for the script cache (patchset #7 id:230001 of https://codereview.chromium.org/1140853002/) Reason for revert: We'll reland this CL with DiskCache migration code. Original issue's description: > ServiceWorker: Use SimpleCache for the script cache > > This CL migrates the backend of ServiceWorkerDiskCache from Default to > SimpleCache on all platforms. > > If old DiskCache images exist, > (1) DiskCache backend fails to open an pre-existing data due to incompatible > format (in both Default->SimpleCache and SimpleCache->Default cases), > (2) ServiceWorkerStorage wipes out all cached scripts and registrations via > DeleteAndStartOver, and > (3) navigation falls back to network. > > BUG=487482 > TEST=manual (use DiskCache and SimpleCache alternately and make sure the system can recover) > > Committed: https://crrev.com/a00e5be5a06e626de1b62cbfc7c350bef08647ea > Cr-Commit-Position: refs/heads/master@{#330274} TBR=michaeln@chromium.org BUG=487482 Review URL: https://codereview.chromium.org/1142193002 Cr-Commit-Position: refs/heads/master@{#330505}
-
tnagel authored
Revert of cc: Aggressively expire retro frames. (patchset #1 id:1 of https://codereview.chromium.org/1055113004/) Reason for revert: This seems to be causing DesktopNativeWidgetNoPaintAfterCloseTest failures. Original issue's description: > cc: Aggressively expire retro frames. > > If we're not aggressive about expiring a retro frame (e.g. MISSED frames) > then it's possible to enter a high latency mode often. > > BUG=469953 > > Committed: https://crrev.com/bb5a390066a1baf27ec44228fd3ba4173f93cfbf > Cr-Commit-Position: refs/heads/master@{#330465} TBR=brianderson@chromium.org,sunnyps@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=469953 Review URL: https://codereview.chromium.org/1135003006 Cr-Commit-Position: refs/heads/master@{#330504}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f421a993..26d7fad7 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/1147833002 Cr-Commit-Position: refs/heads/master@{#330503}
-
melandory authored
Fixes buzzfeed by introducing password_not_auto parameter. BUG=369521 R=vabr@chromium.org Review URL: https://codereview.chromium.org/1138353003 Cr-Commit-Position: refs/heads/master@{#330502}
-
melandory authored
Fix error introduced while adressing comments in https://codereview.chromium.org/1089383002/ BUG=369521 R=vabr@chromium.org Review URL: https://codereview.chromium.org/1134843005 Cr-Commit-Position: refs/heads/master@{#330501}
-
sdefresne authored
Use a different path for template URL for yandex search on mobile to avoid an extra redirection. Mobile should use http://yandex.ru/touchsearch?text=${query} or http://yandex.ru/padsearch?text=${query} depending on the device form factor instead of http://yandex.ru/yandsearch?text=${query}. The issue was reported by yandex and fixed in downstream iOS fork. Upstream it now that the code is componentized. TEST=Set your locale to Russian, launch Chrome for iOS, select Yandex as the search engine, type a query in the omnibox to do a search, check that you're sent to /touchsearch directly, not via /yandsearch first. BUG=b/7024148 Review URL: https://codereview.chromium.org/1141743003 Cr-Commit-Position: refs/heads/master@{#330500}
-
primiano authored
This test has been crashing reliably on the some GPU Bots See the attached BUG for more details. This also reverts crrev.com/1145583002 which disabled the wrong test (Adding NOTRY as everything is currently red on the perf waterfall) BUG=488493,489294 NOTRY=true CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Review URL: https://codereview.chromium.org/1136753005 Cr-Commit-Position: refs/heads/master@{#330499}
-
tsergeant authored
This is required to allow the material viewer to be updated to Polymer 0.8 without changing the non-material viewer. BUG=482793 TBR=estade@chromium.org Review URL: https://codereview.chromium.org/1128863006 Cr-Commit-Position: refs/heads/master@{#330498}
-
binjin authored
The RemoteCommandsService depends on a reference to CloudPolicyClient, but it doesn't get deleted before CloudPolicyClient is gone. This leads to dangling pointer and will probably crash the browser. This CL also remove code attempts to workaround this issue in crrev.com/330082 BUG=480982 Review URL: https://codereview.chromium.org/1134133005 Cr-Commit-Position: refs/heads/master@{#330497}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/57cf87de..f421a993 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/1142173002 Cr-Commit-Position: refs/heads/master@{#330496}
-
palmer authored
And GURL::IsStandard, which calls url::IsStandard. BUG=487399 TBR=abarth Review URL: https://codereview.chromium.org/1139923005 Cr-Commit-Position: refs/heads/master@{#330495}
-
xhwang authored
TBR=kcwu@chromium.org BUG=484857 TEST=No crash now. Review URL: https://codereview.chromium.org/1122353002 Cr-Commit-Position: refs/heads/master@{#330494}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/60b7b03..15081cc TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1137643006 Cr-Commit-Position: refs/heads/master@{#330493}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/72743b1..50b58e6 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1148483003 Cr-Commit-Position: refs/heads/master@{#330492}
-
melandory authored
In some cases selenium are unable to select frame, which give an exception and prevents test running. Fix this by explicitly navigating to desired frame. BUG=369521 R=vabr@chromium.org Review URL: https://codereview.chromium.org/1147483003 Cr-Commit-Position: refs/heads/master@{#330491}
-
fukino authored
BUG=459871 TEST=manually confirm that the remaining space shown on the bannar and the gear menu is 0 bytes when Drive usage is over quota. Review URL: https://codereview.chromium.org/1147813003 Cr-Commit-Position: refs/heads/master@{#330490}
-
christiank authored
This CL enables creation of compressed images using the GL_CHROMIUM_image extension. BUG=434699 Review URL: https://codereview.chromium.org/1128933006 Cr-Commit-Position: refs/heads/master@{#330489}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#330488}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f910afd..60b7b03 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1131683006 Cr-Commit-Position: refs/heads/master@{#330487}
-
olli.syrjala authored
Tested case conversion with some nonascii utf chars. Also some which should not be changed. Test also Turkish dotless I with different locales. Review URL: https://codereview.chromium.org/1104483002 Cr-Commit-Position: refs/heads/master@{#330486}
-
xhwang authored
BUG=479843 Review URL: https://codereview.chromium.org/1139923006 Cr-Commit-Position: refs/heads/master@{#330485}
-
oshima authored
BUG=485183 R=kbr@chromium.org Review URL: https://codereview.chromium.org/1136113003 Cr-Commit-Position: refs/heads/master@{#330484}
-
tapted authored
After some experimentation, I couldn't improve on the techniques currently used in render_widget_host_view_mac.mm to provide tooltips. They also work well in MacViews, so encapsulate them in a shared base class, `ToolTipBaseView' and put it in ui/base/cocoa. As a result, BridgedNativeWidget is now also a `BaseView` instead of just an NSView. This actually allows some boilerplate to go since some useful stuff gets inherited from BaseView. Note: Cocoa capitalizes as "ToolTip", and toolkit-views as "Tooltip". In this CL, aim for "Tooltip" unless the code is used completely outside of toolkit-views. As a bonus, MenuButtonTest.MenuButtonPressedLock now passes. This is because functionality was added to the Mac EventGenerator to simulate cursor position, which ScreenMac::GetCursorScreenPoint() is able to take advantage of in tests. BUG=441543, 378134 TEST=views_unittests (now just 6 failures, 1 crash). NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1137653005 Cr-Commit-Position: refs/heads/master@{#330483}
-
yawano authored
Previously ChromeOS used same implementation with linux which returns mime type by reading mimetype-extension database in the OS. However it doesn't worked since ChromeOS doesn't have it. This CL implements ChromeOS specific logic which returns mime type based on hard-coded list. BUG=472017, 477913, 488378 TEST=net_unittests:MimeUtilTest.ExtensionTest Review URL: https://codereview.chromium.org/1134393002 Cr-Commit-Position: refs/heads/master@{#330482}
-