- 24 Mar, 2015 40 commits
-
-
antrim authored
BUG=462445 Review URL: https://codereview.chromium.org/1025663002 Cr-Commit-Position: refs/heads/master@{#322042}
-
treib authored
Followup to https://crrev.com/1018003002 BUG=463463 Review URL: https://codereview.chromium.org/1028603003 Cr-Commit-Position: refs/heads/master@{#322041}
-
lazyboy authored
is embedded in WebUI. This is no-op in CANARY or tott build. BUG=469237 Test=launch chrome with --enable-inline-signin Navigate a tab to sign in page: i.e. chrome://chrome-signin/ Right click on white background, you shouldn't see inpsect element. Review URL: https://codereview.chromium.org/1024153002 Cr-Commit-Position: refs/heads/master@{#322040}
-
chrome://extensionsrdevlin.cronin authored
BUG=469332 Review URL: https://codereview.chromium.org/1015013007 Cr-Commit-Position: refs/heads/master@{#322039}
-
maclellant authored
If there is a hang-up in the Finalize() method for cast_service, then the cast_shell process will never return and cannot be stopped using SIGTERM. We should add a timeout so that the process is forcibly killed if it refuses to exit properly. BUG= Review URL: https://codereview.chromium.org/1002603006 Cr-Commit-Position: refs/heads/master@{#322038}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/e02c944..f5b17fb CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1022673009 Cr-Commit-Position: refs/heads/master@{#322037}
-
jmadill authored
https://chromium.googlesource.com/angle/angle/+log/bdd419f9f..3cd438d1 BUG=82385 R=thakis@chromium.org Review URL: https://codereview.chromium.org/1034533002 Cr-Commit-Position: refs/heads/master@{#322036}
-
binji authored
Path("foo/bar") has 2 components "foo" and "bar". It is legal when calling Path::Range to access an invalid component (e.g. Path("foo/bar").Range(2, 2). In this case, the previous STL-based implementation would return "", but my non-STL implementation was incorrectly returning "foo/bar". BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/1018393007 Cr-Commit-Position: refs/heads/master@{#322035}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f3882d6..d0c7791 TBR=alph@chromium.org,jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1033673003 Cr-Commit-Position: refs/heads/master@{#322034}
-
megjablon authored
BUG=449665 Review URL: https://codereview.chromium.org/998163005 Cr-Commit-Position: refs/heads/master@{#322033}
-
awoloszyn authored
BUG=469230 Review URL: https://codereview.chromium.org/1029323004 Cr-Commit-Position: refs/heads/master@{#322032}
-
wfh authored
With the NPAPI deprecation, there is no point prompting to install plugins. Most of the guts is left in place for the out of date plugin infobar, which is still needed. BUG=459155 TEST=Visit https://java.com/en/download/uninstallapplet.jsp and verify no install prompt appears. Review URL: https://codereview.chromium.org/1025303007 Cr-Commit-Position: refs/heads/master@{#322031}
-
pneubeck authored
The documentation didn't match the implementation, e.g. of ExtensionService::TrackTerminatedExtension . Review URL: https://codereview.chromium.org/1026223003 Cr-Commit-Position: refs/heads/master@{#322030}
-
treib authored
BUG=397951 Review URL: https://codereview.chromium.org/1028123002 Cr-Commit-Position: refs/heads/master@{#322029}
-
pkotwicz authored
The mouse wheel offset is already in "DIPs" because one "mouse wheel click" generates the same offset regardless of the device scale factor. Remove extra scaling done by MouseWheelEvent::UpdateForRootTransform() BUG=412560 TEST=Manual, see bug Review URL: https://codereview.chromium.org/1027193003 Cr-Commit-Position: refs/heads/master@{#322028}
-
johannkoenig authored
Move to indianrunnerbranch for v1.4.0 https://codereview.chromium.org/1026393002 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/1028373003 Cr-Commit-Position: refs/heads/master@{#322027}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/62a320c..e02c944 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1028253004 Cr-Commit-Position: refs/heads/master@{#322026}
-
mathp authored
Histograms that are no longer logged: NewTabPage.MostVisited.client0 NewTabPage.SuggestionsImpression.client0 Field trials that are deprecated: ChromeSuggestions Cleanup in the tests as well. TBR=mgiuca BUG=None TEST=SuggestionsServiceTest* Review URL: https://codereview.chromium.org/1030713002 Cr-Commit-Position: refs/heads/master@{#322025}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5875d93..f3882d6 TBR=alph@chromium.org,jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1029393002 Cr-Commit-Position: refs/heads/master@{#322024}
-
davidben authored
This updates histograms.xml for the UseCounter added in https://codereview.chromium.org/1017903003 BUG=none Review URL: https://codereview.chromium.org/1010083005 Cr-Commit-Position: refs/heads/master@{#322023}
-
agoode authored
BUG=431489 Review URL: https://codereview.chromium.org/1025163002 Cr-Commit-Position: refs/heads/master@{#322022}
-
jeremyim authored
- Add the ClientConfig proto definition corresponding to the response coming from the service. - Create a means of generating a pseudo response from the built in params and request options. - Create a class to parse the JSON response. - Add necessary helper classes for the ProxyScheme and time values coming from the service. BUG=466753 Committed: https://crrev.com/97652ebe50c4be712aa976776bee9694cbce1178 Cr-Commit-Position: refs/heads/master@{#321931} Review URL: https://codereview.chromium.org/1017853003 Cr-Commit-Position: refs/heads/master@{#322021}
-
alph authored
Revert of Update V8 to version 4.3.51. (patchset #1 id:1 of https://codereview.chromium.org/1033603003/) Reason for revert: Broke several blink tests related to line/column positions. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux/builds/45881 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=window-onerror-1 Original issue's description: > Update V8 to version 4.3.51. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/230d131d..19b29c5c > > 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 > > Committed: https://crrev.com/814cfc622787295a0c27fa1a8c55c95685ac76f4 > Cr-Commit-Position: refs/heads/master@{#321994} TBR=hablich@chromium.org,machenbach@chromium.org,vogelheim@chromium.org,yangguo@chromium.org,v8-autoroll@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1034543002 Cr-Commit-Position: refs/heads/master@{#322020}
-
ginkage authored
BUG=462660 Review URL: https://codereview.chromium.org/999933009 Cr-Commit-Position: refs/heads/master@{#322019}
-
sigbjornf authored
Update and enable the test, including adjusting postMessage() usage to no longer call the method without any arguments. R=ncarter, alph BUG=339441,259368 Review URL: https://codereview.chromium.org/1027333003 Cr-Commit-Position: refs/heads/master@{#322018}
-
clamy authored
This reverts commit df1975e5 (https://codereview.chromium.org/857213003). This caused an issue with the flash video player stopping playing when going from fullscreen back to normal on certain pages. BUG=461530 TBR=nasko@chromium.org Review URL: https://codereview.chromium.org/1014623002 Cr-Commit-Position: refs/heads/master@{#322017}
-
rdevlin.cronin authored
Continued from https://codereview.chromium.org/511943003/. BUG=469920 Review URL: https://codereview.chromium.org/1006373003 Cr-Commit-Position: refs/heads/master@{#322016}
-
xdai authored
In the CL, we maintain a thumbnail list so that we don't need to fetch the thumbnail images from file system each time we switch between different categories. It might take some time at the first time, but will be instantly ready after that. And we also just preload grid items' thumbnail images in the current viewport, so that we don't experience noticeable lag when switching to a category at the first time. BUG=454932 TEST=tested on devices (pixel & peppy) Review URL: https://codereview.chromium.org/1028513003 Cr-Commit-Position: refs/heads/master@{#322015}
-
stuartmorgan authored
This directly upstreams the remainder of the ios/web/navigation folder, and a few supporting pieces. BUG=464810 Review URL: https://codereview.chromium.org/1028603004 Cr-Commit-Position: refs/heads/master@{#322014}
-
estade authored
- animate in the "Verifying" overlay, in the end completely obscuring contents - don't hide the instructions message - footnote view is also faded out BUG=none Review URL: https://codereview.chromium.org/1021913004 Cr-Commit-Position: refs/heads/master@{#322013}
-
csharp authored
R=jwd@chromium.org BUG= Review URL: https://codereview.chromium.org/1033433004 Cr-Commit-Position: refs/heads/master@{#322012}
-
rkaplow authored
Specifically: Net.AsyncResourceHandler_PendingDataCount Net.AsyncResourceHandler_PendingDataCount_WhenFull Net.AsyncResourceHandler_SharedIOBuffer_Alloc Net.AsyncResourceHandler_SharedIOBuffer_Used Net.AsyncResourceHandler_SharedIOBuffer_UsedPercentage Are any of these still looked at? They are still all unowned. I've left Net.AsyncResourceHandler_RedirectHopTime since that is specifically owned by bnc@. Is this histogram still useful? BUG=469288 Review URL: https://codereview.chromium.org/1025813002 Cr-Commit-Position: refs/heads/master@{#322011}
-
pkotwicz authored
BUG=462883 TEST=Manual, see bug Review URL: https://codereview.chromium.org/971753008 Cr-Commit-Position: refs/heads/master@{#322010}
-
nektar authored
BUG=470124 R=dmazzoni Review URL: https://codereview.chromium.org/1026353003 Cr-Commit-Position: refs/heads/master@{#322009}
-
thakis authored
This was reverted because findbugs didn't work reliably. Now that it does, this can land again. The last revert was at https://codereview.chromium.org/947513002 BUG=456396 TBR=sergiyb@chromium.org Review URL: https://codereview.chromium.org/1026553004 Cr-Commit-Position: refs/heads/master@{#322008}
-
grt authored
r321237 introduced a framework for sending protobuf messages over IPC in chrome/common/safe_browsing. r321803 starting putting this new framework to use. This change updates the ICP fuzzer's message_list so that it can handle types that include protobuf messages. BUG=469867 R=mbarbella@chromium.org Review URL: https://codereview.chromium.org/1033693002 Cr-Commit-Position: refs/heads/master@{#322007}
-
cylee authored
BUG=412713 Review URL: https://codereview.chromium.org/1029323002 Cr-Commit-Position: refs/heads/master@{#322006}
-
csharp authored
R=cait@chromium.org, jwd@chromium.org BUG= Review URL: https://codereview.chromium.org/1022523003 Cr-Commit-Position: refs/heads/master@{#322005}
-
merkulova authored
BUG=0 Review URL: https://codereview.chromium.org/1031833005 Cr-Commit-Position: refs/heads/master@{#322004}
-
halyavin authored
Check all out-of-bounds errors in ELF header parsing. BUG= none TEST= courgette_unittests Review URL: https://codereview.chromium.org/1031513002 Cr-Commit-Position: refs/heads/master@{#322003}
-