- 19 May, 2015 40 commits
-
-
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}
-
dalecurtis authored
The video renderer may request wall clock times before the audio renderer has notified the renderer that it has underflowed. We should refuse to convert wall clock times as soon as an underflow state is detected, instead of waiting for the renderer to pause everything on the media thread (which may be backed up for decoding or other events). BUG=489503 TEST=modified underflow test. Review URL: https://codereview.chromium.org/1137323005 Cr-Commit-Position: refs/heads/master@{#330481}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5210034..f910afd TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1142893004 Cr-Commit-Position: refs/heads/master@{#330480}
-
mgiuca authored
Review URL: https://codereview.chromium.org/1128803009 Cr-Commit-Position: refs/heads/master@{#330479}
-
yawano authored
Previously launcherSearchProvider API has always enumerated all enabled extensions to list up listener extensions. This CL changes to cache the list. BUG=488329 Review URL: https://codereview.chromium.org/1137603005 Cr-Commit-Position: refs/heads/master@{#330478}
-
guanxian.li authored
BUG=429053 Review URL: https://codereview.chromium.org/1128813005 Cr-Commit-Position: refs/heads/master@{#330477}
-
oshima authored
BUG=489424 R=kbr@chromium.org Review URL: https://codereview.chromium.org/1125053007 Cr-Commit-Position: refs/heads/master@{#330476}
-
jdduke authored
Currently, ContentViewCore.scrollBy injects a GestureScrollUpdate event. However, without a preceding GestureScrollBegin and trailing GestureScrollEnd, this can lead to inconsistencies in the input pipeline state. Fix scrollBy to send the proper gesture event sequence, also changing scrollTo to be implemented in terms of scrollBy. BUG=454355 Review URL: https://codereview.chromium.org/1131723006 Cr-Commit-Position: refs/heads/master@{#330475}
-
nednguyen authored
This helps making sure that page.Page are the sole owner of defining the interactions with the page. BUG=455391, 470147 Review URL: https://codereview.chromium.org/1134593006 Cr-Commit-Position: refs/heads/master@{#330474}
-
dglazkov authored
This is part of removing Navigation Transitions. BUG=370696 R=jam Review URL: https://codereview.chromium.org/1142863004 Cr-Commit-Position: refs/heads/master@{#330473}
-
erikchen authored
Some methods in the protocol NSWindowDelegate are only declared in an OSX 10.7+ SDK. There is no good way to suppress -Wpartial-availability warnings for protocols. In BrowserWindowController, redeclare the methods in the private header. For bridge_native_widget_unittest, use performSelector: to invoke the methods. BUG=471823 Review URL: https://codereview.chromium.org/1135333002 Cr-Commit-Position: refs/heads/master@{#330472}
-
kbr authored
Only consider the system to have dual GPUs if one is an Intel GPU and the other isn't. This avoids problems where recent Mac Pros which contain dual AMD GPUs are considered to be "dual-GPU". One symptom was a 300 ms scroll lag on these machines once idle for 10 seconds as described in https://codereview.chromium.org/1147653002/ . BUG=380026 Review URL: https://codereview.chromium.org/1144843005 Cr-Commit-Position: refs/heads/master@{#330471}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/52fee73..5210034 TBR=kbr@chromium.org,hiroshige@chromium.org Review URL: https://codereview.chromium.org/1144663004 Cr-Commit-Position: refs/heads/master@{#330470}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#330469}
-