- 05 May, 2014 16 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268146 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Persists the entire in-memory representation of the database so that SBDatabase::ContainsBrowseUrl() will return the same prefix hits after startup as after the last update. BUG=172527 Review URL: https://codereview.chromium.org/266793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268145 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173283:173285&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/262173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268144 0039d316-1c4b-4281-b951-d872f2087c98
-
bolian@chromium.org authored
enabled. This is one of the two changes required. The other one is: https://chrome-internal-review.googlesource.com/#/c/162426/ BUG=368820 Review URL: https://codereview.chromium.org/265093005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268143 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
1) The first one only happens when running UDP over localhost: The connect() call call fails and the sender stops listening to incoming packets. I fixed this by re-starting the packet listening if needed after each successfully sent packet. 2) The second problem is that the packet storage times out packets based on time, with the assumption that no packet should have to be re-sent if it's older than the max history time. However, if packets are not ACKed in a timely fashion, the video_sender may need to re-send arbitrarily old packets. To fix this, I change the packet storage to remember "max outanding frames" regardless of timing. BUG=366911 Review URL: https://codereview.chromium.org/252923007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268142 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previosly VideoDecoder interface allowed only one pending Decode() request. This meant that decoders that want to decode multiple buffers simultaneously had to delay frames in order get multiple buffers from demuxer. Now VideoDecode implementation may allow multiple concurrent Decode() requests, which is determined by the new VideoDecoder::GetMaxDecodeRequests(). Also updated DecodeStream to allow decoding multiple frames in parallel. BUG=338529 Review URL: https://codereview.chromium.org/239893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268140 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268139 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173281:173283&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/265213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268138 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268137 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173280:173281&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/268073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268136 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268135 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/269893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268134 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=321833 NOTRY=true Review URL: https://codereview.chromium.org/266133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268133 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
https://code.google.com/p/skia/source/list?num=0&start=14562 TBR= BUG= Review URL: https://codereview.chromium.org/262143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268132 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
When the app list is centered (--enable-experimental-app-list-position), and the virtual keyboard is active, the app list is centered in the screen rect that excludes the keyboard region. BUG=363731 TEST=Run with --enable-experimental-app-list-position --enable-virtual-keyboard. Open the app list, then the virtual keyboard. The app list should move upwards so it is centered in the part of the screen without the virtual keyboard. TEST=Same as above, but with the additional flag --enable-virtual-keyboard-overscroll. Review URL: https://codereview.chromium.org/250423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268131 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
It is crashing ChromiumOS build bots intermittently. BUG=369886 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/269663010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268130 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 May, 2014 24 commits
-
-
dalecurtis@chromium.org authored
Replaces a null pointer exception with a CHECK() failure and adds some additional verification for the first post splice buffer. BUG=356073,369204 TEST=tests still pass. TBR=acolwell Review URL: https://codereview.chromium.org/264973010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268124 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
(The motivation is that base's COMPILE_ASSERT uses static_assert if available, while this file's COMPILE_ASSERT didn't.) BUG=321833 NOTRY=true Review URL: https://codereview.chromium.org/267963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268123 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
CHECK failure crashes are still happening sadly, so reduce the scope of splice frame support. Vorbis isn't widely used with MSE except for YT experiments and MP3 has no shipping customers yet. So this should be narrow enough to minimize crashes while I triage. If not I'll reduce scope to just MP3 for the M36 release. BUG=356073,369204 TEST=unittests still pass. TBR=acolwell Review URL: https://codereview.chromium.org/268033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268122 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
BUG=369871 TEST=compiles TBR=ben NOTRY=true Review URL: https://codereview.chromium.org/262163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268119 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268118 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
In Debug config: $ gn gen out/Debug_gn $ ninja -C out/Debug_gn ui_base_test_support In Release config: $ gn gen out/Release_gn --args='is_debug=false' $ ninja -C out/Release_gn ui_base_test_support BUG=None TEST=see above R=brettw@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/267953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268117 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173275:173280&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/266123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268116 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/262013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268115 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
On x64, the call is confusing the compiler about deducing the template type. Off-by-one is not a big deal here, so using same calculation as bytes. BUG= TBR=hush Review URL: https://codereview.chromium.org/269893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268114 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Revert of [Autofill] Enable Autofill for dynamically created forms. (https://codereview.chromium.org/242613006/) Reason for revert: Broke DataDrivenHeuristics03 on the Mac debug bots: http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%284%29&number=40752 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.7%20Tests%20%28dbg%29%284%29&number=23124 Original issue's description: > [Autofill] Enable Autofill for dynamically created forms. > > The appropriate hooks with Blink already exist, this change just causes > the browser to be informed whenever a form is added or changed. > > BUG=360904 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268107 NOTRY=true NOTREECHECKS=true TBR=tsepez,isherman,gcasto Review URL: https://codereview.chromium.org/265203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268113 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/252583002/dalecurtis@chromium.org authored
Reason for revert: Broke check_licenses, since hwcplus_util.c doesn't have a license. Please add one. http://build.chromium.org/p/chromium/builders/Linux/builds/49510/steps/check_licenses/logs/stdio Original issue's description: > Make it possible to build libhardware. > > Fix up some include files, supply some stubs, and make the hardware > module search path configurable at compile time and run time. > > BUG=358029 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268096 TBR=rjkroege@chromium.org,fjhenigman@chromium.org NOTREECHECKS=true NOTRY=true BUG=358029 Review URL: https://codereview.chromium.org/262153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268112 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268111 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
This includes r1911, the revert of r1896 which increased ios build flakiness. r1911 Revert "gyp: use all processors instead of hard-coded 8." r1910 android: only emit multilib variables for target builds. r1909 gyp: Optimize IsStrCanonicalNumber for common case r1908 1-5% faster gyp: Use a simpler deepcopy. r1907 Test handling of empty RULE_INPUT_DIRNAME and fix this on android. r1906 gyp performance: Another fixed O(n^2) in dependency calcs. r1905 gyp: isinstance -> type for another 1-5% save. r1904 gyp: avoid copying items that will be deleted. r1903 Show ASM output file instead of input file, just like CC and CXX. r1902 win: disable two flaky tests on gyp-win32 r1901 Remove the default setting for clcompile_cmd in msvs-ninja r1900 gyp: cache conditional ASTs for 3 CPU seconds (5%) gain. r1899 gyp: use a set() in DeepDependencies for less O(n^2). r1898 gyp: fix O(n^2) in dependency calculations. r1897 gyp: 1% faster by optimizing IsPathSections r1896 gyp: use all processors instead of hard-coded 8. TBR=thakis@chromium.org BUG= Review URL: https://codereview.chromium.org/262943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268110 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173208:173275&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/267933006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268109 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
https://code.google.com/p/skia/source/list?num=7&start=14561 TBR= BUG= Review URL: https://codereview.chromium.org/267993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268108 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
The appropriate hooks with Blink already exist, this change just causes the browser to be informed whenever a form is added or changed. BUG=360904 Review URL: https://codereview.chromium.org/242613006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268107 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268103 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=321833 NOTRY=true Review URL: https://codereview.chromium.org/267963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268098 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=331299 TEST=None, no functional changes. Green trybots. TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/264003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268097 0039d316-1c4b-4281-b951-d872f2087c98
-
fjhenigman@chromium.org authored
Fix up some include files, supply some stubs, and make the hardware module search path configurable at compile time and run time. BUG=358029 Review URL: https://codereview.chromium.org/252583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268096 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://settings/autofillEditAddressrouslan@chromium.org authored
BUG= 333387 Review URL: https://codereview.chromium.org/243013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268095 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
Specifically tracking Tutorial Display, Tutorial Accept and Tutorial Dismissal. Googlers: View the Enrollment section of the design doc for details. https://docs.google.com/a/google.com/document/d/1ybiN1r2xAlMj0PBABH63PJIyVWhsM409xPpZI4zlmck BUG=357693 TEST=Interact with the user menu and the tutorial card. Verify that UMA Histograms reflect the actual behaviour. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267716 Review URL: https://codereview.chromium.org/227083007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268094 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=369843 TBR=groby@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/264043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268093 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=369840 TBR=jkummerow@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/264033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268092 0039d316-1c4b-4281-b951-d872f2087c98
-