- 15 Apr, 2015 40 commits
-
-
grt authored
The original code used 50 buckets for 100 count, so it wasn't possible to know which index was being logged. This change switches to logging the module index as if it were an enum, and labels the enum values for friendlier analysis. BUG=none R=anthonyvd@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/1083713002 Cr-Commit-Position: refs/heads/master@{#325249}
-
nednguyen authored
top_25_smooth (https://codereview.chromium.org/1052493004) top_7_stress (https://codereview.chromium.org/1082363003) tough_pinch_zoom_cases(https://codereview.chromium.org/1088003002) (the links are trybot links of benchmarks that use the page set) BUG=475090 Review URL: https://codereview.chromium.org/1058013005 Cr-Commit-Position: refs/heads/master@{#325248}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2f6bb82..5778f6a TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/1066663004 Cr-Commit-Position: refs/heads/master@{#325247}
-
thakis authored
Official builds don't include strings for CHECKs, so don't check for text. Right now, the test is failing like so when doing an official build: ..\..\google_apis\drive\drive_api_requests_unittest.cc(2000): error: Death test: request->Commit() Result: died but not with expected error. Expected: Check failed Actual msg: BUG=467929 TBR=hirono@chromium.org Review URL: https://codereview.chromium.org/1052553004 Cr-Commit-Position: refs/heads/master@{#325246}
-
shess authored
Chromium's has not built fts2 for a few weeks with no problems reported, seems safe to remove the patches for M-44. SQLITE_CORE was only needed to compile the fts2 files independently from the amalgamation. The README.chromium changes were leftovers from the big import that I'm arbitrarily dropping here. BUG=455817 Review URL: https://codereview.chromium.org/1073293002 Cr-Commit-Position: refs/heads/master@{#325245}
-
spang authored
TEST=compile Review URL: https://codereview.chromium.org/1085293002 Cr-Commit-Position: refs/heads/master@{#325244}
-
spang authored
This re-sets the cursor after every mode change. It will ensure we restore the cursor after returning from frecon. BUG=471097 TEST=Ctrl-Alt-Forward in developer mode to activate frecon, then Ctrl-Alt-Back to return to chrome. Cursor is shown. Review URL: https://codereview.chromium.org/1085123002 Cr-Commit-Position: refs/heads/master@{#325243}
-
spang authored
Any time we destroy a HardwareDisplayController, we have to be careful to dissociate it from any DrmWindow objects. Make a new RemoveController funtion to handle this. BUG=477129 TEST=Unplug HDMI display from panther on login screen. No crash. Review URL: https://codereview.chromium.org/1072383003 Cr-Commit-Position: refs/heads/master@{#325242}
-
jbudorick authored
BUG=472144 Review URL: https://codereview.chromium.org/1077173002 Cr-Commit-Position: refs/heads/master@{#325241}
-
bnc authored
* Call GetSpdySessionKey in HttpStreamFactoryImpl::Job::DoCreateStream; * minor refactor in HttpStreamFactoryImpl::Job::DoInitConnection; * change HttpStreamFactoryImpl::Job::GetSpdySessionKey to not use privacy_mode for proxy (DoCreateStream already behaved this way). BUG=474217 Review URL: https://codereview.chromium.org/1063873003 Cr-Commit-Position: refs/heads/master@{#325240}
-
paulmeyer authored
Updated the <webview> loadabort documentatin with the actual "reason" strings that are currently used. BUG=470479 Review URL: https://codereview.chromium.org/1065873004 Cr-Commit-Position: refs/heads/master@{#325239}
-
dnicoara authored
Property IDs are not indexes, so we need to iterate over the properties to find the correct one. BUG=442317 Review URL: https://codereview.chromium.org/1035523004 Cr-Commit-Position: refs/heads/master@{#325238}
-
dnicoara authored
0x0 window sizes can be invalid and may cause GL errors. BUG=471550 Review URL: https://codereview.chromium.org/1057013002 Cr-Commit-Position: refs/heads/master@{#325237}
-
hans authored
CompilerInstance::createOutputFile started returning a raw_pwrite_ostream, which is a super-class of raw_fd_ostream. We don't really care about the flavour of raw_ostream in JSonWriter, so just use the base class. BUG=476343 NOTRY=true Review URL: https://codereview.chromium.org/1085233002 Cr-Commit-Position: refs/heads/master@{#325236}
-
skyostil authored
Isolate TaskQueueManager inside SchedulerHelper so that classes that embed SchedulerHelper don't end up adding dependencies to TaskQueueManager in a uncontrolled way. No functional changes. Review URL: https://codereview.chromium.org/1059323003 Cr-Commit-Position: refs/heads/master@{#325235}
-
henrika authored
WebRTC 8999:9005 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b74b769..c49056d Libjingle 8994:9001 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/2a568fa..1d4447b TBR=tommi BUG= Review URL: https://codereview.chromium.org/1089543003 Cr-Commit-Position: refs/heads/master@{#325234}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/33c31b1..2f6bb82 TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/1089463004 Cr-Commit-Position: refs/heads/master@{#325233}
-
peter authored
This patch actually integrates the Web Notification database with the existing code paths, which means that it will be used for any persistent notification being shown from this patch forward. The database is completely tested with a series of unit tests, whereas all existing browser tests, layout tests and instrumentation tests will continue to exercise the full flows. Please mind that this is the first part in a series. I realize that there's a fair amount of TODOs in the code. Resolving these takes larger refactorings (in case of reducing PlatformNotificationService knowledge) or three-sided patches (in case of the Blink API). These will be addressed in follow-ups. Design document: http://goo.gl/TciXVp BUG=447628 Review URL: https://codereview.chromium.org/1026853002 Cr-Commit-Position: refs/heads/master@{#325232}
-
finnur authored
BUG=425698 Review URL: https://codereview.chromium.org/1068223002 Cr-Commit-Position: refs/heads/master@{#325231}
-
ssid authored
The chrome profiler opens file without utf-8 encoding, so the html trace file was not getting generated. This CL changes the file opening to have utf-8 encoding. BUG=477295 Review URL: https://codereview.chromium.org/1068693003 Cr-Commit-Position: refs/heads/master@{#325230}
-
azarchs authored
This fixes the redness in the orderfile bot due to the WPR server failing to start due to certs not being installed. Review URL: https://codereview.chromium.org/1089163004 Cr-Commit-Position: refs/heads/master@{#325229}
-
jmadill authored
https://chromium.googlesource.com/angle/angle/+log/bc709339..4a1858b849 BUG=468852,475085,429792,436191 Review URL: https://codereview.chromium.org/1082083003 Cr-Commit-Position: refs/heads/master@{#325228}
-
peter authored
R=mvanouwerkerk@chromium.org BUG= Review URL: https://codereview.chromium.org/1089563002 Cr-Commit-Position: refs/heads/master@{#325227}
-
aruslan authored
NOTE: this change will incur an allocation on every update if the brightness value is less than 1.0. BUG=474612 Review URL: https://codereview.chromium.org/1083203002 Cr-Commit-Position: refs/heads/master@{#325226}
-
chrome://policypbond authored
Added Asset Id, Location of the device and directory API ID to the device policy box. BUG=464184 Review URL: https://codereview.chromium.org/1052943002 Cr-Commit-Position: refs/heads/master@{#325225}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a1eb297f..826e9c27 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/1086063002 Cr-Commit-Position: refs/heads/master@{#325224}
-
timurrrr authored
TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1055933007 Cr-Commit-Position: refs/heads/master@{#325223}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cf9cc97..33c31b1 TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/1087103003 Cr-Commit-Position: refs/heads/master@{#325222}
-
iceman authored
It allows test GPUTestConfigTest.LoadCurrentConfig to pass on Yosemite. BUG=474551 TEST=gpu_unittests --gtest_filter="GPUTestConfigTest.LoadCurrentConfig" Review URL: https://codereview.chromium.org/1068813002 Cr-Commit-Position: refs/heads/master@{#325221}
-
vitbar authored
Some search engines specify non UTF-8 input encoding, e.g. the "mail.ru" engine specifies "windows-1251". After this patch the TemplateURL::ExtractSearchTermsFromURL function works correctly in such cases. R=pkasting@chromium.org Review URL: https://codereview.chromium.org/1088523002 Cr-Commit-Position: refs/heads/master@{#325220}
-
shuchen authored
BUG=477135 TEST=Verified on sandbox. Review URL: https://codereview.chromium.org/1083213003 Cr-Commit-Position: refs/heads/master@{#325219}
-
dgozman authored
BUG=476389 Review URL: https://codereview.chromium.org/1082623002 Cr-Commit-Position: refs/heads/master@{#325218}
-
perezju authored
This makes it easier to write what turns out to be the most common usage of this method: ensure that some processes are not running, and don't care if none is found. Also helps to distinguish an adb/device error (which should trigger a retry), from cases where no processes to kill are found (where the caller doesn't need/want to retry). Clients that benefit from this flag are also updated. BUG=475845 Review URL: https://codereview.chromium.org/1079113002 Cr-Commit-Position: refs/heads/master@{#325217}
-
tyoshino authored
Android device manager should not drop WebSocket frame data even if it arrives together with handshake response R=dgozman BUG=475497 Review URL: https://codereview.chromium.org/1078733002 Cr-Commit-Position: refs/heads/master@{#325216}
-
yawano authored
BUG=473604 TEST=manually tested Review URL: https://codereview.chromium.org/1073003003 Cr-Commit-Position: refs/heads/master@{#325215}
-
hans authored
I haven't worked on speech for a long time, so I'm not a good owner. BUG=none TBR=tommi Review URL: https://codereview.chromium.org/1089203002 Cr-Commit-Position: refs/heads/master@{#325214}
-
ginkage authored
BUG=475936 Review URL: https://codereview.chromium.org/1086563003 Cr-Commit-Position: refs/heads/master@{#325213}
-
vitalybuka authored
Current implementation of this check has no value. Browser refreshes policies only if it started without --check-cloud-print-connector-policy. In this case browser will enforce the policy from own side and disable service. BUG=327022 Review URL: https://codereview.chromium.org/1078213004 Cr-Commit-Position: refs/heads/master@{#325212}
-
magjed authored
Revert of Mac Video Capture AVFoundation: Calculate compressed frame size for MJPEG. (patchset #2 id:20001 of https://codereview.chromium.org/912293005/) Reason for revert: An improved version of ValidateJpeg in libyuv has been rolled into chromium and this CL is no longer needed. Original issue's description: > Mac Video Capture AVFoundation: Calculate compressed frame size for MJPEG. > > The frame size we receive from AVFoundation is sometimes excessive, e.g. the size of the uncompressed frame. For example, for a JPEG YUV422, the reported size might be 1280*720*2 = 1.8MB, while the actual compressed data is only 260kB. > > In these cases, libyuv::MJPGToI420 spends a lot of time in libyuv::ValidateJpeg, as much as 25%. The reason for this is that ValidateJpeg starts at the end of the buffer and loops backwards looking for the End Of Image (EOI) marker. > > This CL tries to optimize these cases by finding the EOI by looping forwards instead of backwards, and reporting the actual frame size to libyuv::MJPGToI420. > > BUG=346634,460497 > > Committed: https://crrev.com/dc556d2b54354adc95ee5474600f469f7ae65692 > Cr-Commit-Position: refs/heads/master@{#317333} TBR=perkj@chromium.org,mcasas@chromium.org,tommi@chromium.org,torbjorng@google.com,torbjorng@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=346634,460497 Review URL: https://codereview.chromium.org/1089173003 Cr-Commit-Position: refs/heads/master@{#325211}
-
treib authored
This is the Mac part for https://crrev.com/1018003002 and https://crrev.com/1028603003 BUG=463463 Review URL: https://codereview.chromium.org/1061233004 Cr-Commit-Position: refs/heads/master@{#325210}
-