- 07 Jan, 2014 23 commits
-
-
plundblad@chromium.org authored
The liblouis wrapper used to allocate an output buffer that was twice as big as the number of input characters. There are situations where this is not enough. The new approach is to retry with a larger buffer up to a certain limit. R=dtseng@chromium.org BUG=none Review URL: https://codereview.chromium.org/124403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243251 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
BUG=331847 Review URL: https://codereview.chromium.org/123463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243250 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
- keeps track of all profile event routers ChromeVox registers observers on. - ensures AccessibilityManager unregisters observers on all profile event routers when Shutdown occurs. - always plays startup/shutdown sounds regardless of system preference. (This is the only accessible notification that ChromeVox has started/shutdown when toggling). BUG=323030,322793 TEST=Manual. Review URL: https://codereview.chromium.org/123443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243249 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
This fixes building PPAPI examples on Win 64 after (I believe) r242740. See also: third_party/khronos/KHR/khrplatform.h BUG=326382 R=bajones@chromium.org, bbudge@chromium.org Review URL: https://codereview.chromium.org/125013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243248 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
I decided to move it there, because enum really defines 'constants'. I'm considering moving the remaining of launcher_types.h into a new file called shelf_item.h, since the types there are really related/tied to ShelfItem. BUG=248353 TEST=None, no functional changes R=jamescook@chromium.org,harrym@chromium.org Review URL: https://codereview.chromium.org/123073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243247 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
Refactor calculation of "other regressions" output, calculate confidence in these local regressions, and only output if high confidence. Previously, we output every change if it was greater than some small %, which resulted in a lot of noise. Example output: Other regressions may have occurred: Depot Range Confidence chromium fc062604..400664c4 95% BUG=319898 Review URL: https://codereview.chromium.org/122563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243246 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhong@chromium.org authored
layer()->SchedulePaint() is redundant call because SetLayerBounds() always triggers Layer::SchedulePaint(). R=ben@chromium.org BUG=NONE TEST=views_unittests Review URL: https://codereview.chromium.org/122333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243245 0039d316-1c4b-4281-b951-d872f2087c98
-
carloschilazo@gmail.com authored
BUG=chromium:330145 TEST=On password manager list, username should be displayed on its section tooltip R=dbeam@chromium.org, estade@chromium.org, jhawkins@chromium.org Review URL: https://codereview.chromium.org/122003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243244 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
BUG=284553 Review URL: https://codereview.chromium.org/121743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243239 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Fixes a TODO. BUG=297672 TBR=avi Review URL: https://codereview.chromium.org/115523007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243238 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
BUG=261451 TEST=Manual Review URL: https://codereview.chromium.org/112633007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243237 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=331872 TEST=Visual Dock one browser window - should take all vertical space. Dock two browser windows - should reach to top / bottom of the docked area. TEST=ash_unittests --gtest_filter=*Dock* Review URL: https://codereview.chromium.org/101383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243236 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 R=brettw@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/101143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243235 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
Fixed the following bug: If an ephemeral app is cached, attempting to install via the app's webstore detail page will fail. An error dialog will be displayed, stating that the install is already in progress. BUG=312460 Review URL: https://codereview.chromium.org/93943006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243234 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243233 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This will make it possible to analyze which tests are disabled on specific platforms, and whether the failures are really platform-specific. Including list of all tests in the summary makes it possible to e.g. detect when a test first appeared (or disappeared), which platforms a test is compiled on, or whether some tests have been filtered out. BUG=236893 R=sky@chromium.org Review URL: https://codereview.chromium.org/93603008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243232 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Before the launcher would print it also when the limit of retries has been reached, which is different from doing less than requested number of retries because so many tests are failing. BUG=236893 R=sky@chromium.org Review URL: https://codereview.chromium.org/102073012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243231 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243225 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/119913003/aurimas@google.com authored
reland r242237 that got reverted in r242262. > Revert of https://codereview.chromium.org/119913003/ > Reason for revert: Broke ComponentUpdaterTest on Android. Need to update expectations. > > TBR=cpu@chromium.org,thakis@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=116838 > > Review URL: https://codereview.chromium.org/120433002 TBR=aurimas@chromium.org Review URL: https://codereview.chromium.org/112673008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243217 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/115973007/haven@chromium.org authored
Reason for revert: Triggered Valgrind errors again. TBR=asargent@chromium.org,tbarzic@chromium.org,stephenlin@chromium.org,nickam@chromium.org NOTREECHECKS=true NOTRY=true BUG=328246 Review URL: https://codereview.chromium.org/125273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243215 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The window wasn't removing itself from the parent's children list, which causes linked bug with some versions of Cocoa. BUG=331058 Review URL: https://codereview.chromium.org/125133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243212 0039d316-1c4b-4281-b951-d872f2087c98
-
laforge@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243211 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
When prerolling happens, MediaDecoderJob currently rolls to the timestamp from the access unit. However, for video, the access unit's timestamp may not match that from the decoder due to reordering. Even worse, the unit's timestamp may be greatly ahead of the presentation timestamp from the decoder since the decoder is still decoding previous access units. Some of the unit tests actually show this problem. Fixed all the problematic unit tests along with this CL. BUG=310823 Review URL: https://codereview.chromium.org/113963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243210 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Jan, 2014 17 commits
-
-
viettrungluu@chromium.org authored
(Convert its one use to use int32_t instead.) R=brettw@chromium.org TBR=rsleevi@chromium.org BUG=138542 Review URL: https://codereview.chromium.org/125103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243209 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=304341 Review URL: https://codereview.chromium.org/118553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243208 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=327911 Review URL: https://codereview.chromium.org/123733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243207 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=331177, 330993, 331285 Review URL: https://codereview.chromium.org/118033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243206 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
Versions 0.2 of PPB_AudioInput_Dev and PPB_VideoCapture_Dev are no longer used. BUG= Review URL: https://codereview.chromium.org/115343006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243205 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
TouchCommon utils are preferable for test use because they work even if there is a crash dialog on the screen from a previous test. This makes the tests run more robustly. BUG=320084 NOTRY=true Review URL: https://codereview.chromium.org/105173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243203 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Valgrind: Remove obsolete suppressions. BUG=147755,310348 NOTRY=true TBR=timurrrr@chromium.org Review URL: https://codereview.chromium.org/122313006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243202 0039d316-1c4b-4281-b951-d872f2087c98
-
marq@chromium.org authored
Refactors histogram increments into virtual methods for mocking. Adds unit tests that expect the correct metrics calls. Fixes timing of RecordDataReductionInit() so that it happens when the proxy is unavailable. BUG=328579 Review URL: https://codereview.chromium.org/111113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243201 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
Report known bisect results at the end of each step. This will allow jobs that fail unexpectedly to be easily resubmitted with a reduced range by perf sheriffs. Example output: @@@SEED_STEP Working on [519ed0d5]@@@ @@@STEP_CURSOR Working on [519ed0d5]@@@ @@@STEP_STARTED@@@ Working on revision: [519ed0d5] Partial results: Depot Commit SHA Mean Std. Error State chromium 400664c4 0.00 +-0.00 Bad chromium fc062604 0.00 +-0.00 Bad chromium 1ce41529 0.00 +-0.00 Bad chromium 519ed0d5 0.00 +-0.00 Bad chromium 48193642 0.00 +-0.00 Good @@@STEP_CLOSED@@@ BUG=331802 NOTRY=true Review URL: https://codereview.chromium.org/122613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243200 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
The code has other protections to ensure all programs will be eventually deleted, and only once for each time they're created. BUG=326328 R=hclam@chromium.org Review URL: https://codereview.chromium.org/123613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243196 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://codereview.chromium.org/107703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243195 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=326635 TEST=Existing R=jdduke Review URL: https://codereview.chromium.org/124283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243194 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
This also adds the inline sign-in views to the bubble. Screenshot: https://drive.google.com/file/d/0B1B1Up4p2NRMbGRkQ3FpWFZweVU/edit?usp=sharing BUG=324036 TEST=Start Chrome with --new-profile-management and --enable-inline-sign-in flags. For a local profile, click on the avatar button and press the "Sign in to Chromium" link from the avatar bubble. This should display an inline sign-in view inside the bubble. For a signed in profile, press the "Manage accounts" link. This should show you the email accounts linked to this profile. Clicking the big "add account" button should show you the inline sign-in view embedded in the bubble. Once an email has been added, the account management view should refresh and display this new email account. Review URL: https://codereview.chromium.org/114143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243193 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Valgrind: Suppress an occasional leak inside net::URLFetcherCore::StartURLRequestWhenAppropriate. Remove a similar, but obsolete suppression. BUG=80663,331925 NOTRY=true TBR=groby@chromium.org Review URL: https://codereview.chromium.org/119903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243192 0039d316-1c4b-4281-b951-d872f2087c98
-
haven@chromium.org authored
Previous CL: https://codereview.chromium.org/109793006/ BUG=328246 Review URL: https://codereview.chromium.org/115973007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243191 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
The android directory has otherwise been empty since r203351. TBR=jamesr,mkosiba NOTRY=true BUG= Review URL: https://codereview.chromium.org/110893008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243190 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
This change will cause slightly different translations and address layout to show when the --enable-autofill-address-i18n flag is passed. Next up: - pull translations from chrome rather than libaddressinput - show country combobox and rebuild inputs on switch Based on https://codereview.chromium.org/25620002 by Rouslan Solomakhin <rouslan@chromium.org>. BUG=317837 TBR=aruslan Review URL: https://codereview.chromium.org/63053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243189 0039d316-1c4b-4281-b951-d872f2087c98
-