- 24 Mar, 2015 40 commits
-
-
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}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/92b47c4..62a320c CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com NOTRY=True only failure can be layouttest, which has already been marked for rebaseline Review URL: https://codereview.chromium.org/1022673008 Cr-Commit-Position: refs/heads/master@{#322002}
-
dnicoara authored
Need to initialize the WindowHostManager before the DrmCursor since the DrmCursor depends on the WindowHostManager. BUG=468485,467822 Review URL: https://codereview.chromium.org/1011533003 Cr-Commit-Position: refs/heads/master@{#322001}
-
ginkage authored
BUG=462660 Review URL: https://codereview.chromium.org/1019063004 Cr-Commit-Position: refs/heads/master@{#322000}
-
alph authored
BUG=406277 Review URL: https://codereview.chromium.org/1029823002 Cr-Commit-Position: refs/heads/master@{#321999}
-
earthdok authored
Also, move instrumented-libraries-related stuff to a separate .isolate file. BUG=462636 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/1026183003 Cr-Commit-Position: refs/heads/master@{#321998}
-
chrome://settings/cookiesmkwst authored
This patch supports the new 'First-Party-Only' cookie attribute by changing the "Send for:" value in the cookies WebUI table to one of the following: * "Any kind of connection" * "Secure connections only" * "First-party connections only" * "Secure first-party connections only" BUG=468709 Review URL: https://codereview.chromium.org/1024503002 Cr-Commit-Position: refs/heads/master@{#321997}
-
Mark Mentovai authored
Crashpad maintains the client ID on its own and is responsible for sending this form parameter to the Breakpad server during report upload. When using Crashpad as its crash-reporting implementation, Chrome does not need to set this crash key. When Chrome does attempt to set this crash key on its own, crashpad_handler produces these harmless log messages: [mmdd/hhmmss:WARNING:crash_report_upload_thread.cc(44)] duplicate key guid, discarding value 0123456789ABCDEF0123456789ABCDEF There are valid reasons to provide the metrics client ID along with the crash report, so this is placed in a distinct crash key, "metrics_client_id". BUG=466964 R=cpu@chromium.org, isherman@chromium.org, rsesek@chromium.org Review URL: https://codereview.chromium.org/1000203007 Cr-Commit-Position: refs/heads/master@{#321996}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/374a4c3..92b47c4 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1017593006 Cr-Commit-Position: refs/heads/master@{#321995}
-